Sergey Pepyakin
3716b09b2e
Update wasm-tests
2017-11-21 17:03:14 +03:00
Sergey Pepyakin
66b2db0137
Update gas values
2017-11-21 17:03:14 +03:00
Sergey Pepyakin
7564b05572
Make storage_read/write return nothing
2017-11-21 17:03:13 +03:00
Jaco Greeff
17df58b767
Add localUrl to serialization
2017-11-21 15:02:54 +01:00
Marek Kotewicz
2650154cd7
Merge pull request #7097 from paritytech/panic-payload-with-msg
...
WASM parse payload from panics
2017-11-21 15:01:32 +01:00
Sergey Pepyakin
3e4e00fc6a
spaces to tabs.
2017-11-21 15:39:34 +03:00
Marek Kotewicz
ab7307288b
Merge pull request #7096 from paritytech/td-nodef-features
...
Fix no-default-features.
2017-11-21 13:10:57 +01:00
Jaco Greeff
e67b05e632
Use query-string for search parsing
2017-11-21 12:31:34 +01:00
Robert Habermeier
d105bc272e
Merge pull request #7090 from paritytech/updated-secp256k1
...
updated eth-secp256k1
2017-11-20 22:36:30 +01:00
Svyatoslav Nikolsky
76e693240d
fix after merge
2017-11-20 20:02:03 +03:00
Svyatoslav Nikolsky
b5fad300ba
Merge branch 'master' into secretstore_kovan
2017-11-20 19:58:01 +03:00
Svyatoslav Nikolsky
af409eba07
SecretSTore: fix after merge from secretstore_kovan_1_8
2017-11-20 19:41:53 +03:00
Svyatoslav Nikolsky
32edb33608
removed some TODOs
2017-11-20 19:03:48 +03:00
Svyatoslav Nikolsky
01d6532875
SecretStore: fixed Ordering
2017-11-20 19:03:39 +03:00
Svyatoslav Nikolsky
3945a29ee6
SecretStore: mapping requests to KeyServer + requests retry
2017-11-20 19:03:31 +03:00
Svyatoslav Nikolsky
6618827d1a
SecretStore: cleaning up service contract listener
2017-11-20 19:03:22 +03:00
Svyatoslav Nikolsky
56875a83b3
SecretStore: Kovan flush2
2017-11-20 19:03:06 +03:00
Nikolay Volf
9798e3c45a
Update panic_payload.rs
2017-11-20 18:12:31 +03:00
Jaco Greeff
73dcde65aa
localUrl only from manifest
2017-11-20 15:11:12 +01:00
Jaco Greeff
ac722e9e50
Add appId as needed to local dapps
2017-11-20 13:37:52 +01:00
Jaco Greeff
d8e86cfe0a
Add to all icon_url places
2017-11-20 13:37:23 +01:00
Kirill Pimenov
8d06e19b70
Merge pull request #7099 from paritytech/a5-docs-gitemplates
...
Improve Github Issue Template
2017-11-20 13:25:18 +01:00
5chdn
3d68051a1f
Remove seperator that causes issue descriptions to become headlines sometimes
2017-11-20 13:23:44 +01:00
5chdn
5a20a826c4
Improve Github Issue Template: IT CROWD approved version.
2017-11-20 13:07:53 +01:00
Jaco Greeff
6fe361b382
Allow localUrl in manifest
2017-11-20 12:05:03 +01:00
Sergey Pepyakin
3d0616c1ae
Parse payload from panic
...
Impl payload
empty str is none
Update tests
Clean
Update wasm-tests
2017-11-20 13:09:57 +03:00
Tomasz Drwięga
4f5d73c945
Fix no-default-features.
2017-11-20 11:02:48 +01:00
debris
7dc7a673f0
updated eth-secp256k1
2017-11-18 22:14:57 +00:00
Robert Habermeier
4a6b103f0e
Merge pull request #7020 from paritytech/upload-crates
...
Changes necessary to upload crates to crates.io
2017-11-18 16:22:21 +01:00
Robert Habermeier
6fabb56104
fix tests on patricia-trie
2017-11-17 17:12:12 +01:00
Robert Habermeier
81212c5031
Merge branch 'master' into upload-crates
2017-11-17 16:42:41 +01:00
Marek Kotewicz
3c82a0d162
Merge pull request #7048 from paritytech/efyang
...
reopened 6860 - iterate over both buffered and unbuffered database entries
2017-11-16 17:49:02 +01:00
Svyatoslav Nikolsky
e16f6fb9d9
SecretStore: servers set change session api ( #6925 )
...
* SecretStore: first key versions flush
* SecretStore: key versions in encryption session
* SecretStore: flush key versions negotiation session
* SecretStore: connected key version negotiation session to cluster
* SecretStore: cluster sessions container refactoring
* SecretStore: flush
* SecretStore: flush key versions
* SecretStore: flush
* SecretStore: delegation proto
* SecretStore: decryption_session_is_delegated_when_node_does_not_have_key_share
* SecretStore: fixed version in decryption session
* SecretStore: signing_session_is_delegated_when_node_does_not_have_key_share
* SecretStore: started restoring admin sessions
* SecretStore: restoring admin sessions
* SecretStore: removed obsolete ShareRemove && ShareMove sessions
* SecretStore: ShareAdd math tests only require old_t+1 nodes
* SecretStore: ShareAdd revamp using new math backend
* SecretStore: do not include isolated nodes into consensus_group
* SecretStore: ServersSetChange + ShareAdd revamp
* removed debug printlns
* SecretStore: key version negotiation tests
* SecretStore: removed debug/merge artifacts
* SecretStore: fixed master node selection
* SecretStore: cleanup + tests + fixes
* SecretStore: uncommented tests
* SecretStore: cleaning up
* SecretStore: cleaning up + tests
* SecretStore: cleaning up
* SecretStore: cleaning up && tests
* SecretStore: fixing TODOs
* SecretStore: fixing TODOs + cleanup
* SecretStore: fixing TODOs
* SecretStore: nodes_add_to_the_node_with_obsolete_version
* SecretStore: nodes_add_fails_when_not_enough_share_owners_are_connected
* SecretStore: tests
* SecretStore: signing && delegation tests
* SecretStore: signing && decryption tests when some nodes are isolated
* SecretStore: sessions_are_removed_when_initialization_fails
* SecretStore: ceaning up
* SecretStore: removed obsolete comments
* SecretStore: signing_session_completes_if_node_does_not_have_a_share
* SecretStore: initial ServersSetChange API
* SecretStore: added secretstore_signServersSet RPC
* SecretStore: ChangeServersSet parse tests
* SecretStore: fixes after manual ServersSetChange tests
* lost file
* fixed network ports overlap in tests
* lost files
2017-11-16 17:34:23 +01:00
Wei Tang
b35cc3f716
Change reward calculation to only use divide once
2017-11-16 12:34:04 +08:00
Wei Tang
2ca57d7cdb
ECIP-1039: Monetary policy rounding specification
...
Fix potential rounding errors between geth and parity in the long-term future.
2017-11-16 12:25:05 +08:00
Marek Kotewicz
605cd5cd9f
Merge pull request #7006 from paritytech/no-uncles
...
Disable uncles by default
2017-11-15 23:51:49 +01:00
Marek Kotewicz
0230a44b15
Merge pull request #7040 from paritytech/squashed_network_error_chain
...
squashed ethcore-network changes which introduce error-chain
2017-11-15 18:18:25 +01:00
Marek Kotewicz
fdc045327a
Merge pull request #7057 from paritytech/dep_cleanup
...
removed redundant imports
2017-11-15 18:14:04 +01:00
GitLab Build Bot
a98652bef6
[ci skip] js-precompiled 20171115-103846
2017-11-15 10:50:45 +00:00
Afri Schoedon
95d3741e32
CHANGELOG for 1.7.8, 1.7.9, 1.8.2, and 1.8.3 ( #7055 )
...
* Update changelog for 1.7.8 stable
* Update changelog for 1.7.9 stable
* Improve wording in Changelog
* Update changelog for 1.8.2 beta
* Update changelog for 1.8.3 beta
2017-11-15 11:29:07 +01:00
Jaco Greeff
0bf48e94cc
Properly display Signer errors (Snackbar display popup) ( #7053 )
...
* Update to fixed @parity/ui (Errors component)
* Update ParityBar radius to align with Snackbar/Errors
* Update to latest @parity/ui
* Update dependencies @parity/signer-plugin-*
* Really pull in @parity/signer-plugin-* deps
2017-11-15 11:28:42 +01:00
Denis S. Soldatov aka General-Beck
cab5b09591
update icon for desktop
2017-11-14 22:45:14 +03:00
Denis S. Soldatov aka General-Beck
920e4ae1e2
Merge pull request #7059 from elopio/snap-desktopfile
...
Add the desktop file for the snap
2017-11-14 22:43:59 +03:00
Leo Arias
4dd3097493
Add the desktop file for the snap
...
Now that we have added plugs to allow accessing the display, the snap needs
a desktop file. And bonus point, it will appear on the menu when it's
installed, and once you make a stable relase, it will appear in the gnome
software center app! So, one-click install for parity :)
Closes : #7056
2017-11-14 19:30:35 +00:00
debris
a22c48b6b0
removed redundant imports
2017-11-14 17:47:41 +01:00
Marek Kotewicz
e6048e4a34
Merge pull request #7054 from paritytech/allocate_with_zeroes
...
Small performance gain in allocations
2017-11-14 15:48:11 +01:00
Marek Kotewicz
5a76d35ca8
Merge pull request #7051 from paritytech/td-jsonrpc-bump
...
Bump JSON-RPC version
2017-11-14 15:43:26 +01:00
Marek Kotewicz
dd7177dbb2
Merge pull request #7025 from paritytech/fix-nonce-reservation
...
Fix nonce reservation
2017-11-14 13:44:52 +01:00
Marek Kotewicz
cc184d5206
Merge pull request #7052 from paritytech/fix_ethstore_cli_output
...
Fixed ethstore-cli output
2017-11-14 13:44:11 +01:00
debris
4d7c31540e
static linking for snappy
2017-11-14 13:20:36 +01:00