Afri
72fa6a79a2
Add GitHub issue templates. ( #6259 )
...
* Prepare GH templates for contributors
* Add GH issue template
* Add homebrew as option
2017-08-09 08:43:40 +02:00
Marek Kotewicz
e7a7bd6695
Merge pull request #6241 from paritytech/poa-proof-fix
...
format instant change proofs correctly
2017-08-08 20:58:26 +02:00
Marek Kotewicz
80db43442e
Merge pull request #6231 from paritytech/price_info_util
...
price-info does not depend on util
2017-08-08 20:56:12 +02:00
Marek Kotewicz
f2929f3b19
Merge pull request #6233 from paritytech/native_contracts_util
...
native-contracts crate does not depend on util any more
2017-08-08 20:55:36 +02:00
Afri
afbda7baa8
Bump master to 1.8.0 ( #6256 )
...
* Bump master to 1.8.0
* Use jsonrpc-core to avoid breaking master
* Update Cargo.lock
2017-08-08 20:18:00 +02:00
Svyatoslav Nikolsky
872e5537bb
SecretStore: do not cache ACL contract + on-chain key servers configuration ( #6107 )
...
* 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
2017-08-07 18:54:05 +02:00
Afri
a20892e5e6
Fix the README badges ( #6229 )
...
* Update README.md
* Set latest release to 1.7
2017-08-07 18:12:00 +02:00
GitLab Build Bot
67ccfa1da1
[ci skip] js-precompiled 20170807-093816
2017-08-07 09:43:01 +00:00
Marek Kotewicz
bdeea80032
Merge pull request #6248 from paritytech/tiny_keccak_up
...
updated tiny-keccak to 1.3
2017-08-07 10:58:36 +02:00
debris
455ecf700c
updated tiny-keccak to 1.3
2017-08-07 10:06:02 +02:00
GitLab Build Bot
82f90085ee
[ci skip] js-precompiled 20170807-004826
2017-08-07 00:53:11 +00:00
Robert Habermeier
66ab102111
Merge pull request #6244 from pietervdvn/master
...
Small grammatical error
2017-08-07 02:15:06 +02:00
Pieter Vander Vennet
2adc25eec7
Merge pull request #1 from pietervdvn/pietervdvn-patch-1
...
Fixed typo (s/seems is/seems)
2017-08-06 18:35:19 +02:00
Pieter Vander Vennet
ee07bf29ce
Fixed typo (s/seems is/seems)
2017-08-06 18:33:54 +02:00
Robert Habermeier
e43b1084c3
format instant change proofs correctly
2017-08-04 21:43:31 +02:00
Tomasz Drwięga
f157461ee1
Multi-call RPC ( #6195 )
...
* Removing duplicated pending state accessors in miner.
* Merge miner+client call.
* Multicall & multicall RPC.
* Sensible defaults.
* Fix tests.
2017-08-04 15:58:14 +02:00
debris
35bfbc39f8
native-contracts crate does not depend on util any more
2017-08-04 15:45:47 +02:00
debris
7ddfd2f030
revert fetch is_success changes
2017-08-04 14:12:27 +02:00
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