054ae3a3e3
Document current transaction size awkwardness
2019-03-27 14:27:20 -06:00
36ea088387
Fix Storage Stage not receiving entries when node is leader ( #3528 )
2019-03-27 13:10:33 -07:00
47b6707c07
Don't use a loader to test Storage instruction processor
2019-03-27 11:02:41 -06:00
0346b9cb5c
hang out on progress until fork is confirmed
2019-03-27 08:41:41 -07:00
6bfe497ab5
remove leader confirmaiton
2019-03-27 08:41:41 -07:00
6956bf635e
validator confirmaiton
2019-03-27 08:41:41 -07:00
e27d6d0988
validator confirmation
2019-03-27 08:41:41 -07:00
3fc09fb23f
Remove keypairs from BankClient
...
Bring its interface closer to the other clients.
2019-03-27 09:37:19 -06:00
cecdb7061e
Remove blockhash parameter from Bank::transfer
...
That parameter is an artifact from the Loom days, when I thought
Bank should implement the same interace as ThinClient.
2019-03-27 08:51:10 -06:00
0ac865f08c
Remove BankClient::process_instructions
2019-03-27 08:51:10 -06:00
55115d0eeb
Add process_message() to BankClient
2019-03-27 08:51:10 -06:00
16ff4ac1a8
Simplify storage interface in blocktree ( #3522 )
2019-03-27 01:36:39 -05:00
5ce31168ef
Remove Transaction::new_signed
2019-03-26 19:51:16 -07:00
b9ff70c8ab
pub Transaction::new_unsigned
...
Offer an incremental path off Transaction::new_unsigned_instructions().
2019-03-26 20:06:05 -06:00
77498c6efe
Expose Message via the new default Transaction constructor
2019-03-26 20:06:05 -06:00
8c69c40834
Make space for a new Transaction::new
2019-03-26 20:06:05 -06:00
d497b99abb
use solana_entrypoint directly ( #3518 )
2019-03-26 16:40:34 -07:00
ca2ac1e5ea
Remove a mostly unused Transaction constructor
2019-03-26 15:46:58 -07:00
c09e0eb536
propagate TESTNET_DB_HOST env variable to next step in buildkite
2019-03-26 14:40:18 -07:00
0d90dfae1a
Add provisions to specify a database server in testnet manager buildkite
2019-03-26 14:40:18 -07:00
bf61321cab
fix metrics
2019-03-26 14:30:25 -07:00
591653981b
fix metrics
2019-03-26 14:30:25 -07:00
e651510805
Instructions on how to boot metrics server
2019-03-26 14:02:41 -07:00
9d73fbb84a
also check the delegate_id
2019-03-26 12:03:22 -07:00
215b07c1a9
remove status_cache.freeze ( #3506 )
2019-03-26 11:56:25 -07:00
420cbc45cd
Record the current nodes locktower votes from the bank ( #3502 )
...
* observed_locktower_stats
* fixup! observed_locktower_stats
2019-03-26 11:06:31 -07:00
df333e8b6e
Move new_move_many to SystemInstruction
2019-03-26 09:22:29 -07:00
9759ac2961
Mark book's javascript library as binary
...
highlight.js has a big dictionary of words. When git-grep includes
one of those words, it floods the screen with the whole dictionary.
Mark it as binary so that it'll now just report one line:
Binary file book/theme/highlight.js matches
2019-03-26 07:39:34 -07:00
af9b173dfd
fix link
2019-03-26 05:43:02 -07:00
b61aed7250
Minor cleanup
2019-03-25 20:31:13 -07:00
e1c0425c2b
Remove rewards crate from publishing script
2019-03-25 20:19:58 -07:00
615472b52c
Initailize locktower with heaviest bank ( #3489 )
2019-03-25 20:00:11 -07:00
4d34102d9c
Move stragglers into the book
...
The stuff added between the time we switched to proposals/ and the git-revert
2019-03-25 19:39:22 -07:00
3e22ce4154
Added stats for locktower in testnet dashboard
2019-03-25 18:49:15 -07:00
215f33680b
Fix the filename in testnet pariticpation instructions
2019-03-25 17:33:41 -07:00
a5420f19da
Update testnet-participation.md
...
add instructions for finding metrics
2019-03-25 17:12:00 -07:00
4bc3f70150
Boot VoteTransaction
2019-03-25 17:11:57 -07:00
e8814b1297
Add support for influx cloud
2019-03-25 17:10:38 -07:00
46ab0e6449
Update testnet-participation.md
...
multinode-demo/validator-x.sh uses cargo run unless USE_INSTALL==1
2019-03-25 16:30:56 -07:00
59b4f40f4e
fixup! fixup! keep track of locktower slots and stakes
2019-03-25 16:05:28 -07:00
93c57934cb
fixup! keep track of locktower slots and stakes
2019-03-25 16:05:28 -07:00
e8e1d6b8ce
keep track of locktower slots and stakes
2019-03-25 16:05:28 -07:00
4916cd8da5
bench-tps in a cargo test
2019-03-25 15:05:56 -07:00
573dec63da
Fix runtime benches
2019-03-25 14:32:01 -06:00
34c051f183
add hash_fromstr ( #3476 )
2019-03-25 12:23:19 -07:00
51004881f8
filter out banks that have an older epoch ( #3472 )
2019-03-25 11:09:39 -07:00
5c536e423c
Inline InstructionCompiler
...
The object-oriented paradigm isn't helpful here; go functional.
2019-03-25 12:08:27 -06:00
4efa144916
Generate a Message instead of a Transaction
2019-03-25 12:08:27 -06:00
f3936c21a3
Add message
2019-03-25 12:08:27 -06:00
caff603497
Less code
2019-03-24 21:44:04 -07:00