index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rpc
/
types.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: fix megacheck warnings
Egon Elbre
2017-08-08
1
-9
/
+4
*
rpc: support subscriptions under custom namespaces
Bas van Kervel
2017-04-25
1
-5
/
+5
*
rpc: improve BlockNumber unmarshal parsing
Bas van Kervel
2017-04-13
1
-39
/
+20
*
all: fix spelling errors
Péter Szilágyi
2017-01-07
1
-1
/
+1
*
rpc: remove HexNumber, replace all uses with hexutil types
Felix Lange
2016-12-20
1
-85
/
+0
*
rpc: remove HexBytes, replace all uses with hexutil.Bytes
Felix Lange
2016-12-20
1
-30
/
+0
*
internal/ethapi: add missing output fields
Felix Lange
2016-08-04
1
-0
/
+30
*
rpc: refactor subscriptions and filters
Bas van Kervel
2016-08-17
1
-2
/
+2
*
rpc: add new client, use it everywhere
Felix Lange
2016-07-23
1
-23
/
+10
*
rpc: fix bad method error for batch requests
Felix Lange
2016-07-23
1
-0
/
+1
*
rpc: various fixes/enhancements
Bas van Kervel
2016-04-12
1
-44
/
+7
*
rpc: add pub/sub support
Bas van Kervel
2016-04-02
1
-50
/
+4
*
cmd, eth, rpc: fix some RPC issues with pending blocks
Péter Szilágyi
2016-02-03
1
-6
/
+7
*
rpc: migrated the RPC insterface to a new reflection based RPC layer
Bas van Kervel
2016-01-26
1
-0
/
+368
*
removed old rpc structure and added new inproc api client
Bas van Kervel
2015-06-22
1
-381
/
+0
*
fix hex conversion bug in RPC for byte slices
Gustav Simonsson
2015-05-12
1
-1
/
+8
*
rpc, xeth: fix #881, gracefully handle offline whisper
Péter Szilágyi
2015-05-11
1
-0
/
+16
*
Don't export types/functions
Bas van Kervel
2015-04-19
1
-12
/
+12
*
Replaced channel pointer field with non pointer channel
Bas van Kervel
2015-04-19
1
-10
/
+13
*
Stop accepted and alive connections (http keep-alive) when the rpc service is...
Bas van Kervel
2015-04-17
1
-27
/
+56
*
admin.stopRPC support added which stops the RPC HTTP listener
Bas van Kervel
2015-04-16
1
-0
/
+67
*
Improved test coverage for rpc types
Taylor Gerring
2015-04-04
1
-14
/
+4
*
Guard for nil *big.Int
Taylor Gerring
2015-04-02
1
-1
/
+5
*
Better decoding of uint*
Taylor Gerring
2015-04-02
1
-2
/
+6
*
More types supported
Taylor Gerring
2015-04-02
1
-0
/
+20
*
Trim left only, not right
Taylor Gerring
2015-04-02
1
-1
/
+1
*
Better nil handling
Taylor Gerring
2015-04-02
1
-5
/
+22
*
Fixed decoding for uint64 into bytes
Taylor Gerring
2015-04-02
1
-1
/
+4
*
Patches
Taylor Gerring
2015-04-01
1
-2
/
+3
*
rename messages to types
Taylor Gerring
2015-04-01
1
-0
/
+220