laconicd/ethereum/rpc
yihuang 1a48e09e78
rpc: implement eth_getPendingTransactions (#259)
* Implement `eth_getPendingTransactions`

Closes #244

* refactor repeatitive code

* 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>

* 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>

* test UnwrapEthereumMsg

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-07-12 17:42:53 +00:00
..
backend rpc: fix GetBlockByHash crash on block not found (#256) 2021-07-12 12:45:13 +00:00
namespaces rpc: implement eth_getPendingTransactions (#259) 2021-07-12 17:42:53 +00:00
pubsub fix and comment outdated tests (#155) 2021-06-21 10:17:31 -04:00
types rpc: implement eth_getPendingTransactions (#259) 2021-07-12 17:42:53 +00:00
apis.go rpc: namespaces refractor (#170) 2021-06-23 02:38:05 -04:00
doc.go more fixes 2021-04-18 18:39:15 +02:00
websockets.go rpc: namespaces refractor (#170) 2021-06-23 02:38:05 -04:00