Commit f29f8b8
committed
Replace scheduler in reversible transfers
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* remove caching
* Only allow airdrop creators to delete it
* Allow creators to claim remain balance when delete
* Clean up docs
* Remove unsignedValidation, add tests
* Remove unnecessary error
* Generate weights from the nenchmarking
* Use the existing weights template
* Use unsigned acc for claims
---------
Co-authored-by: illuzen <github.handheld844@passmail.net>
feat: Tech Collective for Runtime Upgrades (#12)
* feat: Membership configuration
* feat: Founders in genesis config
* feat: First community test
* feat: TxExtension - only members can vote for track 0
* feat: Track 0 for members only without token support validation
* feat: Proposals for track 0 limited to tech collective members
* fix: TxExt rename in node
* feat: Genesis presets - tech collective members
* chore: Tracks params update
* feat: Separate referenda with submit limited
* feat: Separate tracks - ready for test fix
* feat: Membership removed
* feat: First test for TechCollective
* feat: Tests for new collective ready
* feat: All tests fixed and cleaned
* clean: TxExtension
* fix: Review comments + formatting
* chore: MaxRankOfClass - additional comments
Add windows build to release process (#17)
windows takes 30 minutes to release...
remove special case for 0.0.0 - just use it (#18)
Bump poseidon-resonance to 0.4.0 (#20)
* Bump poseidon-resonance to 0.4.0
* Update to 0.5.0
chore: Chain-spec JSON - refreshed (#24)
feat: vest airdrop rewards (#22)
* Replace vesting pallet
* Vest airdrops
* Update runtime
* Resolve comments
* Add insufficient balance check
move rusty-crystals to github (#26)
* move rusty-crystals to github
* poseidon-resonance 0.5.0
CLI Updates (#27)
* move rusty-crystals to github
* CLI updates
* moved test data to file
* remove redundant comments
* poseidon-resonance 0.5.0
* merge from main
* Update readme for new CLI commands
Make benchmarks compile (#29)
feat: explicit reverser for reversible accounts (#8)
* Add explicit reverser for reversible transfers
* Make reverser get reserved funds, update benchmarks
* Add more tests
updated storage hasher for transfer proofs (#25)
* updated storage hasher for transfer proofs
* minor cleanup
* fixed some tests
* tests compile now
* Pass AccountId for storage hashing (#30)
* tests fixed
---------
Co-authored-by: illuzen <github.handheld844@passmail.net>
Co-authored-by: Dastan <88332432+dastansam@users.noreply.github.com>
cargo fmt (#31)
applied cargo fmt to codebase
Update ci.yml (#32)
add cargo fmt check
don't cache on linux (#33)
prevents out of disk space errors
Fix compile errors
Run fmt
Mostly passing tests1 parent d0c0b66 commit f29f8b8
116 files changed
Lines changed: 18928 additions & 13666 deletions
File tree
- .github
- actions
- disk
- macos
- ubuntu
- workflows
- client/consensus
- pow/src
- qpow/src
- dilithium-crypto
- hdwallet/src
- sign/src
- src
- verify/src
- external-miner
- src
- tests
- node
- src
- chain-specs
- tests
- data
- pallets
- balances/src
- tests
- faucet/src
- merkle-airdrop
- src
- mining-rewards/src
- qpow/src
- reversible-transfers
- src
- scheduler
- src
- vesting
- src
- wormhole/src
- primitives
- common
- consensus
- pow/src
- qpow/src
- crypto/wormhole/src
- qpow-math/src
- resonance-miner-api/src
- runtime
- src
- configs
- tests
- scripts
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments