aldabra/crates/aldabra-dao/examples
Sulkta 05c29ac3ab diag: standalone reproducer for large-bytestring ref-script corruption
cargo run --example repro_script_corruption -p aldabra-dao --release

Reads a hex-encoded Plutus V2 script, builds a minimal Conway tx
with that script as inline reference, calls build_conway_raw, then
searches the tx body for the input bytes verbatim. Also tests the
known on-chain block-swap corruption fingerprint (bytes 2390-2398
swapped with bytes 2416-2424) to determine whether pallas
reproduces the corruption locally.

If verbatim found: pallas is byte-clean, bug is downstream
(transport / Koios / chain submit). If swapped variant found:
pallas itself produces the corruption.

No chain query, no MCP, no JSON-RPC — pure local serialization.
2026-05-07 16:09:41 -07:00
..
dump_governor.rs feat(plutus_mint): set language_view per Plutus version + add V2 cost model 2026-05-07 08:52:59 -07:00
dump_stake.rs feat(examples): dump_stake — emit StakeDatum CBOR hex for bootstrap 2026-05-07 10:21:27 -07:00
repro_script_corruption.rs diag: standalone reproducer for large-bytestring ref-script corruption 2026-05-07 16:09:41 -07:00