Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Problem (WIP #1616): keypackage not verified in nodejointx / council …
Browse files Browse the repository at this point in the history
…node data

Solution:
- record most recent isv_svn in chain state, warn when a new version appears
- use mock keypackage and make unit/integration tests running
  tempararily
  • Loading branch information
yihuang committed May 27, 2020
1 parent 26fb9ee commit 6981ae5
Show file tree
Hide file tree
Showing 46 changed files with 4,274 additions and 360 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion chain-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ structopt = "0.3"
secp256k1zkp = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", rev = "f8759809f6e3fed793b37166f7cd91c57cdb2eab", features = ["recovery", "endomorphism"] }
parity-scale-codec = { features = ["derive"], version = "1.3" }
thiserror = "1.0"
rustls = { version = "0.17", features = ["dangerous_configuration"] }

[target.'cfg(target_os = "linux")'.dependencies]
enclave-u-common = { path = "../chain-tx-enclave/enclave-u-common" }
Expand Down
Loading

0 comments on commit 6981ae5

Please sign in to comment.