Skip to content

Releases: celo-org/rosetta

v0.8.4-beta

11 May 21:36
d201d34
Compare
Choose a tag to compare
v0.8.4-beta Pre-release
Pre-release
  • Patches a bug in the geth arguments causing the rosetta node to stop peering properly after the donut hardfork

v0.8.3

11 May 10:35
9aae491
Compare
Choose a tag to compare
  • Bumps kliento dependency which patches a tracing bug (low-level .call error handling)
  • Bumps celo-blockchain dependency to 1.3.2 (fixing two patches)

v0.8.2

03 May 12:13
5e63a3c
Compare
Choose a tag to compare
  • Updates all dependencies for donut hardfork ([email protected]) + all necessary changes with that (blockchain renaming, module fixes, upgrade kliento dep)
  • Includes bugfix from v0.8.1-beta that fixes edge case around LockedGold GoldWithdrawn transactions with value of 0 withdrawn.
  • Bump versions for release v0.8.2

v0.8.1-beta

24 Apr 18:00
dcc32ea
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release

Bugfix release: Fixes edge case around LockedGold GoldWithdrawn transactions with value of 0 withdrawn.

v0.8.0

18 Mar 15:05
276098f
Compare
Choose a tag to compare

Upgrades celo-blockchain dependency to v1.2.4

v0.7.8

05 Mar 09:41
b8b5e36
Compare
Choose a tag to compare

v0.7.8-beta is production ready.

  • Includes the bugfix to fix /block/transaction calls for LockedGold txs when locking 0 CELO.
  • Blockchain dependency remains at 1.2.2 (docker image dba095d2aea40e3ae5da65392de3b3b44105651b)

v0.7.8-beta

02 Mar 21:47
1cccfd9
Compare
Choose a tag to compare
v0.7.8-beta Pre-release
Pre-release

Bugfix release to fix /block/transaction calls for LockedGold txs when locking 0 CELO.

v0.7.7

25 Feb 12:44
e05593d
Compare
Choose a tag to compare

Release 0.7.7:

  • Bumps blockchain version from 1.1.2 -> 1.2.2
  • Includes additional ReleaseGold view methods exposed through the /call endpoint
  • Stronger typing for logs accessed through /call endpoint

v0.7.6

18 Dec 09:52
029cc86
Compare
Choose a tag to compare

Upgrades celo-blockchain dependency to v1.1.2

v0.7.5

09 Dec 16:09
d27627c
Compare
Choose a tag to compare

Includes /call endpoint fixes and a geth update.