dependabot-preview[bot]
|
6cf30c38a4
|
Bump reqwest from 0.10.5 to 0.10.6
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-03 09:01:36 -07:00 |
sakridge
|
2cf719ac2c
|
Cache tvu peers for broadcast (#10373)
|
2020-06-03 08:24:05 -07:00 |
Ryo Onodera
|
e63e7937cb
|
Introduce automatic ABI maintenance mechanism (1/2; prepare) (#10335)
* Introduce automatic ABI maintenance mechanism
* Compile fix...
* Docs fix...
* Programs compilation fix...
* Simplify source credit
Co-authored-by: Michael Vines <mvines@gmail.com>
* Cargo.lock...
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2020-06-03 20:51:56 +09:00 |
Ryo Onodera
|
b515cc3ae5
|
Don't share same snapshot dir for secondary access (#10384)
automerge
|
2020-06-03 02:45:48 -07:00 |
dependabot-buildkite
|
69d90b591f
|
[auto-commit] Update all Cargo lock files
|
2020-06-02 23:29:14 -07:00 |
dependabot-preview[bot]
|
f901571026
|
Bump serde from 1.0.110 to 1.0.111
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.110 to 1.0.111.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-02 23:29:14 -07:00 |
dependabot-buildkite
|
f66169f245
|
[auto-commit] Update all Cargo lock files
|
2020-06-02 23:28:57 -07:00 |
dependabot-preview[bot]
|
8498b75d6c
|
Bump indexmap from 1.3.2 to 1.4.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.3.2...1.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-02 23:28:57 -07:00 |
Michael Vines
|
a23085ddfd
|
`solana validators`: Fix credits column formatting
|
2020-06-02 23:28:36 -07:00 |
Ryo Onodera
|
caa7f7a0c9
|
Support opening an in-use rocksdb as secondary (#10209)
automerge
|
2020-06-02 21:32:44 -07:00 |
Trent Nelson
|
59c5dad020
|
Testnet automation: Fix slot query (#10378)
automerge
|
2020-06-02 21:08:59 -07:00 |
Tyera Eulberg
|
eee9a08376
|
Purge TransactionStatus and AddressSignatures exactly from ledger-tool (#10358)
* Add failing test
* Add execution path to purge primary-index columns exactly
* Fail gracefully if older TransactionStatus rocksdb keys are present
* Remove columns_empty check for special columns
* Move blockstore purge methods to submodule
* Remove unused column empty check
|
2020-06-02 19:49:31 -06:00 |
Michael Vines
|
1303c4964b
|
Surface more helpful error message than 'blockstore error'
|
2020-06-02 11:11:06 -07:00 |
Michael Vines
|
0f2cfec52e
|
Add 4N8t...
|
2020-06-02 07:47:19 -07:00 |
Michael Vines
|
6498cb4214
|
Remove some unused RpcClient and ThinClient methods
|
2020-06-02 07:44:30 -07:00 |
Michael Vines
|
df216b0e98
|
Remove RpcClient::resign_transaction()
|
2020-06-02 07:44:30 -07:00 |
dependabot-buildkite
|
4cb7dc7128
|
[auto-commit] Update all Cargo lock files
|
2020-06-01 20:53:17 -07:00 |
dependabot-preview[bot]
|
89c2175bc9
|
Bump curve25519-dalek from 2.0.0 to 2.1.0
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.0.0...2.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-01 20:53:17 -07:00 |
Greg Fitzgerald
|
8c3ad859a9
|
Add docs for the builtin programs (#10359)
* Add docs for the builtin programs
* Cleanup
|
2020-06-01 21:06:53 -06:00 |
Michael Vines
|
ebf8a65526
|
Add test_rpc_send_transaction_preflight
|
2020-06-01 17:51:04 -07:00 |
Michael Vines
|
bd1f9d320f
|
Skip RPC preflight to align with the other Client implementations
|
2020-06-01 17:51:04 -07:00 |
Michael Vines
|
202512d46b
|
Adapt `solana deploy`
|
2020-06-01 17:51:04 -07:00 |
Michael Vines
|
f1733ab125
|
Add send_transaction_with_config
|
2020-06-01 17:51:04 -07:00 |
Michael Vines
|
9158479dc4
|
Add node health check to transaction preflight
|
2020-06-01 17:51:04 -07:00 |
Michael Vines
|
9dbf3d5430
|
Factor out RpcHealth module
|
2020-06-01 17:51:04 -07:00 |
Michael Vines
|
189aa7962e
|
Add preflight checks to sendTransaction RPC method
|
2020-06-01 17:51:04 -07:00 |
Trent Nelson
|
27e2e3665a
|
net.sh: Add 'upgrade' subcommand to upload a new release to the BSV
NOTE! (start|stop)node don't support operating on the BSV yet, so a
manual restart is required to get it running the new release
|
2020-06-01 16:37:17 -06:00 |
Trent Nelson
|
1144190d8d
|
net.sh: Factor out logic that uploads bins to BSV
|
2020-06-01 16:37:17 -06:00 |
Michael Vines
|
79e6bd044f
|
Add F7FgS6rr...
|
2020-06-01 14:18:48 -07:00 |
Michael Vines
|
3a7b036eac
|
Add helpful PATH command to copy from
|
2020-06-01 14:02:50 -07:00 |
Tyera Eulberg
|
6ff52f7fde
|
Exchange doc reformat pt2 (#10355)
|
2020-06-01 14:03:12 -06:00 |
Michael Vines
|
c5ca6f6c83
|
Add H4Dgb3KyCuYWKT8yKtp8qbY49cvaqZcisa2GDnroFsv6
|
2020-06-01 12:54:39 -07:00 |
Tyera Eulberg
|
b538a22529
|
Exchange doc reformat (#10353)
|
2020-06-01 11:10:43 -06:00 |
Tyera Eulberg
|
e619839236
|
Restore archiver design document (#10352)
|
2020-06-01 10:42:45 -06:00 |
sakridge
|
ef37b82ffa
|
More cluster stats and add epoch stakes cache in retransmit stage (#10345)
* More cluster info metrics for push request/response counts
* Cache staked peers for the epoch
|
2020-06-01 08:37:54 -07:00 |
Trent Nelson
|
08ad7d1ed6
|
Reduce stable jobs (#10344)
|
2020-05-31 21:29:32 -07:00 |
Greg Fitzgerald
|
5d248fe5f8
|
Permit paying oneself (#10337)
* Allow paying to oneself
* cargo fmt
* Permit pay-to-self in CLI
No test here because we're just removing an [untested] special case.
Fixes #10339
|
2020-05-30 20:12:48 -06:00 |
Greg Fitzgerald
|
6013b4b2a7
|
Add clap-utils to workspace (#10340)
Without it, Rust Analyzer reports an error in the IDE
|
2020-05-30 11:26:26 -06:00 |
dependabot-preview[bot]
|
b787254bd6
|
Bump console from 0.10.3 to 0.11.3 (#10314)
Bumps [console](https://github.com/mitsuhiko/console) from 0.10.3 to 0.11.3.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/commits/v0.11.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-30 07:47:41 -06:00 |
carllin
|
d9366776b2
|
Add operating mode gating (#10332)
Co-authored-by: Carl <carl@solana.com>
|
2020-05-30 00:03:19 -07:00 |
Greg Fitzgerald
|
19d11800bf
|
Remove WithSigner (#10325)
automerge
|
2020-05-29 23:17:44 -07:00 |
Greg Fitzgerald
|
55a64712b9
|
Cleanup program docs (#10283)
|
2020-05-29 20:29:24 -06:00 |
Greg Fitzgerald
|
de5b21e444
|
Don't attempt to resolve mainnet-beta in the test suite (#10328)
automerge
|
2020-05-29 17:35:07 -07:00 |
Michael Vines
|
eb45aaa6c3
|
Added --health-check-slot-distance (#10324)
|
2020-05-29 15:31:52 -07:00 |
carllin
|
778078e1dc
|
Distinguish switch/non-switching votes in ReplayStage (#10218)
* Add SwitchForkDecision, change vote instruction based on decision
* Factor out SelectVoteAndResetForkResult
Co-authored-by: Carl <carl@solana.com>
|
2020-05-29 14:40:36 -07:00 |
Trent Nelson
|
284e83e619
|
gce.sh: Make help text example command non-executable (#10319)
automerge
|
2020-05-29 11:52:25 -07:00 |
Tyera Eulberg
|
b563b49ed5
|
Improve Rpc inflation tooling (#10309)
automerge
|
2020-05-29 11:50:25 -07:00 |
Dan Albert
|
75924bd232
|
Update whitelist.rs (#10317)
automerge
|
2020-05-29 10:51:33 -07:00 |
carllin
|
bc37dfc4c1
|
log leader (#10316)
automerge
|
2020-05-29 04:35:20 -07:00 |
Ryo Onodera
|
8db34474d3
|
Cover tests for clippy (#10310)
automerge
|
2020-05-29 02:00:56 -07:00 |