-
Notifications
You must be signed in to change notification settings - Fork 28
Trading pair source trait #801
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
Conversation
Merge develop to master
…ra-xor/sora2-network into prepare-release-3.1.0
| [package] | ||
| name = "framenode" | ||
| version = "3.0.0" | ||
| version = "3.1.0" |
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.
You don't need to change the version of any pallet in this scope
| spec_version: 66, | ||
| impl_version: 1, | ||
| apis: RUNTIME_API_VERSIONS, | ||
| transaction_version: 64, | ||
| transaction_version: 66, |
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.
Please revert it. We have a special process where we update these values
|
I moved this draft to new PR #808, kindly check. Pumping versions appears here because I did a wrong branch-out before opening the PR. |
Added the TradingPairSourceManager trait to pallet configs in order to avoid direct calls from the trading-pair pallet.