-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: payment refactor to use global store prices for billing #408
chore: payment refactor to use global store prices for billing #408
Conversation
b7810ae
to
ac40f56
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need change the update price time limitation
2141b5f
to
61dd9d0
Compare
go.mod
Outdated
@@ -177,7 +177,7 @@ replace ( | |||
github.com/cometbft/cometbft => github.com/bnb-chain/greenfield-cometbft v0.0.2 | |||
github.com/cometbft/cometbft-db => github.com/bnb-chain/greenfield-cometbft-db v0.8.1-alpha.1 | |||
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 | |||
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/greenfield-cosmos-sdk v0.2.4-alpha.1 | |||
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/greenfield-cosmos-sdk v0.2.3-alpha.3.0.20230810070304-b0d00febdec4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check this: bnb-chain/greenfield-cosmos-sdk#267
61dd9d0
to
ec38fe7
Compare
5509906
to
ab4b18e
Compare
b45aa70
to
590046d
Compare
Please resolve the conflicts |
resolved |
Description
This pr will update the price logic and billing calculation.
Rationale
Example
QueryGlobalSpStorePriceByTime
Changes
Notable changes: