nim-web3/tests
Will 85b3567d94
Feature/execution api spec (#69)
* Fix problem with contract out of assets

* Add nully value json test

* Fix bug with passing null to a few functions

* Typesafe U256 parsing

* Update readme for the web3 to include runner info

* Cleanup commits

Strip out unused JSON

Update comment

Remove echo

Added DynamicBytes test

More correct naming

Remove one extra double check

* Add specific object tests

* Ensure we cover different status types

* Add header comments

* Cleanup

* Add more tests

* Cleanup

* Revert docs

* Nimpretty file

* Fix issue in base stew

* Add tests

* Sorting

* Work on tests

* Move items to the correct location

* Add TODO

* Add all test executables

* Work on generating tests

* Push latest execution API changes

* Work on eth_call test

* Fix source type

* Latest

* Add many more tests

* Add more tests

* Revert "from" to "source"

* Try fix types

* Split to types which fail and those which dont

* Cleanup

* Remove whispher types again

* re-remove whisper

* Add more eth_api signature

* Readding executions-apis submodule

* Disable test_execution_api

* Nitpick

* add handlers

* Add last line to handler

* Some handler pass

* Finally all tests pass

* Add the test to all_tests

* Consisten style

* Turn on submodule downloading in CI

* Temporary workaround of get eth_getBlockReceipts for nim 2.0

---------

Co-authored-by: jangko <jangko128@gmail.com>
2024-01-11 21:02:42 +07:00
..
execution-apis@cea7eeb642 Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
helpers Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
all_tests.nim Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
nim.cfg v0.2.0: Revamp data types 2023-12-12 12:15:34 +07:00
test_contract_dsl.nim More flexibility to contract DSL, Async contract caller 2024-01-09 14:57:29 +01:00
test_contracts.nim More flexibility to contract DSL, Async contract caller 2024-01-09 14:57:29 +01:00
test_deposit_contract.nim Migrate to json-serialization 2024-01-07 17:23:00 +07:00
test_execution_api.nim Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
test_execution_types.nim Migrate to json-serialization 2024-01-07 17:23:00 +07:00
test_json_marshalling.nim Add tests of json rpc marshalled types 2024-01-07 22:02:45 +07:00
test_logs.nim Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
test_null_conversion.nim Migrate to json-serialization 2024-01-07 17:23:00 +07:00
test_primitives.nim Migrate to json-serialization 2024-01-07 17:23:00 +07:00
test_signed_tx.nim Migrate to json-serialization 2024-01-07 17:23:00 +07:00
test_string_decoder.nim Migrate to json-serialization 2024-01-07 17:23:00 +07:00