Marek Kotewicz
|
4ef4819bf9
|
removed try_seal from MinerClient interface (#1262)
|
2016-06-13 18:51:14 +02:00 |
|
Marek Kotewicz
|
a8831fe896
|
Merge pull request #1232 from ethcore/simplified_block_opening
simplified block opening
|
2016-06-13 06:56:24 -07:00 |
|
debris
|
12a76597d4
|
Merge branch 'master' into simplified_block_opening
|
2016-06-13 15:11:14 +02:00 |
|
Arkadiy Paronyan
|
b33482ce74
|
Merge pull request #1259 from ethcore/clippy-bump
Clippy bump
|
2016-06-13 11:57:07 +02:00 |
|
Arkadiy Paronyan
|
b1849bd1ad
|
Merge pull request #1258 from ethcore/uint-fix
Fixing uint ASM macros compilation
|
2016-06-13 11:57:01 +02:00 |
|
Arkadiy Paronyan
|
7064624b6f
|
Merge pull request #1252 from ethcore/dapps-bump
Signer port returned from RPC + Topbar showing count of unconfirmed transactions.
|
2016-06-12 12:02:48 +02:00 |
|
Arkadiy Paronyan
|
7f9e8d0b48
|
Merge pull request #1250 from ethcore/codegen-unwraps
codegen - avoid unwraps leading to compilation crash
|
2016-06-12 12:02:26 +02:00 |
|
Arkadiy Paronyan
|
070aae6562
|
Merge pull request #1257 from ethcore/dapps-bump2
Dapps bump
|
2016-06-12 12:02:02 +02:00 |
|
Tomasz Drwięga
|
fca22e92ce
|
Bumping clippy
|
2016-06-12 11:26:07 +02:00 |
|
Tomasz Drwięga
|
9260d44362
|
Fixing uint ASM macros
|
2016-06-12 10:30:44 +02:00 |
|
Tomasz Drwięga
|
c2b226ec57
|
Dapps bump
|
2016-06-12 10:23:16 +02:00 |
|
NikVolf
|
833dc16040
|
cargo dev config to gitignore
|
2016-06-11 12:21:12 +03:00 |
|
Tomasz Drwięga
|
6d9baef12c
|
Bumping minimal sysui [ci skip]
|
2016-06-10 15:59:03 +02:00 |
|
Tomasz Drwięga
|
89a77149bf
|
Removing clone
|
2016-06-10 15:48:22 +02:00 |
|
Tomasz Drwięga
|
e5e238746b
|
Bumping sysui & topbar. personal_signerEnabled returns port
|
2016-06-10 15:39:34 +02:00 |
|
Tomasz Drwięga
|
036b324804
|
Bumping dapps
|
2016-06-10 15:23:18 +02:00 |
|
Arkadiy Paronyan
|
3e7d8bf1a8
|
Merge pull request #1236 from rphmeier/hash_unsafety
remove unsafety from util/hash.rs and util/bigint/uint.rs
|
2016-06-10 14:11:36 +02:00 |
|
Arkadiy Paronyan
|
e633cd2f75
|
Merge pull request #1247 from ethcore/rpc-cors-fix
Fixing CORS settings for special values: * & null.
|
2016-06-10 14:09:10 +02:00 |
|
Nikolay Volf
|
383b7a3cab
|
avoid unwraps
|
2016-06-10 09:56:13 +03:00 |
|
debris
|
2a92e10fcd
|
Merge branch 'master' of github.com:ethcore/parity into simplified_block_opening
|
2016-06-09 11:09:12 -07:00 |
|
Tomasz Drwięga
|
d54d3a2c60
|
Fixing match
|
2016-06-09 15:19:48 +02:00 |
|
Nikolay Volf
|
6e7828fa71
|
Merge pull request #1246 from ethcore/jsonsertests
JSONRPC test strings avoid using \ char
|
2016-06-09 15:48:44 +04:00 |
|
Tomasz Drwięga
|
2e52c99042
|
Fixing CORS settings
|
2016-06-09 10:02:52 +02:00 |
|
Gav Wood
|
c6369a4ae7
|
Merge branch 'master' into jsonsertests
|
2016-06-08 12:46:34 -07:00 |
|
Gav Wood
|
2e56fbad2c
|
Use nicer strings for tests.
|
2016-06-08 12:41:29 -07:00 |
|
Gav Wood
|
293d9f15d5
|
Tests for JSON serialisation of statediff/vmtrace (#1241)
* Splitting RPC Apis into more fine-grained sets
* Remove old code/comment.
* Add test for VMTrace ser.
* Add StateDiff ser test.
|
2016-06-08 12:40:55 -07:00 |
|
Marek Kotewicz
|
a72ee5c16a
|
Merge pull request #1245 from ethcore/updating-topbar
Bumping Dapps & TopBar to newest version.
|
2016-06-08 21:29:49 +02:00 |
|
Tomasz Drwięga
|
cfaa0389e1
|
Bumping dapps
|
2016-06-08 17:27:21 +02:00 |
|
Gav Wood
|
becf1d7b28
|
Merge branch 'master' into jsonsertests
|
2016-06-08 06:18:44 -07:00 |
|
Nikolay Volf
|
b4b883b341
|
keys import (#1240)
* pattern importing
* tests for import
* cli options for account import
* [options] for import also
* removed globbing
* removed glob crate refs
|
2016-06-08 06:17:37 -07:00 |
|
Tomasz Drwięga
|
be435cde99
|
Splitting RPC Apis into more fine-grained sets (#1234)
|
2016-06-07 13:52:48 -07:00 |
|
Gav Wood
|
c5d8f5e136
|
Add StateDiff ser test.
|
2016-06-07 12:44:57 -07:00 |
|
Gav Wood
|
446c9096f4
|
Add test for VMTrace ser.
|
2016-06-07 12:30:44 -07:00 |
|
Gav Wood
|
5397da0c93
|
Remove old code/comment.
|
2016-06-07 12:30:35 -07:00 |
|
Robert Habermeier
|
13968aaa38
|
Refactor triedb constructors to error on invalid state root (#1230)
* add TrieError, refactor Trie DB creation
* remove Result type alias due to glob import conflicts
* fix fallout in state.rs
* add debug, display impl for TrieError
* fix fallout in account.rs
* ethcore::Error::TrieError variant
* fix remaining fallout in ethcore crate
* added From<TrieError> impl for Error, removed map_err calls
* fix test breakages
* fix doc tests
* update docs
[ci skip]
|
2016-06-07 11:44:09 -07:00 |
|
Gav Wood
|
2abe8cc5dd
|
Merge branch 'master' into apis-split
|
2016-06-07 10:42:09 -07:00 |
|
Tomasz Drwięga
|
fdc22db3f4
|
Signer RPC method to check if signer is enabled (#1238)
* API to check if signer is enabled
* Fixing compilation warnings
|
2016-06-07 10:33:32 -07:00 |
|
Tomasz Drwięga
|
bf9173e673
|
Fixing signer behaviour when confirming transaction with wrong password. (#1237)
* Avoid removing transactions when trying to confirm and the password is invalid
* Fix order
|
2016-06-07 08:25:01 -07:00 |
|
Tomasz Drwięga
|
f61ee1a5f1
|
SystemUIs authorization (#1233)
* Initial implementation of AuthCodeStore for SystemUIs
* SystemUIs authorization
* Renaming SystemUI -> SignerUI
* Fixing clippy warnings
* Lowering time threshold
* Bumping sysui
* Fixing test
|
2016-06-07 08:21:19 -07:00 |
|
Nikolay Volf
|
e6d141e14f
|
fixed path for testnet config (#1231)
|
2016-06-07 08:14:03 -07:00 |
|
Robert Habermeier
|
5168a1c851
|
remove some unsafety from uint.rs
|
2016-06-07 16:42:07 +02:00 |
|
Robert Habermeier
|
db869fcdd1
|
remove unnecessary reference
|
2016-06-07 16:18:50 +02:00 |
|
Robert Habermeier
|
e46c9f67ab
|
remove outdated comments
|
2016-06-07 16:16:23 +02:00 |
|
Robert Habermeier
|
482fe3b211
|
fixed indentation
|
2016-06-07 16:11:34 +02:00 |
|
Robert Habermeier
|
9ae93d6962
|
remove unsafety from util/hash.rs
|
2016-06-07 16:04:26 +02:00 |
|
Nikolay Volf
|
ef39eed12f
|
Merge pull request #1225 from ethcore/serdestatediff
StateDiff and VMTrace uses serde preprocessor.
|
2016-06-07 15:06:50 +04:00 |
|
Tomasz Drwięga
|
62e37aef8f
|
Splitting RPC Apis into more fine-grained sets
|
2016-06-07 13:01:37 +02:00 |
|
Gav Wood
|
3db2328f52
|
Merge branch 'txtracingforcall' into serdestatediff
|
2016-06-06 19:24:07 -07:00 |
|
Gav Wood
|
4efd658577
|
Merge branch 'master' into txtracingforcall
|
2016-06-06 19:19:32 -07:00 |
|
Gav Wood
|
0cb1affd48
|
Use serialize framework for VMTrace JSON.
|
2016-06-06 15:18:38 -07:00 |
|