-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jörmungandr v0.7.0-rc4 → v0.7.0-rc5 #983
Conversation
ebb15a3
to
7347bbb
Compare
bors try |
tryBuild failed |
I see this message from jormungandr in the test logs:
|
…rializer/deserializer
… of fatal failures
c045acc
to
2e7fa8b
Compare
bors r+ |
983: Jörmungandr v0.7.0-rc4 → v0.7.0-rc5 r=KtorZ a=piotr-iohk # Issue Number # Overview - [x] jÖrmungandr 0.7.0 rc5 - [x] Regenerate certificates and genesis block used in integration tests. - [x] Update `Binary` module to deserialize new block format. - [x] Update External Tx tests: jcli interface has changed a bit. # Comments Co-authored-by: Piotr Stachyra <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: KtorZ <[email protected]>
Build failed |
🤔 |
I bet it's caused by -> |
I can't reproduce locally... |
Running multiple tests fails: In the jcli tx preparation we use the tx hash not sure if I'm missing som utxo basic here |
Ah! Right!
No, we use to get the id by looking up in the node's UTxO, but we can't do that anymore, the endpoint was removed. |
Okay, I am on it. |
bors r+ |
983: Jörmungandr v0.7.0-rc4 → v0.7.0-rc5 r=KtorZ a=piotr-iohk # Issue Number # Overview - [x] jÖrmungandr 0.7.0 rc5 - [x] Regenerate certificates and genesis block used in integration tests. - [x] Update `Binary` module to deserialize new block format. - [x] Update External Tx tests: jcli interface has changed a bit. # Comments Co-authored-by: Piotr Stachyra <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: KtorZ <[email protected]>
|
bors r+ |
Canceled |
983: Jörmungandr v0.7.0-rc4 → v0.7.0-rc5 r=KtorZ a=piotr-iohk # Issue Number # Overview - [x] jÖrmungandr 0.7.0 rc5 - [x] Regenerate certificates and genesis block used in integration tests. - [x] Update `Binary` module to deserialize new block format. - [x] Update External Tx tests: jcli interface has changed a bit. # Comments Co-authored-by: Piotr Stachyra <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: KtorZ <[email protected]>
Build succeeded |
988: Jormungandr 0.7.0 RC6 r=KtorZ a=piotr-iohk # Issue Number <!-- Put here a reference to the issue this PR relates to and which requirements it tackles --> # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [ ] Jormungandr 0.7.0 RC6 in `jormungandr.nix` # Comments After #983. Co-authored-by: Piotr Stachyra <[email protected]>
Issue Number
Overview
Binary
module to deserialize new block format.Comments