Commit Graph

4536 Commits

Author SHA1 Message Date
cb0560df92 remove dead code 2019-03-05 15:35:24 -08:00
ec034a5cb9 Fix invalid Barrier transactions (#3139) 2019-03-05 15:16:36 -08:00
ca99ebaaf4 Add way to create account with delegate in 1 tx 2019-03-05 16:14:57 -07:00
b9e878ee80 slot_height considered harmful (#3135)
* slot_height considered harmful
* fix test_tick_slot_epoch_indexes
2019-03-05 14:18:29 -08:00
33c4c7e511 Split up long test 2019-03-05 15:16:51 -07:00
b67ac22336 Replace superfluous integration tests with needed one 2019-03-05 15:16:51 -07:00
6ff2572ebe Refactor system entrypoint to use helper fns; add unit tests 2019-03-05 15:16:51 -07:00
a539c9ad67 Restore print ban, and widen the net 2019-03-05 14:09:40 -08:00
1997640094 Remove prints 2019-03-05 14:09:40 -08:00
e7eafbd24e Adapt to recent programs/ shuffle 2019-03-05 13:14:07 -08:00
378a0f511e Stop looking for solana-fullnode-config 2019-03-05 12:44:27 -08:00
9349f90a59 Inherit transaction count from parent (#3134) 2019-03-05 12:34:21 -08:00
0f1d6c6271 Check for no entries left in blocktree in a given slot
There may not be ENTRIES_PER_SEGMENT entries a slot, if so
then we will hang waiting for more.
2019-03-05 11:53:40 -08:00
8e70f5bf84 Same fix, different location
What's this doing way up here?
2019-03-05 12:46:18 -07:00
52fc974cdf The funder is not a staker 2019-03-05 12:46:18 -07:00
6e9d803091 Remove usage of unsafe for Accounts 2019-03-05 10:13:03 -08:00
fc8489a04d Stop using LocalVoteSigner 2019-03-05 09:34:54 -07:00
e248efce06 Add programs/system explicitly to CI test suite 2019-03-05 09:33:27 -07:00
b4084c6298 Fix random comment typo 2019-03-05 09:33:27 -07:00
2fdfa98d55 Fix process_pay SystemTransaction type 2019-03-05 09:33:27 -07:00
f506b0a224 Fix test: Prevent SystemInstruction CreateAccount from overwriting accounts in use 2019-03-05 09:33:27 -07:00
202adb1bf1 Create failing test 2019-03-05 09:33:27 -07:00
885eeec3ed Boot storage program from the SDK 2019-03-05 07:16:33 -07:00
5e9f802d7d Boot token_program from the SDK 2019-03-05 07:16:33 -07:00
e4be57c3b6 Bump libc from 0.2.49 to 0.2.50
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.49 to 0.2.50.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.49...0.2.50)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 07:14:51 -07:00
6ab6e6cb9b Clean up exit flag handing across TVU 2019-03-04 21:26:50 -08:00
2a849ae268 Inline LeaderServices 2019-03-04 21:26:50 -08:00
4808f6a9f8 Clean up exit flag handing in TPU 2019-03-04 21:26:50 -08:00
96bfe92334 Clean up fullnode/tpu/tvu/fetch_stage exit signal 2019-03-04 21:26:50 -08:00
e7cde846cb Clean up gossip service exit flag handling 2019-03-04 21:26:50 -08:00
eb90d8d463 Clean up Rpc exit signal 2019-03-04 21:26:50 -08:00
6a8a97f644 Remove dead code 2019-03-04 20:05:14 -08:00
3fc846d789 Try to use the RPC exit API to cleanly exit nodes 2019-03-04 19:58:37 -08:00
0f77531f09 Simplify pass-through arg handling 2019-03-04 19:58:37 -08:00
20b831264e Properly plumb exit flag to PubSubService 2019-03-04 19:58:37 -08:00
43bab23651 remove duplicate child creation (#3100)
* remove duplicate child creation
* resurrect test for partial slot
* simplify blocktree_processor some more (no tick_height, yay!)
* ensure frozen
2019-03-04 19:22:23 -08:00
906df5e20e Exit signal cleanup: pass in references, make the receiver clone as needed 2019-03-04 18:43:21 -08:00
794e961328 use Bank's notion of leader_id where possible (#3119) 2019-03-04 18:40:47 -08:00
a481822321 Fix signatureUnsubscribe documentation (#3118) 2019-03-04 18:07:16 -08:00
dc42c12f2b Revert to more consistent naming (#3114) 2019-03-04 17:50:19 -08:00
6d82123125 rename bank_id to bank_slot 2019-03-04 17:10:27 -08:00
4f6d7702c5 Add a way to build unsigned transactions 2019-03-04 17:47:46 -07:00
97274030b9 Add test with transaction with no signatures
Add checks for no signature
2019-03-04 16:42:52 -08:00
9ce2bc94bf Add flag to enable the JSON RPC fullnodeExit API 2019-03-04 15:49:02 -08:00
51502537b1 Remove extra reference 2019-03-04 15:49:02 -08:00
7b49c9f09c Delete fullnode-config/ 2019-03-04 15:49:02 -08:00
4714dc3a5c De-pub 2019-03-04 15:49:02 -08:00
44013855d8 Book nits (#3096)
* Book nits

* nits
2019-03-04 15:44:54 -07:00
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
03d6c9a552 Defeature bpf_loader; bpf_{c,rust} features now confined to programs/bpf 2019-03-04 11:02:37 -08:00