Ethan Buchman
936d1a0e68
some notes about the p2p layer
2018-04-28 11:35:09 -04:00
Ethan Buchman
0cbbb61962
minor cleanup
2018-04-28 01:02:39 -04:00
Ethan Buchman
fa66694f2e
Merge branch 'develop' into fix-persistent-first
2018-04-28 00:34:03 -04:00
Ethan Buchman
d92def4b60
version bump
2018-04-28 00:06:05 -04:00
Ethan Buchman
26f633ed48
Merge pull request #1514 from tendermint/release/v0.19.1
...
Release/v0.19.1
v0.19.1
2018-04-27 23:36:15 -04:00
Ethan Buchman
79bfbebfff
rpc: docs/comments
2018-04-27 23:19:40 -04:00
Ethan Buchman
f33da8817a
rpc: lower_case peer_round_states, use a list, add the node_address
2018-04-27 23:00:09 -04:00
Ethan Buchman
ffe81a0206
changelog and version
2018-04-27 12:35:21 -04:00
Ethan Buchman
0e00154fcc
Merge branch 'master' into develop
2018-04-27 12:23:12 -04:00
Ethan Buchman
1ab89e6cbf
update changelog
2018-04-27 12:23:00 -04:00
Ethan Buchman
14cff484f1
Merge pull request #1440 from tendermint/1428-remove-wal-light
...
[config] remove wal_light setting
2018-04-27 12:06:51 -04:00
Ethan Buchman
25cee8827a
Merge branch 'develop' into 1428-remove-wal-light
2018-04-27 12:06:08 -04:00
Jae Kwon
65ebbccb74
Add GoAmino DeepCopy() benchmark for RoundState
2018-04-27 11:55:45 -04:00
Ethan Buchman
1188dfe7ee
Merge pull request #1511 from tendermint/bucky/rpc-fixes
...
Various RPC fixes
2018-04-27 11:45:46 -04:00
Ethan Buchman
c45ba2967a
fixes from review
2018-04-27 10:29:05 -04:00
Ethan Buchman
f67c5a9e7b
forgot wire.go file
2018-04-27 10:00:34 -04:00
Ethan Buchman
593a785ae2
set NodeInfo on switch before starting RPC server
...
should fix #1199
2018-04-26 23:49:48 -04:00
Ethan Buchman
94e823cc91
p2p: NodeInfo.Channels is HexBytes
2018-04-26 23:43:51 -04:00
Ethan Buchman
47e4d64973
add validator address to /status
2018-04-26 23:43:51 -04:00
Ethan Buchman
a2d77cbe4e
add MarshalJSON methods to fix dump_consensus_state
2018-04-26 23:43:48 -04:00
Ethan Buchman
390b592dec
Merge pull request #1510 from tendermint/bucky/docs-and-fixes
...
JSON Indent and some docs
2018-04-26 23:03:47 -04:00
Ethan Buchman
9ab1fafdf1
some amino json for #1504
2018-04-26 22:06:15 -04:00
Ethan Buchman
94c016a04e
use MarshalJSONIndent for init files. closes #1506
2018-04-26 21:32:18 -04:00
Ethan Buchman
97f3ada9c2
update godep
2018-04-26 21:31:48 -04:00
Ethan Buchman
d7d4471072
Merge pull request #1507 from tendermint/bucky/docs-pre-amino
...
document pre-amino pubkeys/addresses
2018-04-26 20:40:53 -04:00
Ethan Buchman
d48a6f930d
document pre-amino pubkeys/addresses
2018-04-26 20:46:08 -04:00
Ethan Buchman
389a6ffa16
Merge pull request #1500 from tendermint/bucky/spec-updates
...
Bucky/spec updates
2018-04-26 11:44:27 -04:00
Ethan Buchman
f1ead2df70
typo
2018-04-26 11:50:45 -04:00
Ethan Buchman
e5951acfb4
SHA256 -> RIPEMD160
2018-04-26 11:47:13 -04:00
Ethan Buchman
0e1414ef9d
spec: add Address spec. notes about Query
2018-04-26 11:46:20 -04:00
Ethan Buchman
97be1eef87
add abci notes
2018-04-26 11:08:34 -04:00
Anton Kaliaev
0d9004a854
[cmd] Turn off strict routability when using testnet cmd ( #1493 )
...
* [cmd] Turn off strict routability when using testnet cmd
Refs https://github.com/tendermint/tendermint/pull/1454
* use "testnet" instead of "it"
2018-04-26 16:52:11 +02:00
Ethan Buchman
91c81ef9a1
spec: note on byte arrays, clean up bitarrays and more, add merkle proof, add crypto.go script
2018-04-26 10:42:58 -04:00
Ethan Buchman
e2f0778c14
spec: update encoding.md
2018-04-26 09:36:41 -04:00
Ethan Buchman
da088e3ecd
Merge pull request #229 from tendermint/update-spec
...
specify DeliverTx/CheckTx Tags format
2018-04-25 23:39:29 -04:00
Anton Kaliaev
a6fe2a9854
specify DeliverTx/CheckTx Tags format
2018-04-25 22:52:11 +02:00
Anton Kaliaev
63f8c58009
Merge pull request #1471 from tendermint/greg/devopstools
...
Greg/devopstools
2018-04-25 10:37:28 +02:00
Greg Szabo
9ba208c1f5
wrapper.sh logfile check fix
2018-04-24 16:40:51 -04:00
Greg Szabo
6ce6b20993
Renamed remotenet to sentrynet to match the purpose better.
2018-04-24 14:22:19 -04:00
Anton Kaliaev
5361073439
Merge pull request #1483 from tendermint/jae/lower_case_round_state
...
Jae/lower case round state
2018-04-24 09:57:42 +02:00
suyuhuang
6c04465d3d
Fix Prove
int abci.ABCIQuery ( #1485 )
...
* fix Prove in abci query
* fix Prove in abci query
* fix doc
* fix doc
2018-04-24 09:56:25 +02:00
Greg Szabo
089ce6744c
Added ansible playbook to remote networks to ship logs to logz.io
2018-04-23 22:38:49 -04:00
Max Levy
17a5c6fa1a
typo fix
2018-04-23 21:03:34 +02:00
Rigel
18c3f8f3f1
writeDefaultCondigFile -> writeDefaultConfigFile ( #1490 )
2018-04-23 21:01:40 +02:00
Jae Kwon
cc5f287c47
Add developer branch 0.8.3 to CHANGELOG
2018-04-23 02:36:49 -07:00
Jae Kwon
9b2a8f07a3
[common] Add ASCIITrim
2018-04-23 01:32:18 -07:00
Anton Kaliaev
d94e312673
add MarshalJSON and UnmarshalJSON to BitArray ( #200 )
...
See CHANGELOG
2018-04-23 00:16:05 -07:00
Jae Kwon
8fa4211bbd
Fixes TestParallelAbort nondeterministic failure #201 ( #202 )
2018-04-23 00:07:03 -07:00
Jae Kwon
b42d5a2211
blockID -> block_id for JSON
2018-04-21 20:24:50 -07:00
Jae Kwon
e328006bfe
Jae/fixprefixdb ( #199 )
...
* Fix PrefixDB Iterator
* PrefixDB Iterator/ReverseIterator fixes
* Bump version 0.8.2
* Update CHANGELOG.md about DebugDB
* Keep invalid source to be closed
* Use prefixBatch instead of memBatch
2018-04-21 04:25:45 -07:00