Federico Kunze Küllmer
c25669c761
rpc: refactor rpc packages and backend to support cosmos namespace ( #1070 )
...
* rpc: refactor rpc packages and backend to support cosmos namespace
* changelog
* typo
2022-05-02 06:26:24 +00:00
crypto-facs
7e359068d8
eth_getBlockByNumber fix on batch transactions (#1050 )
2022-04-18 19:06:04 +02:00
yihuang and Federico Kunze Küllmer
70d52948da
fix: eth_newPendingTransactionFilter doesn't return ethereum tx hash ( #1012 )
...
* Problem: eth_newPendingTransactionFilter don't return correct tx hash
Closes : #1011
Solution:
- use eth tx hash rather than tendermint one
* changelog
* remove copied TODO comment and ignore err result of Notify
* add e2e test
* fix ws client in e2e test
* fix test
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com >
2022-03-24 07:56:59 +00:00
WilliamXieCrypto and Federico Kunze Küllmer
01bc2ec170
fix: Update the JSON-RPC to correct the return information. ( #1006 )
...
* fix: Update the JSON-RPC to correct the return information.
* Update CHANGELOG.md
* update: move the tests to integration_test.go
* refactor the tests and use table tests instead
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com >
2022-03-21 11:40:24 +00:00
Prajjwol Gautam and Federico Kunze Küllmer
f32288b16d
ci: separate out rpc and integration tests ( #931 )
...
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com >
2022-02-09 14:56:12 +01:00
crypto-facs
04f595d3d5
Integration tests ( #913 )
2022-01-20 22:05:02 +00:00
Prajjwol Gautam and Federico Kunze Küllmer
4ec794204c
fix: moving rpc tests to integration_test.go ( #875 )
...
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com >
2022-01-05 08:41:36 +01:00
Federico Kunze Küllmer
705893c0ac
tests: eth_sendRawTx ( #804 )
...
* tests: eth_sendRawTx
* update tests
* rm println
2021-12-01 09:38:59 +01:00
Federico Kunze Küllmer
5a491537ca
tests: geth client wrapper ( #774 )
2021-11-30 10:16:40 +01:00
32c905ab87
tests: integration tests with JSON-RPC client ( #704 )
...
* tests: integration tests with JSON-RPC client
* fix package
* tests: networking configuration fixed (#706 )
* update testnet hdPath, fixes #688
* lint
* header
* e2e wip
* fix getBlock response
* enable personal API
* changelog
Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com >
Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com >
2021-11-14 14:34:10 +01:00
Federico Kunze
459a290951
tests: add testutils for integration testing ( #132 )
...
* tests: add testutils for integration testing
* update util
* fix config
* more updates
* rand chain-id
* add rpc client integration test example
* makefile
* rename
* updates to makefile
2021-06-25 05:18:37 -04:00