Skip to content

Releases: multiversx/mx-chain-rosetta-docker-scripts

v0.2.7

06 Sep 13:45
828337b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

05 May 10:37
6d63baa
Compare
Choose a tag to compare

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

03 May 10:16
72863c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4 - Update for mx-chain-go v1.4

09 Feb 09:34
7125956
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3 - Split binary versions, add download step

22 Nov 11:46
44553b7
Compare
Choose a tag to compare

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

v0.2.2 - Split binary versions, add download step

22 Nov 08:31
52648d7
Compare
Choose a tag to compare

What's Changed

  • 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=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 by EPOCH_FIRST, EPOCH_LAST.

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

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - Simplifications, better default values

27 Sep 09:44
be5d159
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Support for historical balances lookup

25 Aug 11:52
c89c94d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial release

16 Aug 15:03
65caae1
Compare
Choose a tag to compare

What's Changed

  • adjust_config (existing script), entrypoint_observer (new script) by @andreibancioiu in #1

New Contributors

Full Changelog: https://github.com/ElrondNetwork/rosetta-docker-scripts/commits/v0.1.0