yihuang
|
7951852bb0
|
rpc: implement pending nonce with UnconfirmedTx (#243)
* implement pending nonce with UnconfirmedTx
Closes #242
fix lint
* return early on error
|
2021-07-09 04:34:49 -04:00 |
|
Federico Kunze Küllmer
|
623863231b
|
evm, rpc: query ChainConfig via gRPC (#239)
* evm, rpc: query ChainConfig via gRPC
* c++
|
2021-07-08 14:46:42 +00:00 |
|
Thomas Nguy
|
3a398d9237
|
rpc: fix DecodeTx (#227)
* fix decodeTx method
* fix logic
* fix singleswitchstatement lint error
* refactor logic
* add log
* remove unecessary function
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2021-07-08 08:23:59 +00:00 |
|
Federico Kunze Küllmer
|
5f1f252361
|
evm: TxData as proto.Any (#220)
* evm: TxData as proto.Any
* proto message
* fix protobuf any generation
* Int pointer
* fix build and tests
* ante tests
* swagger
* cleanup
* c++
|
2021-07-05 16:39:08 +00:00 |
|
yihuang
|
e6f1874cfc
|
rpc: extract sender address from msg signature (#217)
* extract real from address in rpc tx query api
Closes: #210
* Update x/evm/types/msg.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2021-07-02 09:34:15 +00:00 |
|
yihuang
|
0113b4d2c0
|
fix: return ethereum-formatted tx hash to client (#202)
* return eth tx hash to client
Closes #67
Update ethereum/rpc/namespaces/eth/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Update ethereum/rpc/namespaces/eth/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
change GetTxByEthHash to method
add entry to changelog
* use eth tx hash internally
|
2021-06-30 05:35:11 -04:00 |
|
crypto-facs
|
1c06553746
|
rpc: namespaces refractor (#170)
* refactor: rpc namespace refactor - txpool
* refactor: rpc namespace refactor - net
* refactor: rpc namespace refactor - web3
* refactor: rpc namespace refactor - eth
* refactor: rpc namespace refactor - personal
* fix: api to uppercase
* fix: fix import cycle
* fix: fix import cycle
|
2021-06-23 02:38:05 -04:00 |
|