Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Ethan Buchman
|
02f4219079
|
cleanup calldepth=0 events logic
|
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
|
3c96890d2d
|
All numbers are in BigEndian
|
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
|
5557923245
|
remote client_methods.go.bak
|
10 years ago |
Jae Kwon
|
d9bfe82d93
|
rpc.StartHTTPServer listener bug fix
|
10 years ago |
Jae Kwon
|
66ff985cd2
|
Added a registry to Barak.
|
10 years ago |
Jae Kwon
|
5e70769117
|
Crazy colors for Debora
|
10 years ago |
Jae Kwon
|
2ba6f86f2e
|
Add Network to SignBytes, to prevent network clashes
|
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
|
882a82bad4
|
more crawler work
|
10 years ago |
Ethan Buchman
|
224ea00917
|
first draft of network crawler
|
10 years ago |
Ethan Buchman
|
595a930723
|
add empty file because go tool is silly
|
10 years ago |
Jae Kwon
|
fa669ae436
|
added Moniker as config, available in RPC.
|
10 years ago |
Ethan Buchman
|
8057fb7125
|
fix websocket handler
|
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
|
65f669160f
|
more fixes from review
|
10 years ago |
Jae Kwon
|
9ec6258ed0
|
Run process
|
10 years ago |
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
10 years ago |
Jae Kwon
|
df1d46d04d
|
Errorf -> fmt.Errorf
|
10 years ago |
Jae Kwon
|
618cd18f8b
|
refactored debora/barak. about to add cli for debora
|
10 years ago |
Ethan Buchman
|
9b76cfe26a
|
rpc: cleanup tests and test contract calls
|
10 years ago |
Jae Kwon
|
89e05168d5
|
Begin writing debora
|
10 years ago |
Ethan Buchman
|
860d5478e9
|
rpc: use NewBlock event in rpc tests
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
10 years ago |
Ethan Buchman
|
85661de293
|
fire events, event urls
|
10 years ago |
Jae Kwon
|
0ffbff108f
|
Complete validation for debora
|
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
|
0bb6c111bb
|
ServeFile
|
10 years ago |
Jae Kwon
|
06b167c669
|
small fixes
|
10 years ago |
Ethan Buchman
|
8e24b12888
|
rpc: first successful websocket event subscription
|
10 years ago |
Ethan Buchman
|
12814db90d
|
rpc: use gorilla websockets
Conflicts:
rpc/handlers.go
rpc/http_server.go
|
10 years ago |
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
10 years ago |
Jae Kwon
|
a09051438c
|
Intermediate... working on debora
|
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
|
6b5383918f
|
rpc: fix memcount error in tests
|
10 years ago |
Ethan Buchman
|
5a2ff3d45b
|
rpc: test CallCode and Call
|
10 years ago |
Ethan Buchman
|
3bedcbf94d
|
rpc: tests cleanup, use client lib for JSONRPC testing too
|
10 years ago |
Ethan Buchman
|
474bf31400
|
events: integrate event switch into services via Eventable interface
|
10 years ago |
Ethan Buchman
|
2b3bedead8
|
rpc: websockets
|
10 years ago |
Ethan Buchman
|
4956836f2d
|
rpc: cleanup, use client for tests, rpc-gen fixes
|
10 years ago |