Releases: celo-org/rosetta
Releases · celo-org/rosetta
v0.8.4-beta
- Patches a bug in the geth arguments causing the rosetta node to stop peering properly after the donut hardfork
v0.8.3
- Bumps
kliento
dependency which patches a tracing bug (low-level.call
error handling) - Bumps
celo-blockchain
dependency to1.3.2
(fixing two patches)
v0.8.2
- Updates all dependencies for donut hardfork (
[email protected]
) + all necessary changes with that (blockchain renaming, module fixes, upgradekliento
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
Bugfix release: Fixes edge case around LockedGold
GoldWithdrawn
transactions with value of 0 withdrawn.
v0.8.0
Upgrades celo-blockchain
dependency to v1.2.4
v0.7.8
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 imagedba095d2aea40e3ae5da65392de3b3b44105651b
)
v0.7.8-beta
Bugfix release to fix /block/transaction
calls for LockedGold txs when locking 0 CELO.
v0.7.7
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
Upgrades celo-blockchain dependency to v1.1.2
v0.7.5
Includes /call
endpoint fixes and a geth update.