fix: offer wider intersect list
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
GetStakeSnapshots in ouroboros-consensus 1.0.0.0 requires EraGov, which must be available in the context of toConsensusQueryShelleyBased.
- Introduce transaction levels - Use `StrictMaybe` in transaction body - Update key roles - Replace Witness with Guard - `PoolParams` -> `StakePoolParams` - Remove redundant patterns in `Cardano.Api.Tx.Internal.Output.toShelleyTxOut` - Add ledger lenses for `ChainAccountState` to exports from `Cardano.Api.Ledger` - Rename Ledger's `PParams` fields - Shelley.RewardAccount -> Shelley.AccountAddress - Integrate `PoolMetadata` hash type change - `Coin` -> `CompactCoin Coin` - Use new name of the Constitution script hash - Update CostModel JSON format - Update ledger event patterns
Co-authored-by: Georgy Lukyanov <[email protected]> Co-authored-by: Javier Sagredo <[email protected]>
- `cardano-crypto-class-2.3.1` - `typed-protocols-1.2` - `ouroboros-network-1.1` - `cardano-diffusion-1.0`
Currently, the `B` constructor contains a `ByteString` (pinned in memory) with a max length of 64 bytes. Since the `ByteString` is small and can be instantiated frequently, it makes more sense to use an unpinned byte array representation (`Data.Array.Byte.ByteArray`) so that we can take advantage of Haskell's garbage collection to improve memory allocation of objects in the heap. We also place an upper bound on `nothunks` because of new orphan instance (`instance NoThunks ByteArray`) that is going to be upstreamed.
* test: added tests for CIP-0008 message signing implementation Signed-off-by: Jenita <[email protected]> * test: added tests for CIP-0008 message signing implementation Signed-off-by: Jenita <[email protected]> --------- Signed-off-by: Jenita <[email protected]> Co-authored-by: Jenita <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Carlos Tomé Cortiñas <[email protected]>
Closes #1113
Co-authored-by: Pablo Lamela <[email protected]>
- remove Nix overrides for ouroboros-network-framework and ouroboros-consensus-cardano that do not exist anymore, as the were renamed