arkpar
|
10ef7123c4
|
Merge branch 'master' of github.com:ethcore/parity into sync
|
2016-02-26 13:55:42 +01:00 |
|
arkpar
|
2e66ba7b64
|
Merge branch 'master' of github.com:ethcore/parity into sync
|
2016-02-26 13:53:01 +01:00 |
|
arkpar
|
9920dcea17
|
Merge branch 'master' of github.com:ethcore/parity into db
|
2016-02-26 13:16:22 +01:00 |
|
arkpar
|
781f763f1f
|
Memory management
|
2016-02-25 14:09:39 +01:00 |
|
debris
|
da936d2e94
|
removed unused umports
|
2016-02-24 10:45:17 +01:00 |
|
debris
|
4b69b96f9b
|
added assert checking bloom index size
|
2016-02-22 15:14:35 +01:00 |
|
arkpar
|
61949d0ed4
|
Merge branch 'master' of github.com:ethcore/parity into db
|
2016-02-22 13:44:25 +01:00 |
|
debris
|
2be4f2f737
|
added trailin ,
|
2016-02-22 10:14:31 +01:00 |
|
debris
|
8f4c2d98ba
|
added trailin ,
|
2016-02-22 10:11:07 +01:00 |
|
debris
|
61e1720d07
|
fork back tests
|
2016-02-22 09:54:56 +01:00 |
|
debris
|
4adb7ee969
|
tests for blockchain reseting chain head and rebuilding blooms
|
2016-02-22 09:12:15 +01:00 |
|
debris
|
155404bf92
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
|
2016-02-22 08:50:03 +01:00 |
|
Gav Wood
|
6448d073a7
|
Merge pull request #481 from ethcore/warnings
Squash more warnings
|
2016-02-20 22:00:08 +01:00 |
|
arkpar
|
8bd052b986
|
Fixed warnings
|
2016-02-20 11:54:12 +01:00 |
|
Nikolay Volf
|
fed90c126e
|
dev/test tools to separate crate
|
2016-02-19 17:18:20 +03:00 |
|
Gav Wood
|
0e10efc727
|
Update blockchain.rs
|
2016-02-19 11:33:46 +01:00 |
|
arkpar
|
68d606b5f0
|
rocksdb abstraction layer
|
2016-02-18 03:46:24 +01:00 |
|
debris
|
5826a34ebb
|
storing block receitps in db, client logs method implementation
|
2016-02-17 12:35:37 +01:00 |
|
debris
|
7e5e56de40
|
bloom_filters finally working
|
2016-02-16 16:54:58 +01:00 |
|
debris
|
d000ad2441
|
more tests and fixes for blockchains bloom filters
|
2016-02-16 14:46:21 +01:00 |
|
debris
|
0699cdd5d0
|
tests for blockchain bloomfilters
|
2016-02-16 11:41:34 +01:00 |
|
debris
|
552fe1fb4b
|
removed unused functions and warnings
|
2016-02-15 15:42:43 +01:00 |
|
debris
|
c9e0071fde
|
blockchain bloomfilter should be ok by now...
|
2016-02-12 14:03:23 +01:00 |
|
debris
|
b73d528365
|
bloomfilter reset_chain_head
|
2016-02-12 02:03:04 +01:00 |
|
debris
|
160c52a14b
|
bloomfilters connected to blockchain (but without reversion)
|
2016-02-12 00:40:45 +01:00 |
|
debris
|
2cf0f1b5f3
|
moved chainfilter from util to ethcore, blockchain stores block blooms
|
2016-02-11 14:35:03 +01:00 |
|
debris
|
df0fa06e8a
|
applied client interface changes to sync tests
|
2016-02-10 22:16:25 +01:00 |
|
debris
|
484a4d8bdd
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
|
2016-02-10 21:52:52 +01:00 |
|
debris
|
db35e21bcd
|
few client methods use BlockId instead of hash and BlockNumber
|
2016-02-10 19:29:27 +01:00 |
|
debris
|
5347d4fe43
|
changed BlockPosition -> Location
|
2016-02-10 15:15:28 +01:00 |
|
debris
|
dc8fa4ebfd
|
moved BlockId and TransactionId to blockchain.rs
|
2016-02-10 15:09:38 +01:00 |
|
debris
|
626277ef9a
|
block and transaction ids, jsonrpcs eth_getTransactionByHash
|
2016-02-10 11:28:40 +01:00 |
|
debris
|
4df096fed3
|
optimize blockchains transaction_at
|
2016-02-10 00:12:09 +01:00 |
|
debris
|
5d05c36791
|
LocalizedTransaction
|
2016-02-09 15:17:01 +01:00 |
|
debris
|
483ee1fbce
|
blockchain transaction api
|
2016-02-08 15:53:22 +01:00 |
|
Marek Kotewicz
|
720c280fde
|
Merge pull request #350 from ethcore/signed_transaction
SignedTransaction structure
|
2016-02-05 14:11:12 +01:00 |
|
debris
|
c90d64662a
|
added license in every *.rs file
|
2016-02-05 13:40:41 +01:00 |
|
debris
|
e92c6ee719
|
Signed transaciton split in progress
|
2016-02-04 17:23:53 +01:00 |
|
debris
|
a1cedaa994
|
ethcore block and blockchain module fixes
|
2016-02-02 16:24:37 +01:00 |
|
debris
|
30dc9d857d
|
cleanup ethcore public interfaces
|
2016-02-02 15:29:53 +01:00 |
|
Gav Wood
|
54924d14b3
|
Include JSONRPC CLI options.
Bump version numbers.
Update Trie benchmarks.
Disable RLP benchmark (@debrid please fix).
|
2016-02-02 01:59:14 +01:00 |
|
debris
|
8fe0d74b64
|
moved src to ethcore
|
2016-01-31 10:36:48 +01:00 |
|