Skip to content

Commit

Permalink
breaking: Felt type migration + 0.7.1 RPC update (#2126)
Browse files Browse the repository at this point in the history
* init

* wip

* wip

* wip

* wip

* wip

* wip

* bump slot

* wip

* fmt

* wip

* update cairo-proof-serde and cainome dep

* update slot rev to HEAD

* conversion unit tests

* add more tests

* add getBlockWithReceipts endpoint

* clippy

* update hurl test

* patch starknet-types-core

* update lockfile

* change default chain id for testing

* adapt saya serde test to the new felt type

* chore: bump cainome to tag instead of rev

* examples: add starknet_getBlockWithReceipts

* fix: update lock files of tests

* ci: migrate some data before running hurls

* ci: start katana before migrating

* ci: fix typo

---------

Co-authored-by: glihm <[email protected]>
  • Loading branch information
kariy and glihm authored Jul 6, 2024
1 parent 8ff31b0 commit 4d33374
Show file tree
Hide file tree
Showing 176 changed files with 2,766 additions and 2,410 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,9 @@ jobs:
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/3.0.0/hurl_3.0.0_amd64.deb
sudo apt update && sudo apt install ./hurl_3.0.0_amd64.deb
chmod +x /tmp/bins/katana
chmod +x /tmp/bins/sozo
nohup /tmp/bins/katana --accounts 2 --disable-fee &
- run: |
/tmp/bins/sozo --manifest-path examples/spawn-and-move/Scarb.toml build
/tmp/bins/sozo --manifest-path examples/spawn-and-move/Scarb.toml migrate apply
- run: hurl --test examples/rpc/**/*.hurl
Loading

0 comments on commit 4d33374

Please sign in to comment.