- Feb 21, 2017
-
-
asynchronous rob authored
make state module public
-
asynchronous rob authored
-
- Feb 20, 2017
-
-
asynchronous rob authored
* Create new column family for local node info * remove DBTransaction::new reliance on DB * KeyValueDB trait * InMemory KeyValueDB implementation * journaldb generic over KVDB * make most of `ethcore` generic over KVDB * fix json tests compilation * get all tests compiling * implement local store (just for transactions) * finish local store API, test * put everything into place * better test for skipping bad transactions * fix warning * update local store every 15 minutes * remove superfluous `{}`s
-
keorn authored
-
Tomasz Drwięga authored
* Default accounts setting - account provider * RPC support for default accounts * Updating JS code * Rename whitelist to addresses
-
Arkadiy Paronyan authored
* Return condition info for pending transactions * Fixed warnings
-
- Feb 15, 2017
-
-
Nikolay Volf authored
* initial in secret store * generation * test * refactor of the derivation * signing * account provider * tests for account provider * rpc types * rpc types converts * rpc tests * fix warnings * some extra docs * derivate -> derive * secret() -> as_raw() * secret() -> as_raw() in rpc * fix merge bug * align with new serde changes
-
- Feb 14, 2017
-
-
Tomasz Drwięga authored
* Signer - Tracking Request Provenance * Basic UI * Changing messages * VecDeque::from * Fix dapps tests * Addressing UI grumbles
-
- Feb 13, 2017
-
-
Tomasz Drwięga authored
* Porting json * Dapps * Rpc & Ethstore * New ethabi * Last bunch of fixes * Fixing last test * Removing build script * Adding ethcore-ipc-tests back * Fixing grumbles * Fixing blockchain tests (inference regression?)
-
Arkadiy Paronyan authored
-
- Feb 10, 2017
-
-
Arkadiy Paronyan authored
* Ledger devices support * structs for RPC types
-
- Feb 08, 2017
-
-
asynchronous rob authored
-
Svyatoslav Nikolsky authored
-
keorn authored
-
- Feb 07, 2017
-
-
Tomasz Drwięga authored
-
- Feb 06, 2017
-
-
* CHT builder and prover * use CHT abstraction in provider * hide CHT internals from header chain * fix itertools conflict by updating all to 0.5 * cht proof checker, use it in on_demand
-
- Feb 05, 2017
-
-
Svyatoslav Nikolsky authored
* vaults RPCs * vault.password != vault_account.password * moved vault RPCs to parityAccounts NS * parity_listVaults + parity_listOpenedVaults
-
- Feb 04, 2017
-
-
Tomasz Drwięga authored
* Adding RPC informant structs * RPC informant * Middleware counting RPC requests * Moving client keep_alive to middleware
-
asynchronous rob authored
-
- Feb 03, 2017
-
-
Arkadiy Paronyan authored
* Transaction timestamp condtiion * Updated docs * Updated docs * Check agains last block timestamp
-
asynchronous rob authored
-
Tomasz Drwięga authored
* Parametrize address book * Improving types in account_provider * Filtering dapps_accounts * Fixing RPC tests
-
- Feb 02, 2017
-
-
keorn authored
* tracing, timeouts * remove env_logger
-
- Feb 01, 2017
-
-
maciejhirsz authored
-
- Jan 30, 2017
-
-
Tomasz Drwięga authored
* Infering default account when sending transactions if not provided * Fixing test * Fixing tests code * Fixes. * More fixes. * Final fix.
-
maciejhirsz authored
-
maciejhirsz authored
-
maciejhirsz authored
-
Svyatoslav Nikolsky authored
* initial commit for vaults * fixed TODO * public docs * vault_file.json now contains enc(pwd hash) * removed doc
-
Tomasz Drwięga authored
* Tests for RPC * Extracting dapp_id from Origin and x-parity-origin * Separate type for DappId * Persistent tracking of recent dapps * Fixing tests * Exposing dapp timestamps * Fixing import to work on stable * Fixing test again
-
- Jan 25, 2017
-
-
Arkadiy Paronyan authored
* EIP98: Optional receipt state root * Use if-else * Fixing tests
-
Gav Wood authored
* Fix whitespace. * Update copyright years/owner. * Push release only for tags.
-
Nikolay Volf authored
* flush work * flush work * flush work * flush work * generalized notifiers * general setup with modules * general setup with modules * all binded * catch up with master * all dependencies injected * stratum another up * tcp update * submitwork routine * finalize & fix warnings * merge bugs, review fixes * merge bugs, review fixes * new cli mess cleanup * usage.txt swap * flush work * cli adopt * compilation with new cli sorted * subid space in json * serialization issues * grumbles addressed * more grumbles * remove last_work note for now * fix compilation * fix tests * merge bugs * no obliged ipc * moving notifiers * no optional feature now * refactored again * working on tests * refactor to new tcp/ip * stratum lib ok * ethcore crate ok * wip on tests * final test working * fix warnings, \n-terminated response * new compatibility * re-pushing work once anybody submitted * various review and general fixes * reviewe fixes * remove redundant notifier * one symbol -> huge bug * ensure write lock isn't held when calling handlers * extern declarations moved * options to stratum mod, SocketAddr strongly-typed instantiation * Minor style fix. * Whitespace and phrasing * Whitespace
-
Tomasz Drwięga authored
* Logging transaction duration * Printing time also on heavy transactions [ci:skip]
-
- Jan 24, 2017
-
-
keorn authored
* move modules up * make structs generic * reound to view and tests * fix
-
Tomasz Drwięga authored
-
keorn authored
* remove register_account_provider * build rpc module * new dummy client * common EngineSigner struct * from -> into * initial report via call * separate safe from regular contract * transact_contract * fix build * return Signature, docs * add sign method to some engines * add safeContract spec * update specs to new contracts * use AuthorityRound for contract spec * add more reporting * add reporting test * use gas floor * shorter
-
- Jan 23, 2017
-
-
keorn authored
* chain scoring * use current steps
-
- Jan 22, 2017
-
-
Svyatoslav Nikolsky authored
* zgp-transactions checker * polishing * rename + refactor * refuse-service-transactions cl option * fixed tests compilation
-
- Jan 20, 2017
-
-
asynchronous rob authored
* prune states based on memory param * pruning memory CLI and usage in sync * return purged value from memorydb * calculate memory used incrementally in overlayrecentdb * refactor shared history pruning code in client * Fixed usage alignment * journal_size function for fast memory calculation
-