Skip to content

Releases: citahub/re-birth

v0.4.0

25 Feb 08:07
f4c4465
Compare
Choose a tag to compare

v0.4.0 (compare)

Added

  • Add /api/v2/transactions (32104c4 by classicalliu).

Fixed

  • Fix typo (a20574e by CL).
  • Fix: fix /api/v2/blocks in api doc (99ec6d8 by classicalliu).

Misc

  • Upgrade sdk for v0.24.0 v2 support (f955b20 by classicalliu).
  • Disable recover mode and only support v0.22 and above (6cec7ca by classicalliu).
  • Better expression (37758f9 by CL).
  • Error: in file ./.env: environment variable name 'loop_interval ' may not contains whitespace. (c116b3b by sunfjun).

v0.3.0

27 May 07:30
297c4e3
Compare
Choose a tag to compare
  • support CITA v0.20 and above

ReBirth@0.2.0

27 Sep 06:13
4c9eec1
Compare
Choose a tag to compare
  • [feature] support custom event log process
  • [feature] sync event logs when save transactions
  • [feature] support ERC20 process
  • [feature] find transaction by hash API
  • [update] change default CITA_URL to localhost

ReBirth@0.1.1

16 Aug 10:45
0686cc0
Compare
Choose a tag to compare

This version fix some bugs:

  • [fix] fix tendermint to Tendermint in block header output
  • [fix] fix pagination problem, accept only offset or limit provided
  • [fix] resort transactions output
  • [optimize] add gin index to block header and body

ReBirth@0.1.0

14 Aug 09:36
Compare
Choose a tag to compare

This is the first release of ReBirth, a blockchain data cache server for Nervos AppChain, with the following features:

  • [feature] Support Nervos AppChain's JSON-RPC list
  • [feature] Get blocks and transactions list
  • [feature] Sync status infomation of AppChain
  • [feature] Get sync errors list
  • [feature] Add some statistics