c85c4699aa
validator: add --private-rpc flag (bp #8037 ) ( #8054 )
...
automerge
2020-01-30 20:44:53 -08:00
81add4d6bf
Make tds slots-per-epoch configurable
2020-01-30 21:38:39 -07:00
8e31eeb696
Dial testnet down to a single node
2020-01-30 21:17:38 -07:00
e1ce8b37ff
Minor --expected-shred fix, clean up shred-related gossip log messages ( #8041 ) ( #8045 )
...
automerge
2020-01-30 14:41:21 -08:00
3f831c05f5
Add different shred test to test_tvu_peers_and_stakes
...
(cherry picked from commit 0c55b37976
)
2020-01-30 11:28:45 -07:00
f0d7ce6bb6
CLI: Disallow blockhash/fee-calc lookups when offline ( #7981 )
...
* CLI: Add BlockhashSpec to tighten control over --blockhash
* Use BlockhashSpec
* Add a matches-free constructor
* More descriptive naming
(cherry picked from commit 966d077431
)
2020-01-30 09:39:04 -07:00
6ba95b2545
Ignore slow archiver tests ( #8032 )
...
automerge
(cherry picked from commit 400412d76c
)
2020-01-30 09:38:49 -07:00
6818e68542
Add shred version filters to Crds Accessors ( #8027 )
...
* Add shred version filters to Crds Accessors
* Adopt entrypoint shred_version if one isn't provided
(cherry picked from commit 64c42e28dc
)
2020-01-30 08:58:36 -07:00
43659d7deb
Remove support for stake redelegation ( #7995 ) ( #8024 )
...
automerge
2020-01-29 23:46:42 -08:00
f24d8e7d2d
Add set_lockup to stake ( #7997 )
...
(cherry picked from commit 0d6c233747
)
2020-01-29 23:22:04 -07:00
e10fe5e125
Update and fix transaction error documentation ( #7998 )
...
(cherry picked from commit fed3817ed3
)
2020-01-29 23:20:32 -07:00
0f8c9ab1c4
Various fixes/improvements resulting from SLP 1.1 restart debug (bp #8019 ) ( #8026 )
...
automerge
2020-01-29 20:11:23 -08:00
8a9a9cb991
Log solana-validator args on startup to aid debugging
...
(cherry picked from commit effe6e3ff3
)
2020-01-29 09:40:33 -07:00
44208ffa67
refactored
2020-01-28 20:29:56 -07:00
5df0478fa3
refactored the thread loop
...
a thread will break if the atomic bool is true
2020-01-28 20:29:56 -07:00
d52567933e
refactored grind_parse_args and grind_print_info
2020-01-28 20:29:56 -07:00
a32cdb9f4d
updated to slice
2020-01-28 20:29:56 -07:00
eacd8d986c
put some logic into functions
2020-01-28 20:29:56 -07:00
1d32603b49
taking care of errors from ./test-check.sh
2020-01-28 20:29:56 -07:00
8c6f7ee5a4
ran cargo fmt
2020-01-28 20:29:56 -07:00
be482eed3f
removed whitespace
2020-01-28 20:29:56 -07:00
6e1c53cb0f
simplified messaging and if blocks
2020-01-28 20:29:56 -07:00
af92f205cf
simplified messaging
2020-01-28 20:29:56 -07:00
87047b08c8
removed found and changed count to AtomicU64
2020-01-28 20:29:56 -07:00
e282161872
updated bs58 decode check
2020-01-28 20:29:56 -07:00
01b1e287ed
fixed prefix typo
2020-01-28 20:29:56 -07:00
d7fd1fa467
added informative print statements
2020-01-28 20:29:56 -07:00
bfa34cd494
it works
...
need to add print out to inform user
2020-01-28 20:29:56 -07:00
915835e224
this command works but wont exit right when the 6th key is found
...
cargo run grind --starts-with hj:2 --ends-with jk:2 --starts-and-ends-with nⓂ️ 2
2020-01-28 20:29:56 -07:00
659332e7ac
progress on storing parameters
2020-01-28 20:29:56 -07:00
272986c6ac
validator methods work
2020-01-28 20:29:56 -07:00
4d8ab45c56
removed includes
...
added ends-with and starts-and-ends-with
updated help messages
added expected number of values
updated .value_name for each option
2020-01-28 20:29:56 -07:00
932ae86d47
CLI: Fix tests. sign_only requires a blockhash ( #8005 ) ( #8007 )
...
automerge
2020-01-28 19:07:47 -08:00
756e6334b0
Add lock to make sure slot-based locktree calls are safe ( #7993 ) ( #7999 )
...
automerge
2020-01-28 14:57:37 -08:00
4e6eca9748
Update cargo files to 0.23.1 ( #7994 )
...
automerge
2020-01-27 20:44:44 -08:00
d9e37eb30c
Fix compute_shred_version() ( #7989 )
...
automerge
(cherry picked from commit fd7d5cbe0d
)
v0.23.0
2020-01-27 19:06:20 -07:00
04d1b35926
Consensus fix, don't consider threshold check if.. ( #7948 ) ( #7991 )
...
automerge
2020-01-27 17:52:48 -08:00
d13d609050
Reduce epoch duration from 2 weeks to 2 days ( #7987 )
...
automerge
2020-01-27 10:24:20 -08:00
20426cf251
Specify where VM images are coming from across GCE projects ( #7985 ) ( #7986 )
...
automerge
2020-01-27 09:02:05 -08:00
4a220d7c8e
Remove show- prefix
2020-01-26 21:01:18 -07:00
436eab41ca
Remove stray key
2020-01-26 14:35:50 -07:00
c8472d0a96
CLI: --sign-only and --signer require --blockhash ( #7982 ) ( #7983 )
...
automerge
2020-01-26 10:19:04 -08:00
1a7db9c17e
CLI: Consolidate offline arg declarations ( #7979 ) ( #7980 )
...
automerge
2020-01-26 01:24:01 -08:00
b468d9f17c
CLI: Deterministic dummy keypair generation for SigningAuthority::Offline ( #7971 ) ( #7978 )
...
automerge
2020-01-26 00:13:06 -08:00
41cf1d7d23
s/dervied/derived/
2020-01-25 23:22:55 -07:00
e2570c98ee
CLI: Add authority to show-nonce-account output ( #7969 )
2020-01-25 07:21:23 -07:00
b5125479ec
Bump perf libs to v0.18.0 for CUDA 10.2 support
2020-01-24 21:39:49 -07:00
989355e885
Add ability to hard fork at any slot ( #7801 )
...
automerge
2020-01-24 17:27:04 -08:00
a2f2c46f87
Ensure shred version is never 0
2020-01-24 17:41:20 -07:00
605623baf5
Report last tower distance and add partition testcase ( #7929 )
...
automerge
2020-01-24 16:37:19 -08:00