2024-03-01 - 2024-03-15
High level summary
- cardano-cli: Focus is on testing Conway features. Several improvements to create-testnet-data command, useful for creating/deploying local clusters for testing. Enable parallel execution of tests.
cardano-cli
- Update cardano-api-8.40.0.0
- create-testnet-data: fix that treasury could be unexpectedly negative
- Fix parallel
create-testnet-data
stdout contents test - cardano-cli-test: remove compatibility shim that is now useless
- create-testnet-data: fix computation of not-delegated amount
- Follow-ups of create-testnet-data+relays
- Allow an output file to be specified for query pool-state
- Bump cardano-ping
- create-testnet-data: allow to specify relays for SPOs (like create-staked)
cardano-api
Expose default genesis for Conway and Alonzo, and DRepState constructors
Remove error
"evaluateTransactionFee: TODO support Byron key witnesses"
Add
SlotNo
andBlockNo
parameters tofoldEpochState
's callback function
cardano-testnet
- Update cardano-ping to the same version as cardano-cli
- Remove flaky calls to by
byDeadlineM
incardano-testnet
- Add PARALLEL_TESTNETS flag
- testnet: reduce log length significantly, by not logging the config
- Use more realistic default conway genesis
- Make testnet's nodes' ports allocation dynamic