6dbb6c7fe2
Fix always passing in remote filename, even if no accounts file ( #4993 ) ( #4994 )
...
* Fix always passing in remote filename, even if no accounts file
* typo
(cherry picked from commit d111223085
)
2019-07-09 15:44:04 -07:00
2f58658f61
Add testnet-tds support to testnet manager ( #4762 ) ( #4987 )
...
automerge
2019-07-09 14:16:13 -07:00
0ec7ff5e2f
Add pubkey ( #4971 ) ( #4977 )
...
automerge
2019-07-09 01:28:48 -07:00
4d49820188
Handle replicator errors without panicking ( #4957 )
...
* Handle replicator errors without panicking
* Typo
* Handle error with match instead of if-let
* Discard error
2019-07-08 11:23:21 -07:00
6e51babff9
Reduce default commission from 100% to 50% ( #4929 )
2019-07-05 08:00:39 -07:00
872cf100d7
[Security] Bump smallvec from 0.6.9 to 0.6.10 ( #4921 )
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 0.6.9 to 0.6.10. **This update includes security fixes.**
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-03 18:12:11 -07:00
78cc4e644c
Cargo.lock
2019-07-03 18:10:31 -07:00
81c0152187
install: more little window fixes ( #4930 )
...
* Only add .exe extension if no extension was given
* Switch to ctrlc crate for freebie Windows ^C handling
2019-07-03 18:00:27 -07:00
4779625f23
change vote commission to u8 (from u32) ( #4887 ) ( #4918 )
...
automerge
2019-07-02 14:52:53 -07:00
3c0b03ba84
Update cargo.toml and cargo.lock files for 0.16.3 ( #4917 )
2019-07-02 14:33:04 -06:00
c53f163ef5
Add RPC api to return program accounts ( #4876 ) ( #4912 )
...
automerge
v0.16.2
2019-07-02 11:48:00 -07:00
ca35854417
Add .exe extension before checking for a program file on windows ( #4902 ) ( #4903 )
...
automerge
2019-07-02 08:48:35 -07:00
ab1fda2a54
Add curl retries
2019-07-02 08:38:18 -07:00
a6ec77c230
Update Cargo.toml
2019-07-01 23:18:15 -07:00
1d7894f1be
Avoid signal-hook crate on windows ( #4901 )
2019-07-01 22:52:49 -07:00
4866a1fc39
run command now kills child process on SIGTERM to cleanly exit ( #4896 ) ( #4899 )
...
automerge
2019-07-01 19:28:12 -07:00
60c5e59a5e
Always send pull responses to the origin addr ( #4894 ) ( #4897 )
...
automerge
2019-07-01 17:34:51 -07:00
fd93bdadf6
Try to gracefully terminal child process before using SIGKILL ( #4890 ) ( #4892 )
...
automerge
2019-07-01 14:43:15 -07:00
6089db2a07
Rework fullnode.sh to recover better from genesis block resets ( #4884 ) ( #4888 )
...
automerge
2019-07-01 12:31:53 -07:00
462d0cfc6c
Disable Enter prompt when stdin is not a tty ( #4874 ) ( #4877 )
...
(cherry picked from commit 41bda18046
)
2019-06-28 18:18:39 -07:00
e6d6fc4391
Don't prompt the user to update their PATH if --no-modify-path was supplied ( #4872 ) ( #4875 )
...
automerge
2019-06-28 17:39:21 -07:00
092556ae5e
Lower warn to info, fetch from validator root instead of root + 1 ( #4870 ) ( #4873 )
...
automerge
2019-06-28 16:55:46 -07:00
ad9fa54a47
Ensure validator process is killed when fullnode.sh is killed ( #4869 ) ( #4871 )
...
automerge
2019-06-28 15:03:46 -07:00
2d68170747
Update cargo.toml files to version 0.16.2 ( #4854 )
2019-06-27 11:08:02 -06:00
20f3d18458
Save snapshots followed by accounts to avoid stale account data ( #4847 ) ( #4849 )
...
automerge
v0.16.1
2019-06-26 23:53:14 -07:00
be79efe9b7
rsync of ledger/ and state.tgz now works on both macOS and Linux ( #4845 ) ( #4846 )
...
automerge
2019-06-26 22:45:44 -07:00
5db377f743
Use default pubkey for solana-install sanity check
2019-06-26 21:51:10 -07:00
9c2f45a1e0
Fix possible subtract with overflow if mining pool is not setup ( #4836 )
...
automerge
2019-06-26 15:28:37 -07:00
8646918d00
Upload all artifacts
2019-06-26 14:38:55 -07:00
7c44fc3561
Set CI_REPO_SLUG correctly for the solana-secondary pipeline
2019-06-26 14:38:55 -07:00
686403eb1d
Setup reward pools in genesis ( #4831 ) ( #4834 )
...
automerge
2019-06-26 14:29:27 -07:00
6cf9b60a9c
Airdrop more token in wallet sanity due to fee ( #4830 ) ( #4832 )
...
automerge
2019-06-26 14:05:17 -07:00
aca142df16
Update cargo.toml files to 0.16.1 ( #4829 )
2019-06-26 13:25:13 -06:00
b2582196db
Create snapshots sparsely ( #4815 ) ( #4816 )
...
(cherry picked from commit c5e6ebb496
)
v0.16.0
2019-06-25 12:13:05 -07:00
85a77bec5f
Set proper count value for account stores ( #4797 ) ( #4813 )
...
* set count values for store accounts
* Use AppendVecId type
(cherry picked from commit 9e7f618cff
)
2019-06-25 07:57:40 -07:00
e781cbf4ba
Ignore flaky test_two_unbalanced_stakes ( #4794 ) ( #4796 )
...
automerge
2019-06-23 21:30:02 -07:00
59956e4543
Remove --storage-mining-pool-lamports ( #4792 ) ( #4793 )
...
automerge
2019-06-23 20:53:31 -07:00
303417f981
Lock blockexplorer version
2019-06-22 22:23:16 -07:00
fea03fdf33
Add storage reward pools ( #4779 ) ( #4789 )
...
automerge
2019-06-22 21:26:11 -07:00
e8160efc46
Prevent Travis/Appveyor from trying to build mergify branches ( #4786 ) ( #4787 )
...
(cherry picked from commit 23b6b85bf0
)
2019-06-22 08:58:13 -07:00
e0ba0d581c
Update authorized public key ( #4783 )
2019-06-22 08:44:00 -07:00
36eda29fc9
Add instructions and processor for stake deactivation ( #4781 )
...
automerge
2019-06-22 08:43:17 -07:00
2ec73db6bd
Program instruction to withdraw un-staked lamports from stake account ( #4780 ) ( #4782 )
2019-06-22 00:11:15 -07:00
ef6ce2765e
Remove storage-mining-pool-keypair arg
2019-06-21 21:38:43 -07:00
8acbb4ab2f
Bank cap rpc ( #4774 )
...
* core/rpc: Name magic number for minted lamports in tests genesis block
* core/rpc: Expose bank::capitalization() via getSolTotalSupply RPC method
* book: Add entry for getTotalSupply RPC method
2019-06-21 21:00:26 -07:00
a49f5378e2
rewrite vote credits redemption to eat from rewards_pools on an epoch-sensitive basis ( #4775 )
...
* move redemption to rewards pools
* rewrite redemption, touch a few other things
* re-establish test coverage
2019-06-21 20:43:24 -07:00
f39e74f0d7
serde the full FeeCalculator ( #4778 )
...
automerge
2019-06-21 17:23:26 -07:00
22b767308a
Add insturctions to run a replicator on testnet ( #4733 )
2019-06-21 16:32:23 -07:00
36aa876833
Avoid linking with CUDA directly
2019-06-21 15:26:22 -07:00
06ba0b7279
Remove holding cluster_info lock while forwarding packets ( #4773 )
2019-06-21 15:21:49 -07:00