Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
30cd94d
feat: upgrade to polkadot 0.9.30
DylanVerstraete Oct 14, 2022
427a471
chore: set bridge dep
DylanVerstraete Oct 14, 2022
f11571d
chore: add protobuff to docker
DylanVerstraete Oct 14, 2022
da285d5
chore: update build pipeline image
DylanVerstraete Oct 19, 2022
1bb0fb6
chore: fix tests
DylanVerstraete Oct 20, 2022
19f35f8
Merge remote-tracking branch 'origin' into feat_upgrade_polkadot-0.9.30
renauter Dec 8, 2022
6907357
wip
renauter Dec 8, 2022
0e9d03a
chore: upgrade to polka 0.9.31
DylanVerstraete Dec 8, 2022
064fe84
chore: align smart contract test wip
renauter Dec 9, 2022
12a3a01
Merge branch 'feat_upgrade_polkadot-0.9.30' of github.com:threefoldte…
renauter Dec 9, 2022
e134577
chore: align tests wip
renauter Dec 9, 2022
2dc61cf
chore: align pallet dao tests
renauter Dec 9, 2022
84d6eb8
chore: try to fix pallet-smart-contract mock
renauter Dec 9, 2022
5d7100c
Merge branch 'development' into feat_upgrade_polkadot-0.9.30
renauter Dec 9, 2022
4c95150
fix: resolve conflicts after merge
renauter Dec 9, 2022
0c0cd71
feat: set aura compat mode for dev and qa
DylanVerstraete Dec 9, 2022
6bf28e5
feat: set aura compat mode for all networks
DylanVerstraete Dec 9, 2022
7621140
fix: align to new proof_size component introduced in Weight struct
renauter Dec 9, 2022
eaf215a
Merge branch 'feat_upgrade_polkadot-0.9.30' of github.com:threefoldte…
renauter Dec 9, 2022
71833c1
fix: decode transaction issue on smart contract tests
renauter Dec 12, 2022
ea32412
Merge remote-tracking branch 'origin' into feat_upgrade_polkadot-0.9.30
renauter Dec 16, 2022
a4a6a81
fix: after merging
renauter Dec 16, 2022
116ca71
feat: upgrade to polkadot 0.9.36
DylanVerstraete Dec 23, 2022
c0bca7f
chore: merge development
DylanVerstraete Dec 23, 2022
e3fe10d
comment out block fee test
DylanVerstraete Dec 23, 2022
dd99071
fix: update try-runtime for migrations wip
renauter Dec 23, 2022
408f8b4
fix: update try-runtime for migrations
renauter Dec 23, 2022
619b2e9
fix: enable try-runtime feature for all pallets
renauter Dec 24, 2022
a47145a
fix: update node dir
renauter Dec 24, 2022
bea895d
chore: use contraction
renauter Dec 24, 2022
ca59961
fix: last details
renauter Dec 24, 2022
99d238f
chore: resolve comments
DylanVerstraete Dec 27, 2022
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 .github/workflows/build_test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt update && \
lldb \
software-properties-common \
tar \
zstd && \
zstd \
protobuf-compiler && \
add-apt-repository ppa:deadsnakes/ppa && \
apt install -y python3.10 && \
curl https://bootstrap.pypa.io/get-pip.py > get-pip.py && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-test:
runs-on: [self-hosted, poc]
container:
image: threefolddev/tfchain:1
image: threefolddev/tfchain:2
env:
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down
Loading