Hawstein
|
ade37be25b
|
separate trie from util and make its dependencies into libs:
* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec
|
2017-09-15 11:03:53 +08:00 |
|
Fredrik
|
308f36a532
|
Don't reexport bigint from util
|
2017-09-04 16:36:49 +02:00 |
|
Tomasz Drwięga
|
f38cc8e182
|
Latest headers Pub-Sub (#5655)
* Signer subscription.
* Fixing RPC tests.
* Block Headers eth-pubsub.
* PubSub for light client.
* Fixing tests.
* Updating to proper jsonrpc version.
* Update to correct tests.
* Fixing tests.
|
2017-05-23 12:26:39 +02:00 |
|
Gav Wood
|
8404edb656
|
Fix whitespace (#4299)
* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags.
|
2017-01-25 18:51:41 +01:00 |
|
keorn
|
fa504e510f
|
Merge branch 'master' into auth-bft
|
2016-12-12 21:28:46 +01:00 |
|
Gav Wood
|
c0a2d5c8f5
|
Merge pull request #3796 from ethcore/tx-broadcast
Avoid broadcasting transactions to peers that send them
|
2016-12-12 04:13:56 +01:00 |
|
Gav Wood
|
17cc2be4b5
|
Rename ethcore -> parity in license.
|
2016-12-11 19:30:54 +01:00 |
|
Tomasz Drwięga
|
1e8638608c
|
fixing tests
|
2016-12-10 22:59:35 +01:00 |
|
Tomasz Drwięga
|
19ca9ad460
|
Prevent broadcasting transactions to peer that send them.
|
2016-12-10 21:22:19 +01:00 |
|
Tomasz Drwięga
|
e1ade5b375
|
Maintaining a list of transactions propagated from other peers
|
2016-12-10 15:18:44 +01:00 |
|
keorn
|
74770e4773
|
better docstrings
|
2016-12-08 21:49:55 +01:00 |
|
keorn
|
3ebfa1481d
|
better proposal block handling
|
2016-12-08 12:03:34 +01:00 |
|
keorn
|
1f56588b87
|
Merge remote-tracking branch 'parity/master' into bft
Conflicts:
ethcore/src/client/client.rs
|
2016-10-05 14:57:14 +01:00 |
|
Nikolay Volf
|
2b147616fd
|
derive -> ipc
|
2016-10-04 19:20:16 +03:00 |
|
keorn
|
4ccbec1148
|
Merge remote-tracking branch 'parity/master' into bft
Conflicts:
sync/src/api.rs
sync/src/lib.rs
|
2016-09-07 16:54:39 +02:00 |
|
Robert Habermeier
|
2bf235e226
|
use more mocking in tests
|
2016-09-05 12:17:21 +02:00 |
|
Robert Habermeier
|
e3749b3bc4
|
implement snapshot watcher
|
2016-09-02 18:28:47 +02:00 |
|
keorn
|
a4ba7262ad
|
update Signature and ipc usage
|
2016-08-26 13:16:56 +02:00 |
|
keorn
|
99a143eb37
|
change broadcast interface, add basic message handling
|
2016-08-23 17:19:23 +02:00 |
|
arkpar
|
207f9d02f2
|
Started inf networking
|
2016-08-23 15:52:05 +02:00 |
|
Nikolay Volf
|
46f029e65c
|
Use explicit global namespaces in codegen (#1928)
* ipc as a deault feature
* first part of purge
* second part of ns purge
|
2016-08-17 15:54:24 +02:00 |
|
debris
|
e8c451ac82
|
cleaning up hash reexports
|
2016-08-03 18:05:17 +02:00 |
|
Arkadiy Paronyan
|
b007770ba8
|
Moved syncing log out of the client (#1670)
|
2016-07-20 12:36:20 +02:00 |
|
NikVolf
|
c3ef5c10a3
|
got rid of the generic parameter for ipc interface
|
2016-07-16 19:24:45 +02:00 |
|
NikVolf
|
77bbab009e
|
got rid of Arc<T> dispatch
|
2016-07-16 19:09:14 +02:00 |
|
NikVolf
|
4cb1c906b0
|
rpc dependencies relayout
|
2016-07-16 15:51:06 +02:00 |
|
Nikolay Volf
|
d3695d0b72
|
Major sync <-> client interactions refactoring (#1572)
* chain notify trait
* replaced network service with io service
* fix ethcore crate warnings
* refactored network service without generic
* ethcore fix
* ethsync refactoring
* proper linking of notify
* manage network interface
* rpc crate rebinding
* full rewire
* sync internal io service
* fix deadlock
* fix warnings and removed async io
* sync imported message propagation
* fix rpc warnings
* binart warnings
* test fixes
* rpc mocks and tests
* fix util doctest
* fix message name and removed empty notifier
* pointers mess & dark mode fixed
* fixed sync doctest
* added few warnings
* fix review
* new convention match
* fix error unwraps
* doctest fix
|
2016-07-11 17:02:42 +02:00 |
|