Ethan Buchman
|
35006ee49f
|
unbond, rebond utils
|
2015-06-18 18:49:27 -04:00 |
|
Ethan Buchman
|
33566375af
|
don't trust peer's node info
|
2015-06-17 17:55:16 -04:00 |
|
ebuchman
|
ad70ce4067
|
Merge pull request #90 from tendermint/endpoints
rpc endpoint / lists available endpoints
|
2015-06-16 22:19:10 -04:00 |
|
Ethan Buchman
|
03d1950674
|
rpc endpoint / lists available endpoints
|
2015-06-16 22:18:45 -04:00 |
|
ebuchman
|
5e0860d3ec
|
Merge pull request #89 from tendermint/godep
godep and better docker
|
2015-06-16 22:14:10 -04:00 |
|
Ethan Buchman
|
5d7df99591
|
docker
|
2015-06-13 05:37:05 +00:00 |
|
Ethan Buchman
|
57ff919d50
|
godep
|
2015-06-09 23:17:19 -04:00 |
|
Ethan Buchman
|
46bd0e5d51
|
allow . in names
|
2015-06-04 20:24:28 -04:00 |
|
Ethan Buchman
|
bf1c9a869c
|
use gendoc struct for genesis rpc response
|
2015-06-03 19:26:31 -04:00 |
|
ebuchman
|
7a57f1069c
|
Merge pull request #87 from compleatang/gmpindocker
add gmp so that docker images build correctly
|
2015-06-03 14:40:05 -04:00 |
|
Casey Kuhlman
|
a0d781bdd8
|
add gmp so that docker images build correctly
|
2015-06-03 20:32:22 +02:00 |
|
Jae Kwon
|
6062b06aa9
|
fixed NameTx.WriteSignBytes() bug.
|
2015-06-01 17:49:24 -07:00 |
|
Jae Kwon
|
713b1f0074
|
Merge pull request #83 from tendermint/namereg_rebase
Namereg rebase
|
2015-06-01 15:05:17 -07:00 |
|
Jae Kwon
|
c8103f6415
|
sign-bytes field ordering & escaping of strings
|
2015-06-01 14:59:10 -07:00 |
|
Ethan Buchman
|
ec282d3e3d
|
rpc: remove unecessary response wrappers
|
2015-06-01 13:51:03 -04:00 |
|
Ethan Buchman
|
293aa31f64
|
rpc-gen update
|
2015-05-30 20:59:05 -04:00 |
|
Jae Kwon
|
175c0301f4
|
Merge pull request #82 from tendermint/chainid_rebase
Chainid
|
2015-05-30 17:38:39 -07:00 |
|
Jae Kwon
|
bbcb6a09c4
|
close file when the process closes.
|
2015-05-30 17:31:20 -07:00 |
|
Ethan Buchman
|
41502e05c1
|
chain_id written as string not hex in WriteSignBytes
|
2015-05-30 20:20:04 -04:00 |
|
Jae Kwon
|
4ae29e0ae5
|
Merge pull request #80 from tendermint/blockchain
Blockchain
|
2015-05-30 09:14:31 -07:00 |
|
Jae Kwon
|
d363bcfa16
|
fixed off by one bug
|
2015-05-30 09:13:55 -07:00 |
|
Ethan Buchman
|
231a7330e2
|
list names rpc
|
2015-05-30 11:13:09 -04:00 |
|
Ethan Buchman
|
6eb8386c7c
|
fixes for chain id in nametx sign functions
|
2015-05-30 01:54:25 -04:00 |
|
Ethan Buchman
|
19bd3bb2e2
|
int/nonce fixes
|
2015-05-30 01:21:42 -04:00 |
|
Ethan Buchman
|
37a8a6cd65
|
remove name fix
|
2015-05-30 01:20:42 -04:00 |
|
Ethan Buchman
|
77ff09e173
|
namereg cleanup, tests
|
2015-05-30 01:20:42 -04:00 |
|
Ethan Buchman
|
02aedaaefb
|
more cleanup rpc tests, testing namereg
|
2015-05-30 01:19:03 -04:00 |
|
Ethan Buchman
|
cff6bcfb31
|
copy entry on get, use strings for name/data, uint64 for expires
|
2015-05-30 01:19:03 -04:00 |
|
Ethan Buchman
|
baaa69d7f8
|
namereg rpc and tests
|
2015-05-30 01:19:02 -04:00 |
|
Ethan Buchman
|
8631d5085e
|
name reg
|
2015-05-30 01:19:02 -04:00 |
|
Ethan Buchman
|
1f6d64b91c
|
rpc: genesis route
|
2015-05-29 19:38:14 -04:00 |
|
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
bb67fe0356
|
dont run consensus state unless fast sync is off
|
2015-05-28 03:45:46 -07:00 |
|
Jae Kwon
|
057c8ef400
|
waiting back to pending
|
2015-05-28 03:30:26 -07:00 |
|
Jae Kwon
|
5ed36ef192
|
var rename and performance optimization
|
2015-05-28 02:18:53 -07:00 |
|
Jae Kwon
|
b281674058
|
variable renames
|
2015-05-28 01:59:23 -07:00 |
|
Jae Kwon
|
8a5c320472
|
Bumped version number
|
2015-05-24 14:24:53 -07:00 |
|
Jae Kwon
|
fdf0e720bc
|
Merkle proofs!
|
2015-05-24 14:19:46 -07:00 |
|
Jae Kwon
|
b5df5f6642
|
Merge branch 'varint' into develop
|
2015-05-23 14:48:00 -07:00 |
|
Jae Kwon
|
939702f587
|
Support uint64 , but still support int/uint varints.
|
2015-05-23 14:45:36 -07:00 |
|
Jae Kwon
|
ca8fa5678f
|
Merge pull request #75 from tendermint/refactor_rpctests
cleanup rpc tests, use tx_utils
|
2015-05-22 16:50:39 -07:00 |
|
Ethan Buchman
|
5261da94c4
|
fix rpctypes vs tminttypes
|
2015-05-22 19:16:08 -04:00 |
|
Ethan Buchman
|
c28614fca1
|
cleanup rpc tests, use tx_utils
|
2015-05-22 18:22:57 -04:00 |
|
Jae Kwon
|
8c3deb402f
|
CloseListener() actually closes the listener
|
2015-05-22 00:23:21 -07:00 |
|
Jae Kwon
|
5029d53474
|
add open/close to debora, barak bug fix
|
2015-05-22 00:23:20 -07:00 |
|
Jae Kwon
|
c297f41a9f
|
Refactoring barak
|
2015-05-22 00:23:20 -07:00 |
|
Jae Kwon
|
98289b529e
|
go install is redundant with go get -u
|
2015-05-22 00:23:20 -07:00 |
|
Jae Kwon
|
7ba7c59f83
|
Merge pull request #71 from tendermint/tx_helpers
tx utils
|
2015-05-21 10:03:55 -07:00 |
|
Ethan Buchman
|
e9695baebb
|
tx utils
|
2015-05-20 21:26:33 -04:00 |
|