Skip to content

Releases: razor-network/oracle-node

1.0.7-alpha

07 Aug 05:28
265148e
Compare
Choose a tag to compare

DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters

What's Changed from 1.0.6 -> 1.0.7-alpha

What's Changed

Full Changelog: v1.0.6-alpha.4...v1.0.7-alpha

1.0.6

31 Jul 12:26
c21abf3
Compare
Choose a tag to compare

Features

  • Support for alternate RPC is added which can be used if primary RPC does not work.
  • Log file parameters like Maximum size of log file, Maximum number of backups of log file, Maximum age of log file are moved to config file as a config parameter which can be set by user.
  • HTTP timeout for API is moved to config file as a config parameter which can be set by user.
  • Caching is implemented to cache multiple results from same API.
  • The release also includes code cleanups, code refactoring and usage of a generic function to implement retry mechanism on contract calls.

What's Changed

New Contributors

Full Changelog: v1.0.5-patch2...v1.0.6

1.0.6-beta

19 Jul 15:35
517f63d
Compare
Choose a tag to compare

Release Only For Internal Validators.
This release adds the the production support to v1.0.6-alpha.4 version which is still in testing phase.

1.0.6-alpha.4

19 Jun 06:44
6f0b006
Compare
Choose a tag to compare

DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters

What's Changed from 1.0.6-alpha.3 -> 1.0.6-alpha.4

Full Changelog: v1.0.6-alpha.3...v1.0.6-alpha.4

1.0.6-alpha.3

01 Jun 10:27
a5b4028
Compare
Choose a tag to compare

DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters

What's Changed from 1.0.6-alpha.2 -> 1.0.6-alpha.3

1.0.6-alpha.2

23 May 11:45
cc7d7b3
Compare
Choose a tag to compare

DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters

What's Changed from v1.0.6-alpha-patch2 -> 1.0.6-alpha.2

  • Revert API changes and other API features from v1.0.6 by @Yashk767 in #1080
  • revert updated dockerfile and readme for non-root user by @Yashk767 in #1083
  • Common local cache instance used for all collections by @Yashk767 in #1082
  • updated version to 1.0.6-alpha.2 by @Yashk767 in #1084

Full Changelog: v1.0.6-alpha-patch2...1.0.6-alpha.2

v1.0.6-alpha-patch2

19 Apr 08:37
Compare
Choose a tag to compare

DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters

What's Changed

New Contributors

Full Changelog: v1.0.6-alpha-patch1...v1.0.6-alpha-patch2

v1.0.5-patch2

27 Mar 08:29
7b58056
Compare
Choose a tag to compare

Changes in this release from v1.0.5-patch1v1.0.5-patch2

  • Added gasLimitOverride as a config parameter.

v1.0.5-patch2-beta

23 Mar 14:40
79dca04
Compare
Choose a tag to compare

Release For Internal Validators.
This release just adds the the prod support to v1.0.5-patch2-alpha version which is still in testing phase.

v1.0.5-patch2-alpha

23 Mar 14:02
9974502
Compare
Choose a tag to compare

DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters

Changes in this release from v1.0.5-patch1 → v1.0.5-patch2-alpha to be tested.

  • Added gasLimitOverride as a config parameter.