debris
f72196f1bb
a bit more idiomatic price-info
2017-08-04 13:39:57 +02:00
debris
63f8cc3503
price-info does not depend on util
2017-08-04 13:06:01 +02:00
Marek Kotewicz
62153b1ff0
Merge pull request #6223 from paritytech/instant_seal_fix
...
InstantSeal fix
2017-08-04 12:47:05 +02:00
Robert Habermeier
ae9f35668e
Merge pull request #6227 from paritytech/rlp-check
...
Untrusted RLP length overflow check
2017-08-03 21:20:38 +02:00
NikVolf
d30e47a50e
add test
2017-08-03 21:49:40 +03:00
NikVolf
6b3f5c977a
overflow check in addition
2017-08-03 21:35:51 +03:00
debris
b0f9d73f6a
InstantSeal fix
2017-08-03 16:42:56 +02:00
Marek Kotewicz
0c7c34e609
Chainspec validation ( #6197 )
...
* 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
2017-08-02 12:50:36 +02:00
Tomasz Drwięga
8de1e92b99
Fix cache path when using --base-path ( #6212 )
2017-08-02 12:38:58 +02:00
GitLab Build Bot
191f409741
[ci skip] js-precompiled 20170801-155944
2017-08-01 16:06:06 +00:00
Marek Kotewicz
b24053f4df
Merge pull request #6187 from paritytech/split
...
removed std reexports from util && fixed broken tests
2017-08-01 17:19:02 +02:00
debris
7f85c0ce2a
Fixed evmbin
2017-08-01 16:41:33 +02:00
debris
af8c5bb31a
fix for util on linux
2017-08-01 15:53:50 +02:00
debris
a2c05123fd
Merge branch 'master' into split
2017-08-01 14:24:47 +02:00
Marek Kotewicz
5b0eeb75ef
Merge pull request #6132 from paritytech/wasm-mvp
...
WASM MVP continued
2017-08-01 14:08:58 +02:00
NikVolf
d82c2c8cc6
add targets to the CI
2017-08-01 14:42:31 +03:00
NikVolf
c1108da6e9
fixed wasm tests
2017-08-01 14:35:43 +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
debris
6e5a563c06
fixed scripts and reverted ipfs comment
2017-08-01 12:32:34 +02:00
Marek Kotewicz
c4025622de
Merge pull request #6177 from paritytech/wasm-realloc-test
...
Realloc test added
2017-08-01 11:04:59 +02:00
GitLab Build Bot
a6891e9f9f
[ci skip] js-precompiled 20170731-215156
2017-07-31 21:57:18 +00:00
debris
bfbeda4ede
fixed tests
2017-07-31 20:17:19 +02:00
debris
3c7ba5045d
Merge branch 'master' into split
2017-07-31 19:40:33 +02:00
Maciej Hirsz
46126b5fb6
Merge pull request #6196 from paritytech/mh-pubnode-extacc
...
Re-enable wallets, fixed forgetting accounts
2017-07-31 18:14:50 +02:00
maciejhirsz
2ca4adb62c
Re-enable wallets, fixed forgetting accounts
2017-07-31 17:51:23 +02:00
debris
81b57ceddb
Merge branch 'master' into split
2017-07-31 16:19:59 +02:00
fro
fe6bdc870c
realloc test contract submodule update
2017-07-31 16:54:26 +03:00
Robert Habermeier
003eef982b
Move more params to the common section. ( #6134 )
...
* move common forks and parameters to common params
* port specs over to new format
* fix RPC tests
2017-07-31 12:34:29 +02:00
kaikun213
9c5ef1f776
Merge pull request #6161 from paritytech/whisper-js
...
Whisper js
2017-07-31 11:23:52 +02:00
kaikun213
32fafd7a24
CI fix: Interface shh subscribe params
2017-07-31 10:58:49 +02:00
debris
88cc4cd17a
Merge branch 'master' into split
2017-07-29 23:44:55 +02:00
debris
48f28fe29c
fixed json_tests
2017-07-29 23:19:33 +02:00
debris
2b02651bbf
alway test --all (temporary exclude ipfs and evmjit)
2017-07-29 22:54:04 +02:00
debris
c4989ddc44
removed util::common
2017-07-29 22:49:10 +02:00
debris
eecd823d32
util reexports less std
2017-07-29 21:10:14 +02:00
Robert Habermeier
fbb9affadb
Merge pull request #6185 from Grix/master
...
typo in uninstaller
2017-07-29 18:59:47 +02:00
Gitle Mikkelsen
9f0bfa01ca
typo in uninstaller
2017-07-28 23:18:02 +02:00
Nicolas Ochem
f212ae6322
fix #6052 . honor --no-color for signer command ( #6100 )
...
* fix #6052 . honor --no-color for signer command
* replace call to paint closure with the body, apply to generate_new_token too
2017-07-28 19:07:38 +02:00
Joseph Mark
b5f1524e78
Refactor --allow-ips to handle custom ip-ranges ( #6144 )
...
* 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.
2017-07-28 19:06:39 +02:00
Afri
ad30a6899b
Update Changelog for 1.6.10 and 1.7.0 ( #6183 )
...
* Update changelog for 1.6.10
* Update changelog for 1.7.0
* Move 1.7.0 to top
* Rephrase contract warp
* Update final 1.7.0 changelog
* Update beta backports in Changelog
2017-07-28 18:15:04 +02:00
fro
e234b7fdbf
realloc test added
2017-07-28 16:38:03 +03:00
Jef
e84f308264
Fix unsoundness in ethash's unsafe code ( #6140 )
...
* Fix benchmarks
* Fix unsoundness in uses of unsafety
* Remove most uses of unsafe indexing and ptr::copy_nonoverlapping
This commit also includes a completely absurd optimisation that I
promise is an honest win. You can check the benchmarks, I barely
believe it myself.
* Add safety comment
* Add more safety comments
2017-07-28 14:26:22 +02:00
GitLab Build Bot
671ed1b9db
[ci skip] js-precompiled 20170727-163754
2017-07-27 16:42:35 +00:00
kaikun213
7a810def28
Shh documentation (jsonrpc interface)
2017-07-27 18:07:25 +02:00
Tomasz Drwięga
9902714fb4
Don't display an overlay in case the time sync check fails. ( #6164 )
...
* Small improvements to time estimation.
* Temporarily disable NTP time check by default.
2017-07-27 17:36:23 +02:00
Tomasz Drwięga
0209c6e0ff
Fix connecting to wildcard addresses. ( #6167 )
2017-07-27 17:35:05 +02:00
Robert Habermeier
d53028d0a8
Merge pull request #6162 from paritytech/fix-whisper-sub-name
...
fix subscription name
2017-07-27 15:51:47 +02:00
kaikun213
f245d66c8a
shh_subscription added
2017-07-27 15:48:49 +02:00
Jutta Steiner
98e0618750
Update SECURITY.md
2017-07-27 15:46:26 +02:00