Commit Graph

10 Commits

Author SHA1 Message Date
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
tersec 06ebe0ab18
test with Nim 2.0 in CI (#89) 2023-06-29 15:43:22 +00:00
jangko 6b04ddf8c1
update github action to v3 2023-06-04 13:05:29 +07:00
tersec 757c6d4c47
stop testing Nim pre-1.6 in CI (#81)
* stop testing Nim pre-1.6 in CI

* simplify nimble file
2023-05-08 14:34:51 +00:00
KonradStaniec bbe7a617cd
Fix macos devel build on CI (#59) 2022-09-06 11:53:06 +02:00
Dustin Brody 7a453df9a6
update to supported macOS and Ubuntu CI images 2022-08-26 00:39:56 +00:00
Miran d4f98950fd
move `-d:nimRawSetjmp` to config.nims (#51)
* move `-d:nimRawSetjmp` to config.nims

Refs https://github.com/status-im/nimbus-build-system/issues/44

* use .cfg not .nims
2022-07-12 21:04:31 +03:00
Ștefan Talpalaru 0f82cf22f3
CI: test with multiple Nim versions (#46)
* CI: test with multiple Nim versions
2022-01-14 05:46:13 +01:00
jangko 065c13cd81
ci: fix mingw url and bump mingw from 8.1.0 to 11.2.0 2021-11-30 16:11:46 +07:00
jangko a73cd8de2a
add github action script 2021-05-19 11:19:50 +07:00