Skip to content

Commit

Permalink
update polkadot-sdk (#2782)
Browse files Browse the repository at this point in the history
* update polkadot-sdk

* fix

* remove client

* fix benchmarks

* remove unused features

* remove docker related flow

* add genesis builder

* fix some tests

* fix

* fix build

* remove no longer needed feature

* refactor ts-tests

* update

* use latest bodhi (#2792)

* fix tests

* fix evm-bridge test

* fix

* fix some tests

* fix tests

* update run to use chopsticks

* avoid cargo insta

* fix

* fix

* fix

* fix tests (#2794)

* Update bodhi (#2795)

* add log

* set MAX_GAS_LIMIT_CC = 22

* update bodhi.js

---------

Co-authored-by: Shunji Zhan <[email protected]>
Co-authored-by: zjb0807 <[email protected]>
  • Loading branch information
3 people committed Aug 23, 2024
1 parent 71a8898 commit 53509c8
Show file tree
Hide file tree
Showing 148 changed files with 310,727 additions and 61,525 deletions.
13 changes: 0 additions & 13 deletions .dockerignore

This file was deleted.

17 changes: 0 additions & 17 deletions .github/scripts/docker_setup_matrix.py

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/docker-build-internal.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/docker-build-production.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/docker-build-profiling.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install deps
run: cargo install staging-chain-spec-builder
- name: Run ts tests
run: |
npm install -g yarn
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ts-tests/.yarn/*
!ts-tests/.yarn/patches
!ts-tests/.yarn/plugins
!ts-tests/.yarn/releases

chainspecs/*.json
!chainspecs/*template.json
Loading

0 comments on commit 53509c8

Please sign in to comment.