Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
feat: add sierra to casm class hash mapping in genesis assets (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Jan 5, 2024
1 parent a5d5fdf commit 7ae83c9
Show file tree
Hide file tree
Showing 19 changed files with 110 additions and 2,146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configs-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- uses: actions/checkout@v3
- name: Verify hashes
run: |
for f in $(find configs/genesis-assets/ -type f -not -path configs/index.json); do
for f in $(find configs/genesis-assets -type f -not -path configs/index.json); do
cat configs/index.json | grep $(md5sum $f | awk '{print $1}')
done
3 changes: 1 addition & 2 deletions .github/workflows/linters-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
- name: Format and clippy
run: |
cargo fmt -- --check
cargo clippy --no-deps -- -D warnings
cargo clippy --tests --no-deps -- -D warnings
cargo clippy --workspace --tests --no-deps -- -D warnings
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Next release

- feat: add sierra to casm class hash mapping to genesis assets
- chore: remove ArgentMulticall from genesis assets
- feat: remove `seq_addr_updated` from `GenesisData`
- chore: added prometheus metrics for da layer
- chore: bump celestia rpc crate version
- fix(DA): run the proof first then the state update
Expand Down
Loading

0 comments on commit 7ae83c9

Please sign in to comment.