Commit Graph

7118 Commits

Author SHA1 Message Date
0efb12bb6b Update version to 0.20.4 2019-11-06 23:18:35 -07:00
f87bbb9b09 Add net/ support for reusable identity keypairs (#6783) (#6784)
(cherry picked from commit 87ba66b6d0)
v0.20.3
2019-11-06 21:20:27 -07:00
7e17ea8705 Fix windows build (#6774) (#6780)
(cherry picked from commit 2491719f36)
2019-11-06 16:08:49 -07:00
fbaed07884 Validators now log to a file by default (use -o -/--log - for stderr) (#6768) (#6771)
automerge
2019-11-06 14:08:22 -08:00
b2cc259197 Make last shred for an interrupted slot signed + typed (bp #6760) (#6763)
automerge
2019-11-06 13:27:32 -08:00
17205c3e19 v0.20: validator/: Restructure main() to fully parse cli arguments first (#6766)
* Restructure main() to fully parse cli arguments first

* Suppress clippy
2019-11-06 11:55:08 -07:00
6b6d5ba4bb Enable JSON RPC request/response logging by default (#6758) (#6762)
automerge
2019-11-06 08:50:28 -08:00
60efe30911 Allow voting on empty banks (#6719) (#6761)
automerge
2019-11-06 01:50:25 -08:00
802695934e ledger-tool/: Include full validator voting history in fork-graph (#6756) (#6757)
automerge
2019-11-05 19:39:12 -08:00
92c893fe2c Store and persists full stack of tower votes in gossip (#6695) (#6752)
automerge
2019-11-05 18:34:43 -08:00
96b303e5d9 Add threshold to repairman for same slot (#6728) (#6745)
automerge
2019-11-05 13:49:59 -08:00
854b6fc1ce Include the affected slot in blocktree error metrics (#6734) (#6743)
automerge
2019-11-05 13:19:57 -08:00
a6646f3124 Adjust nofiles within Blocktree::open() for all ledger/ users (#6737) (#6740)
automerge
2019-11-05 12:09:17 -08:00
60ce18250d Add --graph-forks option (#6733) 2019-11-04 23:22:51 -07:00
1f4222092a ledger-tool can now load a ledger snapshot (#6730) 2019-11-04 22:54:56 -07:00
787096f503 Demote verify-batch-size log to debug 2019-11-04 22:54:36 -07:00
8f6ead2c0f Move get_bank_forks() into ledger/ so it's available for use by ledger-tool/ (#6721) 2019-11-04 19:10:24 -07:00
3fd09435af pay subcommand now accepts a keypair file for convenience (#6703) (#6706)
(cherry picked from commit a0127e63c6)
2019-11-04 14:34:21 -07:00
f4652561d4 Fail gracefully if AVX support is missing (#6705) (#6710)
automerge
2019-11-04 11:09:49 -08:00
d7a3610d45 Remove unneeded lib.rs 2019-11-04 10:14:23 -07:00
b2ccf016d6 Update Cargo.lock 2019-11-04 08:10:53 -07:00
c0f62de2dd Bump version to 0.20.3 2019-11-03 21:56:34 -07:00
d9a9d6547f Fix incorrectly signed CrdsValues (#6696) (#6699)
automerge
v0.20.2
2019-11-03 10:57:59 -08:00
c86bf60a40 Send repairman shreds to the repair socket (bp #6671) (#6673)
automerge
2019-11-01 17:20:48 -07:00
03ed4b868d Get Azure provider working again (#6659) (#6688)
automerge
2019-11-01 14:33:13 -07:00
de83bce0ce Rework get_slot_meta (#6642) (#6665)
automerge
2019-10-31 22:24:47 -07:00
8b494272bf Have cargo-install-all.sh also look in program target dirs for so's (#6631) (#6666)
automerge
2019-10-31 16:02:17 -07:00
ee5c890c5d Fix check in should_insert_data_shred (#6649) (#6650)
automerge
2019-10-31 00:12:59 -07:00
a4f5397ea4 log bench (#6643) (#6648)
automerge
2019-10-30 20:39:00 -07:00
66f3b4a3d6 Add ~/.cargo/bin to PATH (#6641) (#6646)
automerge
2019-10-30 20:15:34 -07:00
3a4cd94391 Fix PohRecorder Metrics (#6644) (#6645)
automerge
2019-10-30 19:41:35 -07:00
f4658f3be2 Install ag on nodes (#6634) (#6638)
automerge

(cherry picked from commit 7bb224f54a)
2019-10-30 19:41:18 -07:00
41c70b9f41 Rework get_index_meta (#6636) (#6639)
automerge
2019-10-30 17:41:59 -07:00
d1c92db7ab Ignore flaky move test (#6616) (#6637)
automerge
2019-10-30 17:09:14 -07:00
a8721a5e19 Add --no-multi-client (#6624) (#6633)
automerge
2019-10-30 15:29:54 -07:00
dec9d00a64 Remove stray println 2019-10-30 14:44:51 -07:00
09252ef084 Bump jsonrpc-http-server from 14.0.1 to 14.0.3 (#6597) (#6622)
Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 14.0.1 to 14.0.3.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v14.0.1...v14.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 10:29:03 -07:00
c9d568c910 Re-enable tests (#6615) (#6620)
automerge
2019-10-29 22:11:40 -07:00
b054f5f12d Remove move feature (#6605) (#6612)
automerge
2019-10-29 20:50:32 -07:00
23b4df0fef Update cargo versions to 0.20.2 (#6613) 2019-10-29 18:42:31 -06:00
ca35841cb1 Fix Weighted Best calculation (#6606) (#6610)
automerge

(cherry picked from commit ef3aa2731c)
v0.20.1
2019-10-29 17:16:02 -07:00
33d77357bf Expand CF's (#6528) (#6609)
automerge
2019-10-29 16:47:43 -07:00
22e84abe5a Fixup running-validator docs (bp #6607) (#6608)
* Fixup running-validator docs (#6607)

* Fixup validator docs

* Remove $

(cherry picked from commit 4156cea704)
2019-10-29 16:23:32 -07:00
9b532b16a9 Add Ramp TPS table 2019-10-29 16:19:29 -07:00
c5a98a5b57 Update libra to new fork (#6523) (#6601)
automerge
2019-10-29 14:04:02 -07:00
22d60d496b Remove unstable default-run directive (#6599) (#6600)
automerge
2019-10-29 11:09:44 -07:00
8243792430 Ensure nofiles is not capped at 1024 on a node reboot 2019-10-28 23:16:55 -07:00
1d1d85e0c5 0.20.0 -> 0.20.1 2019-10-28 22:27:48 -07:00
9b0e40d1dc Revert "nodns"
This reverts commit cd2c09c473.
2019-10-28 21:01:36 -07:00
a231fbe978 Ensure redis-server is started on a reboot 2019-10-28 20:59:06 -07:00