Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Diego/ora 1508 update base (#124)
Browse files Browse the repository at this point in the history
Update base to latest changes on chain (`MaxLimit` param changed)
  • Loading branch information
xmariachi authored May 30, 2024
1 parent 620044f commit b1ff205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/node/appchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (ap *AppChain) getStakePerReputer(ctx context.Context, topicId uint64, repu
ap.Logger.Error().Err(err).Uint64("topic", topicId).Msg("could not get chain params")
}
if err == nil {
maxReputers = params.Params.MaxLimit
maxReputers = params.Params.MaxPageLimit
}

numberRequestsForStake := MAX_NUMBER_STAKE_QUERIES_PER_REQUEST
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
cosmossdk.io/math v1.3.0
github.com/allora-network/allora-chain v0.1.0-dev.a53b6d4.0.20240526151956-574b2f09d09e
github.com/allora-network/allora-chain v0.1.0-dev.a53b6d4.0.20240530034517-701b22338ce3
github.com/allora-network/b7s v0.0.2-0.20240418175046-eca9bfd68831
github.com/cockroachdb/pebble v1.1.0
github.com/cosmos/cosmos-sdk v0.50.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/allora-network/allora-chain v0.1.0-dev.a53b6d4.0.20240526151956-574b2f09d09e h1:8SQlhMZDDPm51KqDiGu5GEU/ZhYA+ZAgWOegfrxmiOI=
github.com/allora-network/allora-chain v0.1.0-dev.a53b6d4.0.20240526151956-574b2f09d09e/go.mod h1:7UrL7qr/wLTnBBfTGZHHui9tjDfx89FvDj22YD2TVow=
github.com/allora-network/allora-chain v0.1.0-dev.a53b6d4.0.20240530034517-701b22338ce3 h1:udZYnIlglfhJ4zJNsMyl/fXJxie3vWrfdP04zIOyPXg=
github.com/allora-network/allora-chain v0.1.0-dev.a53b6d4.0.20240530034517-701b22338ce3/go.mod h1:7UrL7qr/wLTnBBfTGZHHui9tjDfx89FvDj22YD2TVow=
github.com/allora-network/b7s v0.0.2-0.20240418175046-eca9bfd68831 h1:4s9e1sjeHlqG4SWoV29vcf/WGX9KeATx1V38X4k2f+I=
github.com/allora-network/b7s v0.0.2-0.20240418175046-eca9bfd68831/go.mod h1:rJJrdC5Y83LEDFxo/iJp3JJpi8I6TJncOTigMWk8ieE=
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
Expand Down

0 comments on commit b1ff205

Please sign in to comment.