Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

pallet-simple-staking #28

Merged
merged 60 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
0701fb0
outline
JesseAbram Apr 6, 2021
7332288
added try mutate
JesseAbram Apr 6, 2021
fbfa722
add reserve and unreserve
JesseAbram Apr 6, 2021
6b7706b
tests
JesseAbram Apr 7, 2021
3fe9d0c
fix no op issue
JesseAbram Apr 7, 2021
c4bd203
Merge branch 'master' of github.com:paritytech/statemint into jesse-s…
JesseAbram Apr 7, 2021
f98bebc
fix build
JesseAbram Apr 7, 2021
c2274cf
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 8, 2021
c9cbe28
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 8, 2021
c2b0414
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
274330c
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
3d0bfc8
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
fa6e23e
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
7cb60f8
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
9d8e37c
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
e474f07
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 8, 2021
00258ad
Update pallets/simple-staking/src/mock.rs
JesseAbram Apr 8, 2021
c6d3af6
build fix
JesseAbram Apr 8, 2021
49d16b3
fix tests
JesseAbram Apr 8, 2021
c2dcfc8
tweaks
JesseAbram Apr 8, 2021
961335e
Fix test build
kianenigma Apr 9, 2021
029e3ae
added updater origin
JesseAbram Apr 12, 2021
dd30264
Merge branch 'master' of github.com:paritytech/statemint into jesse-s…
JesseAbram Apr 13, 2021
acf9416
on initalize for fee split
JesseAbram Apr 13, 2021
f92d157
mock
JesseAbram Apr 13, 2021
4fd533c
on init test
JesseAbram Apr 13, 2021
c48f90e
added genesis config for invulnerables
JesseAbram Apr 14, 2021
a6e3bc8
benchmarks
JesseAbram Apr 14, 2021
30255bf
kian and jesse
JesseAbram Apr 14, 2021
a43b75b
Make everything build
kianenigma Apr 14, 2021
fbaa653
Merge branch 'master' of github.com:paritytech/statemint into jesse-s…
JesseAbram Apr 15, 2021
fae7a57
add invulnerables to chain spec
JesseAbram Apr 15, 2021
3b2a6e3
Update pallets/simple-staking/src/lib.rs
apopiak Apr 15, 2021
a523737
configs and runtime, transaction payment
JesseAbram Apr 15, 2021
bbaf6f6
changes on joe's recommendation
JesseAbram Apr 15, 2021
13717ab
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 16, 2021
de8e540
Merge branch 'master' of github.com:paritytech/statemint into jesse-s…
JesseAbram Apr 16, 2021
e9ffb98
weights (not done)
JesseAbram Apr 16, 2021
4e15709
added wight attributes
JesseAbram Apr 16, 2021
4f0fff0
test for impl fees
JesseAbram Apr 19, 2021
425393e
Update node/Cargo.toml
JesseAbram Apr 19, 2021
3e5bce1
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 19, 2021
942caf5
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 19, 2021
b390033
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 19, 2021
d9cd21e
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 19, 2021
8be8865
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 19, 2021
3d0a7b2
Update pallets/simple-staking/src/benchmarking.rs
JesseAbram Apr 19, 2021
f8a9669
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 19, 2021
07c8383
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 19, 2021
0ec019b
Update pallets/simple-staking/src/lib.rs
JesseAbram Apr 19, 2021
dff932f
Update pallets/simple-staking/src/mock.rs
JesseAbram Apr 19, 2021
8da9ff6
Update pallets/simple-staking/src/tests.rs
JesseAbram Apr 19, 2021
bcde167
Update pallets/simple-staking/src/tests.rs
JesseAbram Apr 19, 2021
0f5cda5
Update pallets/simple-staking/src/tests.rs
JesseAbram Apr 19, 2021
f391e88
Update pallets/simple-staking/src/tests.rs
JesseAbram Apr 19, 2021
96b0606
Update pallets/simple-staking/src/tests.rs
JesseAbram Apr 19, 2021
8b13bb3
format and potId
JesseAbram Apr 19, 2021
37fc3a9
license
JesseAbram Apr 19, 2021
b57f2ac
rename
JesseAbram Apr 19, 2021
739520e
move weight impl to own file
JesseAbram Apr 19, 2021
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ dist
configLocal.json
*.json.json
node_modules
polkadot
polkadot
.vscode
Loading