- 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
-
keorn authored
* remove register_account_provider * build rpc module * new dummy client * common EngineSigner struct * from -> into * return Signature, docs
-
* remove old lint silencer * dispatch requests only to peers with higher TD * dynamic target for sync rounds * use round pivots instead of frames, fix test * fix total difficulty calculation for test client * fix broken reorg algorithm * fork test, fix ancestor search
-
- Jan 18, 2017
-
-
* Fixing minimal transaction queue price * Fixing tests
-
keorn authored
* remove register_account_provider * build rpc module * new dummy client
-
Tomasz Drwięga authored
* Fixing etherscan price parsing * Handling all errors
-
- Jan 16, 2017
-
-
* 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]
-
- Jan 13, 2017
-
-
* icarus -> update, increase web timeout. * Fix estimate gas
-
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
-
- Jan 12, 2017
-
-
* 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
-
-
* 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
-
* 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.
-
* make on_connect/disconnect public * free flow params constructor * Shared ownership of LES handlers * light provider impl for test client * skeleton for testing light sync * have test_client use actual genesis * fix underflow in provider * test harnesses for lightsync * fix tests * fix test failure caused by test_client changes
-
Gav Wood authored
* Return 0 instead of error with out of gas on estimate_gas * Fix stuff up.
-
Tomasz Drwięga authored
* Implementing secret * Fixing tests
-
- Jan 10, 2017
-
-
Gav Wood authored
* Initial sketch. * Building. * Fix a few things. * Fix issue, add tracing. * Address grumbles * Raise upper limit if needed * Fix test.
-
-
* 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 * add a comment about lock scope
-
- Jan 09, 2017
-
-
- Jan 06, 2017
-
-
asynchronous rob authored
* triedb cleanup * factor out common portion of trie query * allocate far fewer times in node decoding * fix bench compilation * introduce OwnedNode variant to make iter fast again * generalize recorder trait to Query * decode trie outputs cost-free in state * test for passing closure as query
-
- Jan 05, 2017
-
-
Tomasz Drwięga authored
* Removing old transactions from the queue * Addressing grumbles
-
keorn authored
* add block rewards * imports
-
asynchronous rob authored
* return old trie values on insert and remove * fix json tests
-
Tomasz Drwięga authored
-
- Jan 04, 2017
-
-
maciejhirsz authored
-
- Jan 03, 2017
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
- Dec 29, 2016
-
-
Tomasz Drwięga authored
* Moving logs to separate, testable function * Adding test * Fixing log index * Adding transaction log index * Fixing rpc tests * Making interface of a bit cleaner.
-
- Dec 28, 2016
-
-
asynchronous rob authored
* owning views of blockchain data * port blockchain and client traits to owning views * fix ethcore tests * use strong headers and bodies in ethcore_light * port ethsync to use owning views * port rpc to owning views * port parity informant and blockchain export
-
- Dec 27, 2016
-
-
* initial untry sweep * restore try in ipc codegen, fix inference * change a few missed try instances
-
- Dec 23, 2016
-
-
asynchronous rob authored
-
keorn authored
* constructor spec * execute under wrong address * create under correct address * revert * move genesis block lookup * remove env_logger
-
Arkadiy Paronyan authored
* Allow sync reorg up to pruning history size * Peer difficulty tracking * Abort downloading block if received with NewBlock * Set pruning history to 1200 * Renamed history size field
-
- Dec 22, 2016
-
-
Igor Artamonov authored
* configurable CHAIN_ID * set CHAIN_ID for Ethereum Classic
-
keorn authored
-
- Dec 21, 2016
-
-
Nikolay Volf authored
* derive(Binary) -> binary * ethcore types refact * fixup ethcore * make binary optional * fix common types * fix updater * remove condition
-
- Dec 19, 2016
-
-
asynchronous rob authored
-
Arkadiy Paronyan authored
-
- Dec 17, 2016
-
-
Gav Wood authored
Closes #3861
-