Ethan Buchman
|
57ff919d50
|
godep
|
10 years ago |
Ethan Buchman
|
bf1c9a869c
|
use gendoc struct for genesis rpc response
|
10 years ago |
Ethan Buchman
|
ec282d3e3d
|
rpc: remove unecessary response wrappers
|
10 years ago |
Ethan Buchman
|
231a7330e2
|
list names rpc
|
10 years ago |
Ethan Buchman
|
37a8a6cd65
|
remove name fix
|
10 years ago |
Ethan Buchman
|
cff6bcfb31
|
copy entry on get, use strings for name/data, uint64 for expires
|
10 years ago |
Ethan Buchman
|
baaa69d7f8
|
namereg rpc and tests
|
10 years ago |
Ethan Buchman
|
1f6d64b91c
|
rpc: genesis route
|
10 years ago |
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
10 years ago |
Ethan Buchman
|
d43c776e84
|
add bonder's signature to BondTx
|
10 years ago |
Jae Kwon
|
3565db4eef
|
Refactor RPC/*, tendermint/config for debora+barak
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Jae Kwon
|
be90fd1e0d
|
rpc cleanup; tendermint init
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
47b7a641dd
|
json field fixes
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Jae Kwon
|
115e57a1d5
|
list_unconfirmed_txs RPC call
|
10 years ago |
Jae Kwon
|
9a8652e001
|
Include peer round states in the dump_consensus_state RPC call.
|
10 years ago |
Jae Kwon
|
733dfcf4ad
|
Add dump_consensus_state rpc command. Made it a little more secure
by moving the PrivValidator out of RoundState.
|
10 years ago |
Jae Kwon
|
dc1fddd1d8
|
Added NodeInfo (still need to add to AddrBook); Proper Handshake
|
10 years ago |
Ethan Buchman
|
224ea00917
|
first draft of network crawler
|
10 years ago |
Jae Kwon
|
fa669ae436
|
added Moniker as config, available in RPC.
|
10 years ago |
Jae Kwon
|
e0d6fd6bfa
|
RPC shows Peer{Address,IsOutbound}
|
10 years ago |
Ethan Buchman
|
3579a3fdb9
|
tiny fixes
|
10 years ago |
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
10 years ago |
Ethan Buchman
|
9b76cfe26a
|
rpc: cleanup tests and test contract calls
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Jae Kwon
|
1364770cbe
|
Unknown address -> blank account from GetAccount rpc call
|
10 years ago |
Jae Kwon
|
06b167c669
|
small fixes
|
10 years ago |
Ethan Buchman
|
8e24b12888
|
rpc: first successful websocket event subscription
|
10 years ago |
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
10 years ago |
Jae Kwon
|
cc18136af8
|
RPC refactor to separate core from core_client and the rest of RPC.
Other random changes.
|
10 years ago |
Ethan Buchman
|
5a2ff3d45b
|
rpc: test CallCode and Call
|
10 years ago |
Ethan Buchman
|
4956836f2d
|
rpc: cleanup, use client for tests, rpc-gen fixes
|
10 years ago |
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Jae Kwon
|
d8766e1d37
|
better error message for unknown RPC method calls
|
10 years ago |
Ethan Buchman
|
8fe1274323
|
rpc: myriad little fixes
|
10 years ago |
Ethan Buchman
|
c1b06d8101
|
rpc: GetStorage and Call methods. Tests.
|
10 years ago |
Jae Kwon
|
37177fb061
|
added DumpStorage RPC command
|
10 years ago |
Ethan Buchman
|
dd1181f0d4
|
rpc: GetStorage and Call methods. Tests.
|
10 years ago |
Jae Kwon
|
6f0199aadf
|
added DumpStorage RPC command
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
5cb57d3eaa
|
Use BlockCache for RPC/mempool and added TxId()
TxId() uses signbytes
|
10 years ago |
Ethan Buchman
|
19a50c1229
|
SetRPC/Pipe => core.Set...
|
10 years ago |
Ethan Buchman
|
731de7a6aa
|
rpc: return (*Response, error) for all functions
|
10 years ago |
Ethan Buchman
|
fb90d5bc92
|
rpc: cleanup, more tests, working http and jsonrpc
|
10 years ago |
Ethan Buchman
|
6e81e8a848
|
rpc: fixes for better type handlings, explicit error field in response, more tests
|
10 years ago |
Ethan Buchman
|
9aeafffd9b
|
rpc: generalized rpc using reflection on funcs and params
|
10 years ago |