Skip to content

Releases: ExocoreNetwork/exocore

v1.0.9

12 Dec 10:06
ed0cf7a
Compare
Choose a tag to compare

Changelog

  • ed0cf7a fix(oracle):just remove forcesealed feederID in endblock (#266)

v1.0.8

10 Dec 16:57
89619e2
Compare
Choose a tag to compare

This release contains a hotfix for a consensus breaking bug identified in v1.0.7.

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

09 Dec 02:54
27a99e2
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.0.5...v1.0.7

v1.0.6

14 Oct 10:15
e62d445
Compare
Choose a tag to compare

Hotfix release for testnet v6

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Oct 12:10
28ddae2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

11 Sep 03:46
81b0fea
Compare
Choose a tag to compare

Release v1.0.4 is a hotfix for testnet V5, fix the unjail issue.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

09 Sep 07:40
7f05dad
Compare
Choose a tag to compare

Release v1.0.3 is an upgrade for Testnet v5, featuring for oracle module perfection and register tokens smoothly.

What's Changed

FEATURE

  • feat(operator) Add a function to calculate the usd value for staker by @TimmyExogenous in #153
  • feat(avs): add precompile for VotingPower by @trestinlsd in #163
  • feat(oracle): register new token and set up feeder through assets-module by @leonz789 in #159
  • feat: add flag to enable price-feeder on node start by @leonz789 in #157

IMPROVEMENT

BUGFIX

  • fix(oracle): convert the assetID to lowercase format when setting oracle parameter by @TimmyExogenous in #166
  • fix(lint): ignore the gosec G115 temporarily by @TimmyExogenous in #171
  • fix(precompile): fix the issue regarding the return value and input address parsing by @TimmyExogenous in #164
  • update oracle create-price tx nonce check and gas consumption by @leonz789 in #160
  • fix(ci): pin the golang lint version by @MaxMustermann2 in #178
  • fix(dogfood): fix the issue #164 regarding the voting power not update by @TimmyExogenous in #169
  • fix(oracle):remove expired msg_index, keep at least params cache by @leonz789 in #161

Full Changelog: v1.0.2...v1.0.3

v1.0.2

06 Aug 09:06
778d419
Compare
Choose a tag to compare

Description

Release v1.0.2 is an upgrade for Testnet v4, featuring a more formalized product-level system.

What's Changed

FEATURE

IMPROVEMENT

BUGFIX

New Contributors

Full Changelog: v1.0.0...v1.0.2

v1.0.0

30 May 08:26
34cf62f
Compare
Choose a tag to compare

Description

Release v1.0.0 is a testnet v3 upgrade release with some bug fixes and the system enhancement.

Changelog

FEATURE

  • #64 feat: avs support more characters such as unbonding period, minimum_delegation
  • #75 feat: oracle params set support

IMPROVEMENT

  • #60 chore: handle the scenario that both operator and staker exit

BUGFIX

  • #49 fix: protobuf serialize issue
  • #50, #52, #53, #57 fix: oracle feature improvement and bug fixes
  • #65 fix: voting power bug fix
  • #69 fix: precompile error fix

v0.1.2

14 May 02:26
72dc822
Compare
Choose a tag to compare

Changelog

  • 72dc822 fix(cli,oracle): export + vote power (#53)