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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add block hash to call data of TaggedTransactionQueue_validate_transa…
…ction in light api remote call (paritytech#9554)

Co-authored-by: Bernardo Cardoso <[email protected]>
  • Loading branch information
xx network and bernardo-xxnet authored Aug 13, 2021
commit 71e1c59e7e901882487ee516cf2faa02aed74da5
2 changes: 1 addition & 1 deletion client/transaction-pool/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ where
block,
header,
method: "TaggedTransactionQueue_validate_transaction".into(),
call_data: (source, uxt).encode(),
call_data: (source, uxt, block).encode(),
retry_count: None,
});
let remote_validation_request = remote_validation_request.then(move |result| {
Expand Down