This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Move beefy-merkle-tree to utils/binary-merkle-tree and make it generic #13076
Merged
paritytech-processbot
merged 8 commits into
paritytech:master
from
octopus-network:move-beefy-mmr-primitives-runtime-api
Feb 2, 2023
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
8385bed
move BeefyMmrApi to pallet-beefy-mmr
DaviRain-Su 3f12597
fix test_utils use pallet-beefy-mmr BeefyMmrApi
DaviRain-Su 5daf41a
Move beefy-merkle-tree to utils and Rename to Merkle-tree
DaviRain-Su 3f89795
fix fmt and test
DaviRain-Su aa626dc
Update merkle-tree to binary-merkle-tree and Remove Keccak256 mod fro…
DaviRain-Su 1932e4a
change merkle-tree name to binary-merkle-tree
DaviRain-Su 7af6cdf
mirr fix
DaviRain-Su 9be08e3
Merge branch 'master' into move-beefy-mmr-primitives-runtime-api
DaviRain-Su File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [package] | ||
| name = "beefy-merkle-tree" | ||
| name = "binary-merkle-tree" | ||
| version = "4.0.0-dev" | ||
| authors = ["Parity Technologies <[email protected]>"] | ||
| edition = "2021" | ||
|
|
@@ -11,20 +11,15 @@ homepage = "https://substrate.io" | |
| [dependencies] | ||
| array-bytes = { version = "4.1", optional = true } | ||
| log = { version = "0.4", default-features = false, optional = true } | ||
|
|
||
| beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/beefy", package = "sp-beefy" } | ||
| sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } | ||
| sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } | ||
| hash-db = { version = "0.15.2", default-features = false } | ||
|
|
||
| [dev-dependencies] | ||
| array-bytes = "4.1" | ||
| env_logger = "0.9" | ||
| sp-core = { version = "7.0.0", path = "../../primitives/core" } | ||
| sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } | ||
|
|
||
| [features] | ||
| debug = ["array-bytes", "log"] | ||
| default = ["debug", "std"] | ||
| std = [ | ||
| "beefy-primitives/std", | ||
| "sp-api/std", | ||
| "sp-runtime/std" | ||
| ] | ||
| std = [] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.