Skip to content

Commit

Permalink
fixed felt stuff for felt252wrapper removal (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro authored Jun 12, 2024
1 parent 4508bcf commit 22f8184
Show file tree
Hide file tree
Showing 76 changed files with 436 additions and 442 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- feat(infra): Added boilerplate to deploy a grafana/prometheus dashboard
- refacor: use db hash
- refactor: l2-sync
- refactor: remove crate mp-mapping-sync
- refactor: remove crate dp-mapping-sync
- fix(rpc): get_nonce
- fix(rpc): get_class
- refactor: mapping db
Expand All @@ -29,7 +29,7 @@
- remove RuntimeApi on RPC
- feat(metrics): Added sync time metrics
- refactor: using const and OnceCell instead of lazy_static
- refactor: remove crate mp-storage
- refactor: remove crate dp-storage
- feat(infra): corrected dockerfile + docker-compose
- fix(rpc): error handling
- fix(lib): updated core libs to match oss
Expand Down Expand Up @@ -100,15 +100,15 @@
- feat(rpc): add pending block to `get_block_with_receipts` rpc call
- chore: update bonsai-trie (benefit from perf boost)
- feat(rpc): add `get_block_with_receipts` rpc call
- refactor: remove crate mp-state, mp-fee, mp-messages
- refactor: remove crate dp-state, dp-fee, dp-messages
- fix(class): Fix class conversions to support legacy Sierra versions
- feat: rebase blockifier
- feat(check): Added a state root check to ensure synced compatibility
- feat(metrics): Add prometheus metrics for mapping worker
- feat(storage): finished migrating contract storage to our backend bonsai trie dbs
- feat(storage): set up type-safe bonsai storage abstractions for usage in RPC
- fix(root): fix state root computation
- refactor: refactor mc-db crate
- refactor: refactor dc-db crate
- feat(api_key): api key passed to FetchConfig correctly
- feat(api_key): Added support for --gateway-api to avoid rate limit from the gateway
- fix(latest): Retrieve latest synced block via internal client
Expand All @@ -117,7 +117,7 @@
- feat: add an optional TUI dashboard
- feat(bonsai): Bumped bonsai lib to latest opti
- refactor(generic): reduced runtime dependence on generics
- fix(sync): Cleaned mc-sync isolating fetch process + added shared SyncStatus
- fix(sync): Cleaned dc-sync isolating fetch process + added shared SyncStatus
- feat(self-hosted): host our own runner
- fix(deps): Removed unused dependencies
- feat(multi-trie): Added support for persistent storage tries
Expand Down Expand Up @@ -175,7 +175,7 @@
- refacto: early exit txs fee estimation when one fails
- dev: fix linter warning in README.md
- fix: remove waiting loop from `getTxReceipt`
- feat: types in `mp-transactions` impl a method to get their version
- feat: types in `dp-transactions` impl a method to get their version
- feat: make L1 gas price a `const` of the `RuntimeConfig`
- fix: broken class hashes and contracts in genesis
- refactor: rename LAST_SYNCED_L1_BLOCK to be more clear
Expand Down Expand Up @@ -216,7 +216,7 @@
- fix(node/commands): md5 are also checked when running setup --from-local
- feat(data-availability): extend eth config with poll interval
- fix(snos-output): expose snos codec, remove unused `get_starknet_messages`
runtime method, and unnecessary mp-snos-output dependencies
runtime method, and unnecessary dp-snos-output dependencies
- feat(program-hash): add new pallet constant for Starknet OS progam hash;
expose runtime getter method; add dedicated crate to manage versions
- feat(runtime): expose fee token address getter method
Expand Down Expand Up @@ -335,7 +335,7 @@
- fix: update madara infra to main branch
- fix: update `Cargo.lock`
- fix: rpc test failing
- refactor: exported chain id constant in mp-chain-id crate and added one for
- refactor: exported chain id constant in dp-chain-id crate and added one for
SN_MAIN
- ci: disable pr close workflow
- ci: add ci verification for detecting genesis changes and config hashes
Expand Down
Loading

0 comments on commit 22f8184

Please sign in to comment.