Skip to content

Commit

Permalink
update to substrate 3.0 (#307)
Browse files Browse the repository at this point in the history
* bump all deps

* upgrade emergency shutdown pallet to substrate 3.0

* upgrade allocations pallet to substrate 3

* upgrade amendments pallet to substrate 3

* upgrade grants pallet to substrate 3

* fix rebased cargo.toml deps

* upgrade pallet-poa to substrate 3.0

* upgrade pallet-reserve to substrate 3.0

* upgrade pallet-tcr to substrate 3.0

* upgrade pallet-root-of-trust to substrate 3.0

* upgrade pallet-root-of-trust-rpc-runtime-api to substrate 3.0

* re add contracts pallets to node's cargo toml

* no longer need to pin rust compiler version

* fix toolchain init script

* runtime to substrate 3.0

* bump node to substrate 3.0

* fix duplicated balance issue with local nets

* remove mac os garbage files

* fmt it all
  • Loading branch information
ETeissonniere authored Mar 24, 2021
1 parent 5ca7c65 commit addbaa9
Show file tree
Hide file tree
Showing 51 changed files with 3,396 additions and 2,874 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

# These are backup files generated by rustfmt
**/*.rs.bk

# Mac OS annoyances
.DS_Store
Loading

0 comments on commit addbaa9

Please sign in to comment.