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

Simulate txn #1281

Merged
merged 26 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
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: 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