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
- auto add oracle configuration file in config file by @cloud8little in #174
- chore:
shfmt
thelocal_node.sh
file by @MaxMustermann2 in #182 - chore: Add a precompile query test and fix avs cli by @trestinlsd in #156
- fix(ci): do not dry run the release on tags by @MaxMustermann2 in #158
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