This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Conversation
Remove TransactionByteFee Apply WeightToFeePolynomials to pallet_transaction_payment
haerdib
approved these changes
Apr 20, 2022
Contributor
haerdib
left a comment
There was a problem hiding this comment.
LGTM. Have you tested it with the worker? sp-io changes are often only detected when compiling with the worker.
Contributor
Author
Yes it works. |
haerdib
added a commit
to ajuna-network/sgx-runtime
that referenced
this pull request
May 6, 2022
* Add secp256k1 ecdsa recover (integritee-network#42) * implement secp256k1_ecdsa_recover * fix sgx compilation error * reorder libsecp256k1 in .toml Co-authored-by: suinuj <junius@litentry.com> * Update substrate to b9cafba (integritee-network#44) - The substrate verion for sp-core was updated to 4.1.0-dev. - "AllPallets" was replaces by AllPalletsReversedWithSystemFirst according to Fix order of hook execution paritytech/substrate#10043 Co-authored-by: Gaudenz Kessler <gaudenz.kessler@scs.ch> * Add runtime-api `get_metadata` (integritee-network#47) Co-authored-by: echevrier <edith.chevrier@scs.ch> * Bump substrate to commit 7c63420 (integritee-network#48) * update .tomls to match new substrate version * update rust toolchain * cargo update * revert unnecessary cargo update.. * updae sp-io version * redo toolchain bump - teaclave.. * fix version changes * add missing sp-io functions (integritee-network#49) * update sp-io trie * add root version 2 * add storage::root version2 * Bump substrate to commit f5f286db0da99761792b69bf4a997535dcc8f260 (integritee-network#50) Co-authored-by: echevrier <edith.chevrier@scs.ch> * Bump to polkadot 0.9.19 and switch to polkadot branches (integritee-network#53) Remove TransactionByteFee Apply WeightToFeePolynomials to pallet_transaction_payment Co-authored-by: echevrier <edith.chevrier@scs.ch> * fix cargo.lock * add some pubs * add one more pub Co-authored-by: suinuj <junius@litentry.com> Co-authored-by: gaudenzkessler <92718752+gaudenzkessler@users.noreply.github.com> Co-authored-by: Gaudenz Kessler <gaudenz.kessler@scs.ch> Co-authored-by: echevrier <84318241+echevrier@users.noreply.github.com> Co-authored-by: echevrier <edith.chevrier@scs.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove TransactionByteFee
Apply WeightToFeePolynomials to pallet_transaction_payment