Skip to content

Commit

Permalink
A0-1906: bump substrate to 0.9.37 (#941)
Browse files Browse the repository at this point in the history
* change fork version to 0.9.34

* pallet contracts UnsafeUnstableInterface set to false

* subxt code gen

* temporarily remove fee calculation test

* fix build

* change fork version to aleph-0.9.34

* bump spec version to 52

* move comment up

* change fork version to wip-0.9.35

* fix pruning arguments

* fix weight changes

* update jsonspree

* fix compiler error

* rm wip

* lock

* spec

* aleph

* lint

* lint

* cleanup

* update

* bump spec

* set contracts-transcode version

* locks

* fix try-runtime

* bump substrate

* adjust runtime

* fix node

* update aleph-client

* update adder toolchain

* fix tests

* dont panic

* revert toolchain

* nightly

* skip adder

* ...

---------

Co-authored-by: maciejnems <macieknems@gmail.com>
  • Loading branch information
kostekIV and maciejnems committed Feb 24, 2023
1 parent 3c0e76a commit f2e4f18
Show file tree
Hide file tree
Showing 32 changed files with 2,744 additions and 1,554 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
packages="${{ steps.format_output.outputs.packages }}"
for p in ${packages[@]}
do
# skip checking the adder for now
if [ $p = "contracts/adder" ]
then
continue
fi
echo "Checking package $p..."
pushd "$p"
rustup component add clippy rustfmt
Expand Down
Loading

0 comments on commit f2e4f18

Please sign in to comment.