This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Issue 7143 | Refactor Treasury Pallet into Bounties, Tips, and Proposals #7536
Merged
97 commits merged into
paritytech:master
from
shamb0:issue-7143-pallet-treasury-refactor
Dec 16, 2020
Merged
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
d3dc12d
wk2046 | D5 | treasury refactor to bounties and tips
shamb0 70472aa
wk2046 | D5 | treasury refactor to bounties and tips | p2
shamb0 a861aec
fix test compilation, ignoring events
shawntabrizi 8718f33
initialize treasury in genesis
shawntabrizi 6b4dba5
wk2046 | D7 | treasury refactor | fix bounties test build issues
shamb0 6c01a91
wk2046 | D7 | treasury refactor | fix bounties test build issues | p2
shamb0 7bad294
wk2047 | D1 | treasury refactor | tips pallet bringup
shamb0 86d62ed
wk2047 | D2 | treasury refactor | bounties pallet | unit test bringup
shamb0 b6ba7f3
wk2047 | D2 | treasury refactor | bounties pallet | unit test bringu…
shamb0 f117afb
wk2047 | D2 | treasury refactor | pallet-tips| test_last_reward_migra…
shamb0 3993955
wk2047 | D3 | treasury refactor | pallet-tips| test_last_reward_migra…
shamb0 9ed2050
wk2047 | D3 | treasury refactor | pallet-bounties | on_initialize() fix
shamb0 90e2fc3
wk2047 | D3 | treasury refactor | pallet-bounties | on_initialize() f…
shamb0 508e35e
wk2047 | D4 | treasury refactor | pallet-bounties + pallet-treasury |…
shamb0 79ddceb
wk2047 | D4 | treasury refactor | pallet-bounties + pallet-treasury |…
shamb0 49eb073
wk2047 | D4 | treasury refactor | pallet-bounties + pallet-treasury |…
shamb0 30d2458
wk2047 | D5 | treasury refactor | pallet-bounties + pallet-treasury |…
shamb0 82d467b
wk2047 | D6 | treasury refactor | review comments fix
shamb0 3420f4f
some fixes
shawntabrizi 3695aaa
fix bounties instantiable
shawntabrizi 0f014c4
remove instantiable from tips and bounties
shawntabrizi 4581de9
fix compile for benchmarks
shawntabrizi a15b390
Merge remote-tracking branch 'origin/master' into shawntabrizi-treasu…
c7ee055
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
da9418e
Update lib.rs
shawntabrizi 40ff8fa
Merge branch 'shawntabrizi-treasury-refactor-weights' of https://gith…
shawntabrizi dcaddeb
Merge remote-tracking branch 'origin/master' into shawntabrizi-treasu…
9524f69
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
c0e3f34
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
03e0eee
add back `on_initialize_bounties`
shawntabrizi b694ef3
patch up bounties benchmarks
shawntabrizi 8c955ac
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
0473842
Remove development TODO from public doc comment (#7500)
c410-f3r d86a662
refactor subtrait/elevated trait as not needed (#7497)
gui1117 66d998c
Fix comments of indices pallet events (#7511)
alecalve e366227
Skip slot lenience on first block in BABE (#7515)
bkchr d35dee6
slots: incrementally backoff claiming slots if finality lags behind (…
octol 30753b4
Export app-crypto specific keystore functions (#7489)
sorpaas edf0b8f
Update doc for the --chain flag (#7520)
pepyakin 9af39e4
contracts: Add missing instruction to the `Schedule` (#7527)
athei 9c2f0e7
Don't log with colors when we are writing to a tty (#7525)
bkchr c9eaf2f
MemoryId -> u32 (#7534)
tomaka 1c12637
Enable local addresses in DHT when chain type == `Local` | `Developme…
bkchr 70ed34c
Update tiny-bip39 to v0.8 (#7539)
a2ad750
make LocalCallExecutor public (#7528)
insipx 2b81c88
Fix some weirdness in `offchain_worker` (#7541)
bkchr 8a99973
Use inbound peerslot slots when a substream is received, rather than …
tomaka e3f9ca8
*: Update to libp2p v0.30.0 (#7508)
mxinden 251ac5a
make ClientConfig public (#7544)
insipx 385476c
sc-basic-authorship: remove useless dependencies (#7550)
koushiro 272077c
Add slashing events to elections-phragmen. (#7543)
kianenigma b552b03
Remove necessity to pass ConsensusEngineId when registering notificat…
tomaka 353fe4e
sc-cli: replace bip39 with tiny-bip39 (#7551)
koushiro a4ff31e
Add extra docs to on_initialize (#7552)
tomusdrw c7ba4cf
More Extensible Multiaddress Format (#7380)
shawntabrizi 09759a0
Fix weight template to remove ugliness in rust doc (#7565)
athei 2b5ebd8
Cargo.lock: Run cargo update (#7553)
mxinden 6ca63ba
.github: Add dependabot config and thus enable dependabot (#7509)
mxinden 2be0efb
Thread-local parameter_types for testing. (#7542)
kianenigma 97ad351
Bump wasm-bindgen-test from 0.3.12 to 0.3.17 (#7567)
dependabot[bot] 6fe7112
Merge pull request #1 from paritytech/shawntabrizi-treasury-refactor-…
shamb0 ffcc899
Merge remote-tracking branch 'upstream/master' into issue-7143-pallet…
shamb0 2a01b6d
Merge branch 'issue-7143-pallet-treasury-refactor' of github.com:sham…
shamb0 b81a858
wk2047 | D6 | treasury refactor | review comments fix | p2
shamb0 18449c1
wk2048 | D1 | treasury refactor | review comments fix | p3
shamb0 a17a4fe
Merge branch 'master' into pr/7536
shawntabrizi 9578fec
Merge remote-tracking branch 'upstream/master' into issue-7143-pallet…
shamb0 716c155
Merge branch 'issue-7143-pallet-treasury-refactor' of github.com:sham…
shamb0 de84b90
Update bin/node/runtime/src/lib.rs
shamb0 7790282
Update bin/node/runtime/src/lib.rs
shamb0 f4efda9
wk2048 | D3 | treasury refactor | review comments fix | p4
shamb0 1bfd2de
wk2048 | D3 | treasury refactor | review comments fix | p5
shamb0 c11bbb0
wk2048 | D4 | treasury refactor | review comments fix | removal of d…
shamb0 2c3b1a7
remove broken link
shawntabrizi c93ad2e
wk2048 | D5 | treasury refactor | review comments fix | bountise doc …
shamb0 14c30ee
wk2048 | D5 | treasury refactor | review comments fix | p8
shamb0 7d5bd6e
docs and formatting
shawntabrizi 86e0f29
Update frame/tips/src/benchmarking.rs
wheresaddie bf95008
formatting nits
shawntabrizi e9ec8c7
Merge branch 'master' into pr/7536
shawntabrizi ccc776a
Trait -> Config
shawntabrizi 7be1c09
trait -> config in benchmarks
shawntabrizi 6732d73
clean up weight docs
shawntabrizi af97502
Trait -> Config in Runtime
shawntabrizi 2484ee0
Merge branch 'master' into pr/7536
shawntabrizi 003af63
Merge branch 'master' into pr/7536
shawntabrizi e718872
Merge branch 'master' into pr/7536
shawntabrizi 9101ab3
fix test build
shawntabrizi 19f708f
try to fix polkadot build check
shawntabrizi 4ea05e1
fix traits
shawntabrizi 1bc341c
Update lib.rs
shawntabrizi fe739f2
Apply suggestions from code review
shawntabrizi c324cda
Apply suggestions from code review
shawntabrizi 41aa951
fix trait location
shawntabrizi 23a903d
nits
shawntabrizi bc582fd
uncomment on_initialize for bounties benchmarks
shawntabrizi f1e6d46
update weights
shawntabrizi 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
patch up bounties benchmarks
- Loading branch information
commit b694ef37a5005ca0ef053c0841e9d3199230b4a9
There are no files selected for viewing
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
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.