Releases: multiversx/mx-chain-rosetta-docker-scripts
Releases · multiversx/mx-chain-rosetta-docker-scripts
v0.2.7
What's Changed
- Introduce genesis mode (for denvet 2) by @andreibancioiu in #14
Full Changelog: v0.2.6...v0.2.7
v0.2.6
Improve download of archives. Allow one to improve sync speed, by altering some parameters.
What's Changed
- Accept both ".tar" and ".tar.gz" format for "regular" archives by @andreibancioiu in #13
- Allow one to configure "SyncProcessTimeInMillis" and "MaxHeaderRequestsAllowed" by @andreibancioiu in #12
Full Changelog: v0.2.5...v0.2.6
v0.2.5: new (optional) flag
What's Changed
- Add new flag "--no-snapshots" by @andreibancioiu in #11
Full Changelog: v0.2.4...v0.2.5
v0.2.4 - Update for mx-chain-go v1.4
What's Changed
- Update for mx-chain-go v1.4 by @andreibancioiu in #10
Full Changelog: v0.2.3...v0.2.4
v0.2.3 - Split binary versions, add download step
What's Changed
- Adjust for separate binaries (devnet, mainnet) by @andreibancioiu in #5
- Download data if missing by @andreibancioiu in #6
- Fix download / return conditions by @andreibancioiu in #7
- Better bools handling, add extra db check by @andreibancioiu in #8
Notes:
- Adjust
entrypoint
to accommodate separate node binaries: devnet, mainnet. - Receive and handle the environment variables
PROGRAM
(node or rosetta) andNETWORK
(mainnet or devnet). - Simplify conditions / if statements
- export
LD_LIBRARY_PATH
(instead of copying libwasmer into/lib
) - Download archives, if instructed to do so:
- Exporting
DOWNLOAD_REGULAR_ARCHIVE=true
will download a regular daily archive - Exporting
DOWNLOAD_NON_PRUNED_EPOCHS=true
will download epochs with non-pruned state, as specified byDOWNLOAD_EPOCH_FIRST
,DOWNLOAD_EPOCH_LAST
.
- Exporting
Related to: multiversx/mx-chain-rosetta-docker#24
Full Changelog: v0.2.1...v0.2.3
v0.2.2 - Split binary versions, add download step
What's Changed
- Adjust for separate binaries (devnet, mainnet) by @andreibancioiu in #5
- Download data if missing by @andreibancioiu in #6
- Adjust
entrypoint
to accommodate separate node binaries: devnet, mainnet. - Receive and handle the environment variables
PROGRAM
(node or rosetta) andNETWORK
(mainnet or devnet). - Simplify conditions / if statements
- export
LD_LIBRARY_PATH
(instead of copying libwasmer into/lib
) - Download archives, if instructed to do so:
- Exporting
DOWNLOAD_REGULAR_ARCHIVE=yes or true
will download a regular daily archive - Exporting
DOWNLOAD_NON_PRUNED_EPOCHS=yes or true
will download epochs with non-pruned state, as specified byEPOCH_FIRST
,EPOCH_LAST
.
- Exporting
Related to: multiversx/mx-chain-rosetta-docker#24
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - Simplifications, better default values
v0.2.0 - Support for historical balances lookup
What's Changed
- Support for historical balances lookup by @andreibancioiu in #2
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Initial release
What's Changed
- adjust_config (existing script), entrypoint_observer (new script) by @andreibancioiu in #1
New Contributors
- @andreibancioiu made their first contribution in #1
Full Changelog: https://github.com/ElrondNetwork/rosetta-docker-scripts/commits/v0.1.0