Skip to content

Commit

Permalink
Support Bohr HF (#55)
Browse files Browse the repository at this point in the history
* remove non-neighboring-epoch verification
* BEP341 & BEP402

Signed-off-by: Naohiro Yoshida <[email protected]>
  • Loading branch information
yoshidan authored Aug 16, 2024
1 parent 5e7264d commit cd2a2dd
Show file tree
Hide file tree
Showing 20 changed files with 2,419 additions and 2,147 deletions.
127 changes: 125 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hex-literal = "0.4.1"
[dev-dependencies]
store = { git = "https://github.com/datachainlab/lcp.git", rev = "v0.2.9", default-features = false }
time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }
rstest = "0.18"

[features]
default = ["std"]
Expand Down
368 changes: 185 additions & 183 deletions light-client/src/client.rs

Large diffs are not rendered by default.

Loading

0 comments on commit cd2a2dd

Please sign in to comment.