openethereum/ethcore/src
Nikolay Volf 1acc8031ce Stratum up (#4233)
* flush work

* flush work

* flush work

* flush work

* generalized notifiers

* general setup with modules

* general setup with modules

* all binded

* catch up with master

* all dependencies injected

* stratum another up

* tcp update

* submitwork routine

* finalize & fix warnings

* merge bugs, review fixes

* merge bugs, review fixes

* new cli mess cleanup

* usage.txt swap

* flush work

* cli adopt

* compilation with new cli sorted

* subid space in json

* serialization issues

* grumbles addressed

* more grumbles

* remove last_work note for now

* fix compilation

* fix tests

* merge bugs

* no obliged ipc

* moving notifiers

* no optional feature now

* refactored again

* working on tests

* refactor to new tcp/ip

* stratum lib ok

* ethcore crate ok

* wip on tests

* final test working

* fix warnings, \n-terminated response

* new compatibility

* re-pushing work once anybody submitted

* various review and general fixes

* reviewe fixes

* remove redundant notifier

* one symbol -> huge bug

* ensure write lock isn't held when calling handlers

* extern declarations moved

* options to stratum mod, SocketAddr strongly-typed instantiation

* Minor style fix.

* Whitespace and phrasing

* Whitespace
2017-01-25 11:03:36 +01:00
..
account_provider Better error messages for PoA chains 2017-01-04 12:50:50 +01:00
blockchain Chain scoring (#4218) 2017-01-23 17:27:11 +03:00
blooms Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
client ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00
engines Generic engine utilities (#4258) 2017-01-24 22:03:03 +01:00
ethereum Chain scoring (#4218) 2017-01-23 17:27:11 +03:00
evm Additional logs for own transactions (#4278) 2017-01-24 19:18:52 +00:00
json_tests UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
migrations Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
miner Stratum up (#4233) 2017-01-25 11:03:36 +01:00
snapshot Chain scoring (#4218) 2017-01-23 17:27:11 +03:00
spec ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00
state UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
tests Chain scoring (#4218) 2017-01-23 17:27:11 +03:00
trace Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
types Memory-based pruning history size (#4114) 2017-01-20 13:25:53 +01:00
verification Light protocol syncing improvements (#4212) 2017-01-20 12:41:59 +01:00
views UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
account_db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
action_params.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
basic_types.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
block.rs Logging transaction duration (#4297) 2017-01-25 11:02:03 +01:00
builtin.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
cache_manager.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
env_info.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
error.rs ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00
executive.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
externalities.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
factory.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
header.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
lib.rs Stratum up (#4233) 2017-01-25 11:03:36 +01:00
pod_account.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_state.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
service.rs Stratum up (#4233) 2017-01-25 11:03:36 +01:00
state_db.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00