Skip to content

Releases: ergoplatform/oracle-core

v2.0.0-beta6

07 Mar 08:44
f97cf6c
Compare
Choose a tag to compare

What's Changed

  • add optional explorer_url parameter in oracle config;
  • Add warning for when git fails in build.rs by @SethDusek in #225
  • Add newtypes for BlockHeight/EpochLength/etc by @SethDusek in #215
  • Make vote-update reward token parameter optional by @greenhat in #228
  • Support for minted reward token by @greenhat in #230
  • update ergo-lib to v0.23; by @greenhat in #231

Full Changelog: v2.0.0-beta5...v2.0.0-beta6

v2.0.0-beta5

31 Jan 08:40
4c5e913
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Add node_url instead of node_ip and node_port in oracle config by @greenhat in #213

The node_url value is expected in the following format: http(s)://host:port/

Added

  • ImportPoolUpdate command to switch to the updated pool config by @greenhat in #212
  • Wait for tx confirmation in commands + introduce ExplorerApi by @greenhat in #214
  • Datapoint source redundancy. Make requests async and aggregate multiple sources into a single datapoint. by @greenhat in #221
  • BitPanda source for XAU/USD and calculate XAU/ERG with CoinCap(combine aggregated sources); by @greenhat in #224

Full Changelog: v2.0.0-beta4...v2.0.0-beta5

v2.0.0-beta4

04 Jan 12:41
4e2385d
Compare
Choose a tag to compare

What's Changed

  • fix prepare-update command tx submission failure (missing ballot token minting tx) by @greenhat in #202
  • update ballot contract in the updated oracle config on prepare-update; simplify prepare-update; by @greenhat in #206
  • Split configuration into oracle and pool by @greenhat in #211
  • -c option is removed. Please use --oracle-config-file and --pool-config-file.

Full Changelog: v2.0.0-beta3...v2.0.0-beta4

v2.0.0-beta3

06 Dec 12:40
dfa977b
Compare
Choose a tag to compare

What's Changed

  • fix REST API hanging the app, handle blocking calls #192; by @greenhat in #198
  • Add data_dir command line option where scanIDs.json and logs are stored by @greenhat in #199
  • less verbose logging;

Full Changelog: v2.0.0-beta2...v2.0.0-beta3

v2.0.0-beta2

02 Dec 12:11
c958ee1
Compare
Choose a tag to compare

Fixed

  • Node's wallet does not see unspent boxes before the bootstrap height after rescan #189

v2.0.0-beta1

30 Nov 08:35
c1d3af1
Compare
Choose a tag to compare

The first release for public testing.

v2.0.0-alpha2-i92

07 Sep 15:04
8a13625
Compare
Choose a tag to compare
v2.0.0-alpha2-i92 Pre-release
Pre-release

To test the new bootstrap.

v2.0.0-alpha1

09 Aug 12:25
e815f8a
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release
use ubuntu 18.04 for artifact build process;