openethereum/ethcore/src
André Silva 610f6f1425 [Beta] Backports (#8136)
* Support parity protocol. (#8035)

* updater: apply exponential backoff after download failure (#8059)

* updater: apply exponential backoff after download failure

* updater: reset backoff on new release

* Max code size on Kovan (#8067)

* Enable code size limit on kovan

* Fix formatting.

* Limit incoming connections.  (#8060)

* Limit ingress connections
* Optimized handshakes logging

* WASM libraries bump (#7970)

* update wasmi, parity-wasm, wasm-utils to latest version

* Update to new wasmi & error handling

* also utilize new stack limiter

* fix typo

* replace dependency url

* Cargo.lock update

* add some dos protection (#8084)

* revert removing blooms (#8066)

* Revert "fix traces, removed bloomchain crate, closes #7228, closes #7167"

This reverts commit 1bf62038678295e5586f02a38a0c5aab9a9efe62.

* Revert "fixed broken logs (#7934)"

This reverts commit f8a2e53f3e.

* fixed broken logs

* bring back old lock order

* remove migration v13

* revert CURRENT_VERSION to 12 in migration.rs

* more dos protection (#8104)

* Const time comparison (#8113)

* Use `subtle::slices_equal` for constant time comparison.

Also update the existing version of subtle in `ethcrypto` from
0.1 to 0.5

* Test specifically for InvalidPassword error.

* fix trace filter returning returning unrelated reward calls, closes #8070 (#8098)

* network: init discovery using healthy nodes (#8061)

* network: init discovery using healthy nodes

* network: fix style grumble

* network: fix typo

* Postpone Kovan hard fork (#8137)

* ethcore: postpone Kovan hard fork

* util: update version fork metadata

* Disable UI by default. (#8105)

* dapps: update parity-ui dependencies (#8160)
2018-03-19 21:40:56 +01:00
..
account_provider Fix wallet import (#7873) 2018-02-14 14:21:58 +01:00
blockchain [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
blooms [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
client [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
engines improve quality of vote_collector module (#7984) 2018-02-27 18:29:43 +01:00
ethereum Beta backports (#8053) 2018-03-14 12:31:31 +01:00
json_tests Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
miner ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
snapshot [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
spec [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
state clean up account fmt::Debug (#7983) 2018-02-27 18:37:36 +01:00
tests ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
trace [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
verification [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
views remove wildcard imports from views, make tests more idiomatic (#7986) 2018-02-23 20:01:33 +01:00
account_db.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
block.rs ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
builtin.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
encoded.rs bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
error.rs bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
executed.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
executive.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
externalities.rs Std-json format for VM traces (#7262) 2018-01-18 10:32:22 +01:00
factory.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
header.rs removed redundant ethcore/basic_types.rs (#7584) 2018-01-17 10:35:43 +01:00
lib.rs [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
machine.rs [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
pod_account.rs removed redundant PodAccount::new method (#7928) 2018-02-19 10:58:04 +01:00
pod_state.rs clean up account fmt::Debug (#7983) 2018-02-27 18:37:36 +01:00
service.rs Replace RandomTempDir with tempdir::Tempdir (#7624) 2018-01-19 17:32:53 +01:00
state_db.rs separated ethcore_migrations from ethcore (#7586) 2018-01-17 22:11:13 +01:00
tx_filter.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00