- Aug 05, 2016
-
-
Marek Kotewicz authored
-
asynchronous rob authored
-
- Aug 04, 2016
-
-
-
Nikolay Volf authored
* failng test * use account_starting_nonce instead of zero * simplier test * jsons are getting closer * incorrect test client and incorrect tests fix * null_morden is using 0x0 starting nonce * replaced json with the correct one * superwhatever line
-
Tomasz Drwięga authored
* Supporting blockid in eth_call and trace_call/trace_raw * Nicer state diff handling * Purging deref.deref
-
Tomasz Drwięga authored
* Making ConfirmationsQueue a bit more generic [WiP] * Generalizing cofirmations * New confirmations types - tests * Separating transaction type in queue. Closes #1310 * Handling sign requests * Speeding up tests * Renaming methods * eth_postSign * Bumping ui * Renaming checkRequest methods, adding tests * Removing duplicate method [ci skip] * Remove `_posted` [ci:skip] * Remove `_posted`
-
Nikolay Volf authored
* bump ipc version * bumping once more
-
Marek Kotewicz authored
Fixing another deadlock in trace db
-
Marek Kotewicz authored
Fix up the VM trace.
-
Marek Kotewicz authored
fixed parsing export params, fixes #1826
-
Marek Kotewicz authored
-
Arkadiy Paronyan authored
-
- Aug 03, 2016
-
-
Gav Wood authored
-
Arkadiy Paronyan authored
* Buffered DB * Use identity hash for MemoryDB * Various tweaks * Delayed DB compression * Reduce last_hashes cloning * Keep state cache * Updating tests * Optimized to_big_int * Fixing build with stable * Safer code
-
Gav Wood authored
-
Tomasz Drwięga authored
* Bumping clippy * Fixing clippy warnings * Cargo.lock (latest nightly?)
-
Marek Kotewicz authored
-
asynchronous rob authored
* memorydb ub patch and other cleanup * fix denote invocations * move trie traits into trie module * replace "denote" with shim * triedb returns results and no longer panics * fix warnings * get ethcore compiling * warn on trie errors in ethcore * remove unsafety from node decoder * restore broken denote behavior for this branch * fix overlayrecent fallout * fix triedb tests * remove unwrap in state * alter Trie::get to return Result<Option<_>> * fix refcell error in require * fix test warnings * fix json tests * whitespace [ci:skip] * Avoid unneeded match/indentation * whitespace * prettify map_or_else * remove test warning
-
Tomasz Drwięga authored
* Fixing account naming * Using geth format for files. Avoid re-importing existing keys with different names. * Adding expect for time format
-
asynchronous rob authored
* add inject to journaldb * adjust docs * add test; fix refcounteddb impl * fewer panics, fail on invalid insertions or deletions
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
* fixed importing presale wallet with encseed longer than 96 bytes * fixed incorrect pkcs unpadding in decrypting presale wallet
-
Tomasz Drwięga authored
* Making ConfirmationsQueue a bit more generic [WiP] * Generalizing cofirmations * New confirmations types - tests * Separating transaction type in queue. Closes #1310 * Handling sign requests * Speeding up tests * Renaming methods * eth_postSign * Bumping ui
-
Arkadiy Paronyan authored
-
- Aug 02, 2016
-
-
Tomasz Drwięga authored
* Development mode for Signer * CLI option for signer-dev * Renaming CLI option * Make obvious that CLI option is insecure. [ci:skip] * Additional warning over security
-
Gav Wood authored
* Mining fixes. - Use queue to determine whether we're mining - Kick stale hash rates Fixes #1794 Fixes #1641 * Fix tests. * Address grumbles.
-
Nikolay Volf authored
* removed frombytes stuff * removed jsonrpc handler from nano
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
-
Nikolay Volf authored
DRYing build scripts
-
NikVolf authored
-
- Aug 01, 2016
-
-
Nikolay Volf authored
Allow code from spec json
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
Nikolay Volf authored
* fix nano interface * add nano tests to target
-
Gav Wood authored
-
Arkadiy Paronyan authored
-
Gav Wood authored
* Place thread name in the log output ...But only when more than info. Closes #1463 * simpler method
-