- Mar 11, 2017
-
-
Marek Kotewicz authored
-
- Mar 10, 2017
-
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
- Mar 08, 2017
-
-
* calibrate before rejection * change flag name * fix merge
-
keorn authored
* add eip155 * make network_id default
-
keorn authored
* make validator set aware of various states * fix updater build * clean up contract call * failing sync test * adjust tests * nicer indent [ci skip] * revert bound divisor
-
asynchronous rob authored
* return errors on database corruption * fix tests, json tests * fix remainder of build * buffer flow -> request credits * proving state backend * generate transaction proofs from provider * network messages for transaction proof * transaction proof test * test for transaction proof message * fix call bug * request transaction proofs from on_demand * most of proved_execution rpc * proved execution future
-
- Mar 06, 2017
-
-
* Update comments. * Fix up new ABI.
-
- Mar 03, 2017
-
-
* Add info on forks. * Add new registry ABI * Import registry2 & fix exports * Select ABI based on code hash * Render new event types (owner not available) * New registry. * Rename old chain. * Fix test. * Another fix. * Finish rename.
-
Gav Wood authored
-
- Mar 02, 2017
- Feb 26, 2017
-
-
asynchronous rob authored
-
asynchronous rob authored
* state backend trait mirroring state_db API * minimal state backend trait make state module public * fix json tests * return errors on database corruption * fix tests, json tests * fix remainder of build * add Backend bound on state
-
- Feb 25, 2017
-
-
asynchronous rob authored
-
- Feb 24, 2017
-
-
Arkadiy Paronyan authored
* Max gas limit and min gas price * Tests * Limit gas limit ceiling
-
keorn authored
* scope read * consistent step
-
- Feb 22, 2017
-
-
Gav Wood authored
* Tweak some checks. * Fixed build and added a difficulty test
-
asynchronous rob authored
-
- 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 17, 2017
-
-
asynchronous rob authored
-
- 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
-