Merge pull request #623 from pragma-org/sg/enable-conformance-tests
Enable ledger conformance tests
Enable ledger conformance tests
perf: simplify decoding logic
Small changes
Signed-off-by: KtorZ <[email protected]>
perf: vec over btree
Use get_pinned for getting data from rocksdb
fix: incorrect default timeout for full run
Added milestone report for project ID 1300050, including links to the final close out report and video.
- Add CompatibleGroup with era-specific wrappers (Shelley, Allegra, Mary, Alonzo, Babbage) - Implement StakeAddressGroup, StakePoolGroup, GovernanceGroup, and TransactionGroup for compatible commands - Refactor transaction building to avoid duplication: construct TxRawOutput in gen_signed_tx_bare - Move gen_pparams_update from GovernanceActionGroup to GovernanceGroup - Add Google-style docstrings to all compatible command functions - Fix linting errors: add type annotations and shorten long lines This enables generating legacy-era certificates and transactions that are expected to be rejected in the Conway era, useful for negative testing scenarios.
Signed-off-by: Chris Gianelloni <[email protected]>
* improvements * Initial plan * Add batchMintedCoin constraint to prevent Ada forgery Co-authored-by: williamdemeo <[email protected]> * Add documentation for batchMintedCoin security constraint Co-authored-by: williamdemeo <[email protected]> * Use consistent aggregation syntax for batchMintedCoin Co-authored-by: williamdemeo <[email protected]> --------- Co-authored-by: William DeMeo <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: williamdemeo <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Co-authored-by: williamdemeo <[email protected]>
Co-authored-by: williamdemeo <[email protected]>
Co-authored-by: williamdemeo <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>