Ethan Buchman
b4d6bf7697
add back new-spec/README to tell people it moved
7 years ago
Ethan Buchman
1854ce41fc
Merge pull request #1586 from tendermint/bucky/add-part-fix
Bucky/add part fix
7 years ago
Ethan Buchman
547e8223b9
fix
7 years ago
Ethan Buchman
8e46df14e7
improve consensus logger
7 years ago
Christopher Goes
435eb273a4
Update changelog
7 years ago
Christopher Goes
4c73ceee08
Add time field to abci.Evidence
7 years ago
Anton Kaliaev
8d60a5a7bd
update changelog
7 years ago
Anton Kaliaev
5115618550
add limit param to /unconfirmed_txs
7 years ago
Anton Kaliaev
a6b74b82d1
limit /tx_search output
Refs #909
7 years ago
Ethan Buchman
e5220360c5
AddPart always verifies
7 years ago
Zach
b5c4098c53
update docs/examples & terraform/ansible ( #1534 )
* update docs/examples
* ansible: add node IDs from docs/examples
* better monikers
* ansible: clearer paths
* upgrade version
* examples: updates
* docs: consolidate terraform & ansible
* remove deprecated info, small reorgs
* docs build fix
* docs: t&a critical commit
* s/dummy/kvstore/g
* terraform/DO region unavailable, persistent error can't be bothered to debug rn
* terraform: need vars
* networks: t&a standalone integration script for DO
* t&a more updates
* examples: add script that shows what the testnet command does
* use AMS3, since AMS2 is not available
7 years ago
Anton Kaliaev
bc8768cfea
Merge pull request #1550 from tendermint/perf-improvements
Performance improvements
7 years ago
Anton Kaliaev
d832bde280
update Vagrantfile
7 years ago
Anton Kaliaev
5e3a23df6d
simplify indexer service main loop
7 years ago
Anton Kaliaev
6f7333fd5f
fix tests
7 years ago
Anton Kaliaev
58e3246ffc
batch index txs
7 years ago
Anton Kaliaev
bbe1355957
log only hash, not tx itself
7 years ago
Anton Kaliaev
7c14fa820d
do not log txs at info level
BEFORE:
```
./tm-bench -c 5 -r 1000 127.0.0.1:46657
Stats Avg StdDev Max
Txs/sec 1826 843 2744
Blocks/sec 1.100 0.300 2
```
AFTER:
```
./tm-bench -T 30 -c 5 -r 1000 127.0.0.1:46657
Stats Avg StdDev Max
Txs/sec 6120 1970 9776
Blocks/sec 1.000 0.000 1
```
7 years ago
Anton Kaliaev
0d93424c6a
disable indexer by default
7 years ago
Anton Kaliaev
efc01cf582
stop localnet before starting
in order to avoid having to stop it manually
7 years ago
Zach
754be1887c
spec: move to final location ( #1576 )
7 years ago
Zach
775b015173
docs: add diagram, closes #1565 ( #1577 )
7 years ago
Alexander Simmerl
b698a9febc
Remove double locking in HasIP
7 years ago
Alexander Simmerl
c5f45275ec
Use remotePeer for test switch
7 years ago
Alexander Simmerl
77f09f5b5e
Move to ne.IP
7 years ago
Ethan Buchman
1fe41be929
p2p: prevent connections from same ip
7 years ago
Ethan Buchman
906331a8d1
Merge pull request #100 from Liamsi/nano_wallet
Remove outdated non-building code in _nano
7 years ago
Zach
b161f0e8c9
Merge pull request #241 from tendermint/max/fix/l_addr
A redundant "listen address" flag removed
7 years ago
Max
64c796f1d2
A redundant "listen address" flag removed
7 years ago
Ethan Buchman
4780afcc58
Merge pull request #240 from tendermint/zach/fix-circle
circle: fix config.yml
7 years ago
Zach Ramsay
a13a2529bf
circle: fix config.yml
7 years ago
Zach
31c0c9555e
Merge pull request #209 from tendermint/tm-847
events and pubsub were moved to tendermint core
7 years ago
Anton Kaliaev
399c7ea8ed
[tm-monitor] update readme
Refs #92
7 years ago
Anton Kaliaev
4a77eda368
events and pubsub were moved to tendermint core
Refs https://github.com/tendermint/tendermint/issues/847
7 years ago
Ethan Buchman
68a0b3f95b
version bump. add roadmap back. minor fixes
7 years ago
Ethan Buchman
b1f3c11948
Merge branch 'master' into develop
7 years ago
Jae Kwon
e1a3f16fa4
Comment tweaks
7 years ago
Ethan Buchman
aab98828fe
Merge pull request #1570 from tendermint/release/v0.19.3
Release/v0.19.3
7 years ago
Liamsi
3fe985e289
fix makefile
7 years ago
Liamsi
9136140719
get rid of go-bindata dependency in Makefile; hardcode its output instead
7 years ago
Liamsi
aa2b6b546f
Remove outdated non-building code in _nano
7 years ago
Ethan Buchman
ec8079089f
Merge pull request #237 from tendermint/bucky/begin-end-block-tags
add tags to begin/end block
7 years ago
Ethan Buchman
9b20287463
add tags to begin/end block
7 years ago
Ethan Buchman
4b080454bb
Merge pull request #236 from tendermint/bucky/absent-vals
absent_validators: repeated int -> repeated bytes
7 years ago
Ethan Buchman
f7d775337b
absent_validators: repeated int -> repeated bytes
7 years ago
Ethan Buchman
6f316db5de
Merge pull request #213 from tendermint/validators-type-assert-to-sortInterface
types: compile time assert to, and document sort.Interface
7 years ago
Ethan Buchman
453e8efe8a
Merge pull request #234 from tendermint/adrian/genesis_bytes
Change AppStateBytes to GenesisBytes
7 years ago
Ethan Buchman
063a7d83c1
Merge branch 'develop' into adrian/genesis_bytes
7 years ago
Ethan Buchman
49849de414
Merge pull request #233 from tendermint/adrian/requestinitchain
Allow ResponseInitChain to return the initial validator set
7 years ago
Ethan Buchman
43e72bbcc0
version bump
7 years ago