Skip to content

Commit

Permalink
Merge pull request #55 from cchudant/perf2
Browse files Browse the repository at this point in the history
chore: update bonsai-trie (perf)
  • Loading branch information
antiyro authored Apr 17, 2024
2 parents 15e121c + 8586231 commit bf69333
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ git # Deoxys Changelog

## Next release

- 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
- fix(class): Fix class conversions to support legacy Sierra versions
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pallet-grandpa = { default-features = true, git = "https://github.com/massalabs/
pallet-timestamp = { default-features = true, git = "https://github.com/massalabs/polkadot-sdk", branch = "release-polkadot-v1.3.0-std" }

# Bonsai trie dependencies
bonsai-trie = { default-features = false, git = "https://github.com/trantorian1/bonsai-trie.git", branch = "oss", features = [
bonsai-trie = { default-features = false, git = "https://github.com/keep-starknet-strange/bonsai-trie.git", branch = "oss", features = [
"std",
] }

Expand Down

0 comments on commit bf69333

Please sign in to comment.