Commit Graph

31 Commits

Author SHA1 Message Date
Nikolay Volf 8ab56ea3d1 IPC (feature-gated) (#1654)
* moving ipc deriving to trait

* refactoring of the client

* all compiled

* proved all working

* warnings purged

* allow hypervisor to specify initialization payload in two ways

* using binary initialisation payload for sync

* some docs

* logger to separate crate

* log settings for sync bin

* forwarding logging arguments to the sync
2016-07-20 18:13:56 +02:00
gregg dourgarian d67369a01c fix typos (#1644) 2016-07-19 20:42:23 +02:00
NikVolf 326ea59258 enum fix & block query test 2016-07-07 11:07:27 +03:00
Nikolay Volf 383b7a3cab avoid unwraps 2016-06-10 09:56:13 +03:00
Nikolay Volf 81d8dafd9e Ipc serialization & protocol fixes (#1188)
* serialization and codegen fixes from branch

* nano lib fixes

* fixes error encoding & comment

* another comment fix

* client timeout -> const
2016-06-02 19:04:42 +02:00
Tomasz Drwięga fa6b35ec8d Bumping clippy. Fixing warnings (#1139)
* Bumping clippy. Fixing warnings

* Removing unused import

* Fixing complexity and arguments warning on two functions
2016-05-25 17:03:58 +02:00
Tomasz Drwięga 256557d3cc Removing warnings 2016-05-23 11:46:01 +02:00
Nikolay Volf dfac17538f ethcore-db crate (#1097)
* trait

* implentated, lifetime issue still

* full api

* test mod

* working open

* get/retrieve

* fix warnings and bug

* working serialization of &[u8] parameters

* client attributes

* fix empty payload ser/de

* [ci skip] debug assert out

* extra deserialization test

* extra serialization test

* extra serialization test

* serialization fixes, nupdate rocksdb

* open test working

* result bug & remove some scaffolds

* fix warnings

* more simple tests

* consistent quotes

* get rid of dedicated is_open flag

* hashmap -> btreemap
2016-05-19 14:36:15 +02:00
Tomasz Drwięga a950b81ee8 Fixing clippy warnings 2016-05-17 10:32:05 +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
Nikolay Volf 2cb085db91 fixing issues with syntax 2016-05-06 02:25:58 +04:00
Arkadiy Paronyan 3865e4cdba Merge pull request #998 from ethcore/ipc-new-serialization
IPC with new serialization
2016-04-26 15:52:38 +02:00
Nikolay Volf 922400f191 ipc fixes 2016-04-25 17:21:54 +03:00
Nikolay Volf 2947a91c3e commas 2016-04-24 21:34:19 +03:00
Nikolay Volf 4670fd43ed and some more spaces 2016-04-23 18:53:09 +03:00
Nikolay Volf 5d06b04e41 final space 2016-04-23 18:52:12 +03:00
Nikolay Volf 4709edefff another fixed spaces 2016-04-23 18:50:12 +03:00
Nikolay Volf 53281a9454 fixed spaces 2016-04-23 18:49:39 +03:00
Nikolay Volf dcb7546d6d refactored to new serialization 2016-04-22 19:45:09 +03:00
Nikolay Volf 6b1db6a656 merge bugs and fix warnings 2016-04-22 16:46:09 +03:00
Nikolay Volf c97cb5d665 struct with reference serialization 2016-04-22 16:37:22 +03:00
Nikolay Volf 04e704603f fixed warnings 2016-04-21 23:23:06 +03:00
Nikolay Volf 729f9c803d codegen updated 2016-04-21 23:03:05 +03:00
Nikolay Volf bb6d47d0cd finished with io 2016-04-21 22:18:13 +03:00
Nikolay Volf ffc10fec8b read from bytes finished 2016-04-20 23:07:01 +03:00
Nikolay Volf a61ab6d40f vec serialization 2016-04-20 23:06:48 +03:00
Nikolay Volf e3c20e1c64 fix for raw struct 2016-04-20 23:06:35 +03:00
Nikolay Volf 8b1197b335 working serialization gen 2016-04-20 23:06:23 +03:00
Nikolay Volf 3908ddf609 compilation fixed 2016-04-20 23:06:08 +03:00
Nikolay Volf 59e18ad659 making this work 2016-04-20 23:05:53 +03:00
Nikolay Volf e0ae0724e2 initial commit 2016-04-20 23:05:40 +03:00