Nikolay Volf
|
7526b1d44b
|
Derive IPC interface only when ipc feature is on (#2463)
* derive -> ipc
* accident repair
* conditional ipc deriving
* fix test
|
2016-10-05 19:42:57 +02:00 |
|
Arkadiy Paronyan
|
5c5d9c8ccd
|
Snapshot sync (#2047)
* PV64 sync
* Tests
* Client DB restore
* Snapshot restoration over IPC
* Upating test
* Minor tweaks
* Upating test
|
2016-09-06 15:31:13 +02:00 |
|
NikVolf
|
1809961f94
|
drying hypervisor
|
2016-08-01 19:53:53 +02:00 |
|
NikVolf
|
d8a3137ce8
|
drying ethcore
|
2016-08-01 19:39:53 +02:00 |
|
Nikolay Volf
|
459dcbcef1
|
Removing unused client code (#1645)
* moving ipc deriving to trait
* refactoring of the client
|
2016-07-19 09:21:41 +02:00 |
|
NikVolf
|
4cb1c906b0
|
rpc dependencies relayout
|
2016-07-16 15:51:06 +02:00 |
|
Nikolay Volf
|
8282c7dd50
|
Client IPC Interface (#1493)
* btree map serializer
* serde tests
* state diff serialization
* basic layout
* more missing serializaers
* uncle returns rlp
* block queue info
* sorting with transaction result
* sorting out util imports
* transaction import result sorting also
* sorting filters & ranges
* error sorting out
* deriving ipc service compiling
* rpc & sync recompile
* sorting rpc using uncles
* fix compilation
* fix merging bugs
* fix unused imports
* fix all warnings
* tests stub
* some merge bugs
* ethcore compilation
* fix rpc compilation
* deriving attribute
* tests (and fixes)
* rpc test working
* fix warnings again
* rs.in -> rs
* missing attribute
* refactored tree changes
* paste reformat mess fix
* pub mod actually
* intendation fix
|
2016-07-07 09:39:32 +02:00 |
|
Nikolay Volf
|
4e41cbca81
|
Moving all Client public API types to separate mod & binary serialization codegen for that mod (#1051)
* transaction moved
* trash remove
* ids move
* receipt
* tree-route
* blockchain info
* log_entry move
* trace filter moved
* executed & trace moved
* localized trace moved
* block status moved
* build scripts and codegen refs
* Cargo.lock update
* binary for blockstatus, blockchaininfo
* binary for trace
* trace filters binary ser
* binary for log entries & executed
* binary for receipt
* special case for u8 & transaction binary attribute
* resolved remaining issues & error binary serialization
* json-tests util import
* fix warnings
* ids attr
* add missing attributes
* Update build.rs
|
2016-05-16 18:33:32 +02:00 |
|
Tomasz Drwięga
|
d84e008e00
|
Removing superflous check for nightly
|
2016-03-11 11:16:49 +01:00 |
|
Tomasz Drwięga
|
cbc2c0cf0c
|
Fixing clippy warnings. When building on nightly it is required to enable clippy
|
2016-03-07 14:34:17 +01:00 |
|