mathi
|
e8b6d7fb36
|
added toEcashAddress() & ecashtoCashAddress() for ecash format support
|
2021-09-22 14:38:54 +02:00 |
|
Chris Troutner
|
a575621c50
|
Fixing ABC integration tests
|
2021-06-22 12:24:29 -07:00 |
|
Chris Troutner
|
82b4d2ab9e
|
fix(package.json): Using /v5 in npm scripts
|
2021-06-16 19:12:48 -07:00 |
|
Stoyan Zhekov
|
45acc2b0b7
|
Return parent NFT group token information
|
2021-05-16 14:22:33 +09:00 |
|
Chris Troutner
|
5d3ea2b559
|
fix(Transaction.get()): Added unit tests
|
2021-03-24 07:24:08 -07:00 |
|
Chris Troutner
|
40fa6440f4
|
feat(Transactions.get()): Added tx hydration method
|
2021-03-23 18:49:27 -07:00 |
|
Chris Troutner
|
ce951afddb
|
fix(RawTransactions.getTxData): Adding BCH value to tx inputs
|
2021-03-23 17:37:00 -07:00 |
|
Chris Troutner
|
d2e847d3fb
|
feat(transactions): Created transaction library
|
2021-03-23 17:11:37 -07:00 |
|
Chris Troutner
|
25832d52fd
|
fix(raw-transactions): Adding proper axios header for Basic Auth
|
2021-03-09 08:04:14 -08:00 |
|
Chris Troutner
|
171786a470
|
fix(tokenUtxoDetailsWL): Adding usrObj input variable
|
2021-03-08 17:32:33 -08:00 |
|
Chris Troutner
|
828f6a1b1c
|
fix(_hydrateUtxo): Added unit tests
|
2021-02-27 14:53:54 -08:00 |
|
Chris Troutner
|
7058f77ee9
|
fix(decodeOpReturn): Debugging error handling by decodeOpReturn()
|
2021-02-27 08:37:29 -08:00 |
|
Chris Troutner
|
ad580d67a4
|
Adding decatur test script
|
2021-02-27 08:23:07 -08:00 |
|
Chris Troutner
|
4e1b806230
|
fix(bip32-utils): Bumping to v1.0.0 with updated keccak
|
2021-02-24 18:53:20 -08:00 |
|
Chris Troutner
|
feb336c331
|
fix(decodeOpReturn): Switching to POST from GET to getRawTx call
|
2021-02-24 15:11:58 -08:00 |
|
Chris Troutner
|
d22f1ec8a6
|
fix(ip): Renaming origin to ip
|
2021-02-24 14:05:25 -08:00 |
|
Chris Troutner
|
9919f811b0
|
fix(origin): Testing idea around passing origin when bch-api calls bch-js
|
2021-02-24 13:26:08 -08:00 |
|
Chris Troutner
|
0b406c467e
|
fix(dependencies): Removing more unnecessary dependencies
|
2021-02-23 10:26:12 -08:00 |
|
Chris Troutner
|
e41217b710
|
fix(dependencies): Removing several unused dependencies
|
2021-02-23 09:04:49 -08:00 |
|
Chris Troutner
|
b3be470c0e
|
fix(utxo.get()): Fixing ABC integration test
|
2021-02-15 15:12:39 -08:00 |
|
Chris Troutner
|
9495381cf4
|
feat(floor8): bchjs.Util.floor8(num) - Round down to 8 decimal places
|
2021-02-13 14:55:12 -08:00 |
|
Chris Troutner
|
68bab5dd26
|
feat(utxo): Added Utxo.get() for easy getting of utxos
|
2021-02-11 19:22:25 -08:00 |
|
Chris Troutner
|
e90afac701
|
Updating local testnet integration test script
|
2021-02-10 13:31:21 -08:00 |
|
Chris Troutner
|
03be1d5838
|
fix(abc): Fixing testing scripts for ABC chain
|
2021-02-09 15:08:14 -08:00 |
|
Chris Troutner
|
da3af3656a
|
feat(hydrateUtxosWL): hydrateUtxo but uses SLPDB with whitelist filter
|
2021-02-09 12:34:25 -08:00 |
|
Chris Troutner
|
86d71d0f49
|
fix(package.json): Slight reconfiguration by npm
|
2021-02-09 09:10:11 -08:00 |
|
Chris Troutner
|
36432af7d5
|
feat(tokenUtxoDetailsWL): tokenUtxoDetails that use whitelist SLPDB
|
2021-02-09 07:22:01 -08:00 |
|
Chris Troutner
|
95c88b5f29
|
fix(_hydrateUtxo): Moving utxo hydration into a private function
|
2021-02-08 20:33:27 -08:00 |
|
Chris Troutner
|
3b873b6064
|
feat(waterfallValidateTxid): SLP.Utils.waterfallValidateTxid(txid)
|
2021-02-08 17:10:32 -08:00 |
|
Chris Troutner
|
687b5bca02
|
feat(waterfallValidateTxid): Adding a new waterfall SLP validation method
|
2021-02-08 10:45:24 -08:00 |
|
Chris Troutner
|
83d523260d
|
fix(getTxDataSlp): Adding prototype function
|
2021-01-30 14:40:46 -08:00 |
|
Chris Troutner
|
a5208110b9
|
feat(getTxData): RawTransactions.getTxData() returns tx info with vin addresses
|
2021-01-29 12:43:02 -08:00 |
|
Chris Troutner
|
99ad7cd87f
|
fix(_getInputAddrs): Added private function with tests get tx input addrs
|
2021-01-29 12:11:23 -08:00 |
|
Chris Troutner
|
1e13c71715
|
Added integration test
|
2021-01-26 20:25:03 -08:00 |
|
Chris Troutner
|
d4b0807d16
|
feat(tx sorting): added Electrumx.sort0ConfTxs()
|
2021-01-26 20:20:49 -08:00 |
|
Chris Troutner
|
3ceebc1f12
|
fix(tests): Updated unit and integration tests
|
2021-01-07 17:44:04 -08:00 |
|
Chris Troutner
|
6926bbe113
|
fix(axios): Updating axios
|
2021-01-04 14:44:48 -08:00 |
|
Chris Troutner
|
d5d2e43ad0
|
fix(husky): Adding husky for auto linting
|
2021-01-02 16:44:53 -08:00 |
|
Chris Troutner
|
3cedd251e5
|
fix(linting): Adding standard linting rules
|
2021-01-02 15:41:12 -08:00 |
|
Chris Troutner
|
1de0bdcf14
|
Updating bitcoincashjs-lib
|
2021-01-01 17:12:35 -08:00 |
|
Chris Troutner
|
3a9e4f64b5
|
Updating bitcoincashjs-lib
|
2021-01-01 16:50:02 -08:00 |
|
Chris Troutner
|
903aae1091
|
Fixing references to npm libs
|
2021-01-01 16:36:12 -08:00 |
|
Chris Troutner
|
1af766cbda
|
fix(coininfo): Switching to forked npm library
|
2021-01-01 16:29:50 -08:00 |
|
Chris Troutner
|
60ee10ef4d
|
fix(bip21): Switching to npm lib
|
2021-01-01 16:14:55 -08:00 |
|
Chris Troutner
|
2d4bc6127e
|
fix(bitcoincashjs-lib): Using npm package rather than github repo
|
2021-01-01 14:30:57 -08:00 |
|
Chris Troutner
|
a2c2d41833
|
fix(bitcoincash-ops): Switching to PSF fork of library
|
2021-01-01 12:51:54 -08:00 |
|
Chris Troutner
|
0e7db7bf39
|
fix(bip32-utils): Replacing bip32-utils with PSF maintained fork
|
2021-01-01 12:39:19 -08:00 |
|
Chris Troutner
|
2acf47a550
|
feat(wallet): Removing wallet library
|
2021-01-01 11:45:34 -08:00 |
|
Chris Troutner
|
06e2dad45c
|
Ran npm audit fix
|
2020-12-24 09:26:36 -08:00 |
|
Chris Troutner
|
d475f2220f
|
feat(SLPDB status): Created bchjs.SLP.Utils.getStatus() to get health status of SLPDB
|
2020-12-24 09:25:35 -08:00 |
|