Releases: multiversx/mx-chain-rosetta
Releases · multiversx/mx-chain-rosetta
v0.2.2 - Historical balances lookup
New Features
- Implement historical balances lookup by @andreibancioiu in #33
Other Notable Changes
- Preparatory refactoring for ESDT (custom tokens) by @andreibancioiu in #25
- Historical balances lookup (initial implementation) by @andreibancioiu in #29
- Add LRU cache for requested blocks. by @andreibancioiu in #36
- Extract Docker setup to separate repository by @andreibancioiu in #30
What's Changed
Configuration Changes
- Historical lookup - part 2 by @andreibancioiu in #34
- Update configuration wrt. using a projected shard by @andreibancioiu in #35
- Extract checks to separate repository. by @andreibancioiu in #38
Full Changelog: v0.1.9...v0.2.2
v0.1.9
v0.1.8
What's Changed
- Always perform simplifyBlockWithScheduledTransactions(). by @andreibancioiu in #24
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Adjust checker config files for devnet / mainnet by @andreibancioiu in #22
- Optimize checker config for mainnet. by @andreibancioiu in #23
- Decoupling / refactoring and new mocks by @andreibancioiu in #11
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Hotfix on handling scheduled transactions by @andreibancioiu in #19
- Remove debugging scripts. Functionality is being migrated to rosetta-ci by @andreibancioiu in #20
- Print version when starting by @andreibancioiu in #21
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Define
errFactory
. Propagate error info (e.g. for GET account). by @andreibancioiu in #18 - Adjust observer configuration by @andreibancioiu in #17
- Update readme: native vs. custom, Docker setup, metachain. by @andreibancioiu in #16
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Edge case: cross-shard scheduled miniblocks with construction state = final. by @andreibancioiu in #13
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Rewrite handling of scheduled miniblocks. Fix handling of invalid scheduled transactions by @andreibancioiu in #12
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Discriminate between move-balance and other invalid transactions of sending value to non-payable contract by @andreibancioiu in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Merge pull request #9 from ElrondNetwork/development-07-05 Update mainnet checks configuration. Some cleanup.