- May 06, 2016
-
-
Nikolay Volf authored
-
Nikolay Volf authored
-
- May 05, 2016
-
-
Nikolay Volf authored
-
Nikolay Volf authored
-
Nikolay Volf authored
-
Tomasz Drwięga authored
-
- May 04, 2016
-
-
Nikolay Volf authored
-
Gav Wood authored
* Tidy up CLI options and make JSONRPC & webapps on by default. * Fix test.
-
Nikolay Volf authored
Fixing clippy warnings
-
Arkadiy Paronyan authored
Fixing RPC modules compatibility
-
Arkadiy Paronyan authored
Fixing hyper-mio revision
-
Tomasz Drwięga authored
-
Nikolay Volf authored
* moving namespaces for http/rpc * cli options for ipc * jsonrpc exposed fully * updating json-ipc-server & removing non-standart traces api from defaults * spelling & format
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
- May 03, 2016
-
-
petevine authored
-
Gav Wood authored
* Firt commit. * First non-functional but correct implementation of BasicAuthority. Still needs: - Sealing infrastructure. * Punch a hole to give miner access to key store. * Fix test built. * Basic version of synchronous mining. This will seal a block whenever a new transaction comes through. To be made better we need a timer which will wait for one second after the last block before sealing a new one - better still would be to cooperatively interleave blocks with other sealing nodes. * Add tests. * Fix minor issues from repotting. * Address grumbles.
-
Tomasz Drwięga authored
* Changing is_local flag to TransactionOrigin enum * Prioritize local transactions
-
Arkadiy Paronyan authored
Version 1.2
-
- May 02, 2016
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
Bumping status page
-
Arkadiy Paronyan authored
Exposing default extra data via ethcore RPC
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings found by clippy
-
Marek Kotewicz authored
* traces cli and jsonrpc api * missing if in docs * adding traces to modules
-
- Apr 30, 2016
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Fixing status page displaying homestead when running with --testnet switch * Putting cli parsing logic in single place. Adding tests
-
Marek Kotewicz authored
* fixed encoding 0u8 * simplified if else stmt * tracedb core * more comprehensive tracedb tests * fixed minor review issues * addresses filter * fixed typos * replace malformed with corrupted * trace switch * db key is generic and can be made smaller * smaller tracedb keys * tracedb version * fixed ignored tests * rename Tracedb -> TraceDB * fixed typos * proves * trace only top level calls to builtins to avoid DDoS attacks * fixed tracedb config switches * fix comments fat replaced with trace * vector-addressing scheme for localized traces * removed comments * removed first, redundant 0 from trace address * updated db.trace method * additional tests for tracedb.trace()
-
- Apr 29, 2016
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Updating status page * Bump * Bumping version of status page
-
- Apr 28, 2016
-
-
Tomasz Drwięga authored
* Disabling wallet * Fixing compilation
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
* Support `pending` block in RPC * Forward calls from miner to client in case no pending block is available
-
Tomasz Drwięga authored
* Enabling sealing while importing own transaction * Fixing import transaction deadlock * Checking if there are local transactions in queue * Updating hyper-mio * Switching to rust-url#1.0.0
-
Nikolay Volf authored
* chmod when saving keyfile content * to func * returning error upstream instead of panic
-