|
f752e02487
|
Implement GetLastId with EntryInfo subscription
|
2018-05-03 13:31:43 -06:00 |
|
|
c9c7fb0a27
|
Update comment
The last PR added a thread that logs entries without needing to
be driven by the client.
|
2018-05-03 13:27:37 -06:00 |
|
|
de680c2a8e
|
Remove duplicate state
|
2018-05-03 13:24:37 -06:00 |
|
|
c2e2960bf7
|
Add broadcast impl
|
2018-05-03 10:34:01 -07:00 |
|
|
385d2a580c
|
Merge pull request #168 from aeyakovenko/fix_multi_host_client_demo
multi host client demo
|
2018-05-03 10:21:41 -06:00 |
|
|
ae29c9b4a0
|
Fix nightly build
|
2018-05-03 09:38:59 -06:00 |
|
|
078f917e61
|
useless assert
|
2018-05-03 08:34:57 -07:00 |
|
|
b65f04d500
|
multi host client demo
Bind to the same interface as the user supplied client address.
|
2018-05-03 08:28:11 -07:00 |
|
|
4b9f115586
|
Hoist Historian input
|
2018-05-02 16:35:37 -06:00 |
|
|
c5cc91443e
|
Rename sender/receiver to input/output
|
2018-05-02 15:54:53 -06:00 |
|
|
48d94143e7
|
Fix CI
|
2018-05-02 11:05:11 -06:00 |
|
|
63cf6363a2
|
more rustfmt
|
2018-05-02 12:24:25 -04:00 |
|
|
cc6de605ac
|
rustfmt
|
2018-05-02 12:21:20 -04:00 |
|
|
d0151d2b79
|
restored original test logic
|
2018-05-02 12:07:42 -04:00 |
|
|
6b45d453b8
|
modified verification map
|
2018-05-02 10:44:41 -04:00 |
|
|
b992a84d67
|
modified verification to loop until success or failure
|
2018-05-02 10:15:08 -04:00 |
|
|
cb362e9052
|
rust format
|
2018-05-01 16:38:15 -04:00 |
|
|
ccb478c1f6
|
improved error handling and atomic transactions
|
2018-05-01 16:38:15 -04:00 |
|
|
edf6272374
|
Merge pull request #154 from sakridge/replicator
Replicator
|
2018-04-27 14:30:52 -06:00 |
|
|
7f6a4b0ce3
|
Deserialize the Entry structs and process them
|
2018-04-27 13:15:19 -07:00 |
|
|
3be5f25f2f
|
Work on test_replicate to test replicate service
generate some messages to send to replicator service
|
2018-04-27 08:21:34 -07:00 |
|
|
1b6cdd5637
|
Fix some compilation issues
|
2018-04-27 08:21:34 -07:00 |
|
|
f752e55929
|
update
|
2018-04-27 08:21:34 -07:00 |
|
|
ebb089b3f1
|
wip
|
2018-04-27 08:21:34 -07:00 |
|
|
ad6303f031
|
docs
|
2018-04-27 08:21:34 -07:00 |
|
|
828b9d6717
|
docs
|
2018-04-27 08:21:34 -07:00 |
|
|
444adcd1ca
|
update
|
2018-04-27 08:21:34 -07:00 |
|
|
69ac305883
|
wip
|
2018-04-27 08:21:34 -07:00 |
|
|
2ff57df2a0
|
state replication
|
2018-04-27 08:21:34 -07:00 |
|
|
7077f4cbe2
|
Merge pull request #128 from garious/faster-demo
Utilize parallelized accountant in demo
|
2018-04-27 08:47:42 -06:00 |
|
|
d90ab90145
|
bind to all
|
2018-04-26 13:54:29 -07:00 |
|
|
48018b3f5b
|
docs
|
2018-04-26 13:50:57 -07:00 |
|
|
15584e7062
|
recover full network from a star
|
2018-04-26 13:48:42 -07:00 |
|
|
d415b17146
|
sleepless demo to complement sleepless nights
18 ktps on macbook pro, no gpu
|
2018-04-26 13:17:38 -06:00 |
|
|
9ed953e8c3
|
Fix rebase fails
|
2018-04-26 09:35:10 -06:00 |
|
|
b60a98bd6e
|
Startup log can reference IDs without itself
|
2018-04-26 08:42:34 -06:00 |
|
|
a15e30d4b3
|
Report transactions processed
|
2018-04-26 08:42:34 -06:00 |
|
|
d5d133353f
|
Port blocking stub functions to new stateful ones
|
2018-04-26 08:42:34 -06:00 |
|
|
6badc98510
|
Add low-level response-handling functions to skel
|
2018-04-26 08:42:34 -06:00 |
|
|
ea8bfb46ce
|
Add a way to subscribe for new entry metadata
|
2018-04-26 08:42:34 -06:00 |
|
|
58860ed19f
|
WIP: New demo that makes better use of the parallelized accountant
|
2018-04-26 08:42:34 -06:00 |
|
|
583f652197
|
Generate genesis log for the demo
This log contains a bunch of transactions that generate new
accounts, so that transactions to and from them can be processed
in parallel.
|
2018-04-26 08:42:34 -06:00 |
|
|
38fdd17067
|
Add initializing log message to server
Handy when gesesis block is large.
|
2018-04-26 08:42:34 -06:00 |
|
|
807ccd15ba
|
Add solana-mint-demo CLI
This extends solana-mint with additional data that will be used by
both solana-client-demo and creating the demo's genesis block.
|
2018-04-26 08:42:34 -06:00 |
|
|
1c923d2f9e
|
Fix entry hash when no events and num_hashes is one
|
2018-04-26 08:42:34 -06:00 |
|
|
2676b21400
|
Merge pull request #151 from rlkelly/139__forget_signature
added forget_signature method
|
2018-04-26 08:28:11 -06:00 |
|
|
fd5ef94b5a
|
added forget signature method
|
2018-04-26 07:22:11 -04:00 |
|
|
34d1805b54
|
Add FutureResult to return a Future that immediately resolves
|
2018-04-25 19:23:24 -07:00 |
|
|
55b8d0db4d
|
cleanup
|
2018-04-23 23:33:21 -07:00 |
|
|
3d7969d8a2
|
initial crdt implementation
|
2018-04-23 23:06:28 -07:00 |
|