ef7f30e09f
Update publish script
2019-03-12 23:07:48 -06:00
ca8e0ec7ae
Move thin client tests to integration test suite
2019-03-12 23:07:48 -06:00
2a4f4b3e53
Update crate references
2019-03-12 23:07:48 -06:00
7cecd3851a
Add solana-client crate
2019-03-12 23:07:48 -06:00
4d189f2c38
Cargo.lock
2019-03-12 23:07:48 -06:00
9a232475a7
0.12.1
2019-03-12 13:42:47 -07:00
09c9897591
Adjust crate list
2019-03-12 13:36:18 -07:00
06d7573478
Adjust readme path
2019-03-12 13:36:13 -07:00
0b55ffa368
Move programs/system into runtime/
2019-03-12 12:25:47 -05:00
ae750bb16b
Filter vote accounts with no delegate from being selected in Rotation ( #3224 )
2019-03-11 21:32:19 -07:00
80b2f2f6b7
Update current leader information in metrics and dashboard
2019-03-11 18:47:27 -07:00
6684d84fbc
Provide drone's host address while setting up staking account
2019-03-11 18:20:27 -07:00
dc02abae3c
Keep stable dashboard on stable channel at all times
2019-03-11 16:19:35 -07:00
6caec655d3
Move testnet/testnet-perf to the stable channel
2019-03-11 16:15:47 -07:00
fe1676bc3a
Review comments
v0.12.0
2019-03-11 16:58:43 -06:00
1a9ef37251
Update programs using simple error mapping to use CustomError
2019-03-11 16:58:43 -06:00
db5370c5df
Add helper macro to implement bincode serialization of program-specific errors
2019-03-11 16:58:43 -06:00
804378e8f7
Add ProgramError::CustomError and truncate value to 32 bytes
2019-03-11 16:58:43 -06:00
56b0ba2601
KvStore - A data-store to support BlockTree ( #2897 )
...
* Mostly implement key-value store and add integration points
Essential key-value store functionality is implemented, needs more work to be integrated, tested, and activated.
Behind the `kvstore` feature.
2019-03-11 17:53:14 -05:00
3073ebb20d
reduce pub
2019-03-11 17:09:21 -05:00
f8e07ef5a3
banking_stage_entryfication fails when run as cargo test
...
Add some retry for getting entries from the channel.
2019-03-11 14:13:32 -07:00
a4b6d181a2
rename forwarder ports to tpu_via_blobs
2019-03-11 14:07:17 -07:00
0b8c5d807d
code cleanup
2019-03-11 14:07:17 -07:00
e201136eee
more review comments
2019-03-11 14:07:17 -07:00
55f660d5f9
address review comments
2019-03-11 14:07:17 -07:00
a4acc631ee
Refactor packing packets into blobs into separate packets_to_blob() function in packets.rs
2019-03-11 14:07:17 -07:00
3ddf4b6c24
PR fixes
2019-03-11 14:07:17 -07:00
ccd1173a83
Add local cluster test for forwarding
2019-03-11 14:07:17 -07:00
cd1a9faacd
Batch packet forwarding in banking stage
2019-03-11 14:07:17 -07:00
b60b8ec5ae
Add logic for deserialzing packets embedded in blobs
2019-03-11 14:07:17 -07:00
536c8accf8
Add separate sockets for tpu forwarder and run different protocol for those sockets
2019-03-11 14:07:17 -07:00
7beefb3f81
Add forwarder sockets and address to contact info and sockets structs
2019-03-11 14:07:17 -07:00
fe1f67ea9a
clippy errors
2019-03-11 14:07:17 -07:00
069ce71256
fix clippy
2019-03-11 14:07:17 -07:00
e3cacb9296
Buffer unprocessed packets if next leader is the current node
2019-03-11 14:07:17 -07:00
0c592c52f6
Wake up replay stage when the poh bank is cleared. ( #3211 )
...
* wake up replay stage when the poh bank is cleared
* bump ticks per second
* Increase ticks per slot to match faster tick rate
* Remove check that working bank must be the bank for the greatest slot
* Make start_leader() skip starting TPU for slots we've already been leader for
2019-03-11 13:58:23 -07:00
78bb96ee51
Reduce bootstrap leader stake ( #3218 )
2019-03-11 13:29:44 -07:00
86e2f35ac4
Only need the TPU and a light client implement Transact
2019-03-10 23:20:10 -06:00
7696a64891
Add design doc for testing programs
2019-03-10 23:20:10 -06:00
799ed24113
Integrate bank-forks proposal into the book
2019-03-10 20:13:36 -06:00
63477dabcd
Attempt to clarify bank forks
2019-03-10 20:13:36 -06:00
cd0bc1dea5
updates to reflect new_from_parent() ( #3076 )
...
* design draft
* update
* section on updating root forks
* updates to reflect new_from_parent()
* fixup
* Grammar check
2019-03-10 13:59:16 -07:00
195a880576
pass Pubkeys as refs, copy only where values needed ( #3213 )
...
* pass Pubkeys as refs, copy only where values needed
* Pubkey is pervasive
* fixup
2019-03-09 19:28:43 -08:00
ac226c3e14
Remove superfluous set_leader() usage
2019-03-08 19:59:54 -08:00
4d5b832775
Remove commented out and clearly broken test
2019-03-08 19:59:54 -08:00
79b2542ca4
Remove CrdsValue::LeaderId
2019-03-08 19:41:51 -08:00
17921c9fae
Delete NodeInfo type
2019-03-08 18:37:36 -08:00
5de38852d2
Add cluster test framework doc. ( #3189 )
2019-03-08 19:29:41 -07:00
0acdbc0d03
plumb staking_account and voting_keypair from multinode-demo to Vote ( #3199 )
...
* plumb staking_account and voting_keypair from bash to Vote
2019-03-08 19:29:08 -07:00
c8c85ff93b
Fix propagation of incorrectly signed messages in Gossip ( #3201 )
2019-03-08 18:08:24 -08:00