Skip to content

Commit

Permalink
Update chain dependencies to v0.7.0 (#96)
Browse files Browse the repository at this point in the history
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v           ✰  Thanks for creating a PR! You're awesome! ✰
v Please note that maintainers will only review those PRs with a
completed PR template.
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Purpose of Changes and their Description
Update dependencies 

## Are these changes tested and documented?

- [x] If tested, please describe how. If not, why tests are not needed.
-- Tested against local v0.7.0 chain
- [x] If documented, please describe where. If not, describe why docs
are not needed. -- no need, plain update of deps, no logic added
- [x] Added to `Unreleased` section of `CHANGELOG.md`?
  • Loading branch information
kpeluso authored Dec 5, 2024
2 parents b68c867 + 73f7965 commit 3ce31be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#92](https://github.com/allora-network/allora-offchain-node/pull/92) Context handling
* [#91](https://github.com/allora-network/allora-offchain-node/pull/91) Add Feemarket support
* [#94](https://github.com/allora-network/allora-offchain-node/pull/94) Gas price update interval
* [#96](https://github.com/allora-network/allora-offchain-node/pull/96) Final chain update to v0.7.0 tag

### Removed

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toolchain go1.22.9
require (
cosmossdk.io/errors v1.0.1
cosmossdk.io/math v1.4.0
github.com/allora-network/allora-chain v0.6.1-0.20241125235711-96936db717d8
github.com/allora-network/allora-chain v0.7.0
github.com/cosmos/cosmos-sdk v0.50.10
github.com/ignite/cli/v28 v28.5.3
github.com/joho/godotenv v1.5.1
Expand Down Expand Up @@ -167,5 +167,3 @@ require (
pgregory.net/rapid v1.1.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

// replace github.com/skip-mev/feemarket => /home/diego/workspace-general/feemarket
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/allora-network/allora-chain v0.6.1-0.20241125235711-96936db717d8 h1:EWOk9vUJiW4kZ+q5o33bZ/sfHbNlF6ub1U6WUBBAKuU=
github.com/allora-network/allora-chain v0.6.1-0.20241125235711-96936db717d8/go.mod h1:2Yn8VSrrgDE5xyJ9rJFuAmQSRYRBPOnmITWO7Qu2A4U=
github.com/allora-network/allora-chain v0.7.0 h1:lxxlTnU5jE5J15tfbAhsRGMR4IIVczMkz8Muq13IHpk=
github.com/allora-network/allora-chain v0.7.0/go.mod h1:A16/DcV7tpZoIJQNNoiw+5+eWng5d3KidHXzHcCNNs0=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
Expand Down

0 comments on commit 3ce31be

Please sign in to comment.