📁 #D01T01 Checking that launched node can create blocks | PASS | 64ms | |
📁 #D01T02 Checking that substrate txns possible | PASS | 21ms | |
📁 #D01T03 Checking that sudo can be used | PASS | 22ms | |
📁 #D01T04 Can send Ethers txns | PASS | 31ms | |
📁 #D01T05 Testing out Create block and listen for event | PASS | 30ms | |
📁 #D01T06 Testing out Create block and analyse failures | PASS | 20ms | |
📁 #D01T07 Can send viem txns | PASS | 44ms | |
📁 #D01T08 It can deploy a contract | PASS | 32ms | |
📁 #D01T09 It can call with a contract | PASS | 25ms | |
📁 #D01T10 It can write-interact with a contract | PASS | 40ms | |
📁 #D01T11 It can sign a message | PASS | 6ms | |
📁 #D01T12 It can calculate the gas cost of a contract interaction | PASS | 27ms | |
📁 #D01T13 It can calculate the gas cost of a simple balance transfer | PASS | 2ms | |
📁 #D01T14 It can simulate a contract interation | PASS | 24ms | |
📁 #D01T15 It can decode an error result | PASS | 1ms | |
📁 #D01T16 It can decode an event log | PASS | 39ms | |
📁 #D01T17 It can use different signers when creating a block | PASS | 25ms | |
📁 #D01T18 It can use different apis | PASS | 3ms | |
📁 #D01T19 It has working runner functions added to context | PASS | 73ms | |
📁 #D01T20 It can read a precompiled contracts | PASS | 4ms | |
📁 #D01T21 It can write to a precompiled contract | FAILED | 27ms | expected -1000000000000000000n to be 1000000000000000000n // Object.is equality |
📁 #D01T22 it can read a newly deployed contract | PASS | 40ms | |
📁 #D01T23 it can interact with a contract with balance | PASS | 35ms | |