inputs: &[(1, 0, 0, Witness::new())], op_return: Some( Runestone { edicts: vec![ Edict { id: 0, amount: u128::max_value(), output: 0, }, Edict { id: 0, amount: u128::max_value(), output: 0, }, ], etching: Some(Etching { rune: Rune(RUNE), ..Default::default() }), ..Default::default() } .encipher(), ), ..Default::default() }); context.mine_blocks(1); let id = RuneId { height: 2, index: 1, }; context.assert_runes( [( id, RuneEntry { etching: txid, rune: Rune(RUNE), supply: u128::max_value(), timestamp: 2, ..Default::default() }, )], [(OutPoint { txid, vout: 0 }, vec![(id, u128::max_value())])], ); } #[test] fn allocations_partially_over_max_supply_are_honored() {