- Jan 16, 2017
-
-
-
Nikolay Volf authored
* from hash for secret * checked from_slice * move assert * remove fromhash
-
* gas_limit for new blocks will divide evenly by 13 * increased PARITY_GAS_LIMIT_DETERMINANT to 37 * separate method for marking mined block * debug_asserts(gas_limit within protocol range) * round_block_gas_limit method is now static * made round_block_gas_limit free-function * multiplier->multiple [ci skip]
-
Tomasz Drwięga authored
-
Jannis Redmann authored
* try to fix freaking test * fix subscribeToEvents test This fix is a workaround. I would have used sinon fake timers, but I couldn't get them to work. * subscribeToEvent test: simplify code
-
GitLab Build Bot authored
-
- Jan 15, 2017
-
-
GitLab Build Bot authored
-
- Jan 14, 2017
-
-
GitLab Build Bot authored
-
- Jan 13, 2017
-
-
GitLab Build Bot authored
-
* Add secure to dappsreg * Remove trailing slash // fix dapps
-
-
-
* icarus -> update, increase web timeout. * Fix estimate gas
-
GitLab Build Bot authored
-
* Added new PasswordStrength Component * Added tests * PR Grumbles
-
* Stop UI flickering + added loader to AddressSelector #4103 * PR Grumbles
-
asynchronous rob authored
On demand LES request
-
Arkadiy Paronyan authored
-
Denis S. Soldatov aka General-Beck authored
[ci skip]
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Copy static dapps from static (no build) * Console sources * Add console to builtins * Remove console assets * Disable eslint on console.js * Enable eslint after disable * Webpack copy
-
Arkadiy Paronyan authored
* Optimize hash comparison * Use libc
-
Tomasz Drwięga authored
* Introducing ValidSignedTransaction * Verifiying transactions in engines * Widening use of VerifiedSignedTransaction * Renaming Transactions * Uncommenting banning queue & Fixing tests * Fixing json tests * Fixing pre-homestead test * Fixing imports * Addressing grumbles * Fixing test
-
Jannis Redmann authored
* verification: check if server is running See also ethcore/email-verification#67c6466 and ethcore/sms-verification#a585e42. * verification: show in the UI if server is running * verification: code style
✨ , more i18n * fix i18n key -
GitLab Build Bot authored
-
- Jan 12, 2017
-
-
GitLab Build Bot authored
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Remove onSubmit from current password * Remove onSubmit from hint
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Trim spaces for addresses * onSubmit has only value, not event * onSubmit (again) * Length check on trimmed value
-
* Better notifications * Don't pollute with notifs if switched networks * Better connection close/open events / No more notifs on change network * PR Grumbles * Add close and open events to HTTP // Add tests * Fix tests * WIP Signer Fix * Fix Signer // Better reconnection handling * PR Grumbles * PR Grumbles * Fixes wrong fetching of balances + Notifications * Secure API WIP * Updated Secure API Connection + Status * Linting * Linting * Updated Secure API Logic * Proper handling of token updates // Fixing poping notifications * PR Grumbles * PR Grumbles * Fixing tests
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Use estimateGas error (as per updated implementation) * EXCEPTION_ERROR as per #4142
-
asynchronous rob authored
-
* Return 0 instead of error with out of gas on estimate_gas * Fix stuff up. * Another estimate gas fix. * Alter balance to maximum possible rather than GP=0. * Only increase to amount strictly necessary. * Improvements and optimisations to estimate_gas. - Introduce proper error type - Avoid building costly traces * Fix tests. * Actually fix testsActually fix tests
-
- Jan 11, 2017
-
-
Tomasz Drwięga authored
* Bumping serde & serde_json * Super-initial usage of new jsonrpc * Single event loop for jsonrpc * Metadata * Supporting metadata extraction for eth_accounts * Fixing Cargo.lock * Removing uneccessary clones * Fixing unused import * Unused import * Fixing test
-
Gav Wood authored
-
Jannis Redmann authored
-
asynchronous rob authored
-
* dir * simple validator list * stub validator contract * make the engine hold Weak<Client> instead of IoChannel * validator set factory * register weak client with ValidatorContract * check chain security * add address array to generator * register provider contract * update validator set on notify * add validator contract spec * simple list test * split update and contract test * contract change * use client in tendermint * fix deadlock * step duration in params * adapt tendermint tests * add storage fields to test spec * constructor spec * execute under wrong address * create under correct address * revert * validator contract constructor * move genesis block lookup * add removal ability to contract * validator contract adding validators * fix basic authority * validator changing test * more docs * update sync tests * remove env_logger * another env_logger * cameltoe * hold EngineClient instead of Client * return error on misbehaviour * nicer return * sprinkle docs
-