- Aug 29, 2017
-
-
Arkadiy Paronyan authored
-
- Aug 28, 2017
-
-
* Initial version of state tests. * Refactor state to support tracing. * Unify TransactResult. * Add test.
-
Tomasz Drwięga authored
* Node-health to a separate crate. * Initialize node_health outside of dapps. * Expose health over RPC. * Bring back 412 and fix JS. * Add health to workspace and tests. * Fix compilation without default features. * Fix borked merge. * Revert to generics to avoid virtual calls. * Fix node-health tests. * Add missing trailing comma.
-
Marek Kotewicz authored
-
- Aug 25, 2017
-
-
GitLab Build Bot authored
-
- Aug 22, 2017
-
-
- Aug 21, 2017
-
-
GitLab Build Bot authored
-
- Aug 20, 2017
-
-
Marek Kotewicz authored
* rlp_derive * RlpEncodableWrapper, RlpDecodableWrapper * use rlp_derive in parity * fixed broken transaction Action serialization
-
- Aug 18, 2017
-
-
GitLab Build Bot authored
-
- Aug 17, 2017
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
- Aug 13, 2017
-
-
GitLab Build Bot authored
-
- Aug 10, 2017
-
-
GitLab Build Bot authored
-
- Aug 09, 2017
-
-
GitLab Build Bot authored
-
Marek Kotewicz authored
-
Svyatoslav Nikolsky authored
-
- Aug 08, 2017
-
-
* Bump master to 1.8.0 * Use jsonrpc-core to avoid breaking master * Update Cargo.lock
-
- Aug 07, 2017
-
-
* do not cache ACL storage contract * when error comes before initialization * initial KeyServerSet commit * update_nodes_set in maintain * do not connect to self * fixed connection establishing * removed println * improved KeyServerSet tracing * moved parsing to KeyServerSet * re-read only when blockchain is changed * do not try to connect if not a part of cluster * improved logging * fixed tests
-
GitLab Build Bot authored
-
Marek Kotewicz authored
-
GitLab Build Bot authored
-
- Aug 04, 2017
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
- Aug 02, 2017
-
-
* chainspec validation * better error formatting for chainspec * lint validate_chainspecs.sh * quit takes &str instead of S: AsRef<str> * push CI * don't double check spec validity
-
- Aug 01, 2017
-
-
GitLab Build Bot authored
-
Marek Kotewicz authored
-
Nikolay Volf authored
* work in progress for splitting vms * evm working * Evm -> Vm * wasm converted * ethcore working * test fixes
-
- Jul 31, 2017
-
-
GitLab Build Bot authored
-
asynchronous rob authored
* move common forks and parameters to common params * port specs over to new format * fix RPC tests
-
- Jul 29, 2017
-
-
Marek Kotewicz authored
-
- Jul 28, 2017
-
-
Joseph Mark authored
* Add checks for additional reserved ip addresses 100.64.0.0/10 and 240.0.0.0/4 are both reserved but not currently filtered. * Add check for special purpose addresses 192.0.0.0/24 - Used for the IANA IPv4 Special Purpose Address Registry * Refactor ip_utils (#5872) * Add checks for all ipv4 special use addresses * Add comprehensive ipv4 test cases * Refactor Ipv6 address checks (#5872) * Refactor AllowIP (#5872) * Add IpFilter struct to wrap predefined filter (AllowIP) with custom allow/block filters. * Refactor parsing of --allow-ips to handle custom filters. * Move AllowIP/IpFilter from ethsync to ethcore-network where they are used. * Revert Cargo.lock * Tests for custom ip filters (#5872) * Add "none" as a valid argument for --allow-ips to allow narrow custom ranges, eg.: --allow-ips="none 10.0.0.0/8" * Add tests for parsing filter arguments and node endpoints. * Add ipnetwork crate to dev dependencies for testing. * Add ipv6 filter tests (#5872) * Revert parity-ui-precompiled to master * Fix minor detail in usage.txt (#5872) * Spaces to tabs * Rename IpFilter::new() to ::default() * Small readability improvements * Test (#5872) * Revert "Test (#5872)" This reverts commit 7a8906430a6dad633fe29df3dca57f1630851fa9.
-
- Jul 27, 2017
-
-
GitLab Build Bot authored
-
- Jul 25, 2017
-
-
Svyatoslav Nikolsky authored
-
GitLab Build Bot authored
-
- Jul 24, 2017
-
-
NikVolf authored
-
-
- Jul 21, 2017
-
-
GitLab Build Bot authored
-
GitLab Build Bot authored
-
Joseph Mark authored
-