Problem: tx-validation fails to compile#595
Conversation
Codecov Report
@@ Coverage Diff @@
## master #595 +/- ##
==========================================
- Coverage 67.42% 67.41% -0.02%
==========================================
Files 125 125
Lines 14700 14700
==========================================
- Hits 9912 9910 -2
- Misses 4788 4790 +2
|
|
bors r+ |
Build failed |
|
probably will need to put a |
652af2f to
81b3019
Compare
|
bors retry |
Build failed |
Solution: fixed the version of aead crate
|
Tried to build on my machine, got similar to bors i guess |
81b3019 to
5d294b3
Compare
|
bors retry |
devashishdxt
left a comment
There was a problem hiding this comment.
I think we can just put aead = "= 0.1.1" both in chain-tx-enclave/tx-validation/enclave/Cargo.toml and chain-core/Cargo.toml.
I have also created an issue with AEAD crate and it seems like they released a breaking change in a minor version and will probably yank this version.
or start to use Cargo.lock on chain-tx-enclave/** stuff |
|
bors r- |
Canceled |
Solution: fixed the version of aead crate