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