inputs: &[(2, 1, 0, Witness::new()), (3, 1, 0, Witness::new())], ..Default::default() }); context.mine_blocks(1); context.assert_runes( [ ( id0, RuneEntry { etching: txid0, rune: Rune(RUNE), supply: u128::max_value(), timestamp: 2, ..Default::default() }, ), ( id1, RuneEntry { etching: txid1, rune: Rune(RUNE + 1), supply: u128::max_value(), timestamp: 3, number: 1, ..Default::default() }, ), ], [( OutPoint { txid: txid2, vout: 0, }, vec![(id0, u128::max_value()), (id1, u128::max_value())], )], ); } #[test] fn multiple_input_runes_on_the_same_input_may_be_allocated() { let context = Context::builder() .arg("--index-runes-pre-alpha-i-agree-to-get-rekt") .build(); context.mine_blocks(1);
Inscription number 44,981,775
Genesis block 819,058
File type text
File size 1.02 KB
Creation date Nov 30,2023 1:25 am