Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pallet-child-bounties index child bounty by parent bounty #6255

Merged
merged 41 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
24866d3
Main implementation of child bounty index by parent bounty
Oct 28, 2024
811c61a
Migration sketch
Oct 29, 2024
c1378f1
Migration with in memory bounties collection
Oct 30, 2024
2184af1
log child bounty id remap
Oct 30, 2024
3973639
Restore rococo runtime version
Oct 30, 2024
a7bd8a7
Merge branch 'master' into davidk/index-child-bounties-by-parent-bounty
davidk-pt Oct 31, 2024
4b0acea
Revert `ChildrenCuratorFees` changes
Oct 31, 2024
5bb6ff4
Add license to migration
Nov 4, 2024
6df9727
Add licence and prdoc
Nov 4, 2024
7601baf
Add deprecation date in prdoc
Nov 4, 2024
fb006da
Remove v1:: prefix
Nov 4, 2024
6494780
Document more functions for ChildBountyManager
Nov 4, 2024
cc41264
Merge branch 'master' into davidk/index-child-bounties-by-parent-bounty
davidk-pt Nov 4, 2024
8fcfdb2
Add sorting for ids to preserve order
Nov 4, 2024
21fdd4e
Merge branch 'master' into davidk/index-child-bounties-by-parent-bounty
davidk-pt Nov 4, 2024
4613794
Add transfer weights
Nov 5, 2024
845fba4
Merge branch 'master' into davidk/index-child-bounties-by-parent-bounty
davidk-pt Nov 5, 2024
78ac085
Keep old deprecated ChildBountyDescriptions storage item
Nov 5, 2024
b70fa93
Update Cargo.lock file
Nov 5, 2024
6700f25
Add old to new child bounty ids mapping
Nov 5, 2024
4c29a2f
Update docs
Nov 5, 2024
d30c3cf
Add prdoc about old to new ids storage item
Nov 5, 2024
38ae981
Rename ParentChildBountyDescriptions to ChildBountyDescriptionsV2
Nov 5, 2024
84ad94c
Prdoc changes
Nov 5, 2024
9efd09d
Add migration docs
Nov 5, 2024
7cab4ce
add bounty removed hook
muharem Nov 5, 2024
03ef282
renames
muharem Nov 5, 2024
03409b2
update the prdoc
muharem Nov 5, 2024
3677cab
Merge remote-tracking branch 'origin/master' into davidk/index-child-…
muharem Nov 5, 2024
67a09bc
update the prdoc
muharem Nov 5, 2024
e4edfcf
update migration doc
muharem Nov 5, 2024
9d3d319
fmt
muharem Nov 5, 2024
d846af2
fmt
muharem Nov 5, 2024
f87bacc
fmt
muharem Nov 5, 2024
5ed6eca
Update substrate/frame/child-bounties/src/lib.rs
muharem Nov 5, 2024
94ee08c
update the doc
muharem Nov 5, 2024
5567d19
use U256 as account id for the test env
muharem Nov 5, 2024
56dd130
integrity test for account id derivation
muharem Nov 5, 2024
d5f848f
impl FromEntropy for U256
muharem Nov 5, 2024
22d251e
Update prdoc
ggwpez Nov 5, 2024
46cd1ea
update the prdoc
muharem Nov 6, 2024
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
Loading