nim-ethers/testnode/contracts
Mark Spanbroek 14a7485a88 Handle getter functions for public state variables
Getter functions that are generated by the solidity
compiler do not wrap their return value in a tuple
like other functions do.
2024-03-12 09:27:18 +01:00
..
TestEnums.sol Allow enums to be used as function parameters 2022-06-15 10:52:35 +02:00
TestGasEstimation.sol Fix: ensure that gas estimations are done using the "pending" block 2024-02-27 09:40:20 +01:00
TestHelpers.sol prevent stuck transactions by async locking nonce sequencing (+ estimate gas) (#55) 2023-10-25 10:42:25 +11:00
TestReturns.sol Handle getter functions for public state variables 2024-03-12 09:27:18 +01:00
TestToken.sol fix: eth_call use signers address (#43) 2023-06-13 16:24:59 +02:00