Back-merge v0.13 hotfix (#185)

This commit is contained in:
Santiago Carmuega 2022-09-11 16:01:02 -03:00 committed by GitHub
commit 9a79a85f0d
12 changed files with 25 additions and 9 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-primitives"
description = "Ledger primitives and cbor codec for the different Cardano eras"
version = "0.13.1"
version = "0.13.2"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1469,6 +1469,8 @@ mod tests {
include_str!("../../../test_data/alonzo22.block"),
// peculiar block with indef byte array in plutus data
include_str!("../../../test_data/alonzo23.block"),
// peculiar block with invalid address (pointer overflow)
include_str!("../../../test_data/alonzo27.block"),
];
for (idx, block_str) in test_blocks.iter().enumerate() {