Bozhidar Nikolov
Bozhidar Nikolov
Handle both Solidity and Sophia ABIs.
Add tests, covering the [primops](https://github.com/aeternity/protocol/blob/master/contracts/aevm.md#%C3%86ternity-primitive-operations) functionalities
Expand the contract tests so that we cover everything related with initialization, calling and storing state of contracts. - Store - [ ] creating - [ ] updating - [...
Expand the contract tests so that we cover everything related with initialization, calling and storing state of contracts. - Calling contracts - [ ] successful call - [ ] existing...
As stated in the [protocol](https://github.com/aeternity/protocol/blob/master/contracts/aevm.md#%C3%86ternity-primitive-operations): There are a few differences between the EVM and the AEVM. The AEVM provides an number of primitive operations that can be used to interact...
Expand the contract tests so that we cover everything related with initialization, calling and storing state of contracts. They should cover the following functionalities: - Creating contracts - [ ]...
- Make the TIMESTAMP instruction deterministic by using the timestamp of the current micro block - Make the DIFFICULTY instruction deterministic by using the difficulty at previous key block. -...
As stated in the [protocol](https://github.com/aeternity/protocol/blob/master/contracts/aevm.md#%C3%86ternity-primitive-operations): There are a few differences between the EVM and the AEVM. The AEVM provides an number of primitive operations that can be used to interact...