Anton Kaliaev
5115618550
add limit param to /unconfirmed_txs
2018-05-17 21:25:04 +04:00
Anton Kaliaev
a6b74b82d1
limit /tx_search output
...
Refs #909
2018-05-17 21:25:03 +04:00
Ethan Buchman
e5220360c5
AddPart always verifies
2018-05-17 13:17:50 -04:00
Zach and Anton Kaliaev
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
2018-05-17 18:05:59 +04:00
Anton Kaliaev and GitHub
bc8768cfea
Merge pull request #1550 from tendermint/perf-improvements
...
Performance improvements
2018-05-17 10:50:28 +04:00
Anton Kaliaev
d832bde280
update Vagrantfile
2018-05-17 10:43:38 +04:00
Anton Kaliaev
5e3a23df6d
simplify indexer service main loop
2018-05-17 10:00:59 +04:00
Anton Kaliaev
6f7333fd5f
fix tests
2018-05-17 10:00:59 +04:00
Anton Kaliaev
58e3246ffc
batch index txs
2018-05-17 10:00:59 +04:00
Anton Kaliaev
bbe1355957
log only hash, not tx itself
2018-05-17 10:00:59 +04:00
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
```
2018-05-17 10:00:59 +04:00
Anton Kaliaev
0d93424c6a
disable indexer by default
2018-05-17 10:00:59 +04:00
Anton Kaliaev
efc01cf582
stop localnet before starting
...
in order to avoid having to stop it manually
2018-05-17 10:00:58 +04:00
Zach and Anton Kaliaev
754be1887c
spec: move to final location ( #1576 )
2018-05-17 09:58:15 +04:00
Zach and Anton Kaliaev
775b015173
docs: add diagram, closes #1565 ( #1577 )
2018-05-17 09:57:28 +04:00
Alexander Simmerl
b698a9febc
Remove double locking in HasIP
2018-05-16 19:21:12 +02:00
Alexander Simmerl
c5f45275ec
Use remotePeer for test switch
2018-05-16 19:21:12 +02:00
Alexander Simmerl
77f09f5b5e
Move to ne.IP
2018-05-16 19:21:12 +02:00
Ethan Buchman and Alexander Simmerl
1fe41be929
p2p: prevent connections from same ip
2018-05-16 19:21:12 +02:00
Ethan Buchman and GitHub
906331a8d1
Merge pull request #100 from Liamsi/nano_wallet
...
Remove outdated non-building code in _nano
2018-05-16 11:20:57 -04:00
Ethan Buchman
68a0b3f95b
version bump. add roadmap back. minor fixes
2018-05-15 22:42:29 -04:00
Ethan Buchman
b1f3c11948
Merge branch 'master' into develop
2018-05-15 22:41:03 -04:00
Jae Kwon
e1a3f16fa4
Comment tweaks
2018-05-15 08:48:59 -07:00
Ethan Buchman and GitHub
aab98828fe
Merge pull request #1570 from tendermint/release/v0.19.3
...
Release/v0.19.3
v0.19.3
2018-05-15 08:44:16 -04:00
Liamsi
3fe985e289
fix makefile
2018-05-15 12:23:33 +01:00
Liamsi
9136140719
get rid of go-bindata dependency in Makefile; hardcode its output instead
2018-05-15 12:07:05 +01:00
Liamsi
aa2b6b546f
Remove outdated non-building code in _nano
2018-05-15 11:39:48 +01:00
Ethan Buchman
03f6a29a64
changelog and version
v0.19.3-rc0
2018-05-14 17:00:57 -04:00
Ethan Buchman and GitHub
4851653d8e
Merge pull request #1569 from tendermint/bucky/update-valid-block-rule
...
Fix validBlock rule
2018-05-14 16:48:20 -04:00
Ethan Buchman
162811476a
update some comments
2018-05-14 16:32:19 -04:00
Zarko Milosevic and Ethan Buchman
b5ac9ede8a
Add rules in gossipVotesForHeight to clarify priorities on messages to send
2018-05-14 16:18:50 -04:00
Jae Kwon and Ethan Buchman
ff5dfc0c15
Add more comments for Valid*
2018-05-14 16:18:50 -04:00
Jae Kwon and Ethan Buchman
d3a98675aa
Refactor addVote() to be clearer
2018-05-14 16:17:21 -04:00
Jae Kwon and Ethan Buchman
e3c4625e63
Suggested changes to consensus/reactor.go
2018-05-14 16:17:21 -04:00
Zarko Milosevic and Ethan Buchman
01ac378c96
Update condition based on Jae input
2018-05-14 16:17:21 -04:00
Zarko Milosevic and Ethan Buchman
83ca46396d
Update gossipVotes routine to align with validBlock mechanism
2018-05-14 16:17:21 -04:00
Zarko Milosevic and Ethan Buchman
2c125b6c78
Fix validValue rule
2018-05-14 16:17:21 -04:00
Ethan Buchman and GitHub
3dde0584ed
Merge pull request #1529 from tendermint/greg/persistent-script-fix
...
Persistence test bash fix for relative folder path
2018-05-14 15:44:27 -04:00
Greg Szabo and Ethan Buchman
4bca7c1009
Added tendermint/testing docker image description
2018-05-14 12:24:54 -04:00
Greg Szabo and Ethan Buchman
4be3ffbe9b
Persistence test bash fix for relative folder path
2018-05-14 12:24:54 -04:00
Ethan Buchman and GitHub
5b9a1423ae
Merge pull request #1564 from tendermint/bucky/dump-consensus
...
Improve consensus state RPC
2018-05-14 12:21:54 -04:00
Ethan Buchman
16932f889f
changelog
2018-05-14 10:45:18 -04:00
Ethan Buchman
e9804d76cf
fixes from review
2018-05-14 10:33:31 -04:00
Christopher Goes
e6d0ade0e1
Update to latest upstream, debugging information
2018-05-14 16:24:08 +02:00
Christopher Goes
337ad8e594
Update to new Ledger API in progress
2018-05-14 15:26:14 +02:00
Christopher Goes
49e03fb481
Update dependency versions
2018-05-14 15:26:14 +02:00
Christopher Goes
86b09b0cd7
Bugfix
2018-05-14 15:26:14 +02:00
Christopher Goes
391936b734
Prevent unnecessary signatures, improve error messages
2018-05-14 15:26:14 +02:00
Christopher Goes
e25a64fdf1
Fix testcases, all looks OK
2018-05-14 15:26:14 +02:00
Christopher Goes
065c3943b1
Fix no-Ledger testcase
2018-05-14 15:26:14 +02:00