Javier Sagredo
Javier Sagredo
I think this section is no longer relevant. May I close this? @nfrisby @amesgen
This needs also the companion PR https://github.com/input-output-hk/cardano-node/pull/4304
> backingstore-independent approach that checks if a snapshot is of the desired backingstore-type before trying to initialise a store Probably this would be the right way to go, indeed.
I _think_ this PR is no longer relevant after pipelining work? @amesgen @nfrisby And perhaps even #423 can be closed too?
The narrative of the test that I'm getting from tracing and inspecting the code. - This test starts 3 nodes which are expected to make a software and protocol update...
So it seems that the flow is as follows: When evaluating a block with the `updateBody` function (which is the `BBODY` rule), we register the updates. The update proposal comes...
Transactions are accepted because they produce no errors, and yet, if we query for the `isTxs` of the mempool accessible from the node kernel when forging, it returns `txs in...
After merging the mempool rewrite (#4035), there is *one* test remaining, the threadnet tests of ouroboros-consensus-cardano-test. We need to look at it before closing this issue.
This is on hold because we might do a mempool rewrite instead
Some tests are still failing. ### `ouroboros-consensus-byron-test` - `simple convergence` (`470187`) ``` (1,22,origin,17,19) insufficient chain growth ``` - `WallClock must handle PastHorizon by exactly slotLength delay` (`51722`) ``` (1,21,1,10,10) insufficient...