232e1bb8a3
Colocate packet dependencies
2018-03-29 12:55:41 -06:00
1fbb34620c
Fix compiler warning
2018-03-29 12:54:10 -06:00
89f5b803c9
Merge pull request #91 from garious/more-docs
...
Add more documentation
2018-03-29 12:39:03 -06:00
55179101cd
Add more documentation
2018-03-29 12:20:54 -06:00
132495b1fc
A simple consensus diagram to guide rollback/coalescing
...
Diagram for what's described in #84 for rollback support.
2018-03-29 10:52:02 -06:00
a03d7bf5cd
Missed a couple
2018-03-28 22:20:31 -06:00
3bf225e85f
Don't require install to run demo
2018-03-28 22:18:33 -06:00
cc2bb290c4
Merge pull request #89 from garious/sig-verify-bench
...
Add microbenchmark for signature verification
2018-03-28 22:15:10 -06:00
878ca8c5c5
Add microbenchmark for signature verification
2018-03-28 22:02:47 -06:00
4bc41d81ee
Fix compiler warning
2018-03-28 21:05:21 -06:00
f6ca176fc8
Merge pull request #88 from garious/revert-tcp-client
...
Revert TCP sync of ledger
2018-03-28 20:28:05 -06:00
0bec360a31
Revert TCP sync of ledger
...
The feature was too rushed. We technically don't need it until we
implement consensus. It'll come back another day (with many more tests!)
2018-03-28 20:16:15 -06:00
04f30710c5
Merge pull request #87 from garious/tcp-client
...
tx confirmed/sec ---> tx processed/sec
2018-03-28 17:04:36 -06:00
98c0a2af87
tx confirmed/sec ---> tx processed/sec
...
Before this patch, we were waiting until the full log was
sent back across the wire, parsed, and interpreted. That was giving
us a metric of "transactions confirmed per second" instead of
"transactions processed per second". Instead, we'll just send one
tiny packet back with the balance. As soon as the balance is what
we expect it to be, we end the benchmark.
2018-03-28 16:51:21 -06:00
9db42c1769
Merge pull request #86 from garious/tcp-client
...
Fix up client demo
2018-03-28 14:57:09 -06:00
849bced602
Fix up client demo
2018-03-28 14:40:58 -06:00
27f29019ef
Merge pull request #83 from garious/tcp-client
...
TCP subscription service
2018-03-28 13:19:38 -06:00
8642a41f2b
See if Travis will tolerate executing some of the test
2018-03-28 10:25:16 -06:00
bf902ef5bc
Ignore accountant_stub test
...
TODO: Figure out why this test fails on TravisCI
2018-03-28 10:05:00 -06:00
7656b55c22
nit
2018-03-27 17:22:31 -06:00
7d3d4b9443
nit
2018-03-27 17:20:23 -06:00
15c093c5e2
typo
2018-03-27 16:31:19 -06:00
116166f62d
Rename project: silk -> solana
v0.4.0-alpha
2018-03-27 16:25:12 -06:00
26b19dde75
Rename project: silk -> solana
2018-03-27 16:19:28 -06:00
c8ddc68f13
Rename project: silk -> solana
2018-03-27 16:16:27 -06:00
7c9681007c
Drop support for random access to the ledger
...
No longer store the ledger locally.
2018-03-27 14:47:03 -06:00
13206e4976
Let clients subscribe to the ledger over TCP
...
TODO: Add more tests
Fixes #27
2018-03-27 14:46:24 -06:00
2f18302d32
Merge pull request #80 from garious/fix-ci
...
Fix CI
2018-03-26 22:13:11 -06:00
ddb21d151d
Nightly rustfmt
...
Format code with the nightly version of rustfmt, which sorts imports.
2018-03-26 22:03:28 -06:00
c64a9fb456
Give Travis a little more time to start threads
2018-03-26 22:02:05 -06:00
ee19b4f86e
See if CI hangs because of wait_on_signature()
2018-03-26 21:53:30 -06:00
14239e584f
fix writer
2018-03-26 21:36:29 -06:00
112aecf6eb
Merge pull request #77 from aeyakovenko/responder
...
Responder
2018-03-25 17:01:53 -07:00
c1783d77d7
fixed test
2018-03-25 16:18:27 -07:00
f089abb3c5
fix bench
2018-03-25 15:37:00 -07:00
8e551f5e32
debug trait tests
2018-03-25 08:22:04 -07:00
290960c3b5
wip
2018-03-25 08:06:33 -07:00
62af09adbe
wip
2018-03-25 08:05:03 -07:00
e39c0b34e5
update
2018-03-25 00:06:48 -07:00
8ad90807ee
responder with larger block size
2018-03-24 23:46:25 -07:00
533b3170a7
responder
2018-03-24 23:31:54 -07:00
7732f3f5fb
services
2018-03-24 18:01:54 -07:00
f52f02a434
services
2018-03-24 18:01:40 -07:00
4d7d4d673e
Merge pull request #75 from garious/fix-testnode
...
Revive silk-testnode
2018-03-23 22:16:59 -06:00
9a437f0d38
Revive silk-testnode
2018-03-23 21:49:28 -06:00
c385f8bb6e
Merge pull request #73 from garious/yes-clippy
...
Automated mentoring by clippy
2018-03-22 15:22:12 -06:00
fa44be2a9d
Ignore some clippy advice
2018-03-22 14:59:25 -06:00
117ab0c141
Clippy review
2018-03-22 14:50:24 -06:00
7488d19ae6
Clippy review
2018-03-22 14:40:28 -06:00
60524ad5f2
Clippy review
2018-03-22 14:38:06 -06:00