fix: gate proposal test imports for windows
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: KtorZ <[email protected]>
Isolate Pallas in Kernel
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: yHSJ <[email protected]> Signed-off-by: KtorZ <[email protected]>
Signed-off-by: yHSJ <[email protected]> Signed-off-by: KtorZ <[email protected]>
Signed-off-by: yHSJ <[email protected]> Signed-off-by: KtorZ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Rework, reorganize and relocate import-ledger-state functionality
I am removing the bits concerning the conformance tests, which we can see to re-add later once the source material has been fixed is doing what's expected. This shall allow to go ahead and merge the important refactors in the branch that have been awaiting for a while already. Signed-off-by: KtorZ <[email protected]>
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: KtorZ <[email protected]> Signed-off-by: ruko <[email protected]>
Signed-off-by: KtorZ <[email protected]> Signed-off-by: ruko <[email protected]>
Signed-off-by: KtorZ <[email protected]> Signed-off-by: ruko <[email protected]>
It makes more sense for this logic to live in the ledger since it's about ... decoding the ledger state (albeit, the Haskell's one). I've extracted some of the base types to the Kernel, though. Also, moving this piece of code to either the ledger or the store would introduce undesirable dependencies there (i.e. 'indicatif'). So we now have to add an indirection through a trait, to ensure that we only introduce shiny progress bars when executing this in the terminal. For testing, we can simply display no progress whatsoever (other than what the test runner provides). Signed-off-by: KtorZ <[email protected]> Signed-off-by: ruko <[email protected]>
Co-authored-by: @KtorZ Signed-off-by: KtorZ <[email protected]> Signed-off-by: ruko <[email protected]>
Signed-off-by: KtorZ <[email protected]>