Sagar Dhawan
|
dc42c12f2b
|
Revert to more consistent naming (#3114)
|
2019-03-04 17:50:19 -08:00 |
Rob Walker
|
6d82123125
|
rename bank_id to bank_slot
|
2019-03-04 17:10:27 -08:00 |
Greg Fitzgerald
|
4f6d7702c5
|
Add a way to build unsigned transactions
|
2019-03-04 17:47:46 -07:00 |
Stephen Akridge
|
97274030b9
|
Add test with transaction with no signatures
Add checks for no signature
|
2019-03-04 16:42:52 -08:00 |
Michael Vines
|
9ce2bc94bf
|
Add flag to enable the JSON RPC fullnodeExit API
|
2019-03-04 15:49:02 -08:00 |
Michael Vines
|
51502537b1
|
Remove extra reference
|
2019-03-04 15:49:02 -08:00 |
Michael Vines
|
7b49c9f09c
|
Delete fullnode-config/
|
2019-03-04 15:49:02 -08:00 |
Michael Vines
|
4714dc3a5c
|
De-pub
|
2019-03-04 15:49:02 -08:00 |
Jack May
|
44013855d8
|
Book nits (#3096)
* Book nits
* nits
|
2019-03-04 15:44:54 -07:00 |
dependabot[bot]
|
846fdd3b2d
|
Bump reqwest from 0.9.10 to 0.9.11
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.10 to 0.9.11.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.10...v0.9.11)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-03-04 13:47:37 -07:00 |
Michael Vines
|
03d6c9a552
|
Defeature bpf_loader; bpf_{c,rust} features now confined to programs/bpf
|
2019-03-04 11:02:37 -08:00 |
Michael Vines
|
d0be16b49a
|
Remove duplicated code
|
2019-03-04 11:02:37 -08:00 |
Anatoly Yakovenko
|
3a4018cd03
|
review comments; rename Unsafe to TestOnlyAllowRpcFullnodeExit
|
2019-03-04 10:18:17 -08:00 |
Anatoly Yakovenko
|
5aaaa7f45c
|
fixup!
|
2019-03-04 10:18:17 -08:00 |
Anatoly Yakovenko
|
c299dd390e
|
Fullnode rpc to exit with unsafe config
|
2019-03-04 10:18:17 -08:00 |
Stephen Akridge
|
a3016aebaf
|
Put accounts test data files in target directory
And gitignore it so those aren't added accidentally.
|
2019-03-04 10:17:02 -08:00 |
anatoly yakovenko
|
fb55d1c3d4
|
Design for leader to leader transition between slots (#2715)
|
2019-03-04 10:10:52 -08:00 |
Michael Vines
|
9c44c173df
|
Remove ipv6 feature
|
2019-03-04 09:56:58 -08:00 |
Michael Vines
|
d708982f27
|
Remove unstable and test feature flags
|
2019-03-04 09:30:00 -08:00 |
anatoly yakovenko
|
bb774173bb
|
Add PohRecorder reset tests (#3083)
* tests for reset
* fixup!
|
2019-03-04 08:08:22 -07:00 |
anatoly yakovenko
|
3906b1af6a
|
deadcode (#3081)
|
2019-03-03 21:16:59 -08:00 |
carllin
|
de1d7ce312
|
Cleanup staking utils to divide functionality between delegate and normal node utitliites. Also replaces vote_states() with more generalized vote_accounts() in Bank. (#3070)
|
2019-03-03 18:04:13 -08:00 |
anatoly yakovenko
|
1654199b23
|
Use PohRecorder to synchronize instead of rotate. (#3080)
|
2019-03-03 16:44:06 -08:00 |
Greg Fitzgerald
|
2ec9bc9f05
|
Revive payments via Budget
|
2019-03-03 17:29:13 -07:00 |
Greg Fitzgerald
|
e8ae603a01
|
Add failing test for a Budget payment
|
2019-03-03 17:29:13 -07:00 |
Rob Walker
|
e4dba03e12
|
accounts shedding (#3078)
* accounts shedding
* fixup
|
2019-03-03 16:04:04 -08:00 |
Greg Fitzgerald
|
8ec10d4de9
|
Simplify Budget's serialize
|
2019-03-03 14:24:53 -08:00 |
Greg Fitzgerald
|
baca3e6b6b
|
Cleanup Budget
* BudgetProgram -> BudgetState
* Instruction -> BudgetInstruction
* Move BudgetState into its own module
* BudgetInstruction::NewBudget -> BudgetInstruction::InitializeAccount
* BudgetInstruction::new_budget -> BudgetInstruction::new_initialize_account
|
2019-03-03 14:49:35 -07:00 |
Greg Fitzgerald
|
fc5fcd6cd4
|
Move native_loader into solana_runtime
|
2019-03-03 10:59:08 -07:00 |
Michael Vines
|
33496ffea2
|
Adjust paths
|
2019-03-02 22:11:48 -08:00 |
Michael Vines
|
b8b7de5522
|
Script can now be run from any directory
|
2019-03-02 22:11:48 -08:00 |
Michael Vines
|
109101c2dc
|
Cleanup features and fix build errors
|
2019-03-02 22:11:48 -08:00 |
Michael Vines
|
534619f72f
|
Update manifest-path
|
2019-03-02 22:11:48 -08:00 |
Greg Fitzgerald
|
44322124c8
|
Update paths
|
2019-03-02 22:11:48 -08:00 |
Greg Fitzgerald
|
9923c543e8
|
Fix ci scripts
|
2019-03-02 22:11:48 -08:00 |
Greg Fitzgerald
|
41b5899856
|
Move programs/Cargo.toml into bpf/
|
2019-03-02 22:11:48 -08:00 |
Greg Fitzgerald
|
b830449f23
|
Move top-level native program tests to their respective crates
|
2019-03-02 22:11:48 -08:00 |
Greg Fitzgerald
|
037fcf6b3d
|
Bump all native programs up a level
Don't categorize programs by a single backend.
|
2019-03-02 22:11:48 -08:00 |
Stephen Akridge
|
e1a1296b9b
|
Fix cleanup_paths
Add back remove of parent in Accounts::drop, but
remove that in the cleanup_paths helper
for the account tests which do not use
make_default_dir.
|
2019-03-02 20:24:57 -08:00 |
Greg Fitzgerald
|
3f4ff3f7b5
|
Delete duplicate file
|
2019-03-02 18:57:11 -07:00 |
Michael Vines
|
cd4bccfd12
|
Remove snap support
|
2019-03-02 17:41:09 -08:00 |
Greg Fitzgerald
|
9c3e7e40cf
|
Less pub
|
2019-03-02 17:36:51 -08:00 |
Michael Vines
|
a9a7fc56eb
|
Purge MAX_RECENT_TICK_HASHES
|
2019-03-02 17:04:42 -08:00 |
Greg Fitzgerald
|
398b78dd97
|
Delete duplicate file
|
2019-03-02 16:44:36 -08:00 |
Greg Fitzgerald
|
1edf6c361e
|
Move Vote program out of the SDK
|
2019-03-02 16:44:36 -08:00 |
Sagar Dhawan
|
b99e3eafdd
|
Fix stakes not being setup correctly
|
2019-03-02 16:44:36 -08:00 |
Greg Fitzgerald
|
e6486b2824
|
Move Budget out of the SDK
|
2019-03-02 16:44:36 -08:00 |
Sagar Dhawan
|
d22a13257e
|
Refactor bank get vote accounts (#3052)
|
2019-03-02 16:44:36 -08:00 |
Rob Walker
|
f4c5b9ccb0
|
remove remove_dir_all() of paths' parents (which we didn't make to begin with)
|
2019-03-02 12:36:41 -08:00 |
Michael Vines
|
a94880574b
|
block_hash => blockhash
|
2019-03-02 12:13:30 -07:00 |