Releases: ava-labs/avalanche-rosetta
Releases · ava-labs/avalanche-rosetta
Native Tracer Support
The main change in this release is the migration to the native golang tracer provided by go-ethereum
: ethereum/go-ethereum#23708
What's Changed
- go mod tidy by @dhrubabasu in #78
- ci cleanup, upgrade to go 1.17 by @dhrubabasu in #69
- [CPT-217] remove unnecessary log client by @dhrubabasu in #82
- add missing error by @dhrubabasu in #86
- use
utils.MillisecondsInSecond
by @dhrubabasu in #85 - [CPT-221] Use
debug_traceBlock
for/block
by @dhrubabasu in #84 service
nits by @dhrubabasu in #87- [CPT-218] migrate to native tracer by @dhrubabasu in #72
Full Changelog: v0.1.0...v0.1.1
ERC-20 Support
This PR adds initial support for ERC-20 construction. This means it is now possible to use avalanche-rosetta
for E2E ERC-20 support on the C-Chain.
What's Changed
- [CPT-142] Construction api by @learyce in #63
- use coreth's codec by @dhrubabasu in #71
- harden allowed config parameters by @learyce in #75
- release testing by @patrick-ogrady in #74
- cleanup
client
package by @dhrubabasu in #66 - fix urls by @dhrubabasu in #76
Full Changelog: v0.0.29...v0.1.0
[email protected]
https://github.com/ava-labs/avalanchego/releases/tag/v1.7.4
What's Changed
- import node version from avalanchego by @dhrubabasu in #67
- cleanup info client by @dhrubabasu in #65
- cleanup context usage by @dhrubabasu in #68
- [email protected] by @dhrubabasu in #70
Full Changelog: v.0.0.27...v0.0.29
[email protected]
What's Changed
- surface tx type in metadata by @dhrubabasu in #58
- use coreth helper to extract atomic txs by @dhrubabasu in #59
- ERC-20/ERC-721 Support by @learyce in #50
- Update erc20/erc721 unknown symbol by @learyce in #62
- [email protected] by @patrick-ogrady in #64
New Contributors
- @dhrubabasu made their first contribution in #58
Full Changelog: v0.0.25...v0.0.0.26