Robert Habermeier
6fb54f4c9d
remove extraneous braces in ExecutionError Display impl
2016-05-22 12:47:42 -04:00
Robert Habermeier
1251315b28
use fmt::Display in die_with_io_error printing
2016-05-22 12:43:21 -04:00
Robert Habermeier
5d997ef099
address match style concerns
2016-05-22 12:41:45 -04:00
Arkadiy Paronyan
f738f5e032
Merge pull request #1123 from ethcore/fixstyling
...
Fix styling - don't mix spaces with tabs!!!
2016-05-22 13:41:41 +02:00
Gav Wood
0c4cd00c1f
Fix styling - don't mix spaces with tabs!!!
2016-05-22 12:42:22 +02:00
Gav Wood
c8d2237f0a
Fix is_syncing so it's false as long as the update is trivial. ( #1122 )
2016-05-22 11:47:17 +02:00
Gav Wood
b53d0050dd
Relock unlocked accounts after first use ( #1120 )
...
* Add `SecretStore::unlock_account_temp` function.
* Test for relocking accounts.
2016-05-21 22:23:16 +02:00
Gav Wood
9f84326ca7
Avoid importing keys into wrong place. ( #1119 )
...
* Avoid importing keys into wrong place.
- Now a `--no-import-keys` option;
- `--testnet` now alters the import location for keys and the store path.
Fixes #1112 and #1089 .
* Avoid double-bools.
2016-05-21 18:46:18 +02:00
Gav Wood
9706f78a09
Merge branch 'master' of github.com:ethcore/parity
2016-05-21 17:26:03 +02:00
Marek Kotewicz
e952d62950
Merge pull request #1118 from ethcore/implementreceiptgasused
...
Implement receipt's gasUsed field
2016-05-21 16:30:40 +02:00
Gav Wood
33e7f5e390
Merge branch 'master' of github.com:ethcore/parity
2016-05-21 15:30:44 +02:00
Tomasz Drwięga
f8553ef90a
New dapps & query parameter handling ( #1113 )
...
* DAO dapp
* Adding Maker OTC dapp
* Updating makerotc to contain topbar
* Updating daodapp
* Bumping versions after authors has been updated
* Adding webapps to tests
* Enabling all accounts in wallet
2016-05-21 15:27:55 +02:00
Gav Wood
828bf7cb9e
Make receipt's gasUsed property work properly.
...
Fixes #1111
2016-05-21 14:49:21 +02:00
Gav Wood
399dfc4c2e
Merge remote-tracking branch 'origin/master'
2016-05-21 14:49:09 +02:00
Robert Habermeier
3cba91bdd5
alter die_with_error to use fmt::Display, not Debug
2016-05-20 18:13:30 -04:00
Robert Habermeier
a7d7cb9ecb
add Display impl for ethcore::Error, UtilError
2016-05-20 18:13:16 -04:00
Robert Habermeier
b0452cf309
add DIsplay impl for ExecutionError, CryptoError, and NetworkError
2016-05-20 18:12:51 -04:00
Robert Habermeier
5e1229366d
add Display impl for Mismatch
2016-05-20 15:27:20 -04:00
Robert Habermeier
cf9b6e9e07
Add Display impl for OutOfBounds
2016-05-20 15:19:26 -04:00
Marek Kotewicz
852155959d
Merge pull request #1098 from ethcore/trace_err
...
pretty print trace error
2016-05-19 18:00:39 +02:00
Marek Kotewicz
f383af093c
Merge pull request #1095 from ethcore/sync-hashes
...
New syncing strategy
2016-05-19 17:59:53 +02:00
arkpar
ca6c91f591
New sync algorithm
2016-05-19 16:16:11 +02:00
debris
5ec096d57e
Fixed ethcore-rpc compilation errors.
2016-05-19 15:48:40 +02:00
Nikolay Volf
dfac17538f
ethcore-db crate ( #1097 )
...
* trait
* implentated, lifetime issue still
* full api
* test mod
* working open
* get/retrieve
* fix warnings and bug
* working serialization of &[u8] parameters
* client attributes
* fix empty payload ser/de
* [ci skip] debug assert out
* extra deserialization test
* extra serialization test
* extra serialization test
* serialization fixes, nupdate rocksdb
* open test working
* result bug & remove some scaffolds
* fix warnings
* more simple tests
* consistent quotes
* get rid of dedicated is_open flag
* hashmap -> btreemap
2016-05-19 14:36:15 +02:00
debris
95365670e4
Merge branch 'master' of github.com:ethcore/parity into trace_err
2016-05-19 14:15:05 +02:00
Nikolay Volf
1946346711
Merge pull request #1107 from ethcore/defaultarchive
...
Fix the default for pruning.
2016-05-19 14:06:39 +03:00
Nikolay Volf
f084399d4b
Merge pull request #1105 from ethcore/consistent_db
...
Make Id/ID and db/Db/DB usage consistent
2016-05-19 12:49:31 +03:00
Gav Wood
bfdbff5ac7
basic pruning method still experimental.
2016-05-19 11:40:43 +02:00
debris
506ca15a15
Merge branch 'master' of github.com:ethcore/parity into trace_err
2016-05-19 11:07:53 +02:00
debris
634679966e
Make Id/ID and db/Db/DB usage consistent
2016-05-19 11:00:32 +02:00
Gav Wood
306315e3e5
Default to archive mode.
2016-05-19 10:03:45 +02:00
Gav Wood
0ac41975a4
Merge branch 'master' of github.com:ethcore/parity
2016-05-19 10:03:31 +02:00
Marek Kotewicz
7d873b2c81
Merge pull request #1091 from ethcore/miner-spec-refact
...
Miner holds it's own copy of spec/engine
2016-05-19 09:40:30 +02:00
Marek Kotewicz
bb56c5827b
Merge pull request #1101 from ethcore/apps-api
...
Apps listing API & Home webapp.
2016-05-19 09:38:43 +02:00
Nikolay Volf
6c6bbe9c57
Merge branch 'master' into miner-spec-refact
...
Conflicts:
ethcore/src/client/client.rs
ethcore/src/client/mod.rs
ethcore/src/client/test_client.rs
miner/src/miner.rs
2016-05-19 03:51:05 +03:00
debris
7f0d1173ba
fixed weird line breaking
2016-05-19 01:05:24 +02:00
debris
55ebab2392
Merge branch 'master' of github.com:ethcore/parity into trace_err
2016-05-19 01:03:55 +02:00
Marek Kotewicz
6cff58055d
CLI option for using JITEVM ( #1103 )
...
* easily configurable vm (in progress)
* completely removed vm_factory from engine
* --jitvm command line flag
2016-05-19 00:44:49 +02:00
Gav Wood
46f3b5f913
Fix up the seal fields in RPC output. ( #1096 )
...
Make Ethash::extra_info() work.
Seal fields now decode the RLP.
2016-05-19 00:41:41 +02:00
debris
8f6febae18
fixed docs compilation error
2016-05-18 16:44:11 +02:00
debris
407f046b9c
fixed compilation errors
2016-05-18 13:49:23 +02:00
Marek Kotewicz
01db310cea
Merge pull request #1102 from ethcore/fixing-warnings
...
Fixing some warnings
2016-05-18 13:43:49 +02:00
Tomasz Drwięga
ef38d9c769
Updating idmanager
2016-05-18 12:19:40 +02:00
Tomasz Drwięga
44c29ece17
Merge branch 'master' into fixing-warnings
2016-05-18 11:59:55 +02:00
Tomasz Drwięga
b9febdda34
Home page
2016-05-18 11:54:15 +02:00
debris
57b0be2a0b
pretty print trace error
2016-05-18 11:44:55 +02:00
debris
14b6b389f2
propagate trace error to the top
2016-05-18 11:34:15 +02:00
Tomasz Drwięga
361d36f7d6
Webapps details
2016-05-17 16:55:08 +02:00
Gav Wood
53308b4deb
Merge remote-tracking branch 'origin/master'
2016-05-17 16:29:51 +02:00
Marek Kotewicz
dcc695dda5
Merge pull request #1094 from ethcore/seal_fields_fix
...
fixed incorrect decoding of header seal_fields. added tests. #1090
2016-05-17 11:47:07 +02:00