Jamie Lokier 5728491d60
Assembler: First asmSetupComputation to support asmCallEvm
In the `macro_assembler` test code, `initComputation` is another variant of
`rpcSetupComputation` and `txSetupComputation` with slightly different
paremeters.  The similarity is obvious.

It is a special setup for testing, though, as it requires a contract-creation
transaction for parameters, but sets up a `CALL` execution not `CREATE`.

Gather this into `call_evm`: `initComputation` -> `asmSetupComputation`.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-05-04 01:03:55 +01:00
..
2021-02-03 14:31:16 +07:00
2021-04-24 11:01:56 +07:00
2020-07-30 14:21:11 +07:00
2019-10-31 06:17:01 +01:00
2020-07-21 13:15:06 +07:00
2021-01-14 23:22:28 +07:00
2021-04-24 11:01:56 +07:00
2020-07-21 13:15:06 +07:00
2020-07-21 13:15:06 +07:00
2020-11-27 09:50:28 +01:00
2020-04-05 15:12:48 +02:00
2021-01-11 14:54:55 +07:00
2020-07-21 13:15:06 +07:00

tests

TODO: more GeneralStateTest fixtures!