NikVolf
8ced25b36c
remove some comments from sample
2016-06-14 18:12:41 +03:00
NikVolf
39e2f6c891
cfg attrs
2016-06-14 17:37:01 +03:00
NikVolf
5920a7068f
installer initial, ui option for executable
2016-06-14 17:12:46 +03:00
Robert Habermeier
8ed2b9c7d9
refactor out common parts of write_chunk
2016-06-14 15:32:49 +02:00
debris
7610d308e8
fixed #1255
2016-06-14 15:17:17 +02:00
Arkadiy Paronyan
a03da30510
Merge pull request #1274 from ethcore/sync
...
Syncing improvements
2016-06-14 15:01:31 +02:00
arkpar
65d42d6a5a
Fixed valid response condition
2016-06-14 13:25:06 +02:00
Robert Habermeier
dfb603dd08
compress into reusable buffers
2016-06-14 13:22:15 +02:00
NikVolf
b3caeee758
Merge branch 'master' of github.com:ethcore/parity
2016-06-14 14:18:31 +03:00
Marek Kotewicz
9940432051
Merge pull request #1270 from ethcore/redundant_if_condition
...
removed redundant if condition
2016-06-14 04:06:08 -07:00
Robert Habermeier
16e58958c9
use snappy compression on buffers
2016-06-14 12:32:51 +02:00
Robert Habermeier
75013003f7
simple snappy bindings, enabling alloc free code
2016-06-14 12:29:05 +02:00
Tomasz Drwięga
dbddb6a566
Fixing generating new token while another parity instance is running. ( #1272 )
2016-06-14 12:23:01 +02:00
arkpar
9ed2122ae2
Style + comments
2016-06-14 12:18:20 +02:00
Robert Habermeier
b88eef5374
use append_empty_data rather than fibbing it
2016-06-14 11:48:34 +02:00
arkpar
5c019b74e4
Validate header response
2016-06-14 11:30:51 +02:00
debris
0b8710a2a1
removed redundant if condition
2016-06-14 03:04:06 +02:00
Marek Kotewicz
ca33f7c18d
Merge pull request #1266 from ethcore/arkpar-patch-1
...
README: rustup and windows instructions
2016-06-13 12:44:22 -07:00
Robert Habermeier
835b158069
store account code if it exists
2016-06-13 21:05:06 +02:00
arkpar
1dac2e3b23
Fixed NewHashes response
2016-06-13 20:57:15 +02:00
arkpar
8c7bcdafdb
Continue reading session data in the same iteration if available
2016-06-13 20:57:04 +02:00
arkpar
925869d462
Fix returning non-canonical headers
2016-06-13 20:56:55 +02:00
arkpar
bee3669e9b
Deactivate peers giving us invalid/empty headers
2016-06-13 20:56:44 +02:00
Robert Habermeier
5cc6a681c9
push pair onto block chunker buffer
2016-06-13 20:48:12 +02:00
Arkadiy Paronyan
4c812169d1
Update README.md
2016-06-13 20:26:17 +02:00
Robert Habermeier
5b6ea41d9d
no longer lock the state db
2016-06-13 20:02:20 +02:00
Robert Habermeier
c36f47bbbf
rename pv64_snapshot trace target to snapshot
2016-06-13 20:00:47 +02:00
Robert Habermeier
22a19819c6
rename pv64 module to snapshot
2016-06-13 20:00:00 +02:00
Arkadiy Paronyan
f5efd444f5
rustup and windows instructions
2016-06-13 19:22:54 +02:00
Arkadiy Paronyan
6b12334136
Windows build ( #1253 )
...
* Networking refactoring
* Fixed typo
* Trace logging
* Updated dependencies for windows build
* Windows fixes
* use mio 0.5
* nix build
* Windows build fix
* style
* removed unused import
* ipc crate version bump
* ipc config for named pipes
* tweaks and fixes
* tweaks and fixes
* final version bump
* Fixed tests
* Disable color output on windows
* Added missing doc
2016-06-13 18:55:24 +02:00
Marek Kotewicz
4ef4819bf9
removed try_seal from MinerClient interface ( #1262 )
2016-06-13 18:51:14 +02:00
Robert Habermeier
6ec282fe98
Merge with latest master
2016-06-13 16:35:59 +02:00
Robert Habermeier
98c7677ce1
expose only chunk_blocks and chunk_state APIs
2016-06-13 16:29:26 +02:00
Robert Habermeier
446d59426a
io error handling and slight blockchunker refactoring
2016-06-13 16:21:23 +02:00
Marek Kotewicz
a8831fe896
Merge pull request #1232 from ethcore/simplified_block_opening
...
simplified block opening
2016-06-13 06:56:24 -07:00
Robert Habermeier
f478812441
remove spammy account trace
2016-06-13 15:36:02 +02:00
Robert Habermeier
4ded1cc3d4
chunk remainder at end of each stage
2016-06-13 15:25:06 +02:00
debris
12a76597d4
Merge branch 'master' into simplified_block_opening
2016-06-13 15:11:14 +02:00
Robert Habermeier
10c2302b55
create an AccountDB to extract account storage
2016-06-13 14:43:27 +02:00
Robert Habermeier
f400da405a
state chunk creation tracing
2016-06-13 14:17:47 +02:00
Robert Habermeier
d9743f166f
AccountReader -> to_fat_rlp implementation
2016-06-13 13:22:42 +02:00
Robert Habermeier
e5ca5e0926
[REQUIRES DB UPGRADE] have account_db use address hash
2016-06-13 12:48:19 +02:00
Robert Habermeier
d696a66d71
add account reader. trie walking not functional yet
2016-06-13 12:39:09 +02:00
Arkadiy Paronyan
b33482ce74
Merge pull request #1259 from ethcore/clippy-bump
...
Clippy bump
2016-06-13 11:57:07 +02:00
Arkadiy Paronyan
b1849bd1ad
Merge pull request #1258 from ethcore/uint-fix
...
Fixing uint ASM macros compilation
2016-06-13 11:57:01 +02:00
Arkadiy Paronyan
7064624b6f
Merge pull request #1252 from ethcore/dapps-bump
...
Signer port returned from RPC + Topbar showing count of unconfirmed transactions.
2016-06-12 12:02:48 +02:00
Arkadiy Paronyan
7f9e8d0b48
Merge pull request #1250 from ethcore/codegen-unwraps
...
codegen - avoid unwraps leading to compilation crash
2016-06-12 12:02:26 +02:00
Arkadiy Paronyan
070aae6562
Merge pull request #1257 from ethcore/dapps-bump2
...
Dapps bump
2016-06-12 12:02:02 +02:00
Tomasz Drwięga
fca22e92ce
Bumping clippy
2016-06-12 11:26:07 +02:00
Tomasz Drwięga
9260d44362
Fixing uint ASM macros
2016-06-12 10:30:44 +02:00