Skip to content

v0.2.3 - Split binary versions, add download step

Compare
Choose a tag to compare
@andreibancioiu andreibancioiu released this 22 Nov 11:46
· 19 commits to main since this release
44553b7

What's Changed

Notes:

  • Adjust entrypoint to accommodate separate node binaries: devnet, mainnet.
  • Receive and handle the environment variables PROGRAM (node or rosetta) and NETWORK (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 by DOWNLOAD_EPOCH_FIRST, DOWNLOAD_EPOCH_LAST.

Related to: multiversx/mx-chain-rosetta-docker#24

Full Changelog: v0.2.1...v0.2.3