Skip to content

Releases: Bitcoin-com/rest.bitcoin.com

v2.0.3

01 Feb 01:12
b2d11b8
Compare
Choose a tag to compare
  • Update bulk send raw tx
  • update engines to latest NodeJS LTS

v2.0.2

31 Jan 05:58
8dcb72e
Compare
Choose a tag to compare

Conditionally add scriptPubKey

v2.0.1

31 Jan 05:17
7b04448
Compare
Choose a tag to compare
  • Remove address
  • Bubble scriptPubKey to top level and delete from each object

v2.0.0

30 Jan 06:08
090d912
Compare
Choose a tag to compare

REST V2!

  • GET for all single requests
  • POST for all bulk requests
  • Better test coverage
  • Updated swagger docs
  • New look

v1.12.3: Merge pull request #143 from Bitcoin-com/stage

12 Dec 14:11
d8acc89
Compare
Choose a tag to compare
Finalized v2 Refactor and Semantic Release

v1.12.2

03 Dec 00:36
11ba32e
Compare
Choose a tag to compare
  • v2 RawTransactions

v1.12.1

19 Nov 10:20
c1b244d
Compare
Choose a tag to compare

• v2 Control endpoints
• v2 Block endpoints

v1.10.6

07 Nov 21:42
b7cd751
Compare
Choose a tag to compare
  • replace panda-cli w/ panda-core
  • update block v2 routes and tests

v1.10.5

07 Nov 02:56
fe117d8
Compare
Choose a tag to compare
  • add pandacash-cli
  • blockchain.js test partly written for v2
  • Added services directory for functions that can be reused across different routes: bitbox, requestUtils
  • Restructured block.ts with the use of services from previous point
  • Fix of typescript errors (added new lib to tsconfig.json)

v1.10.4

07 Nov 00:08
de867a0
Compare
Choose a tag to compare
  • pandacash-cli
  • blockchain.js test partly written for v2