feat: Add metadata hash to pool registration event (#336)
Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Ubuntu <[email protected]>
pool_owners: pool_owners.iter().map(|p| p.to_hex()).collect(),
relays: relays.iter().map(relay_to_string).collect(),
pool_metadata: pool_metadata.as_ref().map(|m| m.url.clone()),
pool_metadata_hash: pool_metadata.as_ref().map(|m| m.hash.clone().to_hex())
},
Certificate::PoolRetirement(pool, epoch) => EventData::PoolRetirement {
pool: pool.to_hex(),
pool_owners: Vec<String>,
relays: Vec<String>,
pool_metadata: Option<String>,
pool_metadata_hash: Option<String>,
},
PoolRetirement {
pool: String,
pool_owners: _,
relays: _,
pool_metadata,
pool_metadata_hash: _,
} => LogLine {
prefix: "POOL+",
color: Color::Magenta,
rxjs from() completes after emitting the array of rollbackTransactions. Only send the rollback transactions to rollback$ subject.
3426: Add integration test for Babbage minUTxOValue validation precision r=Anviking a=Anviking - [x] Verify that #3423 successfully alleviates problem where the wallet used to be 0.01724 ada too strict compared to the ledger when validating the minUTxOValue requirement of user-specified outputs. - Test fails without the fix. ### Comments ### Issue Number https://input-output.atlassian.net/browse/ADP-1978 3428: Bump cardano-node to 1.35.3-rc1 r=Anviking a=sevanspowell - Bump dependencies: - cardano-node to 1.35.3-rc1 - hw-aeson to match cardano-node - hedgehog-extras to match cardano-node - Update compatibility matrix. ### Comments Changelogs: - [API](https://github.com/input-output-hk/cardano-node/blob/release/1.35/cardano-api/ChangeLog.md) - [CLI](https://github.com/input-output-hk/cardano-node/blob/release/1.35/cardano-cli/ChangeLog.md) - [Node](https://github.com/input-output-hk/cardano-node/blob/release/1.35/cardano-node/ChangeLog.md) - [Compare v1.35.3-testnetonly and v1.35.3-rc1](https://github.com/input-output-hk/cardano-node/compare/1.35.3-testnetonly...1.35.3-rc1) ### Issue Number ADP-2123 Co-authored-by: Johannes Lund <[email protected]> Co-authored-by: Jonathan Knowles <[email protected]> Co-authored-by: Samuel Evans-Powell <[email protected]>
Refactor for memory initialisation
...moved some test specs into "TxConstraints directory.
Looks like a copy-paste error from the shell config above.
Fixed check-stylish on ubuntu.
feat!: replace `NetworkInfoProvider.timeSettings` with `eraSummaries`