Releases: ergoplatform/oracle-core
Releases · ergoplatform/oracle-core
v2.0.0-beta6
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
What's Changed
Breaking changes
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
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
v2.0.0-beta2
Fixed
- Node's wallet does not see unspent boxes before the bootstrap height after rescan #189
v2.0.0-beta1
The first release for public testing.
v2.0.0-alpha2-i92
To test the new bootstrap.
v2.0.0-alpha1
use ubuntu 18.04 for artifact build process;