refactor(database): remove unused block nonce struct (#947)
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
This reverts commit d10bcb062fb40eb5c10da211bf999951c093a819.
They are flaky on GH windows instances.
- move it from the cardano db download module to its parent module so all cardano db commmands can use it. - make the unused parameters list configurable
Signed-off-by: banklesss <[email protected]>
Signed-off-by: banklesss <[email protected]>
This is required to transfer the repository to the intersect.
Just to be more consistent with other public sublibraries.
So it can be re-used accross crates. - `EpochSpecifier` enum to represents the cases between <{uint}, 'latest', latest-{uint}> - add `Epoch::parse_specifier` - impl `FromStr` to epoch to avoid having downstream code specifying the inner type of the epoch when parsing from str - update aggregator `ExpandedEpoch` logic
> show (Time 1) Time 1 instead of the default (via DiffTime) > show (Time 1) Time 1s This is useful when copy pasting counterexamples to source files.