This repository was archived by the owner on May 22, 2023. It is now read-only.
forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/update to polkadot v0 9 11 #161
Merged
AndreiNavoichyk
merged 201 commits into
dev-cere
from
feature/update-to-polkadot-v0-9-11
Dec 1, 2022
Merged
Changes from 1 commit
Commits
Show all changes
201 commits
Select commit
Hold shift + click to select a range
b9d86e1
DatabaseSource::Auto (#9500)
debris 0dfb48c
Consistently use `I::from(Self::get())` in `parameter_types!` (#9526)
expenses 00bb485
Remove unused pdqselect dependency from `sc-consensus-babe` (#9528)
nazar-pc 026a849
Refactor `sc_executor::RuntimeInfo` trait into 2 parts (#9498)
expenses 5675e9e
Make `UncheckedExtrinsic` encode more readable (#9531)
bkchr 86783fe
Remove dependency on substrate-prometheus-endpoint that is no longer …
chevdor c34fc32
mega cleanup of staking tests (#9516)
kianenigma 4c3a55e
Rewrap all comments to 100 line width (#9490)
kianenigma 09c016b
Multi-Block Election part 0: preparation and some cleanup. (#9442)
kianenigma 2717d98
fix rust docs for remove storage prefix and take storage item (#9544)
4meta5 ee76b9f
CI: publish rustdocs (#9527)
TriplEight 78b535b
Stabilize `seal_debug_message` (#9550)
athei 7342a2f
Upgrade jsonrpc to 0.18.0 (#9547)
bkchr 52478c0
Bump env_logger from 0.8.3 to 0.9.0 (#9538)
dependabot[bot] e4a0cc4
depend-o-pocalipse (#9450)
gilescope 28e1691
Upgrade hyper to 0.14.11 (#9557)
bkchr 8951d42
Bump ip_network from 0.3.4 to 0.4.0 (#9524)
dependabot[bot] 71e1c59
Add block hash to call data of TaggedTransactionQueue_validate_transa…
08cac00
RUSTSEC-2021-0076 bump libsecp256k1 (#9391)
trevor-crypto 67f28cd
Simplify `NativeExecutionDispatch` and remove the `native_executor_in…
expenses c6c52d3
Fix prometheus after hyper 14 upgrade (#9571)
bkchr d2a43d4
Remove substrate-in-the-browser (#9541)
dvdplm 3c2b267
Make choosing an executor (native/wasm) an explicit part of service c…
expenses 287b5c5
upgrade simnet tests to v8 (#9573)
radupopa2010 44ee839
remove the uselsss weight return type from election provider API (#9569)
kianenigma 643818d
Custom Benchmark Errors and Override (#9517)
shawntabrizi ecc76f3
Integrate Wasmer into Substrate sandbox environment (#5920)
0x7CFE 74e839b
Do not implement () for Contains (#9582)
sorpaas c6c912c
Bump bitflags from 1.2.1 to 1.3.2 (#9568)
dependabot[bot] 32f46ea
Bump prost from 0.7.0 to 0.8.0 (#9560)
dependabot[bot] 7e44628
Bump directories from 3.0.1 to 3.0.2 (#9589)
dependabot[bot] bd2e5f3
Show storage info in the raw benchmark output. (#9588)
kianenigma 7ef1c00
Change unhandled Kademlia events from warn to debug (#9599)
436d671
Display warning on try-runtime spec_name mismatch (#9593)
kianenigma 1207934
continue in pow loop instead of returning (#9539)
OAyomide 60fd8cd
Remove spurious debug_assert! (#9603)
tomaka 60c6ec7
pallet-vesting: Support multiple, merge-able vesting schedules (#9202)
emostov e2c884c
rebranding SubstraTEE to integritee (#9248)
brenzi ed702e8
Fix spelling (#9614)
gavofyork 16e17ae
Remove useless borrow (#9615)
athei b79e2b9
Fetch runtime code from storage cache when using proofing backend (#9…
bkchr 4172dfb
Run tests for the wasmer sandbox (#9610)
rcny 72aaab6
Better RPC prometheus metrics. (#9358)
tomusdrw b7a1a2c
Upgrade tokio to 1.10 (#9575)
bkchr 87b6266
Fix `state_subscribeRuntimeVersion` for parachains (#9617)
bkchr b1a7585
pallet-proxy: emit events on proxy added. (#9546)
shaunxw bd69793
Remove dependency on sandboxing host functions (#9592)
athei 17ce41a
Expose `storage_prefix` logic, and remove duplicate code (#9621)
shawntabrizi caa863a
improve doc of pallet macro (#9625)
gui1117 42d3170
Improve errors for `generate_solution_type` macro (#9553)
4meta5 69e5b50
Make System Events Private from the Runtime (#9619)
shawntabrizi 831a95d
remove crate visibility limitation (#9565)
JoshOrndorff 111e6c6
implement Add, Sub, CheckedAdd, CheckedSub, SaturatingAdd, Saturating…
KaiserKarel ae70e6e
rpc-api: use thiserror instead of derive_more for error handling (#9631)
koushiro 70a3bca
fix perthing add (#9638)
gui1117 f7b6dca
Fix benchmark writer (#9626)
gui1117 ecf32b9
improve decode for UncheckedExtrinsic (#9646)
xlc d6847a7
Generate storage info for pallet authority_discovery (#9428)
864d096
Add methods param for RPC `state_traceBlock` (#9642)
koushiro 856d0bd
Fix compilation issue of pallet_contracts (#9652)
athei b6e8afc
Fix clippy warnings (#9649)
nazar-pc 0931571
fix tracker repeat writes (#9653)
gui1117 852bab0
doc: subkey documentation (#9639)
chevdor 81cae8e
Update contrib docs to reflect simplified process (#9465)
gilescope 152f764
Remove some browser leftovers (#9636)
bkchr 6d0c04d
Generate storage info for aura pallet (#9371)
KiChjang 4880660
remove unused origin (#9679)
gui1117 dd29788
Use coherent prost crate versions (#9676)
adoerr 0f934e9
Add VoteLocking config (#9641)
xlc c7a6264
Clean up `node-template` (#9667)
f708278
Small syntax changes for staking and elections code (#9688)
emostov d73c37e
sp-utils => sc-utils (#9677)
gilescope e7b93e1
Fixed block response limit check (#9692)
arkpar b799ee3
Don't allow failure for cargo fmt (#9702)
athei 60078b3
reset cache when storage possibly change (fix init of tests). (#9665)
cheme 47ee91e
Add initial contract macro benchmarks (#9600)
athei 1309f52
contracts: Remove state rent (#9669)
athei 5e93ac7
Allow Skipping Benchmark Errors (#9699)
shawntabrizi b5defce
SimpleSlotWorker make `claim_slot` async (#9713)
bkchr cd21e62
Migrate `pallet-membership` to the new pallet attribute macro (#9080)
koushiro 6c7adf1
Fix buildah issue 3500 (#9716)
sergejparity 6e15de9
Store the database in a role specific subdirectory (#9645)
hirschenberger 8b8eb75
Fix compact proof decoding unaccessed last child trie. (#9715)
cheme e45dab3
disable unleash-check (#9705)
joao-paulo-parity 89cd02d
add query types to generate_storage_alias (#9659)
apopiak 5be50ac
Improve sandbox internal api (#9709)
bkchr b391b82
`graph::ChainApi` and `graph::Pool` reexport (#9726)
tgmichel 821496d
Fix flaky test (#9729)
tomaka 37aa0bd
Improve instruction benchmarks (#9712)
athei a8a040c
Remove the last bits of unknown_os in the code base (#9718)
bkchr 267dac2
Add setter configurable only for benchmarking or tests (#9668)
girazoki ea55619
Bump lru from 0.6.5 to 0.6.6 (#9635)
dependabot[bot] 88c64e0
Bump zeroize from 1.2.0 to 1.4.1 (#9591)
dependabot[bot] f84ac63
Create trait for NPoS election algorithms (#9664)
emostov 558a68f
Change ci pipeline to use vault secrets (#9662)
sergejparity 873e6b1
Bump proc-macro2 from 1.0.28 to 1.0.29 (#9741)
dependabot[bot] 7fa40a2
Implemented `seal_ecdsa_recovery` function in the contract pallet (#9…
xgreenx 64c3ec0
Dont Convert Benchmark Error Too Early (#9743)
shawntabrizi 63b32fb
remove unused state machine (#9747)
gui1117 31bf57f
Bump futures-util from 0.3.16 to 0.3.17 (#9748)
dependabot[bot] 9b15da9
clean the interface of supports map (#9674)
kianenigma b674bd2
Use tokio runtime handle instead of `TaskExecutor` abstraction (#9737)
bkchr 2ec7f55
Recursive election provider as fallback (#9648)
kianenigma 5810c46
Use the precise number of approvals when constructing RawOrgin::Membe…
liuchengxu e232df1
update crate names and rand deps (#9762)
chevdor b13319a
Adds composable.finance to ss58 registry (#9608)
seunlanlege c022f88
Add `childstate_getStorageEntries` RPC (#9459)
hirschenberger 6120eda
Purge addresses that fail to reach a peer (#8843)
tomaka 5e5474d
More descriptive errors. (#9768)
eskimor 7fbec2f
dockerfiles: upgrade to ubuntu:20.04 (#9753)
TriplEight 1fca377
Clean up sc-network (#9761)
liuchengxu 9d19a24
Bump primitive-types from 0.10.0 to 0.10.1 (#9754)
dependabot[bot] 630422d
Migrate `pallet-tips` to the new pallet attribute macro (#9711)
koushiro 82e0e63
substrate depends on openssl at the moment (#9556)
gilescope f022e14
Bump wat from 1.0.37 to 1.0.40 (#9771)
dependabot[bot] 644c17e
Migrate `pallet-collective` to the new pallet attribute macro (#9115)
koushiro ce1746d
Add Clover Finance to SS58 Registry (#9236)
pangwa 598d74b
Emit log on Runtime Code change. (#9580)
tomusdrw e1ddbb3
pallet-utility: use new pallet attribute macro for tests (#9780)
koushiro eb4de69
Bump serde_json from 1.0.64 to 1.0.68 (#9783)
dependabot[bot] ba153b9
Enrich metadata with type information (#8615)
ascjones 435f56e
Implement a `CountedStorageMap` (#9125)
gui1117 d67e5f4
Fix Spellcheck for Template (#9795)
shawntabrizi 25eb7ac
Reduce the number of types in build_transport for transport (#9793)
95a5337
Add Force Unreserve to Balances (#9764)
shawntabrizi 88b4fc8
Fix buildah login (#9786)
sergejparity c000780
Implement `pallet-bags-list` and its interfaces with `pallet-staking`…
emostov 91b386f
make nonce public (#9810)
xlc 5825661
Added template and scripts for generating rustdocs (#9785)
e30db04
Generate storage info for pallet im_online (#9654)
50c84cb
add feature and fix ci (#9800)
gui1117 0997854
Don't answer peers with a low reputation (#9008)
3486a13
check line width not needed (#9820)
gilescope ce3c31f
Improve post and pre migration checks for pallet-membership (#9746)
gui1117 78ce061
Bounties Pallet to FrameV2 (#9566)
ferrell-code 700c9e2
Silence Kademlia InboundRequestServed event (#9797)
tomaka 04bb4e0
`follow-chain` testing mode for try-runtime (and revamp CLI configs).…
kianenigma da6094d
Pull Request Template Suggestions (#9717)
apopiak 0a18fa0
Society Pallet to FrameV2 (#9472)
ferrell-code 49e91e2
Adding storage_info to pallet grandpa (#9817)
1361206
Use the automated call decode weight for `submit_unsigned` benchmark …
kianenigma eded990
Generate storage info for pallet babe (#9760)
4f8e0cf
Add some docs about runtime migration best practices (#9837)
kianenigma 0df7093
add test (#9822)
gui1117 7fcebc8
improve test (#9835)
gui1117 65ac6f3
Integrate BEEFY (#9833)
adoerr e254b24
Fix gitlab command (#9843)
68e3423
beefy-gadget-rpc: fix toml warnings (#9854)
koushiro b00e054
De-duplicate the dispatchable and the bare_* functions (#9838)
athei 2ab5cd2
Prepare UI tests for rust 1.55 (#9637)
bkchr de06497
CI: undebug CI image (#9857)
TriplEight e02e90c
Remove unused sp-maybe-compressed-blob from sp-io (#9849)
ascjones 6f1b223
Expose trait Balance & AssetId (#9863)
xlc 45f8ec6
Removing a trailing `MaxSegmentLength` (#9850)
bba169c
Fix amount emitted in rebonded event (#9866)
shawntabrizi a3d128d
BEEFY code owner (#9852)
adoerr 58649c4
Fungibles and Non-Fungibles Create and Destroy Traits + Assets and Un…
shawntabrizi b677b3a
Migrate the pallet macros of some tests and benches (#9853)
koushiro be28ab0
pallet macro: allow to declare individual unbounded storage for those…
gui1117 be8d846
Calling an unsafe fn so need to have an unsafe block
gilescope aa3ea04
Add weight for decoding the call to benchmarks (#9781)
hirschenberger 03c2c2f
Migrate `pallet-session` to the new pallet macro (#9796)
koushiro 0f3db4e
Point to nightly that can compile the code. (#9873)
gilescope fa92eaf
Add Polkadex to SS58 Registry (#9825)
Gauthamastro c11a0bf
Extend PalletInfoAccess with module_name and crate_version method (#9…
KiChjang 7cf99b1
Fix flaky sync tests (#9889)
bkchr 95c81d2
Fix WrapperOpaque max encded len and type info (#9881)
gui1117 5f750df
Bump async-std from 1.9.0 to 1.10.0 (#9759)
dependabot[bot] 63ac521
Bump smallvec from 1.6.1 to 1.7.0 (#9894)
dependabot[bot] c73e3c2
remove unidiomatic (#9895)
gui1117 0a785f1
Less sleeps (#9848)
gilescope 83ced6b
Update wasmtime to 0.29.0 (#9552)
bkchr 4ecbb1f
Return `target_hash` for finality_target instead of an Option (#9867)
liuchengxu 0d44d83
add feature wasmtime-jitdump (#9871)
librelois 1e28e61
subkey readme update on install (#9900)
nuke-web3 0bc873d
contracts: Add event field names (#9896)
ascjones fb44376
Fix basic authorship flaky test (#9906)
bkchr e6b0150
Fix democracy on-initialize weight (#9890)
zjb0807 c21d3cf
Merge commit 'refs/pull/9872/head' of github.com:paritytech/substrate…
s3krit 70c3954
Rework Transaction Priority calculation (#9834)
tomusdrw 9ee94fa
Use correct db path for parity-db (#9971)
bkchr 32e8250
add TypeInfo for DispatchTime (#9987)
zjb0807 11e6bb0
Add TypeInfo (#10010)
zjb0807 57346f6
add TypeInfo trait bound (#10031)
0x8f701 eca7bde
Merge remote-tracking branch 'upstream/polkadot-v0.9.11' into feature…
MRamanenkau 6c69e48
Post merge fixes
MRamanenkau 16702ad
Incremet impl version and update release notes
MRamanenkau df9ecb6
Post merge fixes
MRamanenkau 1306447
Update DDC pallet
MRamanenkau c9fd7db
Make tests compile
MRamanenkau c7edbaa
Enable previously flaky test and get rid of diff with substrate
MRamanenkau ed57e11
Use two rustc versions as specified in release notes
MRamanenkau 98cd5a6
Disable flaky tests
MRamanenkau 1a46f11
Revert "Use two rustc versions as specified in release notes"
MRamanenkau 51c818c
Use stable version of rustc
MRamanenkau db12333
Disable flaky test
MRamanenkau b9fbf01
Increment spec version as Polkadot did
MRamanenkau f6ac125
Update ddc pallet
MRamanenkau ffb2a27
Merge branch 'feature/update-to-polkadot-v0-9-10' into feature/update…
MRamanenkau b56fab8
Add storage migrations
MRamanenkau 7b79a78
Merge branch 'dev-cere' into feature/update-to-polkadot-v0-9-11
MRamanenkau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rework Transaction Priority calculation (paritytech#9834)
* Add transaction validity docs. * Re-work priority calculation. * Fix tests. * Update frame/transaction-payment/src/lib.rs Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * cargo +nightly fmt --all * Fix an obvious mistake :) * Re-work again. * Fix test. * cargo +nightly fmt --all * Make VirtualTip dependent on the transaction size. * cargo +nightly fmt --all * Update frame/transaction-payment/src/lib.rs Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Fix compilation. * Update bin/node/runtime/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
- Loading branch information
commit 70c3954949086053b51194988652eabf5583815e
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.