Harper
Harper
Few pretty inconsequential and cosmetic issues in comments and Babbage formal spec. * [ ] 1 - Comment for `TxInfoOutV1` reads `V2` where it should read `V1`. https://github.com/IntersectMBO/cardano-ledger/blob/09dc3774a434677ece12910b2c1c409de4cc2656/eras/babbage/impl/src/Cardano/Ledger/Babbage/TxInfo.hs#L104 * [...
There are a number of small mistakes and inconsistencies between the Alonzo formal specification and the [PlutusScriptApi.hs](https://github.com/input-output-hk/cardano-ledger-specs/blob/master/alonzo/impl/src/Cardano/Ledger/Alonzo/PlutusScriptApi.hs) file (or relating to) in the implementation. 1. The ordering of arguments in...
While being a nice to have feature in general, this will also allow us to progress filtering by address payment or delegate part in Scrolls in a cleaner way.
There is currently an issue which means some blocks (random) are not processed when using N2N, meaning the accuracy of data cannot be guaranteed. When attempting to roll forward to...
We extend the transaction-specific filter pattern with two new properties `mint_policy_id_hex` and `mint_asset_name_hex`. For example, the following filter allows you to only process transactions which mint/burn the asset with the...
I have a program that runs periodically which makes a single call to the TransactionClient `gc` function. Around half of the time it enters some loop which prints thousands of...
Cluster version: 8.5.1 Client version: ``` name = "tikv-client" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "048968e4e3d04db472346770cc19914c6b5ae206fa44677f6a0874d54cd05940" ``` I have a workload where am ingesting lots of data into...