70 Commits
Author SHA1 Message Date
Chris Troutner fbbd855145 feat(Basic Authentication): Adding authPass for auth token to all libraries 2020-11-11 17:47:46 -08:00
Stoyan Zhekov 7990d0bffd Add Ninsight TX Details 2020-11-10 19:04:16 +09:00
Chris Troutner fc0d8b7f8c fix(ninsight): Adding tx history endpoint 2020-11-09 16:12:10 -08:00
Stoyan Zhekov 0ef8555837 Add Ninsight TX History to bch-js 2020-11-09 19:49:41 +09:00
Stoyan Zhekov a7564ce611 Add Ninsight Unconfirmed UTXOs 2020-11-09 17:44:09 +09:00
Chris Troutner 2180b14e1f feat(price): Added additional endpoints for retrieving market price of BCH 2020-10-19 19:36:55 -07:00
Chris Troutner ba38d3e107 fix(tokenUtxoDetails): handling dust attack transactions better 2020-10-11 17:46:27 -07:00
Chris Troutner 7ec8442540 fix(Electrumx.blockHeader): Mocking negative test-case unit tests 2020-10-11 15:39:17 -07:00
Chris Troutner be3094fc77 feat(validateTxid2): slp-validate based validation of SLP txids 2020-10-11 15:23:50 -07:00
Stoyan Zhekov af118f8a62 Add Electrumx Broadcast TX method 2020-10-07 17:14:30 +09:00
Chris Troutner 73dd2c010d fix(tokenUtxoDetails): returning isValid:null when 429 error encountered with decodeOpReturn() 2020-09-28 17:39:26 -07:00
Chris Troutner 32b8efa7a2 feat(SLP.Utils.hydrateUtxos): Added hydrateUtxos to match new bch-api endpoint 2020-09-27 01:47:46 -07:00
Stoyan Zhekov 0a897f19bb code, unit and integration tests and api-doc added 2020-09-11 23:46:01 +09:00
Stoyan Zhekov 47bd0d66bc Add ElectrumX get block headers method and tests 2020-09-01 23:52:50 +09:00
Chris Troutner b207a1639e Removing unit test for SLP.Utils.balance() 2020-08-07 18:13:52 -07:00
Stoyan Zhekov b184c080f1 Access to unconfirmed UTXOs API endpoints 2020-08-04 22:58:22 +09:00
Chris Troutner 4d2d8d0e5a fix(Ninsight): Using POST endpoint only 2020-07-31 14:04:22 -07:00
Chris Troutner 1aa99a820a fix(Ninsight utxo): Added call to POST bulk endpoint 2020-07-31 12:58:06 -07:00
Daniel Gonzalez b12110a617 feat(upload): Expanded IPFS Class for uploading files to the web 2020-07-29 01:18:33 -04:00
Chris Troutner 6d68e05a8f fix(getHexOpReturn): Adding SLP.TokenType1.getHexOpReturn() 2020-07-18 20:45:17 -07:00
Chris Troutner 7fef149c94 fix(generateSendOpReturnWeb): Removed generateSendOpReturnWeb() 2020-07-18 20:21:19 -07:00
Chris Troutner e881d24d08 fix(generateSendOpReturnWeb): Restoring old SLP Send for web 2020-07-08 10:32:07 -07:00
Chris Troutner 73f1c449fb feat(tokenUtxoDetails()): Returns non-hydrated UTXOs 2020-06-13 19:35:22 -07:00
Chris Troutner 3b2079f53f fix(ninsight): Refreshed the Ninsigh class library 2020-06-09 10:29:15 -07:00
Chris Troutner c5c6a0242e Updated unit tests for Script class 2020-06-08 14:11:26 -07:00
Chris Troutner 48b5afaef5 feat(isTokenUtxo): Deprecating and removing isTokenUtxo() as tokenUtxoDetails() can be used instead 2020-06-05 18:12:51 -07:00
Chris Troutner 913bae3659 fix(tokenUtxoDetails): Added more support for NFT 2020-06-05 18:10:19 -07:00
Chris Troutner 1ce608e7e9 fix(NFT): Additional NFT functionality, send Group and Child 2020-06-05 16:15:02 -07:00
Chris Troutner 6daff04a00 fix(NFT): Prototyping NFT OP_RETURN functions 2020-06-05 08:18:53 -07:00
Chris Troutner 12b6defa85 fix(NFT): Breaking out NFT functions into a separate library 2020-06-05 07:57:05 -07:00
Chris Troutner 7a08f30eea fix(tokenUtxoDetails): Adding tokenType for 1 or 129 for NFT 2020-06-05 07:32:58 -07:00
Chris Troutner ffedaed08a fix(NFT): Prototyping NFT generation 2020-06-04 17:33:07 -07:00
Chris Troutner 234ba30356 fix(generateMintOpReturn): Added input validation 2020-06-02 09:10:49 -07:00
Chris Troutner 70796c3b6e fix(tokenUtxoDetails): Fixing issue with determining minting transactions 2020-06-02 09:00:48 -07:00
Chris Troutner 85292d9f20 Fixing stubs failing Travis tests 2020-06-02 08:11:30 -07:00
Chris Troutner 445de26ab8 fix(SLP Mint): Created prototype function for Mint OP_RETURN 2020-06-02 07:55:49 -07:00
Chris Troutner 42992b95b1 fix(tokenUtxoDetails): Replacing tokenType with utxoType 2020-05-31 19:38:06 -07:00
Chris Troutner a1b1a1936c fix(SLP Genesis and Burn): Using slp-mdm for Genesis and Burn OP_RETURNS 2020-05-31 18:56:53 -07:00
Chris Troutner 119ef1b459 fix(SLP.Utils): Replacing old functions with new ones 2020-05-31 18:38:02 -07:00
Chris Troutner b83648419e fix(generateSendOpReturn2): Adding tokenQty for genesis transaction 2020-05-31 17:40:16 -07:00
Chris Troutner 5fc0d4b81e fix(tokenUtxoDetails2()): Now handles Genesis transactions 2020-05-31 17:15:25 -07:00
Chris Troutner 7cd23ca562 prototyping SLP send with slp-mdm 2020-05-31 09:07:33 -07:00
Chris Troutner e36d99ca66 fix(tokenUtxoDetails2): Added with unit and integration tests. Uses new decodeOpReturn2() 2020-05-28 10:11:05 -07:00
Chris Troutner b528a69c58 feat(SLP Utils): Refactoring SLP Utils lib. Starting with isTokenUtxo() 2020-05-27 11:56:36 -07:00
Chris Troutner e5cd03208a Refactored SLP.Utils.isTokenUtxo(). Needs updated tests 2020-05-26 19:39:26 -07:00
Chris Troutner 7803bfdb0a removing a comment 2020-05-23 09:00:53 -07:00
Chris Troutner 9bab1450dd fix(encryption): Added encryption library 2020-05-23 07:56:56 -07:00
Chris Troutner 8220fee639 fix(ipfs): Adding getStatus() to check file upload status 2020-05-21 19:57:49 -07:00
Chris Troutner fa984e0fa6 fix(ipfs): Improved functions and unit tests, addded e2e test 2020-05-21 19:16:15 -07:00
Chris Troutner e8f59ea327 new(ipfs.createFileMode): Refactored for changes to ipfs-upload-server 2020-05-20 10:50:10 -07:00