laconicd-deprecated/rpc
David Ansermino 1cac4feb4d
Minor fixes (#94)
- Updates RPC return types
- Removes custom query types in favour of default eth 
    - This is largely to allow for proper hexadecimal formatting (provided by `hexutil`), as the API is very specific about formatting.
2019-09-24 16:49:40 +02:00
..
args Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
tester Minor fixes (#94) 2019-09-24 16:49:40 +02:00
addrlock.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
apis.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
config.go Implement eth_sendRawTransaction (#101) 2019-09-18 16:14:39 -04:00
eth_api.go Minor fixes (#94) 2019-09-24 16:49:40 +02:00
personal_api.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
web3_api.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -04:00