Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

[CBI-2022] Merge Substrate v3 #97

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
714 commits
Select commit Hold shift + click to select a range
273bc7b
Replace last usages of `<() as PalletInfo>` in substrate (#8080)
gui1117 Feb 9, 2021
4777aba
Remove PalletInfo impl for () (#8090)
ascjones Feb 9, 2021
48e9d49
WasmExecutor takes a cache directory (#8057)
pepyakin Feb 9, 2021
9c5da5c
Add Aventus ss58 address (#8050)
nahuseyoum Feb 9, 2021
28b950e
sc-network: switch on default features for libp2p on non-wasm-builds …
gnunicorn Feb 10, 2021
91a7418
pallet macro: easier syntax for `#[pallet::pallet]` with `struct Pall…
gui1117 Feb 10, 2021
90c9706
Pallet attribute macro migrate guidelines minor fixes (#8094)
shaunxw Feb 10, 2021
90bb153
Switch to use `diener patch` for companion build (#8073)
bkchr Feb 10, 2021
22441aa
Migrate pallet-balances to pallet attribute macro (#7936)
ascjones Feb 10, 2021
ce018b8
babe, grandpa: set longevity for equivocation report transactions (#8…
andresilva Feb 10, 2021
ba290e0
Migrate pallet-timestamp to pallet attribute macro. (#8078)
shaunxw Feb 10, 2021
12562bb
Use log level error to report telemetry (#8097)
cecton Feb 10, 2021
49a4103
Releasing 3.0 (#8098)
gnunicorn Feb 10, 2021
3957f43
[CI] Move check_labels to github actions (#8099)
s3krit Feb 11, 2021
27c03f2
Update sc-finality-grandp-warp-sync to 0.9.0 and remove 'publish = fa…
expenses Feb 12, 2021
4e50238
Remove all code related to sentry nodes (#8079)
tomaka Feb 15, 2021
386914e
Add code blocks to doc diagrams (#8118)
shawntabrizi Feb 15, 2021
13b6998
Simplify runtime api error handling (#8114)
bkchr Feb 15, 2021
171ad23
CI: temp. allow cargo deny to fail (#8122)
TriplEight Feb 15, 2021
da6b3e2
Update Grafana dashboards (#8127)
tomaka Feb 15, 2021
e03ca38
grandpa: make the VotingRule API async (#8101)
andresilva Feb 15, 2021
d054593
Create a macro which automates creation of benchmark test suites. (#8…
coriolinus Feb 16, 2021
5e8df39
Move dust collection hook to outside of account mutate (#8087)
gavofyork Feb 16, 2021
fb1b15c
fix deprecated usage of panic (#8134)
gui1117 Feb 16, 2021
7d2de01
Remove inherent in pallet-babe (#8124)
gui1117 Feb 16, 2021
743accb
Fix telemetry span not entering properly attempt 3 (#8043)
cecton Feb 17, 2021
cd11670
Unbreak browser test CI (#8149)
tomaka Feb 18, 2021
75a2d29
Benchmark macro: Allow multiple bounds in where (#8116)
weichweich Feb 18, 2021
ca63242
Make it clear in CLI that paritydb is experimental (#8152)
bkchr Feb 18, 2021
2c99434
Extract transactions handling from protocol.rs (#8110)
tomaka Feb 18, 2021
f53d72f
Remove `OnSlot` associated type (#8156)
bkchr Feb 18, 2021
1c842c4
Fix warning in rustdoc job (#8159)
bkchr Feb 19, 2021
9029ab0
CI: test and update ci image, codeowners (#8142)
TriplEight Feb 19, 2021
394c52e
Migration testing runtime API/Bot (#8038)
kianenigma Feb 19, 2021
3c1c49e
Ensure we spawn the block import worker as an essential task (#8155)
bkchr Feb 19, 2021
e808d14
Update to libp2p-0.35.1 (#8141)
romanb Feb 22, 2021
824adac
contracts: Consider contract size in weights (#8086)
athei Feb 22, 2021
11e879f
Allow `transfer_keep_alive` to transfer all free balance (#8125)
gui1117 Feb 22, 2021
fd88fbf
Migrate examples to use pallet macro (#8138)
gui1117 Feb 22, 2021
5949485
Make keystore return `None` when a key doesn't exist (#8163)
bkchr Feb 22, 2021
4f9ee57
contracts: Convert to framev2 macros (#8157)
athei Feb 22, 2021
061ff5d
Fix: stash account reaped when ledger.active == ED (#8170)
gui1117 Feb 22, 2021
2237564
Bump thread_local (#8174)
arkpar Feb 22, 2021
528c14b
Return number of keys removed when calling `storage_kill` on child tr…
shawntabrizi Feb 22, 2021
904495b
Make Regex in ss58codec and secret phrase crypto static (#8117) (#8177)
anvie Feb 22, 2021
e6ac7e7
Add a Prometheus alert on no incoming connection (#7517)
tomaka Feb 23, 2021
27e1f89
Bump lru dependency (#8182)
tomaka Feb 23, 2021
1c434cd
Decouple Staking and Election - Part 2 Unsigned Phase (#7909)
kianenigma Feb 23, 2021
ad8c585
Remove suicide from frame_system weights (#8184)
s3krit Feb 23, 2021
c736c60
Reserve ss58 prefix 48 for Neatcoin (#8165)
sorpaas Feb 23, 2021
8643b9d
Make `on_slot` return the block with the post header (#8188)
bkchr Feb 24, 2021
6bd9aad
[multisig, insubstantial] WeightTooLow -> MaxWeightTooLow (#8112)
Feb 24, 2021
1db5108
Update lib.rs (#8192)
kianenigma Feb 24, 2021
beff566
Add some debug_asserts for #8171 (#8181)
tomaka Feb 24, 2021
1c34ccf
Display nicer inspect results. (#8198)
tomusdrw Feb 24, 2021
7a6d60d
Move proof generation to the type system level (#8185)
bkchr Feb 24, 2021
5d72a5a
grandpa: rewrite warp sync proof generation (#8148)
andresilva Feb 25, 2021
4b5b9bd
Add ss58 prefix for HydraDX (#8058)
jak-pan Feb 25, 2021
1febf99
allow to write pre and post runtime upgrade in pallet macro (#8194)
gui1117 Feb 25, 2021
df6a400
Add an is_finished boolean to the grandpa warp sync response (#8203)
expenses Feb 25, 2021
74d5612
Fix networking debug_asserts (#8200)
tomaka Feb 25, 2021
6fae4a1
pallet macro broke `benchmarks_instance`, fix by introducing `benchm…
gui1117 Feb 25, 2021
f6de92e
Frame Benchmarking v3.1.0 released (#8206)
gnunicorn Feb 25, 2021
debec91
contracts: Release as v3.0.0 and add reserved field to `ContractInfoO…
athei Feb 25, 2021
ec498bb
chore: fix typos for contract (#8178)
yjhmelody Feb 26, 2021
ad626b0
Fix transactions not being propagated to authorities (#8212)
tomaka Feb 26, 2021
28107d4
Better identifier and logging for runtime upgrades (#8123)
kianenigma Feb 26, 2021
a6ff3d3
Fix ignored error in benchmark tests (#8214)
gui1117 Feb 26, 2021
88ba0e6
Gilts Pallet (#8139)
gavofyork Feb 27, 2021
2dd569a
emit event on remark (#8120)
xlc Feb 28, 2021
e84d2ae
grandpa: maintain invariants when evaluating aggregated voting rules …
andresilva Feb 28, 2021
dd29596
Init `RuntimeLogger` automatically for each runtime api call (#8128)
bkchr Mar 1, 2021
7bd6b86
babe: make plan_config_change callable (#8233)
andresilva Mar 1, 2021
172c7f8
Fix state mismatch in case of bad handshake (#8230)
tomaka Mar 1, 2021
f5d2faf
contracts: Use unstable sort for topics (#8232)
athei Mar 2, 2021
44ad00d
Make Benchmark Output Analysis Function Configurable (#8228)
shawntabrizi Mar 2, 2021
308eb4c
Add benchmark to node-template pallet-template (#8239)
shawntabrizi Mar 2, 2021
0a85d36
make use of matches (#8211)
gui1117 Mar 2, 2021
73942bc
Add some migration helper to help migrating pallet changing pallet pr…
gui1117 Mar 2, 2021
b203f79
Move AuRa digest from client to primitives (#8245)
bkchr Mar 3, 2021
5f05683
Make `ExecuteBlock::execute_block` return the final block header (#8244)
bkchr Mar 3, 2021
8fc92d1
Allow pallet::call to return `DispatchResult` (#8241)
gui1117 Mar 3, 2021
e5e8197
Add migration logs to pallet v2 (#8243)
kianenigma Mar 3, 2021
dc5d587
Do not return the `Header` from `execute_block` (#8256)
bkchr Mar 3, 2021
e2d74ac
Self-sufficient account ref-counting (#8221)
gavofyork Mar 3, 2021
a8c2bc6
update nb-connect pin-project-lite rand_core (#8249)
gui1117 Mar 4, 2021
fc2d2d3
babe: introduce a request-answering mechanic (#7833)
rphmeier Mar 4, 2021
3233d29
Fix warnings related to panic and assert (#8272)
bkchr Mar 5, 2021
adca498
Fix doc build with --all-features (#8277)
gui1117 Mar 5, 2021
79ddc79
AuRa improvements (#8255)
bkchr Mar 5, 2021
af998b2
Do not use `Option` to wrap `GenesisConfig` fields (#8275)
bkchr Mar 6, 2021
a958512
refactor(remote ext): use jsonrpsee (#8105)
niklasad1 Mar 6, 2021
88014d5
pallet_macro: Generate default documentation for well known types (#8…
athei Mar 8, 2021
ac1f7ff
Clippy arithmetic new (#8282)
honeywest Mar 8, 2021
641aa72
Assets: Remove zombies, introduce approvals (#8220)
gavofyork Mar 9, 2021
e68ff13
Introduce IgnoredIssuance into Gilts (#8299)
gavofyork Mar 9, 2021
a38c948
update jsonrpsee to fix a `allow(dead_code)` (#8302)
niklasad1 Mar 9, 2021
7e5c307
Decrease the peer reputation on invalid block requests (#8260)
bkchr Mar 9, 2021
773c0b4
Simplify the code a little bit (#8295)
liuchengxu Mar 9, 2021
a94749c
Fix typo in generated docs. (#8300)
athei Mar 9, 2021
8fca15b
Introduce new concept of "slot portion for proposing" (#8280)
bkchr Mar 9, 2021
b6c2c5d
Update to latest proc-macro-crate version (#8294)
bkchr Mar 9, 2021
2461349
Return babe configuration information in the babe api epoch functions…
expenses Mar 10, 2021
ef50a44
CI: return docs jobs (#8307)
TriplEight Mar 10, 2021
3adefdc
Custom RPC for Merkle Mountain Range pallet (#8137)
tomusdrw Mar 10, 2021
b24c43a
more clear randomness API for BABE (#8180)
rphmeier Mar 10, 2021
fcab5a3
Implement PJR checker (#8160)
coriolinus Mar 11, 2021
6f12d79
Fix doc build (#8322)
adoerr Mar 11, 2021
6ac86d5
Rework telemetry to replace the use of tracing with an object we pass…
cecton Mar 11, 2021
dedbdc4
Bump tracing from 0.1.22 to 0.1.25 (#8263)
dependabot[bot] Mar 11, 2021
0a61b0a
Remove legacy network protocol (#8296)
tomaka Mar 11, 2021
aae1861
pallet-staking: add RewardDestination::None for explictly not receivi…
sorpaas Mar 11, 2021
6b50787
Add on_idle hook (#8209)
JesseAbram Mar 11, 2021
8b3e5bc
Fix #8306 (#8330)
tomaka Mar 11, 2021
1e045f2
Convert timestamp to unit type wrapper (#8333)
bkchr Mar 11, 2021
97ecd62
Do not ban peers for sending multiple valid requests (#8325)
bkchr Mar 12, 2021
101b347
contracts: Expose rent parameter to contracts (#8231)
athei Mar 12, 2021
da7ca4d
im-online: use EstimateNextSessionRotation to get better estimates of…
andresilva Mar 12, 2021
3ba5808
remove whitespaces. (#8341)
kianenigma Mar 12, 2021
18ab090
Derive common classes for `IfDisconnected`. (#8346)
eskimor Mar 12, 2021
52c2189
Remove useless sr-api (#8335)
koushiro Mar 15, 2021
a107e1f
Don't log to debug for every failed extrinsic. (#8355)
kianenigma Mar 15, 2021
fdac8be
Add more relaxed pallet-name parsing (#8353)
hirschenberger Mar 15, 2021
3541769
Don't log so many stkaing events on genesis block (#8339)
kianenigma Mar 15, 2021
9618c5f
Support pallet::storage conditional compilation (#8324)
shaunxw Mar 16, 2021
c939ceb
NPoS Challenge Mode (#8236)
coriolinus Mar 16, 2021
8a4aeba
Audit fixes for election/staking decoupling part 2 (#8167)
kianenigma Mar 16, 2021
39b3131
staking: Flexible generation of reward curve and associated tweaks (#…
gavofyork Mar 16, 2021
c532e0b
alerting-rules: ContinuousTaskEnded alert should not drop all unspeci…
gabreal Mar 16, 2021
ea50800
Document a pub item (#8374)
gavofyork Mar 16, 2021
b8ee107
Update diener to enable polkadot companions that use new crates (#8371)
bkchr Mar 16, 2021
24df4c5
Release missing 3.0 crates: pallet-node-authorization sc-finality-gra…
gnunicorn Mar 16, 2021
056d63f
Update ss58-registry.json (#8351)
akru Mar 16, 2021
7eafd1f
[CI] Require D*-audit labels for any runtime changes (#8345)
s3krit Mar 16, 2021
66098c2
Fix CI benchmark check (#8380)
bkchr Mar 16, 2021
3f434df
CI: run cargo deny nightly (#8376)
TriplEight Mar 16, 2021
319d244
Improve complexity of CompactAssignments::unique_targets (#8314)
coriolinus Mar 17, 2021
cb033a4
Migrate pallet-proxy to pallet attribute macro (#8365)
emostov Mar 17, 2021
abd39a8
Migrate node authorization pallet to FRAME v2 (#8337)
kaichaosun Mar 17, 2021
3a12b0e
fix check-labels.yml (#8387)
s3krit Mar 17, 2021
de96cf8
add D1-trivial label (#8388)
s3krit Mar 17, 2021
ce0b69a
Migrate pallet-babe to pallet attribute macro. (#8310)
shaunxw Mar 17, 2021
211be1d
Storing multiple Justifications per block (#7640)
octol Mar 17, 2021
a0161f3
Aura and Slots refactoring (#8386)
bkchr Mar 17, 2021
46ea7e7
Fast CompactAssignment search (#8385)
coriolinus Mar 18, 2021
cc24950
Replace 'Module' with 'Pallet' in construct_runtime macro (#8372)
shaunxw Mar 18, 2021
c2cffa1
Improve logging in network gossip (#8389)
bkchr Mar 18, 2021
462384b
Storage chains: indexing, renewals and reference counting (#8265)
arkpar Mar 18, 2021
f8a58bd
doc(frame): [nitpicks] (#8396)
sacha-l Mar 18, 2021
4365fa6
Better description for assert in frame-session genesis (#8399)
bkchr Mar 18, 2021
b066782
Compute yearly inflation on-chain allowing to change x_ideal accordin…
gui1117 Mar 19, 2021
bb8ab89
Make work for no_std (#8402)
gavofyork Mar 19, 2021
283bb60
Decouple Staking and Election - Part 2.1: Unleash Multi Phase (#8113)
kianenigma Mar 20, 2021
c731027
Implement PartialEq for DispatchError. (#8407)
shaunxw Mar 21, 2021
f6e265d
Use the log crate to output contract generated messages. (#8403)
athei Mar 21, 2021
6e42b4b
Rename GenericProto to Notifications (#8415)
tomaka Mar 22, 2021
97da79e
CI: address the bug with .env (#8404)
TriplEight Mar 22, 2021
3472a65
CI: fix env file location (#8417)
TriplEight Mar 22, 2021
83942f5
Optimize the peerset a bit (#8416)
tomaka Mar 22, 2021
067f185
Refactor NotifsHandler::poll (#8422)
tomaka Mar 23, 2021
7821936
contracts: Update deduct block when a contract is excempted (#8418)
athei Mar 23, 2021
fcf950c
Fix CI for new labels (#8432)
gavofyork Mar 23, 2021
307a3b6
Fungibles trait and impl for Assets pallet (#8425)
gavofyork Mar 23, 2021
f2e8da0
Improve remote-externalities (#8397)
hardliner66 Mar 23, 2021
36d77bc
Expose block number in seal_random (#8329)
athei Mar 23, 2021
87cdfd3
Add tracing logic in pallet macro for hooks and dispatchables (#8305)
gui1117 Mar 23, 2021
4df3c9a
improve doc (#8437)
gui1117 Mar 23, 2021
30ad918
contracts: Reduce the API surface (#8359)
athei Mar 24, 2021
4d4e1a2
grandpa: speed up tests (#8439)
andresilva Mar 24, 2021
069917b
remove outdated comment (#8442)
gui1117 Mar 24, 2021
189d079
test runner (#7665)
Mar 24, 2021
91f4559
Migrate pallet-utility to pallet attribute macro. (#8326)
shaunxw Mar 24, 2021
3a3e9ea
update README.adoc (#8412)
Mar 24, 2021
f02dcaa
Make candidate intake in society configurable (#8445)
kianenigma Mar 24, 2021
b6e8438
Migrate pallet-vesting to pallet attribute macro. (#8440)
shaunxw Mar 24, 2021
6792846
Check `unreserve` and `transfer` returnvalues in debug code (#8398)
hirschenberger Mar 24, 2021
67695c8
Update to libp2p-0.36 (#8420)
romanb Mar 24, 2021
3efe87d
Use Debug for genesis mismatch message (#8449)
tomaka Mar 24, 2021
2f69b2d
Make the number of nominations configurable (#8368)
kianenigma Mar 25, 2021
e60597d
fix local variable names (#8450)
gui1117 Mar 25, 2021
2e34d47
Remove redundant libp2p dependency from test runner (#8455)
ascjones Mar 25, 2021
06ac563
Upgrade pallet atomic swap (#8452)
gui1117 Mar 26, 2021
c983207
Change companion check order (#8460)
bkchr Mar 26, 2021
84360e1
Migrate `pallet-sudo` to `pallet!` (#8448)
ascjones Mar 26, 2021
f16abda
Fix companion check (#8464)
bkchr Mar 26, 2021
e3a864a
Add NetworkService::add_known_address (#8467)
tomaka Mar 26, 2021
56b9d48
Fix &mut self -> &self in add_known_address (#8468)
tomaka Mar 26, 2021
0f6b573
Repot frame_support::traits; introduce some new currency stuff (#8435)
gavofyork Mar 27, 2021
b4e27ee
Use `async_trait` in sc-consensus-slots (#8461)
bkchr Mar 27, 2021
ec8a661
[pallet-staking] Refund unused weight for `payout_stakers` (#8458)
emostov Mar 28, 2021
505a8d6
make types within `generate_solution_type` macro explicit (#8447)
coriolinus Mar 28, 2021
13bea77
Implement `fungible::*` for Balances (#8454)
gavofyork Mar 28, 2021
f13a7f3
Bring back the on_finalize weight of staking. (#8463)
kianenigma Mar 29, 2021
099ee14
Use pathbuf for remote externalities (#8480)
hardliner66 Mar 29, 2021
2125b50
Benchmarking pallet-example (#8301)
Mar 29, 2021
c6ba793
Prepare UI tests for Rust 1.51 & new CI image (#8474)
bkchr Mar 29, 2021
a2fdd15
Add Social Network (#8065)
everhusk Mar 29, 2021
9768df2
Enhancement on Substrate Node Template (#8473)
Mar 29, 2021
f3b3e62
Get rid of `test-helpers` feature in sc-consensus-babe (#8486)
bkchr Mar 30, 2021
d3f2044
Make `BlockImport` and `Verifier` async (#8472)
bkchr Mar 30, 2021
aa33441
helper macro to create storage types on the fly (#8456)
kianenigma Mar 30, 2021
88243c1
client: fix justifications migration (#8489)
andresilva Mar 30, 2021
3e96c69
Fix sync restart (#8497)
arkpar Mar 31, 2021
70f1b61
Duplicate logging to stdout (#8495)
arkpar Mar 31, 2021
bf200cc
Migrate `pallet-indices` to `pallet!` (#8465)
ascjones Mar 31, 2021
753187e
Fixed sync skipping some block announcements (#8459)
arkpar Mar 31, 2021
f794140
Expose key_owner(), so other pallets can look up validator ID by the …
en Mar 31, 2021
18e8b21
grandpa: always store justification for the latest finalized block (#…
andresilva Apr 1, 2021
67f882c
Introduce `OnSetCode` type into system config trait. (#8496)
gavofyork Apr 1, 2021
9f5a73f
Add ChildTriePrefixIterator and methods (#8478)
KiChjang Apr 1, 2021
b597818
Add a feedback when response is successfully sent (#8510)
tomaka Apr 1, 2021
619947e
tests for assets pallet (#8487)
ferrell-code Apr 1, 2021
3dc169d
Make `SetCode::set_code` return a result (#8515)
bkchr Apr 1, 2021
fb8b68f
Another tweak to GrandPa warp sync (#8514)
tomaka Apr 2, 2021
14b3030
upgrade wasmtime to 0.24.0 (#8356)
ordian Apr 2, 2021
2789fed
Fixes `storage_hash` caching issue and enables better caching for Cum…
bkchr Apr 2, 2021
52d5e19
Pin jsonrpsee (#8524)
c410-f3r Apr 3, 2021
d19c0e1
Properly declare errors in pallets that use decl_module (#8523)
KiChjang Apr 3, 2021
2ab715f
Fixed restoring state-db journals on startup (#8494)
arkpar Apr 3, 2021
67adfea
Use `log::error!` for bad mandatory (#8521)
bkchr Apr 4, 2021
cdc1bb1
Add nominators option to chain-spec-builder (#8502)
kianenigma Apr 5, 2021
89a1c7b
Adjust number of slots in sync requests channel (#8492)
tomaka Apr 5, 2021
701ff6f
Clean up log levels in sc_network (#8529)
tomaka Apr 5, 2021
22193e0
Add some trivial improvements to primitives runtime (#8528)
liuchengxu Apr 5, 2021
d5f992f
add more notes on changing epoch duration (#8491)
apopiak Apr 6, 2021
1a6f537
Revert storage cache optimization (#8535)
arkpar Apr 6, 2021
63f09f4
Don't report confusing unsupported protocol errors (#8482)
tomaka Apr 6, 2021
3362659
Require `FullCodec` on frame_system::Call (#8540)
bkchr Apr 6, 2021
a80b00a
Add `check --features try-runtime` CI job (#8532)
rcny Apr 6, 2021
4973e7e
Fix account ref-counting in session (#8538)
gavofyork Apr 6, 2021
97f1b63
Opt-out from fast instance reuse and foundation for other refactoring…
pepyakin Apr 6, 2021
f379cbe
Bump codec. (#8548)
gavofyork Apr 6, 2021
28dfa0b
Remove node-runtime dependency from node-rpc. (#8539)
ethernomad Apr 7, 2021
4cdecaf
Let's put up monthly pre-release tags (#8552)
gnunicorn Apr 7, 2021
49330a5
fix monthly tags (#8554)
s3krit Apr 7, 2021
7bb59a6
Fix monthly tags #2 (#8557)
s3krit Apr 7, 2021
f296656
Drain blocks on peer disconnect (#8553)
arkpar Apr 7, 2021
a1574d3
Clean test runner up (#8485)
Apr 7, 2021
7eb671f
Add an INDEX to the Instance trait (#8555)
shawntabrizi Apr 7, 2021
5b0fe57
initial merge v3.0
Raid5594 Jun 1, 2022
d38a359
resolve errors in cargo.lock
Raid5594 Jun 1, 2022
720953b
fix test cargo version
Raid5594 Jun 3, 2022
4a9da54
Merge branch 'feature/CBI-2025-remove-metrics' into feature/CBI-2022-…
Raid5594 Jun 3, 2022
125c18f
moving update to correct branch
Raid5594 Jun 9, 2022
301f829
remove empty frame crate
Raid5594 Jun 9, 2022
b0466d1
Fix flaky sync tests (#9889)
bkchr Sep 29, 2021
b8873bd
update montly april 2021 release
Raid5594 Jun 23, 2022
e950eb9
Merge branch 'feature/CBI-2022-update-v3' of https://github.com/Cereb…
Raid5594 Jun 23, 2022
25badd5
remove node-template
Raid5594 Jun 27, 2022
0a451b4
remove unnecessary changes for ddc-pallet
Raid5594 Jun 27, 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
Update sc-finality-grandp-warp-sync to 0.9.0 and remove 'publish = fa…
…lse' (paritytech#8109)
  • Loading branch information
expenses authored Feb 12, 2021
commit 27c03f245e97d24cf33d57740d4111dd28731012
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sc-service = { version = "0.9.0", default-features = false, path = "../../../cli
sc-tracing = { version = "3.0.0", path = "../../../client/tracing" }
sc-telemetry = { version = "3.0.0", path = "../../../client/telemetry" }
sc-authority-discovery = { version = "0.9.0", path = "../../../client/authority-discovery" }
sc-finality-grandpa-warp-sync = { version = "0.8.0", path = "../../../client/finality-grandpa-warp-sync", optional = true }
sc-finality-grandpa-warp-sync = { version = "0.9.0", path = "../../../client/finality-grandpa-warp-sync", optional = true }

# frame dependencies
pallet-indices = { version = "3.0.0", path = "../../../frame/indices" }
Expand Down
3 changes: 1 addition & 2 deletions client/finality-grandpa-warp-sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
description = "A request-response protocol for handling grandpa warp sync requests"
name = "sc-finality-grandpa-warp-sync"
version = "0.8.0"
version = "0.9.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
publish = false
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"

Expand Down