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 1.6k
Initial integration of Gilts pallet (Kusama) #2587
Merged
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
452f602
Initial integration of Gilts pallet (Kusama)
gavofyork c744c91
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
19e4f27
Fixes
gavofyork 34046f1
Merge branch 'gav-kusama-gilts' of github.com:paritytech/polkadot int…
gavofyork 0e66e2a
Fixes
gavofyork 9f04033
Fixes
gavofyork 567053b
Fixes
gavofyork b18c18b
Fixes
gavofyork 0c265a8
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork fe2d06e
Fixes
gavofyork 140fbf7
cargo run --release --features=runtime-benchmarks -- benchmark --chai…
4a1cdf4
Use real weights
gavofyork ba27d22
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork 7d16922
Update lock
gavofyork 1ed17ce
Merge
gavofyork 4bfb2f0
Fixes
gavofyork af10615
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork c50fbca
Merge branch 'gav-abstract-payout-curve' into gav-kusama-gilts
gavofyork f1d0cc7
Add working.
gavofyork 781d666
Add proper curve arithmetic
gavofyork 0b882c6
Fixes
gavofyork f30e9f0
Fixes
gavofyork 7cf3527
Make build
gavofyork c3b2364
Fixes
gavofyork 6845d3e
Fixes
gavofyork 557a686
Fix build
kianenigma 02adf2a
Master.into()
kianenigma 216739f
remove dep.
kianenigma 9c2ac24
undo dep.
kianenigma f00ae84
upadte substrate
kianenigma 8c6bf8f
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork 8d096ab
Merge remote-tracking branch 'origin/kiz-comp-8167' into gav-kusama-g…
gavofyork cbb8178
Fix
gavofyork 052cd85
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork a2850e3
Bump Substrate
gavofyork 0b55b37
Fixes
gavofyork 4b6aef0
Fixes
gavofyork 4bd282a
Fix test
gavofyork 80a8be2
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork 039d6c4
Fixes
gavofyork 6c55162
Remove cap and some tests
gavofyork 7dbed1f
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork ed6b591
Fixes
gavofyork b57029e
Fixes
gavofyork b42ba68
Update runtime/kusama/src/lib.rs
gavofyork 1d5cbef
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork 7e22928
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork 555faf0
bump the lock file
shawntabrizi 561e9e8
Fixes
gavofyork 4059e77
Merge branch 'gav-kusama-gilts' of github.com:paritytech/polkadot int…
gavofyork 7639295
Fixes
gavofyork c951adf
Fixes
gavofyork e8f5de9
Fixes
gavofyork 4d5aac9
Fixes
gavofyork faec7f1
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork d780dd3
Fixes
gavofyork 1c7e04d
Merge remote-tracking branch 'origin/master' into gav-kusama-gilts
gavofyork 2b4abba
Fixes
gavofyork b41580e
Fixes
gavofyork 0b60f18
Fixes
gavofyork 3d7905a
move tests
shawntabrizi f36467d
Update runtime/kusama/src/lib.rs
gavofyork 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
Add proper curve arithmetic
- Loading branch information
commit 781d6660e5d9503ca968aacec6a51e898f9c91c0
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlistairStewart please take a look.