Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Edison <[email protected]>
  • Loading branch information
apoorvsadana and greged93 authored Dec 14, 2023
1 parent f30acea commit 36fe795
Show file tree
Hide file tree
Showing 35 changed files with 1,229 additions and 1,191 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# These are backup files generated by rustfmt
**/*.rs.bk

# Rust compiler error files
rustc-ice-*.txt

.DS_Store

# The cache for docker container dependency
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Next release

- fix: Change seliazation of bitvec to &[u8] in merkle tree to avoid memory
- feat(rpc): Added starknet_simulateTransactions
- fix: Change serialization of bitvec to &[u8] in merkle tree to avoid memory
uninitialized
- chore: change SCARB config version for foundry CI

Expand Down
Loading

0 comments on commit 36fe795

Please sign in to comment.