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 |
|
Nikolay Volf
|
fb4582a90e
|
wasmi interpreter (#7796)
|
2018-02-05 20:59:27 +01:00 |
|
Alexey
|
d927320719
|
[WASM] mem_cmp added to the Wasm runtime (#7539)
* mem_cmp added to the Wasm runtime
* schedule.wasm.mem_copy to schedule.wasm.mem_cmp for mem_cmp
|
2018-01-15 18:24:24 +04:00 |
|
Nikolay Volf
|
82340c058a
|
Wasm runtime update (#7356)
* call augmented, wasm-tests updated
* fix all call tests
* fix comments
|
2017-12-22 21:54:35 +03:00 |
|
Sergey Pepyakin
|
359b4de3ff
|
WASM Remove blockhash error (#7121)
* Remove blockhash error
* Update tests.
|
2017-11-26 23:18:58 +03:00 |
|
Sergey Pepyakin
|
7564b05572
|
Make storage_read/write return nothing
|
2017-11-21 17:03:13 +03:00 |
|
Sergey Pepyakin
|
bcdfc50a0b
|
pwasm-std update (#7018)
|
2017-11-13 00:21:15 +03:00 |
|
NikVolf
|
bed82e5cc0
|
elog (events) for wasm runtime
|
2017-11-05 18:54:35 +03:00 |
|
fro
|
6956d218b5
|
address balance extern provided for wasm
|
2017-10-04 19:09:18 +03:00 |
|
Nikolay Volf
|
4260910db6
|
WASM Runtime refactoring (#6596)
* refactoring to new pwasm-std
* pass reference
* remove ref
* missing underscores
|
2017-10-04 13:15:59 +02:00 |
|
Nikolay Volf
|
ee14a3fb31
|
WASM runtime update (#6467)
* refactor to new parity-wasm
* more errors refactoring
* final test
* update tests
* fix merge bugs
|
2017-09-10 18:02:31 +02:00 |
|
Nikolay Volf
|
9e4c122cf3
|
WASM math test (#6305)
* wasm tests initial
* fix bug in bitswap
|
2017-08-20 12:02:59 +08:00 |
|
Nikolay Volf
|
4ab607d4de
|
wasm-std refactoring (#6278)
|
2017-08-14 12:33:52 +03:00 |
|
NikVolf
|
017430e803
|
fixed evm tests
|
2017-08-01 14:33:49 +03:00 |
|
Nikolay Volf
|
b7006034b1
|
Decouple virtual machines (#6184)
* work in progress for splitting vms
* evm working
* Evm -> Vm
* wasm converted
* ethcore working
* test fixes
|
2017-08-01 13:37:57 +03:00 |
|