Tomasz Drwięga
28545d706f
Empty trusted signer crate with it's general purpose
2016-05-26 16:43:04 +02:00
Marek Kotewicz
3a5e7fc2ed
Merge pull request #1147 from ethcore/fixed_pending_transactions
...
fixed pending transactions
2016-05-26 15:53:36 +02:00
Marek Kotewicz
94ec245187
Merge pull request #1148 from ethcore/fixing-warnings
...
Fixing clippy warnings
2016-05-26 13:44:19 +02:00
debris
6fd9780e60
do not clone pending transaction hashes
2016-05-26 12:44:17 +02:00
Tomasz Drwięga
5b0c936fee
Fixing clippy warnings
2016-05-26 11:49:58 +02:00
debris
f811fdc2cd
fixed pending transactions
2016-05-26 11:42:27 +02:00
Arkadiy Paronyan
32298cad6b
Merge pull request #1143 from rphmeier/raw-mut-sig
...
correct signature of SecTrieDB::raw_mut
2016-05-25 23:10:27 +02:00
Robert Habermeier
e24ab5a4f1
correct signature of SecTrieDB::raw_mut
...
&mut T is invariant over its type parameter, so we need to specify the trait's lifetime explicitly rather than coerce it to the elided lifetime
2016-05-25 17:10:01 +02:00
Tomasz Drwięga
fa6b35ec8d
Bumping clippy. Fixing warnings ( #1139 )
...
* Bumping clippy. Fixing warnings
* Removing unused import
* Fixing complexity and arguments warning on two functions
2016-05-25 17:03:58 +02:00
Gav Wood
a0bc1f9dae
Display progress when importing ( #1136 )
...
* Display progress when importing
* Additional polish.
* Fix strange yielding behaviour.
* Allow colour to be disabled.
Fixed #1135
2016-05-25 09:57:31 +02:00
Marek Kotewicz
1741597a20
foundation of simple db migration ( #1128 )
...
* simple db migration
* make migration slightly more functional
* migration version is just a single unsigned integer
2016-05-24 22:38:11 +02:00
Marek Kotewicz
ebd0cdbc7a
Fixpending ( #1074 )
...
* Fix --geth IPC for MacOS.
* fix pending_* methods in MinerService, add pending_receipts
* pending logs
* include pending logs when polling
* fixed returning pending logs multiple timees
* log type
* transactionHash is supplied to pending logs
* miner returns receipts together with hashes
* bring back miners all_transactions used by sync module
2016-05-24 21:56:32 +02:00
Arkadiy Paronyan
fba5082b00
Propagate uncles ( #1134 )
2016-05-24 21:56:17 +02:00
Gav Wood
27380cdadb
Coloured, padding logging. ( #1133 )
...
* Add info message for mined block.
* Coloured, padding logging.
* Remove superfluous logs.
* Use better term colour module.
2016-05-24 20:30:21 +02:00
Gav Wood
2969d015ed
Importing ( #1132 )
...
* Basic hex block exporting.
* Export formats and to file.
* First bits.
* Block importing.
* Fix error text.
* Wait for queue to empty before shutting down after import.
2016-05-24 20:29:19 +02:00
Marek Kotewicz
bf46531372
Merge pull request #1116 from rphmeier/die_display
...
Have `die_with_error` use `fmt::Display` rather than Debug
2016-05-24 20:00:50 +02:00
Gav Wood
90a272c519
Merge branch 'master' of github.com:ethcore/parity
2016-05-24 16:46:08 +02:00
Arkadiy Paronyan
f484beb7e1
Merge pull request #1129 from ethcore/exporting
...
Exporting
2016-05-24 15:06:19 +02:00
Gav Wood
78d3dfbfa6
Fix error text.
2016-05-24 13:31:03 +02:00
Nikolay Volf
503a5aea19
Merge pull request #1124 from ethcore/sign-and-send
...
Sign and send transaction
2016-05-24 12:03:57 +02:00
Nikolay Volf
31b6b59f20
Merge pull request #1125 from ethcore/warnings
...
Fixing unused imports warnings
2016-05-24 12:02:40 +02:00
Tomasz Drwięga
1def165c0b
Adding info messages on mined blocks ( #1127 )
2016-05-23 18:47:11 +02:00
Gav Wood
11f1aeb36e
Add info message for mined block.
2016-05-23 18:46:08 +02:00
Gav Wood
6c64aec137
Export formats and to file.
2016-05-23 18:42:59 +02:00
Tomasz Drwięga
b1cfbc460e
Using signAndSend in topbar
2016-05-23 12:56:18 +02:00
Tomasz Drwięga
fb0be9e730
Updating status page (new docs)
2016-05-23 11:55:10 +02:00
Tomasz Drwięga
256557d3cc
Removing warnings
2016-05-23 11:46:01 +02:00
Tomasz Drwięga
5579582a52
Sign and send transaction
2016-05-23 11:30:11 +02:00
Gav Wood
564a996620
Basic hex block exporting.
2016-05-23 09:51:36 +02:00
Robert Habermeier
49899d0dee
trace error in die_with_io_error
2016-05-22 12:48:40 -04:00
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