Jae Kwon
|
ad17090a0f
|
No global config
|
9 years ago |
Ethan Buchman
|
0df4a723e9
|
support in process tmsp apps
|
9 years ago |
Jae Kwon
|
03115cbf93
|
Fix tests; Tests run in their own directory
|
9 years ago |
Ethan Buchman
|
254baa19f3
|
fixes for go-rpc unix socket updates
|
9 years ago |
Jae Kwon
|
4b40a58c0e
|
Fix rpc/test import; Remove ~/.tendermint_test on each test
|
9 years ago |
Ethan Buchman
|
8e776a252b
|
rpc: test cleanup
|
9 years ago |
Ethan Buchman
|
3fdb4c03ab
|
rpc: TMResult and TMEventData
|
9 years ago |
Ethan Buchman
|
799efb0629
|
merge/rebase fixes
|
9 years ago |
Ethan Buchman
|
ee449a94c8
|
move ResultEvent to go-events
|
9 years ago |
Ethan Buchman
|
fb59255095
|
use TendermintResult for rpctypes.Result
|
9 years ago |
Ethan Buchman
|
0be13d1d27
|
move alert, events, rpc into own repos
|
9 years ago |
Ethan Buchman
|
96547d0ca8
|
ws fixes; rpc tests
|
9 years ago |
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
9 years ago |
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
9 years ago |
Jae Kwon
|
56b195a899
|
tendermint send_tx
|
9 years ago |
Jae Kwon
|
1b9fd811a1
|
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
|
9 years ago |
Jae Kwon
|
a84d4320df
|
websockets accept rpc requests
|
9 years ago |
Ethan Buchman
|
290b74d8f1
|
add fromAddress argument to Call and CallCode rpc methods
|
9 years ago |
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
9 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
9 years ago |
Jae Kwon
|
9e1794eaea
|
Fixed tests
|
9 years ago |
Ethan Buchman
|
ec282d3e3d
|
rpc: remove unecessary response wrappers
|
10 years ago |
Ethan Buchman
|
293aa31f64
|
rpc-gen update
|
10 years ago |
Ethan Buchman
|
6eb8386c7c
|
fixes for chain id in nametx sign functions
|
10 years ago |
Ethan Buchman
|
19bd3bb2e2
|
int/nonce fixes
|
10 years ago |
Ethan Buchman
|
02aedaaefb
|
more cleanup rpc tests, testing namereg
|
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
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Ethan Buchman
|
c28614fca1
|
cleanup rpc tests, use tx_utils
|
10 years ago |
Jae Kwon
|
161aa8c5e9
|
refactor rpc/test/*
|
10 years ago |
Jae Kwon
|
b8c735bd59
|
import tendermint/test to init ~/.tendermint_test/*
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
10 years ago |
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
10 years ago |
Ethan Buchman
|
65f669160f
|
more fixes from review
|
10 years ago |
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
10 years ago |
Ethan Buchman
|
9b76cfe26a
|
rpc: cleanup tests and test contract calls
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
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 |
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 |
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
|
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
|
bfb61fb539
|
Fixed RPC tests. Changed some names.
|
10 years ago |