Commit Graph

7133 Commits

Author SHA1 Message Date
3b5c86dd7c Remove debug datapoint that isn't being plotted (#6873) (#6875)
automerge
2019-11-11 14:58:21 -08:00
5f62ad77bd Tune repair to be less aggressive (#6868) (#6871)
automerge
2019-11-11 13:52:43 -08:00
0f918d0b54 Include channel and commit info in the version of pre-release builds (bp #6819) (#6861)
automerge
2019-11-10 22:50:18 -08:00
3616b683f6 Update version to 0.20.5 2019-11-10 09:49:54 -07:00
0e3dc27c8d Move move tests into its own job (#6847) (#6848)
automerge
v0.20.4
2019-11-08 20:16:51 -08:00
d0d8ac7eba Fix freeze and register_tick race (#6799) (#6846)
automerge
2019-11-08 18:24:59 -08:00
b414d151b8 Replay should respect order of register_ticks with respect to blockhashes (bp #6805) (#6824)
* Replay should respect order of register_ticks with respect to blockhashes (#6805)

(cherry picked from commit 66a0f54097)

* Remove merge conflict
2019-11-08 18:35:50 -07:00
5766359cde [V0.20] Cherry pick from master branch (#6842)
automerge
2019-11-08 16:19:48 -08:00
b8ec5de36d run.sh logs validators to stderr (#6817) (#6826)
automerge
2019-11-08 13:13:34 -08:00
28ba9e2fa8 Add new fork log message for when the node is leader for consistency (#6808) (#6825)
(cherry picked from commit b800642fa4)
2019-11-08 13:59:10 -07:00
80d780d666 Upgrade Repair be more intelligent and agressive (bp #6789) (#6793)
automerge
2019-11-07 21:36:53 -08:00
e599a90333 Increase FEC ratio to 32:32 (#6800) (#6804)
automerge
2019-11-07 17:20:22 -08:00
efb8b6bf2f Avoid : in default log filename (#6796) (#6798)
automerge
2019-11-07 15:17:47 -08:00
ea3eddfec4 Cargo.lock 2019-11-07 09:12:00 -07:00
3a6857c749 Fix units on dead slots graph 2019-11-07 08:26:41 -07:00
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