Arkadiy Paronyan
e9987c448e
Resolve morden fork ( #2776 )
2016-10-21 12:05:37 +02:00
Arkadiy Paronyan
aac7815712
Fixing botched merge ( #2767 )
...
* Fix botched merge
* Test for 'exists'
2016-10-20 23:35:14 +02:00
Arkadiy Paronyan
b3097c8036
Backports for beta ( #2764 )
...
* v1.3.9
* Block import optimization (#2748 )
* Block import optimization
* whitespace
[ci:none]
* Don't add empty accounts to bloom (#2753 )
* Incrementally calculate verification queue heap size (#2749 )
* incrementally calculate queue heap size
* query the correct queue sizes
2016-10-20 20:40:50 +02:00
Gav Wood
e5ae24dfb6
Introduce EIP150 hardfork block for ETC ( #2736 )
...
* Introduce EIP150 hardfork block for ETC
* Bumping json tests
2016-10-19 23:50:07 +02:00
Tomasz Drwięga
1b36a2cd87
fix issues with no test dir present ( #2659 ) ( #2724 )
2016-10-19 18:33:04 +02:00
Tomasz Drwięga
b078d71293
Bumping jsonrpc-http-server ( #2715 )
2016-10-19 12:36:26 +02:00
Tomasz Drwięga
1df84a8e28
fix migration system, better errors ( #2661 )
2016-10-18 16:34:58 +02:00
Tomasz Drwięga
e0778fc069
[beta] EIP150.1c ( #2599 )
...
* EIP150.1c
Conflicts:
ethcore/res/ethereum/expanse.json
ethcore/res/ethereum/morden.json
ethcore/res/ethereum/tests
ethcore/src/blockchain/blockchain.rs
ethcore/src/ethereum/ethash.rs
ethcore/src/evm/interpreter/mod.rs
json/src/spec/ethash.rs
* Update json test suite (#2574 )
* update json test suite
* comment out the incomplete test
Conflicts:
ethcore/res/ethereum/tests
* Updating tests
* Adding state tests
* Updating tests
* Updating HF block
* Removing flushln [ci:skip]
* Commenting out suicide test
* New tests.
* Switch to EIP tests.
* Rename some stuff, combine transition tests.
* Fix U256 overflows.
* Name cleanups and an effort to fix tests.
* Rename back for clarity.
* Fix non-EIP-150 OOG CALLs
* New transition block number & additional EIP150 tests
* Morden transition block set; Tests updated
* Added missing test
2016-10-15 15:16:26 +02:00
Arkadiy Paronyan
2ce43434f1
Revert "Bloom upgrade in beta" ( #2635 )
2016-10-15 13:15:45 +02:00
Arkadiy Paronyan
18062f11dc
Remove count limit for local transactions ( #2634 )
2016-10-15 12:29:27 +02:00
Nikolay Volf
d66bd3c83a
Bloom upgrade in beta ( #2609 )
...
* bloom expand & upgrade logic
* remove arc
* progress tracker
* comment about magic number
* progress tick initial
2016-10-14 17:27:47 +02:00
Arkadiy Paronyan
935e8dcf56
Backports to beta ( #2628 )
...
* v1.3.8
* mitigate refcell conflict in state diffing (#2601 )
* mitigate refcell conflict in state diffing
Also uses RefCell::get_mut in a few places.
* Add test case
* Fixed stalled sync
* Fixed tx queue limit for local transactions (#2616 )
* Fixed tx queue limit for local tx
* Fixing test
* Increas gas limit to 20x
* Additional logs when transactions is removed from queue (#2617 )
* Database performance tweaks (#2619 )
2016-10-14 17:26:35 +02:00
Arkadiy Paronyan
3c2c356f73
Tweak DB and mining defaults ( #2598 )
...
* Increase WAL size
* Decreased default work queue size
2016-10-12 20:44:25 +02:00
Arkadiy Paronyan
6b4d0cea6b
Configurable history size in beta ( #2587 )
...
* Reduce DB history
* Configurable history size
* Set min history size
* Test
* Fixed a test and reduced the limit
2016-10-12 20:44:17 +02:00
Denis S. Soldatov aka General-Beck
13de1ebc8e
Update gitlab-ci
...
remove arm builds from `master`
2016-10-13 00:20:33 +07:00
Arkadiy Paronyan
1fdb033db4
Backports to beta ( #2592 )
...
* TX queue gas limit config and allow local transactions over the gas limit (#2553 )
* Gas limit config; Allow local transactions over the limit
* Fix typo
[ci:skip]
* v1.3.7
2016-10-12 17:33:59 +02:00
Denis S. Soldatov aka General-Beck
c1f0ea2016
Update gitlab-ci
...
installer.exe -> InstallParity.exe
2016-10-12 22:33:17 +07:00
Denis S. Soldatov aka General-Beck
964f556284
Update gitlab-ci
...
checksum -> parity.md5
2016-10-12 21:29:58 +07:00
Denis S. Soldatov aka General-Beck
8fba01a208
Update gitlab-ci
...
fix S3 path for win
2016-10-12 20:18:53 +07:00
Denis S. Soldatov aka General-Beck
77b49623ff
Update gitlab-ci
...
fix win build
2016-10-12 19:55:21 +07:00
Denis S. Soldatov aka General-Beck
2a29d7a76f
Update gitlab-ci
...
update windows biuld (add *.exe *.zip *.md5
2016-10-12 19:22:28 +07:00
Denis S. Soldatov aka General-Beck
66f684548d
Update gitlab-ci
...
fix windows installer
2016-10-12 16:21:12 +07:00
Denis S. Soldatov aka General-Beck
ccebe473d0
Update gitlab-ci
...
fix errors in windows build
2016-10-12 13:27:22 +07:00
Denis S. Soldatov aka General-Beck
9707e61525
Update gitlab-ci
...
[ci:skip]
Deny warnings in windows build
2016-10-12 01:54:43 +07:00
Denis S. Soldatov aka General-Beck
039594de92
Update gitlab-ci
...
switch to curl in win build
2016-10-12 01:39:53 +07:00
Denis S. Soldatov aka General-Beck
69441b1322
Update gitlab-ci
...
add windows installer
2016-10-12 00:08:24 +07:00
Arkadiy Paronyan
8492e3e61d
Backports to beta v1.3.6 ( #2571 )
...
* v1.3.6
* Print backtrace on panic (#2535 )
* Don't activate peers on connect; Test (#2537 )
* Removing unwarps from sync module (#2551 )
* Remove unwrap from client module (#2554 )
* remove unwraps in client
* imporve block hash expect message
* mining perf trace
* Fixed race condition in trace import (#2555 )
2016-10-11 15:53:45 +02:00
Denis S. Soldatov aka General-Beck
4b7c97783b
Update gitlab-ci
...
remove javascript tag
2016-10-08 10:51:42 +07:00
Arkadiy Paronyan
6d14c5458b
Use global state cache when mining ( #2529 )
2016-10-08 02:00:06 +02:00
arkpar
9239a7cd9e
v1.3.5
2016-10-08 01:02:41 +02:00
Arkadiy Paronyan
d27ecb6527
Transaction queue limited by gas ( #2528 )
2016-10-08 00:59:04 +02:00
Robert Habermeier
5502340dea
Merge pull request #2521 from ethcore/update-appveyor-rustc-beta
...
Update appveyor rustc [beta]
2016-10-07 17:39:41 +02:00
Denis S. Soldatov aka General-Beck
2313f9b4f1
Update gitlab-ci
...
add javascript test
2016-10-07 22:31:09 +07:00
Robert Habermeier
324a5873d7
turn off MIR for windows builds
2016-10-07 16:07:01 +02:00
Robert Habermeier
b45e7f1c41
update rustc for appveyor to 1.12.0
2016-10-07 16:06:39 +02:00
Tomasz Drwięga
64af073bd4
Increase size of transaction queue by default ( #2519 )
...
Conflicts:
ethcore/src/miner/miner.rs
parity/cli/config.full.toml
parity/cli/mod.rs
parity/configuration.rs
2016-10-07 14:11:33 +01:00
Arkadiy Paronyan
fe83046198
Backport to beta ( #2518 )
...
* Handle reorganizations in the state cache
* Renamed and documented a few methods
* Basic test
* Renamed pending to buffered
* Caching optimizations
* Fixed a test
* Fixed a test
2016-10-07 14:09:52 +01:00
Tomasz Drwięga
8031910892
[beta] Fixing RPC Filter conversion to EthFilter ( #2501 )
...
* Fixing RPC Filter conversion to EthFilter
Conflicts:
rpc/src/v1/impls/eth.rs
rpc/src/v1/types/filter.rs
* Removing limit
* Fixing rpc tests
2016-10-07 12:16:09 +01:00
Tomasz Drwięga
73a3dac38c
[beta] Using pending block only if is not old ( #2515 )
...
* Using pending block only if not old
Conflicts:
ethcore/src/miner/miner.rs
rpc/src/v1/impls/eth.rs
rpc/src/v1/impls/eth_filter.rs
* Fixing compilation issues
2016-10-07 11:46:17 +01:00
Arkadiy Paronyan
bbaf5ed4f5
Backports into beta ( #2512 )
...
* RocksDB version bump
* Preserve cache on reverting the snapshot (#2488 )
* Preserve cache on reverting the snapshot
* Renamed merge_with into replace_with
* Renamed and documented snapshotting methods
* Track dirty accounts in the state (#2461 )
* State to track dirty accounts
* Removed clone_for_snapshot
* Renaming stuff
* Documentation and other minor fixes
* Replaced MaybeAccount with Option
* Adjustable stack size for EVM (#2483 )
* stack size for io workers & evm threshold
* rust way to remember stack size
* right value
* 24kb size
* some stack reduction
* Fixed overflow panic in handshake_panic (#2495 )
2016-10-07 10:49:48 +01:00
Tomasz Drwięga
9cf777510f
CLI to specify queue ordering strategy ( #2494 )
...
* Alter gas priorities to include gas_price also
* CLI options and tests
* Adding ordering by gas
* whitespace
[ci:skip]
2016-10-07 09:04:13 +02:00
Nikolay Volf
9b398421ce
Run inplace upgrades after version update ( #2411 )
...
* Update migration.rs
In highly unlikely scenario when the bloom update fails it will at least try again on the next run
* proper exchange
2016-10-07 09:03:49 +02:00
Tomasz Drwięga
a618dcaaf0
Fixing penalization in future ( #2493 )
2016-10-06 15:52:09 +01:00
Nikolay Volf
50021c7611
Fix ethstore opening all key files in the directory at once (BETA) ( #2472 )
...
* get rid of collects & zips
* not an option here!
2016-10-05 15:41:48 +02:00
Denis S. Soldatov aka General-Beck
f62d2e6ea8
Update gitlab-ci
...
fix windows
2016-10-05 10:54:01 +07:00
Denis S. Soldatov aka General-Beck
7da8e7926d
Update gitlab-ci
...
set RUSTFLAGS=-Zorbit=off windows
2016-10-05 08:38:33 +07:00
Denis S. Soldatov aka General-Beck
5363e75f3a
Update gitlab-ci
...
add RUSTFLAGS=-Zorbit=false in windows build
2016-10-05 08:04:56 +07:00
Arkadiy Paronyan
31d667a29a
Merge pull request #2465 from ethcore/beta-staging
...
Beta backports
2016-10-05 00:24:13 +02:00
arkpar
ca2bc92dda
Fixing tests
2016-10-04 23:24:16 +02:00
Marek Kotewicz
a0b71a9f52
fixed #2263 , geth keys with ciphertext shorter than 32 bytes ( #2318 )
...
* fixed #2263 , geth keys with ciphertext shorter than 32 bytes
* replace unwrap with more helpful expect
* tests for decrypting short secrets
2016-10-04 22:08:31 +02:00
arkpar
300c0c120b
v1.3.4
2016-10-04 22:00:59 +02:00
Nikolay Volf
b228dc7b54
IPC-library dependency fork & bump for beta ( #2455 )
...
* bump json-ipc-server
* bump again
2016-10-04 18:18:07 +02:00
Denis S. Soldatov aka General-Beck
df4d98001a
update gitlab-ci
...
set RUST 1.11 for windows
2016-10-04 14:43:49 +08:00
Robert Habermeier
2e4672ea13
Merge pull request #2414 from ethcore/compilation-beta
...
fix broken beta compilation (backport to beta)
2016-10-02 21:07:35 +02:00
Arkadiy Paronyan
7f7fe33bde
Jumptable cache ( #2435 )
...
* v1.3.3
* Jumptable cache
2016-10-02 19:52:53 +02:00
Arkadiy Paronyan
3d313d592a
Disabling debug symbols due to rustc 1.12 memory usage regression
2016-10-02 09:45:27 +02:00
NikVolf
abc6970d08
fix ethkey more
2016-10-01 15:29:11 +03:00
NikVolf
fa636d402d
ethkey eq
2016-10-01 13:04:08 +03:00
NikVolf
73d6666294
some checksums
2016-10-01 00:28:31 +03:00
Denis S. Soldatov aka General-Beck
f16ccacd22
Update gitlab-ci
...
add checksum
2016-09-30 21:03:05 +07:00
Nikolay Volf
ba3de5d3b9
rayon bump
2016-09-30 02:25:35 +03:00
Robert Habermeier
f16de5501a
fix broken beta compilation
2016-09-29 23:03:02 +03:00
Arkadiy Paronyan
e298ab30e4
Quick fix for missing tree route blocks ( #2400 )
2016-09-29 14:47:13 +02:00
Tomasz Drwięga
63d3a4dd59
Beta Backports ( #2396 )
...
* Removing extras data from retracted blocks. (#2375 )
* Removing extras data from retracted blocks.
* Adding a test case
Conflicts:
ethcore/src/blockchain/blockchain.rs
* Fixing transaction queue
Conflicts:
ethcore/src/miner/transaction_queue.rs
* Prioritizing re-imported transactions (#2372 )
* Prioritizing re-imported transactions
* Fixing compilation on beta
Conflicts:
Cargo.lock
ethcore/src/client/client.rs
ethcore/src/miner/transaction_queue.rs
* Post-merge fixes
2016-09-29 13:19:53 +02:00
Arkadiy Paronyan
0e55b6c6c9
Cache the fork block header after snapshot restoration ( #2391 )
2016-09-29 12:34:40 +02:00
Nikolay Volf
4d115987cb
Accounts bloom ( #2357 )
...
* proper bloom
* incremental bloom updates
* crate update
* return of the column
* fix n^2 byteorder write
* add notes to funs
* working bloom commits
* Optimizations
* bloom diag
* migration basic
* migration ongoing
* migration finalizing
* mingration api workarounds
* fix test_client setups
* snapshot bloom update
* review fixes
* just forward keys in the migration
* migration extra tracing
* fix migration path
* remove close pray
* review issues
2016-09-29 11:27:41 +02:00
Tomasz Drwięga
2d623f14db
Disable colors for signer token in beta ( #2379 )
2016-09-28 23:33:50 +02:00
Robert Habermeier
1d1a3b9d02
correct sync memory usage calculation ( #2386 )
2016-09-28 23:00:27 +02:00
Arkadiy Paronyan
1d69b0e124
Fixing jit feature compilation ( #2376 )
...
* Fixing jit feature compilation
* Fixing jit feature compilation (#2310 )
Conflicts:
Cargo.lock
* Delegatecall support
2016-09-28 17:25:32 +02:00
Arkadiy Paronyan
3c59475be6
Clear state cache on sealed block import ( #2377 )
2016-09-28 17:24:47 +02:00
Denis S. Soldatov aka General-Beck
facab31551
Update gitlab-ci
...
add RUST_BACKTRACE=1 in test stage
2016-09-28 01:52:17 +07:00
Arkadiy Paronyan
c9cfcd2728
Canonical state cache ( #2308 )
...
* State cache
* Reduced copying data between caches
Whitespace and optional symbols
* Set a limit on storage cache
* Style and docs
2016-09-27 16:44:32 +02:00
Arkadiy Paronyan
557dbb73b8
DIV optimization ( #2353 )
2016-09-27 14:04:08 +02:00
Gav Wood
6f772a28e2
Reorder transaction_by_hash to favour canon search ( #2331 )
...
* Reorder transaction_by_hash to favour canon search
* Fix test.
2016-09-27 12:16:42 +02:00
Tomasz Drwięga
16f3119547
Lenient bytes deserialization ( #2340 )
...
* Lenient bytes deserialization
* Error when deserializing invalid hex
* Error when deserializing invalid hex
Conflicts:
rpc/src/v1/types/bytes.rs
2016-09-27 11:24:27 +02:00
Tomasz Drwięga
c3741640f7
Penalize transactions with gas above gas limit ( #2271 )
...
* Handle RLP to string UTF-8 decoding errors (#2217 )
* Penalize transactions with gas above gas limit
* Avoid penalizing legit transactions
* saturating not overflowing
* Remove crufty code
* Introduce gas price ordering.
* Gas before gas-price, as long as the minimum price is met.
* saturating add
2016-09-25 12:14:39 +02:00
Denis S. Soldatov aka General-Beck
decca7f698
Update gitlab-ci
...
deploy fix
2016-09-24 05:01:48 +07:00
Denis S. Soldatov aka General-Beck
fc53726c7f
Update gitlab-ci
...
fix armv7 path
2016-09-24 03:00:22 +07:00
Denis S. Soldatov aka General-Beck
e2b81bc08d
Update gitlab-ci
...
[ci skip]
rename x86_64-unknown-centos-gnu
2016-09-24 00:11:23 +07:00
Denis S. Soldatov aka General-Beck
4d2d1eac1f
Update gitlab-ci
...
fix path in arm
2016-09-23 23:45:57 +07:00
Denis S. Soldatov aka General-Beck
5572e3dd1d
Update gitlab-ci
...
fix windows deploy to S3
add ubuntu 14.04 build
2016-09-23 23:40:25 +07:00
Tomasz Drwięga
0db1c0d336
Peek transaction queue via RPC ( #2270 )
...
* Handle RLP to string UTF-8 decoding errors (#2217 )
* pending transactions
2016-09-23 18:13:03 +02:00
Denis S. Soldatov aka General-Beck
905f04dc9d
Update Ubuntu arm Dockerfile
...
[ci skip] remove CC and CXX env
backport to beta https://github.com/ethcore/parity/pull/2064
2016-09-23 21:35:04 +07:00
Denis S. Soldatov aka General-Beck
f560cf360c
Update Dockerfile ubuntu-aarch64
...
[ci skip] remove CC and CXX env
backport to beta https://github.com/ethcore/parity/pull/2064
2016-09-23 21:34:16 +07:00
Tomasz Drwięga
f5d48cbf2a
Handle RLP to string UTF-8 decoding errors ( #2217 ) ( #2226 )
2016-09-22 14:48:54 +02:00
Denis S. Soldatov aka General-Beck
d59e2ecbc6
Update gitlab-ci
...
fix x86_64-pc-windows-msvc
2016-09-21 22:36:54 +07:00
Denis S. Soldatov aka General-Beck
a97ca5aaf4
Update gitlab-ci
...
remove -export
2016-09-21 22:25:51 +07:00
Tomasz Drwięga
df61b1b328
Fixing compilation without ui feature ( #2207 )
2016-09-21 11:51:49 +01:00
Tomasz Drwięga
52a69d19e6
Avoid cloning clean stuff ( #2173 )
2016-09-20 23:10:26 +08:00
Arkadiy Paronyan
33084aaa07
v1.3.2 ( #2200 )
2016-09-20 14:21:17 +08:00
Arkadiy Paronyan
2a82fa0a47
Backports to beta ( #2068 )
...
* Fix several RPCs (#1926 )
* Fix up pending receipts details.
* Add support for additional params and registry over RPC.
* Fix tests.
* Add test, additional fix.
Fixes #1932 .
* Fix up tests.
* Fix test.
* Fix test.
* DB WAL size limit (#1935 )
* Limit WAL size
* Check pruning by db modification date (#1924 )
* Cache address hash (#1943 )
* ECIES without MAC (#1948 )
* Use random IV for ECIES AES
* ECIES encrypt/decrypt for a single message
* Derive IV from shared secret
* Apply settings to column families
* fixed #1933 (#1979 )
* Fixed neighbours collection (#1996 )
* dapps-hosts configuration
* Disabled counter check
* always process trie death row on commit, add more tracing
* fixed transaction addresses mapping, fixes #1971
* simplified iterator
* v1.3.1
* v1.3.1
2016-09-11 14:04:17 +02:00
Denis S. Soldatov aka General-Beck
1ccc90108c
Update gitlab-ci
2016-09-10 00:59:40 +07:00
Marek Kotewicz
e60c5b59a6
Fixing serde overflow error ( #1977 ) ( #2030 )
2016-09-01 12:23:05 +02:00
Denis S. Soldatov aka General-Beck
b199fbb6c6
Update gitlab-ci
...
clone from master
2016-08-27 02:59:47 +07:00
Denis S. Soldatov aka General-Beck
d9d506db57
Update gitlab-ci
...
remove CC&CXX env from beta branch
2016-08-19 12:18:37 +07:00
Arkadiy Paronyan
425e1ce04c
Check pruning by db modification date ( #1924 )
2016-08-12 17:48:11 +02:00
Tomasz Drwięga
8741d0d155
Bumping Parity UI ( #1920 )
2016-08-12 12:58:31 +02:00
Arkadiy Paronyan
dfb2ddfdc2
Backports to beta ( #1919 )
...
* RPC errors & logs (#1845 )
* Refactoring errors in RPC
* Updating jsonrpc-core
* Fixing code_at
* Avoid mentioning obvious segments in proof
[ci:skip]
* fixed cache_manager lock order
* Purging .derefs, fixing clippy warnings. (#1890 )
* Fixing clippy warnings
* Purging derefs
* Simplifying engine derefs
* Simplifying more engine derefs
* Adding more details to miner log
* fixed #1889 , .DS_Store is no longer treated as key file (#1892 )
* fixed #1889 , .DS_Store is no longer treated as key file
* ethstore filters directories, hidden files and common system files
* fixed compiling
* fix regression with geth dir
* fix regression with geth dir
* Fix ipc compilation and add ipc feature to test targets (#1902 )
* fix compilation and add it to the ci run
* no separator?
* use quotes and spaces
* RocksDB version bump
* Don't return deleted nodes that are not yet flushed (#1908 )
* polling & connection timeouts (#1910 )
* Peers RPC + UI displaying active/connected/max peers (#1915 )
* Peers API
* Bumping Parity-UI
* Fixing tests
* Save nodes removed from backing_overlay until commit (#1917 )
2016-08-12 12:16:20 +02:00
Arkadiy Paronyan
52ac5a00f5
Backports for beta ( #1888 )
...
* Sync to peers with confirmed fork block only (#1863 )
* Fixing gas conversion
* Validating u256->usize conversion
* Update cache usage on commiting block info (#1871 )
* Use UntrustedRlp for block verification (#1872 )
* take snapshot at specified block and slightly better informants (#1873 )
* prettier informant for snapshot creation
* allow taking snapshot at a given block
* minor tweaks
* elaborate on cli
* Send new block hashes to all peers (#1875 )
* Reduce max open files (#1876 )
* ws-rs update
* Fixing test
* Fixing miner deadlock (#1885 )
2016-08-09 14:05:02 +02:00
arkpar
6336bdecf3
Version set to beta
2016-08-06 08:08:27 +02:00
Robert Habermeier
e72fc5398a
miner and client take spec reference ( #1853 )
...
* miner and client take spec reference
* fix tests
2016-08-05 23:33:55 +02:00
Arkadiy Paronyan
2f52425387
Unlock account with timeout for geth compatibility ( #1854 )
...
* Unlock account with timeout for geth compatibility
* Fixed test
2016-08-05 23:33:14 +02:00
Arkadiy Paronyan
46a988ddd4
Fixed reported max height and transaction propagation ( #1852 )
...
* Fixed max height and transaction propagation
* Fixed tests
2016-08-05 17:01:08 +02:00
Robert Habermeier
76a7246369
Snapshot creation and restoration ( #1679 )
...
* to_rlp takes self by-reference
* clean up some derefs
* out-of-order insertion for blockchain
* implement block rebuilder without verification
* group block chunk header into struct
* block rebuilder does verification
* integrate snapshot service with client service; flesh out implementation more
* initial implementation of snapshot service
* remove snapshottaker trait
* snapshot writer trait with packed and loose implementations
* write chunks using "snapshotwriter" in service
* have snapshot taking use snapshotwriter
* implement snapshot readers
* back up client dbs when replacing
* use snapshot reader in snapshot service
* describe offset format
* use new get_db_path in parity, allow some errors in service
* blockchain formatting
* implement parity snapshot
* implement snapshot restore
* force blocks to be submitted in order
* fix bug loading block hashes in packed reader
* fix seal field loading
* fix uncle hash computation
* fix a few bugs
* store genesis state in db. reverse block chunk order in packed writer
* allow out-of-order import for blocks
* bring restoration types together
* only snapshot the last 30000 blocks
* restore into overlaydb instead of journaldb
* commit version to database
* use memorydbs and commit directly
* fix trie test compilation
* fix failing tests
* sha3_null_rlp, not H256::zero
* move overlaydb to ref_overlaydb, add new overlaydb without on-disk rc
* port archivedb to new overlaydb
* add deletion mode tests for overlaydb
* use new overlaydb, check state root at end
* share chain info between state and block snapshotting
* create blocks snapshot using blockchain directly
* allow snapshot from arbitrary block, remove panickers from snapshot creation
* begin test framework
* blockchain chunking test
* implement stateproducer::tick
* state snapshot test
* create block and state chunks concurrently, better restoration informant
* fix tests
* add deletion mode tests for overlaydb
* address comments
* more tests
* Fix up tests.
* remove a few printlns
* add a little more documentation to `commit`
* fix tests
* fix ref_overlaydb test names
* snapshot command skeleton
* revert ref_overlaydb renaming
* reimplement snapshot commands
* fix many errors
* everything but inject
* get ethcore compiling
* get snapshot tests passing again
* instrument snapshot commands again
* fix fallout from other changes, mark snapshots as experimental
* optimize injection patterns
* do two injections
* fix up tests
* take snapshots from 1000 blocks efore
* address minor comments
* fix a few io crate related errors
* clarify names about total difficulty
[ci skip]
2016-08-05 17:00:46 +02:00
Marek Kotewicz
725d32083a
Merge pull request #1850 from ethcore/deprecated-typo
...
fix deprecated typo
2016-08-05 11:25:42 +02:00
keorn
b6f827e3c8
fix deprecated typo
2016-08-05 11:06:01 +02:00
Arkadiy Paronyan
05bfdc508e
Split IO and network crates ( #1828 )
...
* Abort on panic
* Split IO and network crates
* Restore panic handler
* Fixed doc tests
2016-08-05 10:32:04 +02:00
Marek Kotewicz
08f30fc1a8
updated classic JSON spec with classic bootnodes, fixes #1842 ( #1847 )
2016-08-05 09:51:57 +02:00
Robert Habermeier
b20833154e
protect unsafety in plainhasher; do more hashing ( #1841 )
2016-08-05 09:15:55 +02:00
Robert Habermeier
8702a29e6f
use mutex in dbtransaction ( #1843 )
2016-08-04 23:54:26 +02:00
Nikolay Volf
aa59aa439d
Fix state not using "account_starting_nonce" ( #1830 )
...
* failng test
* use account_starting_nonce instead of zero
* simplier test
* jsons are getting closer
* incorrect test client and incorrect tests fix
* null_morden is using 0x0 starting nonce
* replaced json with the correct one
* superwhatever line
2016-08-04 18:17:39 +02:00
Tomasz Drwięga
25aabe6e52
Supporting blockid in eth_call and trace_call/trace_raw ( #1837 )
...
* Supporting blockid in eth_call and trace_call/trace_raw
* Nicer state diff handling
* Purging deref.deref
2016-08-04 18:17:21 +02:00
Tomasz Drwięga
979f4e0617
eth_checkTransaction renamed to eth_checkRequest ( #1817 )
...
* Making ConfirmationsQueue a bit more generic [WiP]
* Generalizing cofirmations
* New confirmations types - tests
* Separating transaction type in queue. Closes #1310
* Handling sign requests
* Speeding up tests
* Renaming methods
* eth_postSign
* Bumping ui
* Renaming checkRequest methods, adding tests
* Removing duplicate method [ci skip]
* Remove `_posted`
[ci:skip]
* Remove `_posted`
2016-08-04 16:42:29 +02:00
Nikolay Volf
03ba0cc498
Bump json-ipc-server again ( #1839 )
...
* bump ipc version
* bumping once more
2016-08-04 16:42:12 +02:00
Marek Kotewicz
ab079fd7bf
Merge pull request #1833 from ethcore/trace-deadlock-fix
...
Fixing another deadlock in trace db
2016-08-04 10:36:45 +02:00
Marek Kotewicz
dd60146c24
Merge pull request #1829 from ethcore/fix-vm-trace
...
Fix up the VM trace.
2016-08-04 10:36:20 +02:00
Marek Kotewicz
d1fc57d15c
Merge pull request #1834 from ethcore/fixed_export_hex
...
fixed parsing export params, fixes #1826
2016-08-04 10:34:08 +02:00
debris
5da24e5dc3
fixed parsing export params, fixes #1826
2016-08-04 09:22:54 +02:00
arkpar
8b3836a7d6
Another deadlock in trace db
2016-08-04 08:56:28 +02:00
Gav Wood
9bb9a84d40
Fix test.
2016-08-03 23:23:45 +02:00
Arkadiy Paronyan
7093651d70
More performance optimizations ( #1814 )
...
* Buffered DB
* Use identity hash for MemoryDB
* Various tweaks
* Delayed DB compression
* Reduce last_hashes cloning
* Keep state cache
* Updating tests
* Optimized to_big_int
* Fixing build with stable
* Safer code
2016-08-03 22:03:40 +02:00
Gav Wood
52355855fc
Fix up the VM trace.
2016-08-03 20:07:30 +02:00
Tomasz Drwięga
deceb5fd56
Bumping clippy & fixing warnings ( #1823 )
...
* Bumping clippy
* Fixing clippy warnings
* Cargo.lock (latest nightly?)
2016-08-03 19:01:48 +02:00
Marek Kotewicz
531bc79edc
removed unused code from util and unnecessary dependency of FixedHash ( #1824 )
2016-08-03 18:36:45 +02:00
Robert Habermeier
11b65ce53d
Remove (almost all) panickers from trie module ( #1776 )
...
* memorydb ub patch and other cleanup
* fix denote invocations
* move trie traits into trie module
* replace "denote" with shim
* triedb returns results and no longer panics
* fix warnings
* get ethcore compiling
* warn on trie errors in ethcore
* remove unsafety from node decoder
* restore broken denote behavior for this branch
* fix overlayrecent fallout
* fix triedb tests
* remove unwrap in state
* alter Trie::get to return Result<Option<_>>
* fix refcell error in require
* fix test warnings
* fix json tests
* whitespace
[ci:skip]
* Avoid unneeded match/indentation
* whitespace
* prettify map_or_else
* remove test warning
2016-08-03 18:35:48 +02:00
Tomasz Drwięga
40a304b177
Fixing account naming ( #1810 )
...
* Fixing account naming
* Using geth format for files. Avoid re-importing existing keys with different names.
* Adding expect for time format
2016-08-03 17:58:22 +02:00
Robert Habermeier
8c88e2a8cc
JournalDB inject ( #1806 )
...
* add inject to journaldb
* adjust docs
* add test; fix refcounteddb impl
* fewer panics, fail on invalid insertions or deletions
2016-08-03 16:34:32 +02:00
Tomasz Drwięga
c5ffb5af79
No block number in get work while in geth-compat mode. ( #1821 )
2016-08-03 15:31:00 +02:00
Marek Kotewicz
6ba1e66d32
Import wallet fix ( #1820 )
...
* fixed importing presale wallet with encseed longer than 96 bytes
* fixed incorrect pkcs unpadding in decrypting presale wallet
2016-08-03 15:24:09 +02:00
Tomasz Drwięga
9fb5623569
Supporting eth_sign in Signer ( #1787 )
...
* Making ConfirmationsQueue a bit more generic [WiP]
* Generalizing cofirmations
* New confirmations types - tests
* Separating transaction type in queue. Closes #1310
* Handling sign requests
* Speeding up tests
* Renaming methods
* eth_postSign
* Bumping ui
2016-08-03 10:36:54 +02:00
Arkadiy Paronyan
087ebcf94e
Fixing cache update after reorg ( #1816 )
2016-08-03 10:35:04 +02:00
Tomasz Drwięga
0c7ab34c32
Development mode for Signer UI ( #1788 )
...
* Development mode for Signer
* CLI option for signer-dev
* Renaming CLI option
* Make obvious that CLI option is insecure.
[ci:skip]
* Additional warning over security
2016-08-02 17:53:53 +01:00
Gav Wood
9de579366a
Miner tweaks ( #1797 )
...
* Mining fixes.
- Use queue to determine whether we're mining
- Kick stale hash rates
Fixes #1794
Fixes #1641
* Fix tests.
* Address grumbles.
2016-08-02 17:53:32 +01:00
Nikolay Volf
1b507e0147
Util & ipc clenup ( #1807 )
...
* removed frombytes stuff
* removed jsonrpc handler from nano
2016-08-02 15:02:47 +01:00
Tomasz Drwięga
b165059327
Fixing unlock parsing ( #1802 )
2016-08-02 06:12:33 -07:00
Marek Kotewicz
326a51a5c2
fixed importing presale wallet with encseed longer than 96 bytes ( #1801 )
2016-08-02 05:57:57 -07:00
Nikolay Volf
93b4b15c15
Merge pull request #1795 from ethcore/ipc-codegen-dry
...
DRYing build scripts
2016-08-02 15:25:54 +03:00
NikVolf
62df81f9fe
add dot
2016-08-02 10:54:34 +02:00
Nikolay Volf
21c65a99ea
Merge pull request #1790 from ethcore/spec-code
...
Allow code from spec json
2016-08-01 21:41:46 +03:00
NikVolf
fbfcd48483
drying sync
2016-08-01 19:55:38 +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
NikVolf
86db5c08fc
drying tests
2016-08-01 19:31:52 +02:00
Nikolay Volf
27d9964001
nano-tests (ipc transport) to the CI ( #1793 )
...
* fix nano interface
* add nano tests to target
2016-08-01 10:15:05 -07:00
Gav Wood
de531c9a1e
Minor simplification
2016-08-01 10:14:12 -07:00
Arkadiy Paronyan
d891e80ad7
Commit best block after closing transaction ( #1791 )
2016-08-01 10:10:13 -07:00
Gav Wood
b26f8c3f33
Place thread name in the log output ( #1792 )
...
* Place thread name in the log output
...But only when more than info.
Closes #1463
* simpler method
2016-08-01 10:07:09 -07:00
NikVolf
1732cc7a40
add nano tests to target
2016-08-01 17:54:38 +02:00
NikVolf
7b72463845
Merge branch 'master' into ipc-nano-tests
2016-08-01 17:54:03 +02:00
NikVolf
f7b7d317fe
fix nano interface
2016-08-01 17:53:23 +02:00
Nikolay Volf
4e72608441
Fix ipc tests and bring to CI ( #1789 )
...
* fixed compilation
* Fix warnings
* fix remaining tests
* add to ci and fix test.sh
2016-08-01 06:32:07 -07:00
keorn
e99753d6e3
deserialized to pod_account conversion
2016-08-01 13:35:45 +02:00
keorn
7dbf23829e
improve ethjson tests, add code deserialization
2016-08-01 12:33:21 +02:00
Nikolay Volf
f19b00b6ca
Merge pull request #1779 from ethcore/dynamic_keys_pickup
...
dynamic keys pickup
2016-07-31 19:20:46 +03:00
Nikolay Volf
beb6f651af
Merge pull request #1783 from ethcore/ipc-bump-4
...
ipc version bump
2016-07-31 18:34:45 +03:00
Robert Habermeier
7c015f023f
Merge pull request #1780 from ethcore/trace-deadlock-fix
...
Prevent deadlock on trace GC
2016-07-31 15:24:44 +02:00
NikVolf
034fa4d615
ipc version bump
2016-07-31 14:42:45 +02:00
Marek Kotewicz
dbfc5cd31c
fixed trace_transaction crash when block contained suicide ( #1781 )
2016-07-31 13:47:29 +02:00
arkpar
b0b7a3aa39
Prevent deadlock on trace GC
2016-07-31 12:43:16 +02:00
debris
489722b83f
dynamic keys pickup
2016-07-31 10:46:28 +02:00
Arkadiy Paronyan
9e5e57fdcd
Fix block body migration ( #1777 )
2016-07-30 17:33:08 -07:00
Marek Kotewicz
bcf8cd6dc0
cache manager and clearing tracing cache ( #1769 )
...
* removed configure_cache method
* generic cache_manager struct
* fixed #1743 , tracing caches are cleared
* removed deadlocks in garbage_collect, implemented HeapSizeOf for traces
* trace cache config
* fixed carbage typo
2016-07-30 15:19:27 -07:00
Gav Wood
b29329c3c5
Return storage as H256 from RPC. ( #1774 )
...
* Return storage as H256 from RPC.
* Fix test.
2016-07-30 14:42:52 -07:00
keorn
b672d51a74
Instant sealing engine ( #1767 )
...
* add an instant sealing engine
* add sealing engine tests
* rename to InstantSeal
* update name in json
* whitespace
[ci:skip]
2016-07-30 14:42:31 -07:00
Robert Habermeier
53f1d7b6ff
fix state unsafety with a mostly-guaranteed handle ( #1755 )
...
* fix state unsafety with a mostly-guaranteed handle
* ensure_cached takes a closure directly
2016-07-30 06:45:16 -07:00
Tomasz Drwięga
f56b89010d
Gas for mem optimization ( #1768 )
...
* Optimizing mem_gas_cost calculations
* Memoizing current mem gas cost
* Optimizing jump destinations
2016-07-30 06:38:44 -07:00
Marek Kotewicz
85c471b905
Merge pull request #1771 from ethcore/peer-opts
...
Min and Max peers setting
2016-07-30 13:36:06 +02:00
arkpar
8c47240248
Min and Max peers setting
2016-07-29 17:30:02 +02:00
Arkadiy Paronyan
57faa37623
Disable WAL ( #1765 )
...
* Disable WAL
* Make WAL optional
* Fix tests.
* Update cli.rs
2016-07-29 15:36:00 +02:00
keorn
29e07755e9
add new line when printing start strings ( #1766 )
2016-07-29 13:35:27 +02:00
Tomasz Drwięga
5d4925d582
Merge pull request #1764 from ethcore/log-tweak
...
Log tweak
2016-07-29 12:39:19 +02:00
Gav Wood
24c6561bc1
Add test.
2016-07-29 10:48:05 +02:00
Gav Wood
a44ef73b33
Whitespacey lines are not invalid in reserved peers file.
...
Fixes #1622
2016-07-29 10:22:51 +02:00
Gav Wood
360ed1a1f1
Remove bad error message.
...
Closes #1759
2016-07-29 10:04:05 +02:00
Arkadiy Paronyan
b37086722a
Don't call update_sealing on importing own block ( #1762 )
2016-07-29 09:56:55 +02:00
Gav Wood
4304f4a2a4
Minor tweak to logging. Fix CLI help.
2016-07-29 00:22:46 +02:00
Tomasz Drwięga
e4f0c0b215
Single DB ( #1741 )
...
* Consolidation migration
* Started db amalgamation
* Using client constants for columns
* Adding with_columns constructor
* Migrating to single db
* Fixing tests.
* test.sh without verbose
* Fixing warnings
* add migration tests that catch the bug
* make multiple migrations more robust
* add moved v9
* Merge branch 'noop-migrations' into single-db
* spurious line
* clean up migrations ordering
* update comment [ci skip]
* Bumping default number of max_open_files & re-ordering columns.
* fix merge
* fix ignored analysis tests
* Caching best block content
* Faster best_block_header
* Adding progress to v8 migration
* clean up warnings
* Separate hashes and bodies in the DB
* Separate hashes and bodies in the DB
* Fixed tests
2016-07-28 23:46:24 +02:00
Gav Wood
0934a283b2
Tweak format of log so it's not so verbose. ( #1758 )
2016-07-28 23:45:56 +02:00
Gav Wood
297d25dd65
Combine mining queue and enabled into single locked datum ( #1749 )
...
* Combine mining queue and enabled into single locked datum
Additional tracing.
* Fix bug uncovered by test.
* Fix typo
* Remove unneeded log initialisation in test.
[ci:skip]
2016-07-28 21:06:36 +02:00
keorn
11cb544c24
Collect consensus/null engines into a single module ( #1754 )
...
* collect consesnsus engine code into module
* move Engine to mod
* fix json test
2016-07-28 20:32:20 +02:00
keorn
b62a5c8f7d
fix failing test ( #1756 )
2016-07-28 20:31:56 +02:00
Marek Kotewicz
9746b944f1
Stackoverflow fix ( #1742 )
...
* executive tracer builds flat traces without intermediate struct
* temporarilt commented out tests for traces
* fixed new way of building trace address
* fixed new way of building trace address
* updating state tests with flat tracing in progress
* fixed flat tracing tests
* fixed compiling ethcore-rpc with new flat traces
* removed warnings from ethcore module
* remove unused data structures
2016-07-28 20:31:29 +02:00
Marek Kotewicz
f33cd60dc2
compaction profile used during migration, fixes #1750 ( #1751 )
...
* compaction profile used during migration, fixes #1750
* whitespace
[ci:skip]
2016-07-28 20:29:58 +02:00
Tomasz Drwięga
171244a471
Splitting documentation into separate build job ( #1752 )
...
* Splitting documentation into separate build job
* Updating rust to stable [ci skip]
2016-07-28 20:27:10 +02:00
Marek Kotewicz
80a7e4b964
handle keys deserialization errors, fixes #1592 ( #1701 )
...
* handle keys deserialization errors, fixes #1592
* warning on unsuccesfull geth accounts import
2016-07-28 20:26:07 +02:00
Denis S. Soldatov aka General-Beck
3199576416
add gitlab-ci yaml ( #1753 )
...
* add gitlab-ci yaml
Build script for Gitlab CI
[ci-skip]
* Update gitlab-ci
remove .lib and .exp
* Update gitlab-ci
remove CCX and clang
2016-07-28 17:34:32 +02:00
keorn
30ba10e10c
Better handling of multiple migrations ( #1747 )
...
* add migration tests that catch the bug
* make multiple migrations more robust
* clean up migrations ordering
* update comment [ci skip]
* remove explicit iter
2016-07-28 12:05:41 +02:00
Arkadiy Paronyan
6b1e722a6b
Disconnect peers on a fork ( #1738 )
2016-07-27 21:38:22 +02:00
Gav Wood
eaa41ea568
Add RPC & client call to replay a transaction. ( #1734 )
...
* Add RPC & client call to replay a transaction.
* Address grumbles
2016-07-27 21:34:32 +02:00
Nikolay Volf
b9a08c36aa
another version bump for jsonrpc-ipc ( #1744 )
2016-07-27 21:13:21 +02:00
Gav Wood
ccb62d3b55
Trace other types of calls ( #1727 )
...
* Trace through DELEGATECALL and CALLCODE
Add them to the JSON output and RLP database store.
* Fix tests.
* Fix all tests.
* Fix one more test.
2016-07-27 17:41:21 +02:00
Tomasz Drwięga
edda0b2380
Fixing compilation on latest nightly ( #1736 )
2016-07-27 17:12:14 +02:00
keorn
02cf48681d
Blocks and snapshot compression ( #1687 )
...
* new Compressible rlp trait
* new Compressible rlp trait
* make compressed rlp iterable
* make compressed rlp iterable
* invalid rlp slice swapper
* switch compress to swapper, add reverse swapper test case
* add basic account compression test
* add new rlp trait
* new Compressible rlp trait
* make compressed rlp iterable
* invalid rlp slice swapper
* invalid rlp slice swapper
* switch compress to swapper, add reverse swapper test case
* switch compress to swapper, add reverse swapper test case
* add account compress/ decompress test
* make compressor cleaner, use hashmaps for swapper
* improve compression tests
* add a DecompressingDecoder, change Decoder to take refernce
* separate rlp compression related stuff
* new Compressible rlp trait
* new Compressible rlp trait
* new Compressible rlp trait
* make compressed rlp iterable
* make compressed rlp iterable
* make compressed rlp iterable
* invalid rlp slice swapper
* invalid rlp slice swapper
* invalid rlp slice swapper
* switch compress to swapper, add reverse swapper test case
* switch compress to swapper, add reverse swapper test case
* switch compress to swapper, add reverse swapper test case
* add basic account compression test
* add new rlp trait
* add account compress/ decompress test
* make compressor cleaner, use hashmaps for swapper
* improve compression tests
* add a DecompressingDecoder, change Decoder to take refernce
* separate rlp compression related stuff
* DecompressingDecoder test
* initial compressing HashDB wrapper
* remove unused test
* change CompressedDB to struct wrapper with overlay
* simplify compressor
* failed RefCell attempt
* use denote to return reference
* compiled compresseddb
* compressdb test, add overlay emplace
* fix overlay reference count handling
* add immutable compresseddb, make account use hashdb
* simplify using trait objects
* enable hashdb for account
* initial state compression attempt
* wrap state db
* add tests for analyzing db
* add account predicate
* try to compress data fields as rlp too
* remove compression for storage trie
* add a compressing migration
* more compression stats tests
* fix migration import
* nested encoding compression test
* fix decompression, move db stats tests to rlpcompression
* added malformed rlp tests, cover a few edge cases
* new CompressingEncoder struct
* extend migrations to state
* first version working on the whole db
* clean up Compressible impl
* tests cleanup
* add a testing migration
* refactor deep compression using option, add simple compression
* put tests in a module
* fix compressed overlay loading
* simple compression for snapshots
* remove unused DecompressingDecoder
* add a general compressing migration
* add more common rlps to compress
* use static slices for swapper
* add precomputed hashes and invalid rlps
* make decoder private again
* cover more cases with tests
* style
* fix weird indentation
* remove possible panic in payload_info
* make prefix checking safe
* fix db existence check
* remove db dir from test
* pass usize by value [ci skip]
* Improve comment on panic removal.
* add common blocks db rlps
* add compression to blockchain db
* add blocks db migration
* fix the migrations
* remove state compression
* add a separate snapshot swapper
* ability to use different swappers and traversal
* update tests to new interface
* clean up code ordering
* update usage
* fix compilation
* remove unnecessary changes
* move methods to functions to reduce interface
* move test to module
* update common rlps to blocks db
* move tests to tests modules
* remove redundant &
2016-07-27 17:11:41 +02:00
Nikolay Volf
4907c5028f
Merge pull request #1739 from ethcore/ipc-fix-macos
...
bump json-ipc-server version
2016-07-27 17:50:34 +03:00
NikVolf
c5ddacc3ee
bump json-ipc-server version
2016-07-27 15:48:23 +03:00
Arkadiy Paronyan
c65ee93542
Use std::sync::Condvar ( #1732 )
...
test
2016-07-27 11:39:24 +02:00
Nikolay Volf
4cb4344542
Bump json-ipc-server version ( #1733 )
...
* bump json-ipc-server version
* polished json-ipc version
2016-07-27 00:03:01 +02:00
Nikolay Volf
a9ae6e3b58
bump json-ipc-server version ( #1731 )
2016-07-26 20:31:46 +02:00
Tomasz Drwięga
3f41186b2e
Fixing some clippy warnings ( #1728 )
...
* Fixing warnings
* Fixing unnecessary ref
* Removing unnecessary operation
2016-07-26 20:31:25 +02:00
Tomasz Drwięga
01e33ffb61
Bumping Parity UI [ci skip] ( #1682 )
2016-07-26 16:51:28 +02:00
Gav Wood
7cf807d1b4
Various improvements to tracing & diagnostics. ( #1707 )
...
* Various improvements to tracing & diagnostics.
- Manage possibility of `Account` not having code for `PodAccount`
- New RPC: `trace_sendRawTransaction`
- See raw transaction dump when inspecting over RPC
* Fix test
* Remove one of the dupe error messages
* Remove unneeded `&`s
* Reformat and extremely minor optimisation
* Minor optimisation
* Remove unneeded let
* Fix tests.
* Additional fix.
* Minor rename.
[ci:skip]
* Bowing to the pressure.
2016-07-26 16:48:50 +02:00
Arkadiy Paronyan
53a975d1dc
Fixed reading chunked EIP8 handshake ( #1712 )
...
* Fixed reading chunked EIP8 handshake
* Added missing break
2016-07-26 16:04:14 +02:00
Arkadiy Paronyan
6c15a47acc
Fix importing blocks from a pipe file ( #1724 )
2016-07-26 10:44:01 +02:00
Nikolay Volf
1cc6b2b976
Proper errors for binary serializer ( #1714 )
...
* proper error typing
* error management
* tests effort
2016-07-26 10:33:52 +02:00
Arkadiy Paronyan
22a87b1203
Use transaction for writing blocks ( #1718 )
2016-07-26 00:25:49 +02:00
Nikolay Volf
67a9a40243
Exclude generated code from coverage ( #1720 )
...
* exclude target/(release|debug)/build path
* comma
2016-07-26 00:21:49 +02:00
Nikolay Volf
f614a69929
moving to the single binary ( #1710 )
2016-07-26 00:21:08 +02:00
Gav Wood
856657e39a
Log a chain-reorg. ( #1715 )
...
* Log a chain-reorg.
* Nicer output
* Use imported rather than enacted.
Enacted can include previously imported blocks which makes the
info incorrect.
2016-07-26 00:20:37 +02:00
Arkadiy Paronyan
431ba5e260
Restore new block informant message ( #1716 )
2016-07-26 00:19:37 +02:00
Arkadiy Paronyan
d0e79be5c6
Parallel block body download ( #1659 )
2016-07-25 18:38:36 +02:00
Arkadiy Paronyan
898f1410a5
Rotate blockchain cache ( #1709 )
2016-07-25 18:17:45 +02:00
Gav Wood
b220e07feb
Fix broken internal names. ( #1711 )
2016-07-25 17:45:55 +02:00
Marek Kotewicz
226fe8e0bb
cli overhaul ( #1600 )
...
* cli commands
* cleanup parity/signer
* cleanup parity/signer
* remove redundant import of signer crate from main.rs
* cli cleanup in progress
* cli cleanup in progress
* moved few commonly used functions to separate methods with tests
* cleaning up blockchain import in progress
* cleaning up blockchain import in progress2
* cleaning up blockchain import in progress3
* tests for database compaction profile parsing
* cleaning up blockchain import in progress4
* cleaning up blockchain import in progress5
* blockchain import
* export blockchain in progress
* cleanup execute_export
* Configuration::to_duration cleaned up
* removed unused code, tests for to_duration
* cleanup Configuration::mode function
* parsing some of the cli params in params.rs
* rpc and signer are no longer optional
* move importing extern crates to main.rs file
* swipe dies from rpc module
* swipe dies from dapps
* finding deprecated
* several tests and fixes for parity
* parity cleanup in progress
* cleanup price parsing
* parity cleanup in progress
* swiped all dies
* parity cleanup in progress
* replace usages of from_str with parse() in parity/params.rs
* removed few more from_str
* split parity/params.rs into params and helpers
* removed wildcard import from configuration.rs
* cleanup directories/path creation
* cleaning up run cmd
* moved LoggerConfig
* defaults for cli params
* fixed indention in raise_fd_limit
* tests for rpc_apis
* tests for default ipc and rpc settings
* ipc socket
* cleanup in progress
* account service
* cleanup miner config
* BlockChain commands use Directiores structure now
* client_config
* network settings and dapps configuration
* removing warnings
* default logger config
* fixed client_path
* overhaul
* fixing export && import
* default export DataFormat
* import and export also upgrade db
* fixed export && import
* polishing pr
* polishing pr
* fixed custom bootnodes
* fixed daemonize on windows
* fixed setting up enable network
* finished pr
* fixed compiling on windows
* Fixed warning; windows build
* Better cache management
* Fixed tests on windows
* Fixed test
* Restored pruning method names
* --cache alias
* Fixed more tests
* Ensure default options actually listed as valid
[ci:skip]
2016-07-25 16:09:47 +02:00
Gav Wood
435ba186f8
Key files include timestamp in name. ( #1700 )
...
* Key files include timestamp in name.
Introduce timestamp into new key files; keep filename around, so
that we don't accidentally duplicate keys.
* Remove unnecessary clone
* Fix test code.
* Remove log module from ethstore
2016-07-25 10:45:45 +02:00
Arkadiy Paronyan
f048839a4b
Fixing warnings ( #1705 )
2016-07-25 10:21:02 +02:00
Gav Wood
e734810293
Ethereum classic ( #1706 )
...
* Add Ethereum Classic support
(Rename homestead-dogmatic -> classic)
* Additional change needed.
* More needed changes.
* Separate database path for known forks.
* Address minor grumble.
2016-07-25 10:20:22 +02:00
Anthony Tatowicz
8574bfd546
Docker Arguments ( #1703 )
...
Allows args to be passed in for more flexibility.
2016-07-24 17:40:38 +02:00
Gav Wood
9cdd2d265a
Informant tidyup. ( #1699 )
...
* Informant tidyup.
Clean indent.
Don't skip skipping.
* Move string to right place
[ci:skip]
2016-07-24 17:38:29 +02:00
Gav Wood
3f841cc578
Name and meta in accounts ( #1695 )
...
* Introduce persistent name() and meta() in SecretStore.
* Quick stash.
* Fix build.
* Add ethcore_set methods.
* Bug fixes for default values.
* Move to personal to ensure set API exposed.
* Add UUID to accounts info.
* Add tests.
2016-07-24 17:38:21 +02:00
Marek Kotewicz
a76981a61d
Stackoverflow #1686 ( #1698 )
...
* flat trace serialization
* tracing finds transaction which creates contract
* flatten traces before inserting them to the db
2016-07-24 00:20:21 +02:00
Marek Kotewicz
1fbef3289b
filtering transactions toAddress includes contract creation ( #1697 )
...
* tracing finds transaction which creates contract
* comma cleanup
Remove when following `}`s, add to final entries.
2016-07-23 18:50:20 +02:00
Arkadiy Paronyan
247495fba2
Prevent syncing to ancient blocks ( #1693 )
...
* Don't try to sync to ancient blocks
* Fixed test
2016-07-23 17:27:23 +02:00
Arkadiy Paronyan
9a8fdeead9
Enable WAL and disable DB repair ( #1696 )
...
* Enable WAL
* Disable rewind
2016-07-23 17:05:34 +02:00
Tomasz Drwięga
aafb014d01
Returning error when transaction is rejected (for consistency) ( #1667 )
2016-07-22 14:48:05 +02:00
Tomasz Drwięga
10bdfe6926
Disabling signer when in geth-compatibility mode ( #1676 )
2016-07-22 14:47:31 +02:00
Marek Kotewicz
63dbb527cc
Suicides tracing ( #1688 )
...
* tracing suicide
* fixed #1635
* fixed typo
2016-07-22 14:47:23 +02:00
Marek Kotewicz
ce00c13c7a
Merge pull request #1685 from ethcore/substate_cleanup
...
small cleanup of substate.rs
2016-07-21 19:23:28 +02:00
Marek Kotewicz
1372f870d5
Merge pull request #1684 from jesuscript/#411-move-scripts
...
resolve #411 : remove install scripts
2016-07-21 17:39:00 +02:00
debris
a1857bf139
cleaning up substate
2016-07-21 16:50:24 +02:00
debris
77babe6226
added suicide details
2016-07-21 16:26:49 +02:00
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
Tomasz Drwięga
7ae9e61d6c
Bumping JSONRPC-http-server ( #1678 )
2016-07-20 18:05:22 +02:00
KKudryavtsev
52b1bc5ff6
resolve #411 : remove install scripts
2016-07-20 16:46:30 +01:00
Tomasz Drwięga
46b5801730
Fixing hash deserialisation ( #1674 )
2016-07-20 12:42:12 +02:00
Arkadiy Paronyan
7dd29825c4
Ping discovery nodes gradually ( #1671 )
2016-07-20 12:41:31 +02:00
Arkadiy Paronyan
8a8cfb133f
Deadlock on incoming connection ( #1672 )
2016-07-20 12:40:26 +02:00
Tomasz Drwięga
9c7395a6be
Fixing errors returned by sendTransaction* method family ( #1665 )
2016-07-20 12:37:49 +02:00
Arkadiy Paronyan
b007770ba8
Moved syncing log out of the client ( #1670 )
2016-07-20 12:36:20 +02:00
Tomasz Drwięga
0cba70fba3
Host validation (again) ( #1666 )
...
* Revert "Revert "Validating Host headers in RPC requests" (#1663 )"
This reverts commit 3cc3dbef66 .
* Fixing binding on MacOS
2016-07-20 12:34:17 +02:00
Nikolay Volf
9c8b80f998
Update install-deps.sh ( #1664 )
2016-07-20 12:31:27 +02:00
gregg dourgarian
d67369a01c
fix typos ( #1644 )
2016-07-19 20:42:23 +02:00
Gav Wood
861c8d0701
Size for blocks ( #1668 )
...
* Add size field for blocks.
* Ignore invalid test.
2016-07-19 20:40:18 +02:00
Gav Wood
3cc3dbef66
Revert "Validating Host headers in RPC requests" ( #1663 )
2016-07-19 13:15:25 +02:00
Tomasz Drwięga
6e79a36ef6
Validating Host headers in RPC requests ( #1658 )
...
* Validating Host headers in RPC requests
* Fixing convention [ci skip]
* Remove extra indent.
[ci:skip]
2016-07-19 12:53:58 +02:00
Marek Kotewicz
615fca5dc5
Merge pull request #1662 from ethcore/fixed_failing_master
...
fixed failing master
2016-07-19 10:54:57 +02:00
debris
f31e7d54af
fixed failing master
2016-07-19 10:54:25 +02:00
Tomasz Drwięga
038862fa9d
Fixing clippy warnings ( #1660 )
2016-07-19 09:25:51 +02:00
Arkadiy Paronyan
340f0b6f58
Don't ping all nodes on start ( #1656 )
...
* Don't ping all nodes on start
* Fixed test
2016-07-19 09:24:19 +02:00
Arkadiy Paronyan
4e447ccc68
More performance optimizations ( #1649 )
...
* Use tree index for DB
* Set uncles_hash, tx_root, receipts_root from verified block
* Use Filth instead of a bool
* Fix empty root check
* Flush block queue properly
* Expunge deref
2016-07-19 09:23: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
Gav Wood
3ba3dd3805
Asynchronous transactions (polling based for now). ( #1652 )
...
* Asynchronous transactions (polling based for now).
- Alter eth_sendTransaction to be async, returning one of:
- Transaction hash (signed and submitted).
- Transaction promise ID (< 32 bytes).
- Zero hash (will never be signed).
- Introduce new JSONRPC eth_checkTransaction.
The new API call takes a single argument - a promise ID. It returns
either:
- Transaction hash (signed and submitted).
- null (still pending, call again later),
- Zero hash (will never be signed).
* New RPC eth_postTransaction
- Restore previous semantics of sendTransaction.
- Introduce eth_postTransaction.
- Some refactoring.
* Fix minor lockup.
* Use TransientHashMap to prevent leak.
2016-07-19 09:19:58 +02:00
Nikolay Volf
18f16616fe
Merge pull request #1637 from ethcore/sync-svc
...
Sync stand-alone binary and feature-gated dependencies refactoring
2016-07-18 16:32:13 +02:00
NikVolf
028d6f6853
Merge branch 'master' into sync-svc
2016-07-18 15:20:57 +02:00
NikVolf
6a47fd176b
remove import glob
2016-07-18 15:20:25 +02:00
Marek Kotewicz
3d00a912b5
Merge pull request #1627 from ethcore/new-ui
...
Re-enabling Parity UI
2016-07-18 12:16:37 +02:00
Tomasz Drwięga
3005b394f3
Verbose compilation
2016-07-18 10:39:57 +02:00
Arkadiy Paronyan
dd17c766b8
Blockchain repair on missing state root ( #1646 )
...
* BC locking; Recovery batch
* Missing state root recovery
* Test
2016-07-17 23:03:29 +02:00
Gav Wood
0d2f516ad7
Multi-mode logging. ( #1643 )
...
* Multi-mode logging.
Better for miners (they get immediate notification of new block).
Better for general use (less superfluous information shown).
* Remove comment.
[ci:skip]
* Minor string change
[ci:skip]
* Minor message tweak.
* Minor tweaks and indentation fix.
2016-07-17 23:00:57 +02:00
Gav Wood
34b7cf2e0a
Pro paths ( #1650 )
...
* Util funtions to get OS-standard config path.
* Build fix.
2016-07-17 23:00:47 +02:00
Tomasz Drwięga
a2735308b9
Merge branch 'master' into new-ui
2016-07-17 17:41:58 +02:00
NikVolf
a44e95b0ec
hashing secret on the sync side
2016-07-17 10:39:35 +02:00
Arkadiy Paronyan
5ab18d1313
Performance optimizations ( #1642 )
...
* Optimize ethash verification
* disable WAL for puts
* Clear account cache after commit
* Commit only modified accounts
* Optimize existing block check
* Cache last hashes
2016-07-17 09:18:15 +02:00
Arkadiy Paronyan
5dba43178b
Removed DAO soft fork traces ( #1639 )
2016-07-16 19:49:52 +02:00
NikVolf
9eed51ed20
comments -
2016-07-16 19:25:28 +02:00
NikVolf
c3ef5c10a3
got rid of the generic parameter for ipc interface
2016-07-16 19:24:45 +02:00
NikVolf
77bbab009e
got rid of Arc<T> dispatch
2016-07-16 19:09:14 +02:00
Arkadiy Paronyan
d8472a8031
1.2.2
2016-07-16 19:06:26 +02:00
NikVolf
8e26977693
review fixes
2016-07-16 18:51:06 +02:00
Nikolay Volf
72a8f56e51
appveyor rustc version update ( #1638 )
2016-07-16 18:37:03 +02:00
NikVolf
a74b72faa2
submodules update
2016-07-16 16:51:03 +02:00
NikVolf
ac8db8f101
redundant crate
2016-07-16 16:00:14 +02:00
NikVolf
be25e930e5
Merge branch 'master' into sync-svc
2016-07-16 15:57:30 +02:00
NikVolf
fea05dc594
toml file fix
2016-07-16 15:55:07 +02:00
NikVolf
4cb1c906b0
rpc dependencies relayout
2016-07-16 15:51:06 +02:00
Arkadiy Paronyan
64417594c7
Delete values immediately from DB overlay ( #1631 )
...
* Delete values immediately from DB overlay
* Match remove behaviour; test
* Warning fixed
2016-07-16 14:48:54 +02:00
NikVolf
98ddff1326
dependancies layout
2016-07-16 14:24:57 +02:00
Gav Wood
799c69c8d5
DAO hard-fork ( #1483 )
...
* Minor additions to allow resetting of code.
* Add test.
* Provisional DAO hard-fork proposal.
* Change to reflect latest HF spec.
* Include extradata restrictions and overrides.
* Introduce new tests.
* Update tests to new spec format.
* Allow JSON chain spec fields to be optional.
* Remove superfluous definitions. Fix overflow risk.
* Fix build.
* Add missing file.
* Remove old flag.
* Update to latest address set.
* Update tests and test spec to latest.
Change the mining default to release only on own transactions.
2016-07-16 13:02:56 +02:00
Nikolay Volf
7b5d39e0a1
fix network_start regression ( #1629 )
...
* fix network_start regression
* network io handler
* move registration to the network start
2016-07-16 11:31:59 +02:00
keorn
78007cf80b
Die if the DB is newer than the one supported. ( #1630 )
...
* die on DB from the future
* use error type to print messages, print db path
2016-07-16 10:41:09 +02:00
NikVolf
b1a67bf18f
hypervisor refactoring
2016-07-15 19:50:17 +02:00
NikVolf
4a9d57d2ce
flush work
2016-07-15 17:39:59 +02:00
NikVolf
507a4ea26c
basic layout of sync executable and minor fixes in the api
2016-07-15 15:32:29 +02:00
Tomasz Drwięga
e74ab38e29
Enabling tests in release
2016-07-15 11:14:49 +02:00
Tomasz Drwięga
3d35529016
Precompiled JS features
2016-07-15 10:34:33 +02:00
Gav Wood
d14b6871a5
Cleanup of colour code. Use is_a_tty. ( #1621 )
...
* Cleanup of colour code. Use is_a_tty.
* Fix test build.
* Another fix.
2016-07-15 10:11:14 +02:00
Tomasz Drwięga
66f8038b6b
Updating UI
2016-07-14 19:32:15 +02:00
Robert Habermeier
d5d0cb0b47
don't batch best block for branches ( #1623 )
2016-07-14 19:16:01 +02:00
Robert Habermeier
517c705ab5
In-memory trie operations ( #1408 )
...
* small cleanups in trie
* Memory trie skeleton
* decode nodes from RLP
* memorytrie -> memorytriedb
* implement Trie for MemoryTrie
* partially implement insert
* implement trie insertion
* don't load whole trie into memory, lookup across memory and db
* re-implement insertion and lazily load necessary nodes from DB
* node removal w/o fixing
* reduce churn in node storage
* finish remove implementation
* committing the in-memory trie
* reload root node after commit
* generate elastic arrays when converting nodes to rlp
* port triedbmut tests over to memorytriedb, fix a few bugs.
* hash count and dirty flag
* initial attempt for node inspection
* back to skeleton
* inspection framework
* implement insertion
* no panic paths in insert
* implement deletion without fixing
* node fixing
* commit nodes to db
* tracing targets and bugfix
* get tests to pass with a lot of tracing
* set playpen iterations to 10
* remove some tracing statements
* make TrieMut::root take &mut self
* replace triedbmut with memorytriedb
* treat empty insert value as removal
* add test for null insert
* fix some style concerns
* trie: use nodehandle for root_node, minor cleanup
2016-07-14 18:06:46 +02:00
Gav Wood
598833d1ea
Fix "pending" parameter on RPC block requests ( #1602 )
...
* Initial commit.
* Pending blocks work.
* Address grumbles.
* Fix up for new API.
2016-07-14 15:24:12 +02:00
Gav Wood
2b193f00d4
Allow RPC to use solc to compile solidity ( #1607 )
...
* Allow use to use solc to compile solidity.
* Remove unneeded commemt.
[si:skip]
* Address grumble and disable incorrect tests.
2016-07-14 14:25:44 +02:00
Nikolay Volf
be7c771efd
IPC RPC deriving for traits ( #1599 )
...
* sorting out the multi-interface dispatch scenario
* codegen expansion for traits
* fix rwlock
2016-07-14 14:25:18 +02:00
Robert Habermeier
e0efe577b3
Merge pull request #1619 from ethcore/kcov-cache
...
Utilize cached kcov if exists
2016-07-14 13:29:40 +02:00
Tomasz Drwięga
facbb93c62
Fixing no-ui feature ( #1618 )
...
* Fixing no-ui feature
* Extra line
2016-07-14 12:52:24 +02:00
Nikolay Volf
06e8ae19e3
Merge pull request #1614 from ethcore/cache-pref
...
Couple of rocksdb optimizations
2016-07-14 12:37:08 +02:00
NikVolf
c60e02d151
fix rwlock
2016-07-14 12:32:55 +02:00
NikVolf
f380340a9b
codegen expansion for traits
2016-07-14 12:29:08 +02:00
NikVolf
2310ecb480
sorting out the multi-interface dispatch scenario
2016-07-14 12:29:05 +02:00
Tomasz Drwięga
6c205067b1
Miner tests ( #1597 )
...
* Un-ignoring RPC test
* Additional tests for importing transactions
2016-07-14 12:16:53 +02:00
Nikolay Volf
44bc8a08fb
Sync IPC interface ( #1584 )
...
* chain notify trait
* replaced network service with io service
* fix ethcore crate warnings
* refactored network service without generic
* ethcore fix
* ethsync refactoring
* proper linking of notify
* manage network interface
* rpc crate rebinding
* full rewire
* sync internal io service
* fix deadlock
* fix warnings and removed async io
* sync imported message propagation
* fix rpc warnings
* binart warnings
* test fixes
* rpc mocks and tests
* fix util doctest
* fix message name and removed empty notifier
* pointers mess & dark mode fixed
* fixed sync doctest
* added few warnings
* fix review
* new convention match
* fix error unwraps
* doctest fix
* basic library re-layout
* missing files to relayout
* duplicating network config on sync level
* binary serializers for config
* ipc endpoint for manage
* ipc endpoint for sync
* handshake sorting out
* sorting out the multi-interface dispatch scenario
* fixing tests
* fix doctest
2016-07-14 12:07:33 +02:00
Tomasz Drwięga
80c734efe2
Utilize cached kcov if exists
2016-07-14 11:20:19 +02:00
Arkadiy Paronyan
8d0e05adb7
Make sure reserved peers are in the node table ( #1616 )
2016-07-14 10:38:53 +02:00
Nikolay Volf
50c43bd819
Merge pull request #1610 from ethcore/db-repair
...
Fix bloomchain on blockchain repair
2016-07-14 01:14:57 +02:00
Marek Kotewicz
1053f3610c
fixed #1606 ( #1615 )
2016-07-13 21:10:20 +02:00
Robert Habermeier
a7511b6b02
fix benchmark compilation ( #1612 )
2016-07-13 20:45:15 +02:00
Tomasz Drwięga
1b86f8368d
Updating jsonrpc-http-server ( #1611 )
2016-07-13 20:19:48 +02:00
Robert Habermeier
36d3d0d7d7
replace synchronization primitives with those from parking_lot ( #1593 )
...
* parking_lot in cargo.toml
* replace all lock invocations with parking_lot ones
* use parking_lot synchronization primitives
2016-07-13 19:59:59 +02:00
NikVolf
9fd95e6694
wiping also for non-prefixed db
2016-07-13 19:51:03 +02:00
Robert Habermeier
4226c0f631
Merge pull request #1604 from ethcore/noui
...
ui compilation feature
2016-07-13 19:20:10 +02:00
NikVolf
9a0a5b4c22
disable wal & set block based cache when prefix specified
2016-07-13 19:05:06 +02:00
NikVolf
3ac33ceda0
block options for prefixed
2016-07-13 18:43:24 +02:00
Robert Habermeier
0f83ef6a0b
Merge pull request #1608 from ethcore/pow-opt
...
is_zero() and pow() optimisations for uint
2016-07-13 17:33:11 +02:00
Tomasz Drwięga
fc6e598b40
Merge branch 'master' into noui
...
Conflicts:
.travis.yml
2016-07-13 17:20:50 +02:00
Nikolay Volf
691e55227d
Merge pull request #1591 from tomusdrw/optimizing-build
...
Optimizing & Cleaning the build
2016-07-13 17:15:46 +02:00
Tomasz Drwięga
6738fe8268
Merge branch 'noui' of github.com:ethcore/parity into noui
2016-07-13 16:39:19 +02:00
Tomasz Drwięga
507a638762
Disabling ethcore-dapps testing (for a while)
2016-07-13 16:39:03 +02:00
arkpar
80d59949ff
Fix bloomchain on blockchain repair
2016-07-13 14:28:46 +02:00
Tomasz Drwięga
29a5c1785c
Disabling building UI
2016-07-13 12:39:51 +02:00
Tomasz Drwięga
91ae781f05
Disabling building UI
2016-07-13 11:59:47 +02:00
NikVolf
e75274df66
more pow opts
2016-07-13 11:58:08 +02:00
Tomasz Drwięga
e0f6709f05
Merge branch 'master' into noui
...
Conflicts:
Cargo.toml
2016-07-13 11:48:04 +02:00
NikVolf
02ecb6b37b
pow uses shifts and zero comp
2016-07-13 11:29:18 +02:00
Tomasz Drwięga
29076da4b7
UI feature
2016-07-13 11:10:43 +02:00
Gav Wood
420f2ad6c4
Update parity-dapps to be able tobuild on mac.
2016-07-13 09:10:46 +02:00
Gav Wood
3abe3e1fbc
Fix logging ( #1590 )
...
* Strip colour for everywhere except the terminal.
* Log to file.
Fixes #1560 .
* Fix indentation.
[ci:skip]
* Remove unnecessary clone()ing.
* Update setup_log.rs
* remove unnecessary mutex in logging (#1601 )
2016-07-13 09:05:26 +02:00
Tomasz Drwięga
cc19f11c4d
Merge branch 'master' into optimizing-build
...
Conflicts:
.travis.yml
2016-07-12 20:22:35 +02:00
Tomasz Drwięga
11cae70cdd
No-ui compilation feature
2016-07-12 20:15:36 +02:00
Robert Habermeier
b37ceccf02
Merge pull request #1566 from ethcore/streamlined-ui
...
Using streamlined parity-ui repository
2016-07-12 19:24:16 +02:00
Robert Habermeier
ab44168e1c
Merge pull request #1595 from ethcore/evm-instructions
...
Optimizing InstructionInfo access.
2016-07-12 19:21:41 +02:00
Tomasz Drwięga
4cf8df87e5
Merge pull request #1594 from rphmeier/migration_progress
...
V7 Migration progress indicator
2016-07-12 17:23:03 +02:00
Tomasz Drwięga
a784240734
Fixing formatting for coverage
2016-07-12 16:22:05 +02:00
Nikolay Volf
d956b7cea3
Merge pull request #1577 from ethcore/pv64
...
bring snapshotting work into master
2016-07-12 13:46:55 +02:00
Tomasz Drwięga
c3925a494d
Fixing coverage reports generation
2016-07-12 13:25:55 +02:00
Robert Habermeier
60302acb94
merge with master
2016-07-12 13:09:42 +02:00
Robert Habermeier
c26627d968
Merge branch 'master' into migration_progress
2016-07-12 12:46:34 +02:00
Robert Habermeier
86df371a72
dots on same line
2016-07-12 12:20:43 +02:00
Tomasz Drwięga
174e142ad9
Updating UI
2016-07-12 12:06:17 +02:00
Tomasz Drwięga
61c405a014
Merge branch 'master' into streamlined-ui
2016-07-12 12:06:01 +02:00
Tomasz Drwięga
fbc0e0039a
Bump clippy ( #1587 )
...
* Bumping clippy
* Fixing warnings
2016-07-12 10:34:08 +02:00
Nikolay Volf
636ecf306a
handshake sorting out ( #1586 )
2016-07-12 10:33:20 +02:00
Tomasz Drwięga
2746c1c18c
Merge branch 'master' into evm-instructions
...
Conflicts:
evmbin/bench.sh
2016-07-12 10:32:40 +02:00
Tomasz Drwięga
fd6d66fc86
Fixing coverage reports
2016-07-12 10:30:59 +02:00
Tomasz Drwięga
c7a11418bb
Getting rid of get_info
2016-07-12 10:28:42 +02:00
Robert Habermeier
7200cfcbc9
expunge &Vec<T> pattern ( #1579 )
...
* expunge &Vec<T> pattern
* fix travis
2016-07-12 10:28:35 +02:00
Tomasz Drwięga
92fd00f41e
EVM gas for memory tiny optimization ( #1578 )
...
* EVM bin benches
* Optimizing mem gas cost
* Removing overflow_div since it's not used
* More benchmarks
2016-07-12 09:49:16 +02:00
Robert Habermeier
4269867ca4
remove unnecessary assertion
2016-07-11 19:56:27 +02:00
Tomasz Drwięga
29a2238299
Going back to standard builds
2016-07-11 19:53:26 +02:00
Robert Habermeier
7e13ce6185
v7 migration progress
2016-07-11 19:39:06 +02:00
Tomasz Drwięga
cb2ace82db
Uploading to coveralls
2016-07-11 19:33:39 +02:00
Tomasz Drwięga
d9aeafa40e
Removing --verify [ci skip]
2016-07-11 19:11:42 +02:00
Tomasz Drwięga
3159e20814
Build fixes
2016-07-11 18:56:28 +02:00
Tomasz Drwięga
ab1c6cd655
New GCC
2016-07-11 18:55:00 +02:00
Tomasz Drwięga
d65a1d2b2a
Fixing coverage script.
2016-07-11 18:41:26 +02:00
Robert Habermeier
673cde6c7f
add block tests
2016-07-11 18:31:18 +02:00
Tomasz Drwięga
248428657d
Fixing travis.yml
2016-07-11 18:23:24 +02:00
Tomasz Drwięga
9eeafecd76
Build & Scripts optimization
2016-07-11 18:19:00 +02:00
Marek Kotewicz
c5ed363bba
cleaned up parity/signer ( #1551 )
...
* cleanup parity/signer
* remove redundant import of signer crate from main.rs
* rpc and signer are no longer optional
* move importing extern crates to main.rs file
2016-07-11 17:11:49 +02:00
Nikolay Volf
d3695d0b72
Major sync <-> client interactions refactoring ( #1572 )
...
* chain notify trait
* replaced network service with io service
* fix ethcore crate warnings
* refactored network service without generic
* ethcore fix
* ethsync refactoring
* proper linking of notify
* manage network interface
* rpc crate rebinding
* full rewire
* sync internal io service
* fix deadlock
* fix warnings and removed async io
* sync imported message propagation
* fix rpc warnings
* binart warnings
* test fixes
* rpc mocks and tests
* fix util doctest
* fix message name and removed empty notifier
* pointers mess & dark mode fixed
* fixed sync doctest
* added few warnings
* fix review
* new convention match
* fix error unwraps
* doctest fix
2016-07-11 17:02:42 +02:00
Robert Habermeier
49ba117f13
add account tests
2016-07-11 16:54:50 +02:00
Tomasz Drwięga
3647628ae2
Merge branch 'evm-bench' into evm-instructions
2016-07-11 16:41:14 +02:00
Tomasz Drwięga
2d5d632d74
Optimizing instruction info
2016-07-11 16:18:27 +02:00
Tomasz Drwięga
fbdde8f0e6
More benchmarks
2016-07-11 16:17:30 +02:00
Tomasz Drwięga
986c28efb7
Updating UI
2016-07-11 15:45:47 +02:00
Marek Kotewicz
2382d779ca
failing state root with overlayrecent pruning ( #1567 )
2016-07-11 15:22:08 +02:00
Robert Habermeier
24ec696062
rebuild uncles hash from uncle headers
2016-07-11 15:19:01 +02:00
Tomasz Drwięga
cca4efb861
Removing overflow_div since it's not used
2016-07-11 14:52:56 +02:00
Tomasz Drwięga
f1edd3d683
Optimizing mem gas cost
2016-07-11 13:22:25 +02:00
Robert Habermeier
da9e9692dc
remove outdated comment; prove panickers; update manifest
2016-07-11 13:17:26 +02:00
Arkadiy Paronyan
da4b1c36cb
Enable state queries for overlayrecent db ( #1575 )
2016-07-11 12:34:29 +02:00
Tomasz Drwięga
edaf24a2ce
EVM bin benches
2016-07-11 12:15:22 +02:00
Robert Habermeier
b91d339bf2
merge with master
2016-07-11 11:19:19 +02:00
Robert Habermeier
c7af950992
ignore warnings temporarily
2016-07-11 11:10:08 +02:00
Robert Habermeier
3dd7ce5566
merge accountdb_migration
2016-07-11 11:08:41 +02:00
Tomasz Drwięga
803682d9b8
Installing node on appveyor
2016-07-11 10:43:02 +02:00
Tomasz Drwięga
002d808a8a
Merge branch 'master' into streamlined-ui
2016-07-11 10:40:16 +02:00
Robert Habermeier
bdf4446173
have AccountDB use address hash for uniqueness ( #1533 )
...
* partially done alternate migration scheme
* finish altering migration framework
* migrate tests to new migration framework
* address comments
* remove superfluous newline
[ci skip]
* TempIdx -> TempIndex
[ci skip]
* modify account_db to work on address hash, not address
* add a database migration for new accountdb
* preserve first 96 bits of keys when combining
* handle metadata keys in migration and preserve first 96 bits
* fix comments and hash address instead of hash
* different migrations based on pruning
* migrations mutably borrow self
* batch abstraction for migration
* added missing licence headers
* overlay recent v7 migration
* better error handling, migrate version key as well
* fix migration tests
* commit final batch and migrate journaled insertions
* two passes on journal to migrate all possible deleted keys
2016-07-11 09:46:33 +02:00
Tomasz Drwięga
2ed09de38e
Very basic EVM binary. ( #1574 )
...
* EVM binary - initial version
* Adding missing documentation
* Fixing warnings
* Basic evmbin options
* EVMbin crate.
2016-07-11 09:42:41 +02:00
Robert Habermeier
c8b565805e
merge with master
2016-07-10 21:43:16 +02:00
Nikolay Volf
e15f631ec7
Some obvious evm & uint optimizations ( #1576 )
...
* fix name and tests for endians
* using renamed func
* zero and sign opt
2016-07-10 20:18:23 +02:00
Tomasz Drwięga
d7caae2241
Fixing clippy warnings ( #1568 )
...
* Fixing clippy warnings
* Fixing more warnings
2016-07-10 13:18:33 +02:00
Nikolay Volf
ae757afe15
Merge pull request #1570 from ethcore/dynamic-gas-price
...
Miner's gas price gets updated dynamically
2016-07-10 00:08:29 +02:00
Robert Habermeier
895b027527
two passes on journal to migrate all possible deleted keys
2016-07-09 17:56:09 +02:00
Robert Habermeier
36dfa4743e
merge accountdb migration
2016-07-09 17:33:14 +02:00
Gav Wood
ee253c7a3f
Fix tests again.
2016-07-09 17:22:20 +02:00
Nikolay Volf
32a4a060d6
bringing hypervisor as a crate in ipc dir ( #1565 )
...
* resurrecting hypervisor in ipc namespace
* get rid of the quotes
* target: hypervisor
2016-07-09 17:18:34 +02:00
Gav Wood
716de21873
Address review grumble.
2016-07-09 16:59:15 +02:00
Gav Wood
172553c81e
Fix test.
2016-07-09 16:39:59 +02:00
Robert Habermeier
2e24348c2d
Merge pull request #1573 from ethcore/net-init
...
Init public interface with IO message
2016-07-09 15:42:00 +02:00
Robert Habermeier
1f885254e1
commit final batch and migrate journaled insertions
2016-07-09 15:22:59 +02:00
Gav Wood
9a70f717ad
Merge remote-tracking branch 'origin/master' into dynamic-gas-price
2016-07-09 12:29:23 +02:00
Gav Wood
d4d63a5688
Merge branches 'kill_unwraps' and 'dynamic-gas-price' of github.com:ethcore/parity into dynamic-gas-price
2016-07-09 12:29:06 +02:00
arkpar
f48d030f0b
Init public interface with IO message
2016-07-09 11:48:52 +02:00
Tomasz Drwięga
b304ce5838
Uncommenting simple Miner tests ( #1571 )
2016-07-09 11:23:06 +02:00
Nikolay Volf
5fe14e172e
Merge pull request #1558 from ethcore/kill_unwraps
...
Kill lock unwraps
2016-07-09 00:08:59 +02:00
Gav Wood
9b1d1dc336
Merge remote-tracking branch 'origin/master' into kill_unwraps
2016-07-08 20:42:11 +02:00
Gav Wood
c648171f91
Fix the HTTP client for getting price.
2016-07-08 20:01:20 +02:00
Robert Habermeier
274e7767b4
fix migration tests
2016-07-08 18:28:11 +02:00
Gav Wood
ef0a41c7b3
Merge remote-tracking branch 'origin/master' into dynamic-gas-price
2016-07-08 17:36:21 +02:00
Gav Wood
9afbc9816d
Merge branch 'master' into kill_unwraps
2016-07-08 17:31:30 +02:00
Gav Wood
25e6b2b827
Initial implementation of dynamic gas pricer.
2016-07-08 17:26:06 +02:00
Tomasz Drwięga
eef9586c57
Fixing deadlock in miner ( #1569 )
...
* Fixing deadlock in miner
* Adding more comments [ci skip]
2016-07-08 17:19:14 +02:00
Robert Habermeier
3b0b1375f2
better error handling, migrate version key as well
2016-07-08 16:45:04 +02:00
Robert Habermeier
aaf9490c91
Merge branch 'master' into accountdb_migration
2016-07-08 16:14:53 +02:00
Robert Habermeier
171e93752c
overlay recent v7 migration
2016-07-08 16:07:06 +02:00
Robert Habermeier
fe027e872c
added missing licence headers
2016-07-08 15:58:36 +02:00
Robert Habermeier
a160adadaa
batch abstraction for migration
2016-07-08 15:37:37 +02:00
Tomasz Drwięga
598ad4d5da
Updating node version for appveyor.
2016-07-08 15:25:24 +02:00
Tomasz Drwięga
0467bfc9ed
Using parity-ui repository for builds
2016-07-08 13:37:09 +02:00
Robert Habermeier
3e61d6f3f9
migrations mutably borrow self
2016-07-08 13:08:51 +02:00
Gav Wood
57c14eedfa
Place ideal peers in the log output. ( #1563 )
2016-07-07 15:25:58 +02:00
Gav Wood
43d931de12
Minor indent fix. ( #1561 )
2016-07-07 13:18:09 +02:00
Nikolay Volf
f023d7a17f
Merge pull request #1559 from ethcore/client-ipc-tests
...
Enum variants serialisation test&fix
2016-07-07 14:15:46 +04:00
Gav Wood
d7077c8ef7
Fix build.
2016-07-07 11:28:33 +02:00
NikVolf
b33cb32a11
Merge branch 'master' into client-ipc-tests
2016-07-07 11:16:57 +03:00
NikVolf
3c046556b5
fix test url
2016-07-07 11:14:37 +03:00
NikVolf
326ea59258
enum fix & block query test
2016-07-07 11:07:27 +03:00
Tomasz Drwięga
7af366c5b1
Supporting /api/ping for dapps server ( #1543 )
...
* Refactoring dapps to support API endpoints.
* Using ContentHandler for unauthorized requests
* Extracting url stuff
* Adding ping endpoint
* CORS support for ping request
* Fixing url.is_none()
* minor formatting fix
[ci:skip]
2016-07-07 09:42:49 +02:00
Gav Wood
9f43526c88
Merge branch 'master' into kill_unwraps
2016-07-07 09:40:12 +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
Gav Wood
3b662c285f
Switch out .X().unwrap() for .unwrapped_X
2016-07-07 09:37:31 +02:00
NikVolf
1f1b420230
Merge branch 'client-ipc-refact' into client-ipc-tests
2016-07-07 10:00:41 +03:00
Gav Wood
456ad9e21b
Remove .lock().unwrap() idiom into locked().
2016-07-06 19:52:34 +02:00
NikVolf
f06cff48b9
intendation fix
2016-07-06 20:33:20 +03:00
NikVolf
b1ca41dea8
pub mod actually
2016-07-06 20:31:48 +03:00
NikVolf
5dd5983568
paste reformat mess fix
2016-07-06 20:25:42 +03:00
NikVolf
2abf1df667
Merge branch 'master' into client-ipc-refact
2016-07-06 20:20:44 +03:00
Arkadiy Paronyan
d7e225c0af
Kill timers when removing IO handler ( #1554 )
2016-07-06 19:14:53 +02:00
NikVolf
1ac2987437
refactored tree changes
2016-07-06 20:07:24 +03:00
Gav Wood
cd7b046d80
Fix and add info messages ( #1552 )
...
* Display information on journal database on startup.
* Minor restyling.
* Client handles the enode message to avoid repeats.
* Avoid unneeded copies *and* reduce code.
* Fix up typo.
2016-07-06 18:28:11 +02:00
Gav Wood
095e51c39c
Fix indent of #1541 ( #1555 )
2016-07-06 17:42:01 +02:00
Nipunn Koorapati
4a9b9dc305
Update sealing just once when externally importing many blocks ( #1541 )
...
Fixes Issue #1372
2016-07-06 17:15:59 +02:00
NikVolf
baababea02
missing attribute
2016-07-06 14:49:27 +03:00
NikVolf
b25a37eb38
Merge branch 'master' into client-ipc-refact
2016-07-06 14:43:36 +03:00
Robert Habermeier
f8b56317b4
Merge pull request #1548 from ethcore/remove-soft
...
Remove soft-fork stuff.
2016-07-06 13:05:43 +02:00
Robert Habermeier
4b93773c4f
Merge pull request #1550 from ethcore/fix-warning
...
fix codegen warning
2016-07-06 12:46:06 +02:00
Robert Habermeier
aaad0e87ae
merge with latest master
2016-07-06 12:26:03 +02:00
Robert Habermeier
a7103e2870
different migrations based on pruning
2016-07-06 12:15:03 +02:00
Robert Habermeier
e151fbb071
fix comments and hash address instead of hash
2016-07-06 12:15:03 +02:00
Robert Habermeier
e411399f13
handle metadata keys in migration and preserve first 96 bits
2016-07-06 12:15:03 +02:00
Robert Habermeier
0bbdcb13b3
preserve first 96 bits of keys when combining
2016-07-06 12:15:03 +02:00
Robert Habermeier
9b28e97ca8
add a database migration for new accountdb
2016-07-06 12:15:03 +02:00
Robert Habermeier
7df0aa2b60
modify account_db to work on address hash, not address
2016-07-06 12:15:03 +02:00
Robert Habermeier
b7d243368b
Extend migration framework ( #1546 )
...
* partially done alternate migration scheme
* finish altering migration framework
* migrate tests to new migration framework
* address comments
* remove superfluous newline
[ci skip]
* TempIdx -> TempIndex
[ci skip]
2016-07-06 12:05:23 +02:00
Robert Habermeier
21d5e105c1
TempIdx -> TempIndex
...
[ci skip]
2016-07-06 11:56:36 +02:00
Robert Habermeier
908104e365
remove superfluous newline
...
[ci skip]
2016-07-06 11:49:22 +02:00
NikVolf
9783c93564
Merge branch 'master' into client-ipc-refact
2016-07-06 12:47:52 +03:00
NikVolf
29de69e39d
failing blockid test
2016-07-06 12:40:10 +03:00
Tomasz Drwięga
a8b26e2cb5
Refactoring dapps to support API endpoints. ( #1542 )
...
* Refactoring dapps to support API endpoints.
* Using ContentHandler for unauthorized requests
2016-07-06 11:24:29 +02:00
Marek Kotewicz
bcb63bce12
serde is no longer util dependency ( #1534 )
...
* removed old json-tests
* simplify folds in triehash.rs
* removed unused json_aid
* removed unused squeeze.rs
* json branching tests for trie
* removing todos from util
* separated UsingQueue and Table
* further cleanup, removing unused code
* serde serialization of hash moved to rpc module
* uint wrapper for rpc in progress
* serialization of uint moved to rpc module
* updated eth-secp256k1
* updated igd, serde is no longer dependency of util
* loading trie consensus tests
* renamed aliases in rpc imports
2016-07-06 11:23:29 +02:00
NikVolf
fa44532a1e
span unused variable
2016-07-06 12:15:00 +03:00
Gav Wood
a084969d55
Fix tests.
2016-07-06 10:40:45 +02:00
Marek Kotewicz
cb1808d53d
Merge pull request #1549 from ethcore/wiki-readme
...
mention wiki in README
2016-07-05 19:43:34 +02:00
Robert Habermeier
eb6617f9d4
mention wiki in README
...
[ci skip]
2016-07-05 19:26:22 +02:00
Robert Habermeier
fd62944efc
address comments
2016-07-05 18:54:58 +02:00
Gav Wood
488ff88562
Remove soft-fork stuff.
2016-07-05 18:18:35 +02:00
Tomasz Drwięga
b8b55be0be
Skipping transactions with invalid nonces when pushing to block. ( #1545 )
...
* Changing some logging levels
* Skipping invalid nonce errors
2016-07-05 17:51:41 +02:00
Gav Wood
c26cfc1c5a
Silent running operating modes ( #1477 )
...
* Command=line options.
* Keep alive for the eth protocol.
* Wire up final pieces.
* No network when dark.
* Passive and dark mode work.
* Ensure all RPCs keep alive.
* Fix tests.
* Fix minor bug.
* Minor whitespace.
* Split out some of the sleep-state.
* Fix help text.
2016-07-05 17:50:46 +02:00
Robert Habermeier
d4c9c7cc23
migrate tests to new migration framework
2016-07-05 17:15:01 +02:00
Robert Habermeier
1b759c1462
finish altering migration framework
2016-07-05 17:15:01 +02:00
Robert Habermeier
2ea7a8d666
partially done alternate migration scheme
2016-07-05 17:15:01 +02:00
NikVolf
747818a349
rs.in -> rs
2016-07-05 17:12:06 +03:00
Marek Kotewicz
62b9c1b14f
util cleanup ( #1474 )
...
* removed old json-tests
* simplify folds in triehash.rs
* removed unused json_aid
* removed unused squeeze.rs
* json branching tests for trie
* loading trie consensus tests
2016-07-05 15:16:27 +02:00
Tomasz Drwięga
4c1b74a42e
Calculating gas using usize (if supplied gaslimit fits in usize) ( #1518 )
...
* Spliting gasometer out of interpreter
* Choosing right gas calculations implementation based on supplied gas
* Moving verification out of gasometer
* MemGasCost benchmark.
Conflicts:
ethcore/src/evm/benches/mod.rs
* Some simple benchmarks
* Benchmark for simple loop
* Calculating gas_for_memory only when it's actually needed
* Removing superfluous newline [ci skip]
2016-07-05 15:15:44 +02:00
Nikolay Volf
45d532368d
Merge pull request #1536 from rphmeier/nibblevec
...
add owning NibbleVec
2016-07-05 14:20:22 +04:00
NikVolf
fb0076d262
fix warnings again
2016-07-05 12:50:42 +03:00
NikVolf
78e7101f85
rpc test working
2016-07-05 12:48:32 +03:00
NikVolf
8052824f3f
tests (and fixes)
2016-07-05 12:23:56 +03:00
NikVolf
c96686620a
deriving attribute
2016-07-05 11:49:29 +03:00
NikVolf
ce1a4c8952
fix rpc compilation
2016-07-05 11:47:23 +03:00
NikVolf
a9a671dfc0
ethcore compilation
2016-07-05 11:45:31 +03:00
NikVolf
b58754cd26
some merge bugs
2016-07-05 11:33:38 +03:00
NikVolf
b873d3befb
Merge branch 'master' into client-ipc-refact
2016-07-05 11:29:46 +03:00
Nikolay Volf
bbf20c3637
Merge pull request #1538 from ethcore/bc-restore
...
Attempt to fix blochchain/extras DBs sync
2016-07-05 12:16:15 +04:00
Nikolay Volf
a2b4997888
Merge pull request #1525 from ethcore/client-api-refact2
...
Client API refactoring - limiting errors to crate-level error types
2016-07-05 12:15:38 +04:00
Nikolay Volf
1ab2060afa
add void method support ( #1540 )
2016-07-05 10:11:09 +02:00
Marek Kotewicz
a25eb4b046
Merge pull request #1539 from ethcore/dapps-windows-fix
...
Fixing serving nested files for dapps.
2016-07-05 09:55:57 +02:00
Robert Habermeier
d1e6e3d642
Merge pull request #1537 from ethcore/public-address
...
Fixed public address config
2016-07-04 22:37:37 +02:00
Tomasz Drwięga
0242c66a1b
Bump parity-dapps
2016-07-04 19:21:40 +02:00
arkpar
548b4e164e
Attempt to fix blochchain DB sync
2016-07-04 18:24:14 +02:00
arkpar
24f09de60e
Fixed public address config
2016-07-04 18:21:22 +02:00
Robert Habermeier
39a46eee8f
add owning NibbleVec
2016-07-04 17:45:01 +02:00
Tomasz Drwięga
bb2a631885
Fixing compilation&clippy warnings ( #1531 )
...
* Fixing compilation&clippy warnings
* Adding spaces
2016-07-04 13:53:55 +02:00
NikVolf
cfcf061e41
tests stub
2016-07-04 14:51:50 +03:00
Robert Habermeier
465aae71e7
merge branch accountdb_migration into pv64
2016-07-04 12:53:01 +02:00
Robert Habermeier
601ebcf3cc
add a database migration for new accountdb
2016-07-04 12:47:03 +02:00
Nikolay Volf
bb36a594c5
creating ethereum dir while in geth mode ( #1530 )
...
* creating ethereum dir while in geth mode
* fix warning
* more descriptive error
2016-07-04 11:53:21 +02:00
Tomasz Drwięga
5c438cc58a
Bumping clippy ( #1532 )
2016-07-04 11:52:59 +02:00
Gav Wood
1aee197d79
Make signer default as long as --unlock isn't used. ( #1524 )
2016-07-03 17:11:31 +01:00
NikVolf
8f6e48e4c3
fix tests
2016-07-02 20:08:52 +03:00
Nikolay Volf
ff7fcd0992
add client timeout ( #1526 )
2016-07-02 10:16:31 +01:00
Nipunn Koorapati
8e98f06ce5
Fix gitter-url link in README.md ( #1528 )
2016-07-02 10:15:44 +01:00
petevine
316fae2cc4
Fix error message. ( #1527 )
2016-07-02 07:58:32 +02:00
NikVolf
43027b36ea
Merge branch 'master' into client-api-refact2
2016-07-01 22:43:51 +03:00
NikVolf
0f7b66f557
fixed compilation & warnings
2016-07-01 22:40:54 +03:00
NikVolf
edb8663195
ethcore finished
2016-07-01 22:34:50 +03:00
Nikolay Volf
fa73ae17d9
BTreeMap binary serialization ( #1489 )
...
* btree map serializer
* serde tests
* fix styling
2016-07-01 21:27:50 +02:00
NikVolf
46b0af6121
flush work
2016-07-01 22:13:56 +03:00
Arkadiy Paronyan
d91e8ccd34
Save the block reference in the queue on notification ( #1501 )
2016-07-01 19:38:37 +01:00
Nikolay Volf
789b903de6
bigint tests in targets ( #1522 )
2016-07-01 19:37:42 +01:00
Nikolay Volf
8102fb9306
Client api cleaning - uncles are returned as rlp ( #1516 )
...
* uncle as rlp in the api
* uncle rlp in block view
* fix warning
2016-07-01 19:37:17 +01:00
NikVolf
07521c17b4
dedicated types
2016-07-01 21:33:59 +03:00
Marek Kotewicz
d8a4cca817
Fatdb integration with CLI ( #1464 )
...
* fatdb integration
* --fat-db
* rerun with --pruning=archive comment
2016-07-01 19:29:56 +01:00
Nikolay Volf
0a513ad06e
Merge pull request #1517 from ethcore/shr-opt
...
Optimizing/simplifying shr
2016-07-01 17:58:01 +04:00
NikVolf
0907722fc8
fix warning
2016-07-01 16:34:15 +03:00
NikVolf
d4ff3e51e9
uncle rlp in block view
2016-07-01 16:33:37 +03:00
Arkadiy Paronyan
b30e7c7ba4
Merge pull request #1500 from ethcore/ipc-enh
...
change IPC codegen to allow attributes
2016-07-01 14:54:01 +02:00
Robert Habermeier
d42ea6b69e
modify account_db to work on address hash, not address
2016-07-01 14:36:07 +02:00
Tomasz Drwięga
654cd570b4
Optimizing shr
2016-07-01 13:07:41 +02:00
Nikolay Volf
c71dff04c5
Merge pull request #1514 from ethcore/fix-warnings
...
Fix warnings
2016-07-01 14:55:17 +04:00
Nikolay Volf
b53442953a
Merge pull request #1452 from ethcore/fatdb
...
FatDB
2016-07-01 14:29:51 +04:00
NikVolf
7ad8599324
uncle as rlp in the api
2016-07-01 13:26:44 +03:00
debris
ef09902508
Merge branch 'fatdb' of github.com:ethcore/parity into fatdb
2016-07-01 10:22:35 +02:00
debris
9f5abd01b5
Merge branch 'master' of github.com:ethcore/parity into fatdb
2016-07-01 10:17:08 +02:00
Arkadiy Paronyan
7ae0eb8137
Merge pull request #1513 from ethcore/fixmining
...
Fix the reseal mechanism.
2016-07-01 08:09:06 +02:00
Tomasz Drwięga
52f4034bdd
Formatting
2016-07-01 02:21:22 +02:00
Tomasz Drwięga
5c2ca9a0cb
Fixing warnings
2016-07-01 02:08:14 +02:00
Gav Wood
1d780f456a
Fix is_new.
2016-06-30 23:14:54 +02:00
Gav Wood
29b6ba4a87
Fix the reseal mechanism.
2016-06-30 22:35:59 +02:00
Arkadiy Paronyan
cf7830fa8f
Merge pull request #1509 from General-Beck/patch-15
...
Update Dockerfile ubuntu-aarch64
2016-06-30 22:34:24 +02:00
Arkadiy Paronyan
1dc56fc3e1
Merge pull request #1510 from General-Beck/patch-16
...
Update Ubuntu-arm Dockerfile
2016-06-30 22:34:18 +02:00
Arkadiy Paronyan
91efef8497
Merge pull request #1511 from General-Beck/patch-17
...
Update Ubuntu-jit Dockerfile
2016-06-30 22:34:15 +02:00
Arkadiy Paronyan
6962e1d211
Merge pull request #1512 from General-Beck/patch-18
...
Update Ubuntu Dockerfile
2016-06-30 22:34:13 +02:00
Arkadiy Paronyan
dd62e2d43b
Merge pull request #1508 from General-Beck/patch-14
...
Update CentOS Dockerfile
2016-06-30 22:33:55 +02:00
Denis S. Soldatov aka General-Beck
038ef2b3c3
Update Ubuntu Dockerfile
...
[ci skip]
2016-07-01 03:29:45 +07:00
Denis S. Soldatov aka General-Beck
c8c7fbbf27
Update Ubuntu-jit Dockerfile
...
[ci skip]
2016-07-01 03:29:00 +07:00
Denis S. Soldatov aka General-Beck
6bbd237711
Update Ubuntu-arm Dockerfile
...
[ci skip]
2016-07-01 03:28:18 +07:00
Denis S. Soldatov aka General-Beck
6bdbc2cb93
Update Dockerfile ubuntu-aarch64
...
[ci skip]
2016-07-01 03:27:36 +07:00
Denis S. Soldatov aka General-Beck
f370e17a54
Update CentOS Dockerfile
...
[ci skip]
2016-07-01 03:26:56 +07:00
Arkadiy Paronyan
30f2e8f60c
Merge pull request #1502 from ethcore/bump-status-page
...
bump status page v0.5.1
2016-06-30 22:16:32 +02:00
Nikolay Volf
4a60407c2a
Merge pull request #1507 from General-Beck/patch-13
...
Update CentOS Dockerfile
2016-07-01 00:16:09 +04:00
Nikolay Volf
5dd3c6196c
Merge pull request #1506 from General-Beck/patch-12
...
Update Dockerfile ubuntu-aarch64
2016-07-01 00:15:56 +04:00
Nikolay Volf
a681566967
Merge pull request #1505 from General-Beck/patch-11
...
Update Ubuntu-arm Dockerfile
2016-07-01 00:15:41 +04:00
Nikolay Volf
ff0d8ea868
Merge pull request #1504 from General-Beck/patch-10
...
Update Ubuntu-jit Dockerfile
2016-07-01 00:15:21 +04:00
Nikolay Volf
489ddd1d6f
Merge pull request #1503 from General-Beck/patch-9
...
Update Ubuntu Dockerfile
2016-07-01 00:15:00 +04:00
NikVolf
d4f0f2c80e
Merge branch 'master' into fatdb
2016-06-30 23:13:20 +03:00
Denis S. Soldatov aka General-Beck
90a4475f52
Update CentOS Dockerfile
...
[ci skip]
2016-07-01 03:10:58 +07:00
Denis S. Soldatov aka General-Beck
bee2102424
Update Dockerfile ubuntu-aarch64
...
[ci skip]
2016-07-01 03:09:48 +07:00
Denis S. Soldatov aka General-Beck
bb70cd889e
Update Ubuntu-arm Dockerfile
...
[ci skip]
2016-07-01 03:08:58 +07:00
Denis S. Soldatov aka General-Beck
8134a89b87
Update Ubuntu-jit Dockerfile
...
[ci skip]
2016-07-01 03:08:07 +07:00
Denis S. Soldatov aka General-Beck
d3cb79833b
Update Ubuntu Dockerfile
...
[ci skip]
2016-07-01 03:07:22 +07:00
Robert Habermeier
456619001a
parallelize account trie creation
2016-06-30 20:43:54 +02:00
NikVolf
ba38cc0ccc
fix all warnings
2016-06-30 21:00:52 +03:00
NikVolf
cdd1c6dd90
fix unused imports
2016-06-30 20:57:07 +03:00
NikVolf
bad02d65a1
fix merging bugs
2016-06-30 20:44:24 +03:00
NikVolf
97eb311cb0
Merge branch 'master' into client-ipc-refact
2016-06-30 20:32:13 +03:00
NikVolf
080b50809a
fix compilation
2016-06-30 20:27:53 +03:00
NikVolf
95538ac42c
sorting rpc using uncles
2016-06-30 20:06:24 +03:00
Arkadiy Paronyan
673c5afd4d
Update install-parity.sh
2016-06-30 18:56:16 +02:00
NikVolf
ef8dd23254
rpc & sync recompile
2016-06-30 19:53:57 +03:00
goldylucks
6616b5e17d
bump status page v0.5.1
2016-06-30 18:14:20 +02:00
Arkadiy Paronyan
24e73f3aec
Merge pull request #1497 from ethcore/clone-work
...
Optionally clone block behind work-package
2016-06-30 15:50:27 +02:00
Gav Wood
6ae467252c
Fix no colour on windows. ( #1498 )
2016-06-30 15:49:00 +02:00
NikVolf
08048a7377
redundant space
2016-06-30 16:26:37 +03:00
NikVolf
eb56e74340
unused test
2016-06-30 16:24:46 +03:00
NikVolf
5c5f52c017
tests for client_ident
2016-06-30 16:23:10 +03:00
NikVolf
6e8df6a6ce
attribute parsing
2016-06-30 15:33:34 +03:00
NikVolf
6259a5a737
versions sorting
2016-06-30 14:42:11 +03:00
NikVolf
427d54f341
versions sorting
2016-06-30 14:41:56 +03:00
NikVolf
86c85bdd9e
post expansion pass
2016-06-30 14:34:49 +03:00
Gav Wood
9c58ebf2d2
Merge branch 'master' into clone-work
2016-06-30 13:16:48 +02:00
Arkadiy Paronyan
ff29c82c9e
Merge pull request #1495 from ethcore/work-notify
...
Workaround for hyper panic
2016-06-30 13:14:24 +02:00
Gav Wood
dff7d9603c
Fix for fake new work packages.
2016-06-30 13:12:15 +02:00
Gav Wood
9c07e5c355
Optionally clone block behind work-package.
2016-06-30 12:56:58 +02:00
Gav Wood
5665083e20
UsingQueue can clone rather than just take.
2016-06-30 12:21:04 +02:00
Arkadiy Paronyan
30fad64621
Merge pull request #1488 from ethcore/notification-on-mine
...
Colourful notification on mine
2016-06-30 11:42:43 +02:00
arkpar
51c6b85f80
Workaround hyper panic
2016-06-30 10:07:33 +02:00
Tomasz Drwięga
af65945b58
Specifying max open files ( #1494 )
2016-06-30 08:24:01 +02:00
Gav Wood
5a794b21cf
Make output less green.
2016-06-30 08:20:34 +02:00
Gav Wood
6ca2e6b29b
Remove extraneous messages.
2016-06-30 08:20:34 +02:00
Gav Wood
93a89049ed
More colour!
2016-06-30 08:20:34 +02:00
Gav Wood
92edf7f511
Safe coloured logging.
2016-06-30 08:20:34 +02:00
Gav Wood
4a6206c514
Log for when we mine a block with lots of info.
...
Fixes #1468
2016-06-30 08:20:34 +02:00
Arkadiy Paronyan
60270083e5
Merge pull request #1491 from ethcore/work-notify
...
Work notification over HTTP
2016-06-30 08:19:45 +02:00
Arkadiy Paronyan
946c1fd76a
Merge pull request #1478 from ethcore/seal-import
...
Sealed block importing and propagation optimization
2016-06-30 08:13:07 +02:00
NikVolf
8fc03e2dc2
deriving ipc service compiling
2016-06-30 01:09:35 +03:00
NikVolf
3c061857c4
error sorting out
2016-06-30 00:56:12 +03:00
NikVolf
2891b7b4ea
sorting filters & ranges
2016-06-30 00:15:34 +03:00
Gav Wood
86ba6f1912
Fix test compilation.
2016-06-29 22:05:00 +02:00
arkpar
ee01ad1324
Shortcut sealed block into the chain
2016-06-29 21:49:22 +02:00
NikVolf
d5be0fae54
transaction import result sorting also
2016-06-29 21:48:22 +03:00
NikVolf
f6ec1eae4a
sorting out util imports
2016-06-29 21:37:23 +03:00
NikVolf
a14f2391ff
sorting with transaction result
2016-06-29 21:35:22 +03:00
NikVolf
f31ddec3a8
block queue info
2016-06-29 21:28:21 +03:00
Gav Wood
f24ba94fbd
Merge branch 'work-notify' of github.com:ethcore/parity into work-notify
2016-06-29 20:14:32 +02:00
Gav Wood
dc24448900
Include number in eth_getWork.
2016-06-29 20:09:13 +02:00
NikVolf
5337de8d42
uncle returns rlp
2016-06-29 21:08:34 +03:00
arkpar
b3f37f3cb4
HTTP work notifier
2016-06-29 20:07:21 +02:00
Gav Wood
e24f9c9936
Add CLI option and route to MinerOptions.
2016-06-29 20:06:03 +02:00
arkpar
19d83a9074
Merge branch 'work-notify' of github.com:ethcore/parity into work-notify
2016-06-29 20:05:11 +02:00
arkpar
5958c87e56
HTTP work notifier
2016-06-29 20:04:52 +02:00
NikVolf
562e591ed3
more missing serializaers
2016-06-29 20:59:13 +03:00
NikVolf
dec083a5ed
basic layout
2016-06-29 20:25:05 +03:00
NikVolf
3cca6c869e
state diff serialization
2016-06-29 19:56:47 +03:00
NikVolf
9aef8ba063
serde tests
2016-06-29 19:41:28 +03:00
Robert Habermeier
6ecd6eaa12
batch state trie writes
2016-06-29 18:37:17 +02:00
NikVolf
bfbcb8d551
btree map serializer
2016-06-29 19:35:36 +03:00
Robert Habermeier
83c967c082
Merge pull request #1487 from ethcore/vm-fact
...
vm factory to mining client
2016-06-29 18:00:54 +02:00
Adam Goldman
aec4130dca
topbar dialog fix ( #1479 )
...
* topbar dialog fix
* push goldylucks changes to ethcore umbrella
2016-06-29 17:19:04 +02:00
Gav Wood
98ae9cad6f
Minor additions to allow resetting of code. ( #1482 )
...
* Minor additions to allow resetting of code.
* Add test.
2016-06-29 16:29:04 +02:00
Gav Wood
5d1ff3d7ba
Introduce options for fine-grained management of work queue. ( #1484 )
...
* Introduce options for fine-grained management of work queue.
- Minimum reseal period between non-mandatory (transaction) reseals.
- Maximum historical cached block size.
Defaults changed to reflect real-world scenarios (2s, 20 blocks).
* Fix test bug.
* 50 -> 20.
2016-06-29 16:26:19 +02:00
NikVolf
580913fa7d
vm factory to mining client
2016-06-29 17:23:29 +03:00
Robert Habermeier
6977d335e9
Merge branch 'master' into pv64
2016-06-29 16:11:06 +02:00
Gav Wood
05927eba1f
Include number in eth_getWork.
2016-06-29 15:43:34 +02:00
Gav Wood
7c27f9dfed
Add CLI option and route to MinerOptions.
2016-06-29 15:37:11 +02:00
Gav Wood
c096c087df
Ensure we don't reject our own transactions for gasprice. ( #1485 )
...
* Ensure we don't reject our own transactions for gasprice.
* Add test.
2016-06-29 15:23:41 +02:00
Robert Habermeier
49024a4f28
Merge with master
2016-06-29 14:46:29 +02:00
Arkadiy Paronyan
78ebc8b975
Merge pull request #1481 from ethcore/av-signing
...
Signing parity executable & windows installer in appveyor
2016-06-29 10:39:33 +02:00
Gav Wood
e3214c63c6
Rearrange fork CLI options. ( #1476 )
...
* Rearrange fork CLI options.
* Fixed compilation
2016-06-29 09:28:56 +02:00
NikVolf
2138a53067
Merge branch 'master' into av-signing
2016-06-29 02:02:02 +03:00
NikVolf
72771bd833
signing executable also
2016-06-29 01:58:15 +03:00
Nikolay Volf
91aee536ca
Merge pull request #1475 from ethcore/appveyor_choking
...
give appveyor some breath
2016-06-29 02:35:12 +04:00
NikVolf
ebcbb19aef
sign command
2016-06-28 21:02:15 +03:00
Gav Wood
a3758161ac
Ensure we always get the latest work when mining on submitted. ( #1469 )
...
* Ensure we always get the latest work when mining on submitted.
* Build fix.
* Smaller timeslices for the wait.
2016-06-28 18:46:09 +02:00
Marek Kotewicz
38870fb3e4
Merge pull request #1471 from ethcore/tests_for_views
...
Tests for views
2016-06-28 17:37:27 +02:00
NikVolf
3ae8ccf8c6
signing installer
2016-06-28 18:13:21 +03:00
Nikolay Volf
477fdefb55
json ipc version bump ( #1470 )
...
* bump version once
* version bump 2
2016-06-28 16:22:05 +02:00
debris
8dbf182618
give appveyor some breath
2016-06-28 16:10:21 +02:00
debris
2462193df8
Merge branch 'master' of github.com:ethcore/parity into tests_for_views
2016-06-28 14:28:54 +02:00
debris
0b86723e68
tests for HeaderView and BlockView, fixed #144
2016-06-28 14:28:42 +02:00
Marek Kotewicz
af891f65a7
verifier is no longer a template type of client ( #1467 )
...
* verifier is no longer a template type of client
* added missing ,
2016-06-28 13:23:15 +02:00
Arkadiy Paronyan
39307b2bea
Merge pull request #1460 from ethcore/miner-improvements
...
Allow configuration of when to reseal blocks.
2016-06-28 13:11:24 +02:00
debris
4ecf23df9a
tests for TransactionView
2016-06-28 12:08:30 +02:00
Marek Kotewicz
4f56f8b27c
removed unsafe code ( #1466 )
2016-06-28 11:52:59 +02:00
Tomasz Drwięga
6895a56099
Adding default for value ( #1465 )
2016-06-28 11:10:39 +02:00
Gav Wood
599a6104b7
Minor renaming.
2016-06-28 10:40:35 +02:00
Gav Wood
31de739122
U256 instead of Option<U256>. Fix up tests.
2016-06-28 10:21:29 +02:00
Gav Wood
af935df553
Merge branch 'master' into miner-improvements
2016-06-28 10:02:33 +02:00
Gav Wood
d0cec2434e
Merge branch 'miner-improvements' of github.com:ethcore/parity into miner-improvements
2016-06-28 10:00:51 +02:00
Gav Wood
c221f69ccd
Clean up some of the FP stuff.
2016-06-28 10:00:28 +02:00
Arkadiy Paronyan
a3a68a20f4
Merge pull request #1461 from ethcore/db-repair
...
Attempt DB repair if corrupted
2016-06-28 07:37:49 +02:00
Arkadiy Paronyan
993f707fbe
Merge pull request #1454 from ethcore/db-config-ext
...
Database configuration extended
2016-06-28 07:07:05 +02:00
NikVolf
f94f061f6a
disable wal when commiting transactions
2016-06-27 22:12:23 +03:00
Gav Wood
ff788e4199
Fix another typo
...
[ci:skip]
2016-06-27 21:06:40 +02:00
Gav Wood
5919c660e5
Fix typo
...
[ci:skip]
2016-06-27 21:06:10 +02:00
Gav Wood
495e56034f
Merge branch 'master' into miner-improvements
2016-06-27 21:02:55 +02:00
arkpar
ed153995f9
Attempt DB repair if corrupted
2016-06-27 20:41:02 +02:00
arkpar
150d7c1c78
Merge remote-tracking branch 'origin/master' into db-config-ext
2016-06-27 20:33:07 +02:00
arkpar
5d67a32cef
Merge remote-tracking branch 'origin/master' into miner-improvements
2016-06-27 20:31:57 +02:00
Gav Wood
10aa32b0f5
Include RPC configurability for max tx gas limit.
...
Also Move the gas limit into the transaction queue from the miner.
2016-06-27 20:19:01 +02:00
Arkadiy Paronyan
a83def78b3
Merge pull request #1459 from ethcore/stable-ws
...
Updating WS-RS server
2016-06-27 19:53:24 +02:00
Arkadiy Paronyan
60b70dada1
Reduced IO messages; removed panics on IO notifications ( #1457 )
2016-06-27 19:30:13 +02:00
Gav Wood
dc79e63db7
Update configuration.rs
2016-06-27 19:22:54 +02:00
Gav Wood
7b5eeb1dd7
Update cli.rs
...
[ci:skip]
2016-06-27 19:22:28 +02:00
Gav Wood
a102015ecf
Fix doc test.
2016-06-27 19:16:26 +02:00
Gav Wood
2a51a30d41
Fix up the pending set stuff.
2016-06-27 19:06:54 +02:00
Nikolay Volf
9f4bfd9e7a
fix tests
2016-06-27 18:47:50 +02:00
Gav Wood
1667808ecb
More miner options.
...
- Optional limit for the amount of gas transactions may have;
- option to restruct transactions returned/queried to only those
which have been executed.
2016-06-27 18:27:06 +02:00
Gav Wood
6c1802e412
Allow configuration of when to reseal blocks.
2016-06-27 17:23:54 +02:00
Tomasz Drwięga
222404f801
Updating WS version
2016-06-27 16:34:46 +02:00
Tomasz Drwięga
044bf5511a
Fixing HTTP file serving on ws-rs
2016-06-27 16:34:39 +02:00
Tomasz Drwięga
1fdbfa14ad
Handle errors when starting parity ( #1451 )
2016-06-27 16:00:16 +02:00
Arkadiy Paronyan
6859152c21
Fixed losing queued blocks on ancient block error ( #1453 )
2016-06-27 15:59:45 +02:00
Nikolay Volf
f9f25fd147
cli config
2016-06-27 14:25:50 +02:00
debris
06cf2a3f41
updated FatDB description
2016-06-27 14:01:17 +02:00
debris
7904464d24
use mem::replace instead of mem::swap in ArchiveDB, add aux_remove()
2016-06-27 14:01:06 +02:00
Nikolay Volf
2e5d5f12dd
ethcore client config
2016-06-27 13:58:12 +02:00
Nikolay Volf
627b67db0a
jdb to new settings config
2016-06-27 13:23:50 +02:00
Nikolay Volf
07098fd16f
extra helpers for prefix
2016-06-27 13:14:40 +02:00
Nikolay Volf
e4763e90bc
compaction struct and helpers
2016-06-27 13:03:34 +02:00
Marek Kotewicz
6b51dffca0
Merge pull request #1450 from ethcore/rpc-server-fix
...
Updated to latest hyper with patched mio
2016-06-27 11:36:37 +02:00
debris
36626f96a8
separated TrieMut from Trie, added Generic Trie type to TrieFactory
2016-06-27 11:19:27 +02:00
debris
5ecbeaa82f
trie factory in progress
2016-06-27 10:59:59 +02:00
arkpar
c21550a663
Updated to latest hyper with patched mio
2016-06-27 10:39:37 +02:00
Gav Wood
4f1f33d1b8
Retweak BASE and MULTIPLIER in rocksdb config. ( #1445 )
2016-06-27 09:20:38 +02:00
Marek Kotewicz
b3398cec33
Merge pull request #1410 from ethcore/miner-no-default
...
Removing Miner::default.
2016-06-27 09:18:42 +02:00
debris
f3a6da7c1e
Merge branch 'master' of github.com:ethcore/parity
2016-06-27 09:16:45 +02:00
debris
1b4f67151f
fatdb and fatdb iterator module
2016-06-27 09:16:34 +02:00
Tomasz Drwięga
593d947fcd
Using stable version of ws-rs
2016-06-26 23:48:59 +02:00
Tomasz Drwięga
2bd0c5ebcb
Unwrap or default
2016-06-26 22:48:09 +02:00
Tomasz Drwięga
6bbaced3cd
Merge branch 'master' into miner-no-default
...
Conflicts:
ethcore/src/miner/miner.rs
parity/main.rs
2016-06-26 22:44:34 +02:00
Gav Wood
516b015325
Don't mine without --author ( #1436 )
...
Requires --author to be set before mining is allowed to happen.
2016-06-26 22:02:17 +02:00
Arkadiy Paronyan
2ef929dcbd
Merge pull request #1437 from ethcore/revertrescuedaoed
...
Revert the rescuedao extradata.
2016-06-26 14:27:56 +02:00
Gav Wood
2400001675
More conservative settings for rocksdb. ( #1440 )
2016-06-25 23:13:34 +02:00
Gav Wood
2574d000a3
Revert the rescuedao extradata.
2016-06-25 14:35:43 +02:00
Arkadiy Paronyan
a72d8ee0e7
v1.3.0 ( #1421 )
2016-06-25 10:32:05 +02:00
Arkadiy Paronyan
482d910b15
Merge pull request #1429 from General-Beck/patch-7
...
Update Ubuntu-arm Dockerfile
2016-06-24 22:53:33 +02:00
Arkadiy Paronyan
b02d7a4311
Merge pull request #1430 from General-Beck/patch-8
...
Create Dockerfile ubuntu-aarch64
2016-06-24 22:53:11 +02:00
Denis S. Soldatov aka General-Beck
ab0d280232
Create Dockerfile ubuntu-aarch64
...
Create Dockerfile ubuntu-aarch64
[ci skip]
2016-06-25 03:51:05 +07:00
Denis S. Soldatov aka General-Beck
4fd0a95112
Update Ubuntu-arm Dockerfile
...
Update Ubuntu-arm Dockerfile
[ci skip]
2016-06-25 02:58:06 +07:00
Arkadiy Paronyan
59d1a82814
Merge pull request #1424 from General-Beck/patch-4
...
Update CentOS Dockerfile
2016-06-24 21:55:45 +02:00
Arkadiy Paronyan
83af81f443
Merge pull request #1426 from General-Beck/patch-5
...
Update Ubuntu Dockerfile
2016-06-24 21:52:58 +02:00
Arkadiy Paronyan
6c40cdf5c6
Merge pull request #1427 from General-Beck/patch-6
...
Update Ubuntu-jit Dockerfile
2016-06-24 21:52:35 +02:00
Denis S. Soldatov aka General-Beck
a109a4a72b
Update Ubuntu-jit Dockerfile
...
Update Ubuntu-jit Dockerfile
[ci skip]
2016-06-25 02:03:36 +07:00
Denis S. Soldatov aka General-Beck
102626f2c2
Update Ubuntu Dockerfile
...
Update Ubuntu Dockerfile
[ci skip]
2016-06-25 01:57:29 +07:00
Denis S. Soldatov aka General-Beck
8cc349bcb0
Update Dockerfile
...
Update CentOS Dockerfile
[ci skip]
2016-06-25 00:59:03 +07:00
Arkadiy Paronyan
3c63244c00
Merge pull request #1418 from ethcore/newblocknumber
...
Update SF blocknumber to 1800000.
2016-06-24 17:50:03 +02:00
Arkadiy Paronyan
a9b757a75c
Update install-parity.sh
2016-06-24 17:27:43 +02:00
Arkadiy Paronyan
92bc21ba9c
Update README.md
2016-06-24 17:04:40 +02:00
Arkadiy Paronyan
313d9048bf
Merge pull request #1417 from ethcore/ui
...
Signer enabled by default for UI
2016-06-24 16:31:14 +02:00
Arkadiy Paronyan
29e2ba91a7
Merge pull request #1415 from ethcore/removebadpruningoptions
...
Remove experimental pruning options.
2016-06-24 16:16:48 +02:00
Gav Wood
bf11fb6633
Fix up selection.
2016-06-24 16:12:15 +02:00
arkpar
3e7edb2665
More cases
2016-06-24 14:29:15 +02:00
Gav Wood
60d259c9d5
Update SF blocknumber to 1800000.
2016-06-24 14:20:50 +02:00
arkpar
568dc90769
Signer enabled by default for UI
2016-06-24 14:20:39 +02:00
Arkadiy Paronyan
b9649c0e78
Merge pull request #1414 from ethcore/uifix
...
Fixing interface and port for parity ui
2016-06-24 14:08:06 +02:00
Arkadiy Paronyan
4e0d6f735a
Merge pull request #1405 from ethcore/sfedgecase
...
Configurable gas limit cap.
2016-06-24 13:36:40 +02:00
Gav Wood
44d6e1f443
Remove experimental pruning options.
2016-06-24 13:32:43 +02:00
Arkadiy Paronyan
031a91ebc6
Merge pull request #1413 from ethcore/dapps-bump
...
Bumping TopBar, Minimal SignerUI and wallet
2016-06-24 13:00:29 +02:00
Tomasz Drwięga
4ece68349c
Fixing sync doctests
2016-06-24 12:41:48 +02:00
Tomasz Drwięga
653a368783
Changing macos impl
2016-06-24 12:30:54 +02:00
Tomasz Drwięga
566bb030ec
Fixing detecting if dapps are off
2016-06-24 12:21:21 +02:00
Tomasz Drwięga
23732fa516
Fixing interface and port for parity ui
2016-06-24 12:10:36 +02:00
Gav Wood
84ce5af2b0
max/min incorrect
2016-06-24 11:40:25 +02:00
Tomasz Drwięga
e3e10335f9
Bumping TopBar, Minimal SignerUI and wallet
2016-06-24 11:26:04 +02:00
Nikolay Volf
54fc5a533b
Merge pull request #1411 from ethcore/sync
...
Sync: Update highest block for progress reporting
2016-06-24 12:21:01 +03:00
Tomasz Drwięga
dc7c53d59a
Fixing json tests
2016-06-24 10:57:44 +02:00
Tomasz Drwięga
34c89e5841
fixing json_tests
2016-06-24 10:49:13 +02:00
arkpar
e77cce66a1
Update highest block progress
2016-06-23 22:40:44 +02:00
Tomasz Drwięga
6edb981bfa
Merge branch 'master' into miner-no-default
...
Conflicts:
sync/src/lib.rs
2016-06-23 21:18:43 +02:00
Arkadiy Paronyan
416781a8d4
Tweaked cli options ( #1407 )
2016-06-23 18:57:42 +02:00
Nikolay Volf
27b18df3dd
further rocksdb tuning ( #1409 )
2016-06-23 18:56:43 +02:00
Nikolay Volf
1d31cee524
Merge pull request #1406 from ethcore/jit
...
Fixing jit compilation
2016-06-23 18:32:14 +03:00
Tomasz Drwięga
19585947a5
Fixing jit compilation
2016-06-23 14:46:33 +02:00
Gav Wood
bca9e1f31a
Merge branch 'master' into sfedgecase
2016-06-23 14:43:42 +02:00
Gav Wood
41e0769e63
Fix tests,
2016-06-23 14:43:20 +02:00
Gav Wood
8fcec20398
Gas limit ceiling option.
2016-06-23 14:29:16 +02:00
Robert Habermeier
082294fe81
Merge pull request #1403 from ethcore/bump-clippy
...
Bump clippy
2016-06-23 14:23:46 +02:00
Arkadiy Paronyan
f3486c48ea
Merge pull request #1401 from ethcore/sfedgecase
...
Shortcut SF condition when canon known
2016-06-23 13:08:30 +02:00
Robert Habermeier
fb7ca8539e
Merge pull request #1402 from ethcore/txqueue-assert
...
Additional assertions for internal state of queue
2016-06-23 12:52:56 +02:00
Tomasz Drwięga
5bf906625b
Fixing warnings
2016-06-23 12:19:38 +02:00
Gav Wood
129ce97ad5
Constants for SF# and update.
2016-06-23 11:30:48 +02:00
Gav Wood
4f39fb2551
Merge branch 'master' into sfedgecase
2016-06-23 11:19:19 +02:00
keorn
be8f922b3f
Replace deprecated hashdb trait names ( #1394 )
...
* replace deprecated hashdb method names
* spaces -> tabs
2016-06-23 11:16:11 +02:00
Tomasz Drwięga
a76e3a134f
Bumping clippy
2016-06-23 10:54:25 +02:00
Robert Habermeier
9ac30ad409
Merge pull request #1400 from ethcore/ipc-rpc-api-fix
...
rpc api by default for ipc
2016-06-23 10:32:25 +02:00
Gav Wood
8a867262ad
Build fix.
2016-06-23 02:42:56 +02:00
Gav Wood
fc9ceb9131
Merge branch 'master' into sfedgecase
2016-06-22 21:38:56 +02:00
Gav Wood
1602906b56
Shortcut SF condition when canon known
2016-06-22 21:37:29 +02:00
Gav Wood
230c6c889a
Ensure judging the SF trigger by relative branch ( #1399 )
...
Rather than just the canon chain.
2016-06-22 21:33:10 +02:00
Tomasz Drwięga
9a1e1b7c89
Signer with Unlocked Account ( #1398 )
2016-06-22 21:32:26 +02:00
Gav Wood
e346cbc7f9
Make --signer default. ( #1392 )
2016-06-22 21:32:17 +02:00
Arkadiy Paronyan
cb9b1e2ad5
Merge pull request #1376 from ethcore/presale_wallet
...
Presale wallet
2016-06-22 20:14:35 +02:00
Tomasz Drwięga
d53306382d
Removing signer connection limit ( #1396 )
2016-06-22 19:52:18 +02:00
NikVolf
cc7038383a
rpc api by default for ipc
2016-06-22 20:51:36 +03:00
Gav Wood
5302a7dd58
Ensure judging the SF trigger by relative branch
...
Rather than just the canon chain.
2016-06-22 19:49:07 +02:00
debris
9547324b46
ethstore cli loads passwords from files
2016-06-22 17:02:58 +02:00
debris
927ffa7e9c
Merge branch 'master' into presale_wallet
2016-06-22 16:14:02 +02:00
Robert Habermeier
f947a9cb71
Optional gas price in transactions come from statistics ( #1388 )
...
* use gas price statistics for default transaction gas price
* create new signing queue client properly
* replace one more usage of sensible_gas_price
* fill_optional_fields as a free function
* keep test client alive
2016-06-22 15:55:07 +02:00
Marek Kotewicz
78cc5a6ed1
Update README.md ( #1389 )
2016-06-22 15:53:39 +02:00
Tomasz Drwięga
bc1f603e0c
Fixing overflow during multiplication ( #1381 )
2016-06-22 15:37:41 +02:00
Gav Wood
353b9e91e6
Update SF to latest spec ( #1386 )
...
* Introduce whitelist for softfork
* Use extradata for fork id.
* Fix condition.
2016-06-22 15:37:25 +02:00
Arkadiy Paronyan
11314a660d
Sync optimization ( #1385 )
...
* Minor sync fixes
* Fixed session count sub
* handle NewBlock when downloading
* Accept new blocks right away
* block collection update fixed
2016-06-22 12:10:26 +02:00
Tomasz Drwięga
e2de1987c7
Fixing order of if statements to avoid overflows. ( #1384 )
...
* Removing old transactions
* Explanation comment [ci skip]
2016-06-22 11:15:22 +02:00
Tomasz Drwięga
e7d96484a1
New topbar & signer UI ( #1383 )
2016-06-22 11:14:00 +02:00
Arkadiy Paronyan
7c94b1495e
Merge pull request #1329 from ethcore/softforktrigger
...
Install trigger for DAO-rescue soft-fork.
2016-06-21 22:25:24 +02:00
Arkadiy Paronyan
0e9ffff8ea
Merge pull request #1375 from ethcore/rocksdb-flush-limit
...
Rocksdb flush/compact limit
2016-06-21 22:24:57 +02:00
Arkadiy Paronyan
1646a82ecc
Merge pull request #1377 from General-Beck/patch-3
...
CentOS Dockerfile
2016-06-21 21:08:35 +02:00
Denis S. Soldatov aka General-Beck
b82b44bc1a
Create Dockerfile
...
Dockerfile to build parity for CentOS
2016-06-22 02:05:10 +07:00
Arkadiy Paronyan
0ba9782bb2
Merge pull request #1371 from ethcore/txcount-rpc
...
RPC method to return number of unconfirmed transactions...
2016-06-21 20:07:30 +02:00
debris
bbe5cd001a
presale wallet cli for parity
2016-06-21 17:50:22 +02:00
Arkadiy Paronyan
6e4ddde005
Merge pull request #1369 from rphmeier/update-rpc-http
...
bump jsonrpc-http-server
2016-06-21 17:41:49 +02:00
Arkadiy Paronyan
613d4c95f6
Merge pull request #1364 from ethcore/miner-lock
...
Fix lock order when updating sealing
2016-06-21 17:41:44 +02:00
Tomasz Drwięga
fe09d8d291
Merge branch 'master' into txqueue-assert
...
Conflicts:
ethcore/src/miner/transaction_queue.rs
2016-06-21 16:35:18 +02:00
NikVolf
de079ebe31
Merge branch 'master' into rocksdb-flush-limit
2016-06-21 17:32:07 +03:00
NikVolf
9132895d0e
limit flush rate
2016-06-21 17:20:47 +03:00
Arkadiy Paronyan
b2891fcdda
Update sealing on new transactions ( #1365 )
2016-06-21 16:00:34 +02:00
Arkadiy Paronyan
bca4e23df6
Fixed panic on aborted connection ( #1370 )
2016-06-21 15:56:00 +02:00
arkpar
3aaf938add
Fixed build
2016-06-21 15:24:17 +02:00
debris
94a0193047
Merge branch 'master' of github.com:ethcore/parity into presale_wallet
2016-06-21 15:19:31 +02:00
Tomasz Drwięga
a8bc86151e
Merge branch 'master' into txcount-rpc
...
Conflicts:
rpc/src/v1/tests/mocked/ethcore.rs
2016-06-21 15:13:41 +02:00
debris
7136cd7057
improved import wallet test
2016-06-21 15:07:15 +02:00
debris
be03a6acbd
import-wallet option for ethstore executable
2016-06-21 15:04:36 +02:00
Tomasz Drwięga
7cfb9a2b0b
RPC for number of unconfirmed transactions
2016-06-21 14:57:35 +02:00
Marek Kotewicz
57e9ed3f08
importing presale wallet ( #1368 )
...
* importing presale wallet in progress
* PresaleWallet data structure
2016-06-21 14:42:27 +02:00
Gav Wood
840f961dc2
don't bother assigning queue.
2016-06-21 14:34:22 +02:00
Nikolay Volf
c5f6250668
Set default database file size large enough ( #1363 )
...
* make default 100mb file size
* update again
* fix type
* little less extreme file sizes
2016-06-21 13:57:06 +02:00
Robert Habermeier
951512f9c9
Reserved peers rpc API ( #1360 )
...
* reserved peers: lock them, use a hashset, and provide to networkcontext
* adding and removing reserved peer service API
* add NonReservedPeerMode, and setters in host
* setting non reserved mode, restriction accepted connections
* implement RPC apis
* fix deadlock
* fix rpc tests
2016-06-21 13:56:33 +02:00
Robert Habermeier
878298f061
bump jsonrpc-http-server
2016-06-21 13:56:06 +02:00
Tomasz Drwięga
e0b4eab819
Fixing replacing transaction with lower gas_price in one of the edge cases ( #1343 )
2016-06-21 13:55:26 +02:00
debris
a8a731ba11
PresaleWallet data structure
2016-06-21 13:30:32 +02:00
Gav Wood
70db48961a
Fix up flag struct.
2016-06-21 13:18:07 +02:00
debris
c2ffa90478
importing presale wallet in progress
2016-06-21 13:11:32 +02:00
Tomasz Drwięga
3de482a431
Additional assertions for internal state of queue
2016-06-21 12:31:50 +02:00
Robert Habermeier
06ba7e258e
Merge pull request #1362 from ethcore/fix_migration
...
fixed migration of empty pruning dir
2016-06-21 12:21:31 +02:00
Gav Wood
d2057a3f72
Make names slightly less contentious.
2016-06-21 11:30:30 +02:00
arkpar
b667378820
Release lock while pushing transactions
2016-06-21 11:26:43 +02:00
NikVolf
d42f8eac1e
little less extreme file sizes
2016-06-21 12:07:07 +03:00
arkpar
c912bb8c17
Fix lock order
2016-06-20 23:48:47 +02:00
Arkadiy Paronyan
f58e211b11
Merge pull request #1335 from ethcore/tx_perf
...
Transaction processing queue
2016-06-20 23:47:35 +02:00
Arkadiy Paronyan
7e424d2713
Merge pull request #1359 from ethcore/lastnonce-fix
...
Fixing last nonce values in case transaction is replaced
2016-06-20 23:03:09 +02:00
debris
7aa73f300a
fixed migration of empty pruning dir
2016-06-20 22:35:59 +02:00
NikVolf
1f599ac6f9
fix type
2016-06-20 23:01:09 +03:00
NikVolf
f4f842f48e
update again
2016-06-20 22:52:31 +03:00
NikVolf
d874555310
make default 100mb file size
2016-06-20 22:45:24 +03:00
Arkadiy Paronyan
05583c2cd7
Merge pull request #1358 from ethcore/no_docopt_deps
...
docopt is an optional dependency of ethkey and ethstore
2016-06-20 21:37:52 +02:00
Arkadiy Paronyan
855ae91c4c
Merge pull request #1354 from ethcore/warnings-fix
...
Fixing clippy warnings
2016-06-20 21:21:51 +02:00
Arkadiy Paronyan
5705ecf95f
Merge pull request #1357 from ethcore/sync
...
Reduce locking when syncing
2016-06-20 21:21:47 +02:00
Tomasz Drwięga
beedbd5126
Merge pull request #1356 from ethcore/clean_parity_start
...
removed unnecessary logs
2016-06-20 21:15:32 +02:00
Gav Wood
72debeebcf
Update code hash.
2016-06-20 20:47:07 +02:00
Tomasz Drwięga
69c29fce84
Updating parity-dapps ( #1353 )
2016-06-20 18:51:36 +02:00
Marek Kotewicz
71bfda3534
moved keystore tests files from util to ethstore ( #1352 )
2016-06-20 18:51:11 +02:00
arkpar
09b8116cde
TX processing queue
2016-06-20 18:42:50 +02:00
Tomasz Drwięga
8fa9a240cc
Fixing last nonce values in case transaction is replaced
2016-06-20 18:37:59 +02:00
debris
0716eaa036
docopt is an optional dependency of ethkey and ethstore
2016-06-20 17:50:38 +02:00
Arkadiy Paronyan
38b9264de6
Merge pull request #1351 from ethcore/removed_bigint_deps
...
removed redundant bigint deps
2016-06-20 17:36:33 +02:00
Arkadiy Paronyan
5f7bdc028d
Merge pull request #1350 from ethcore/revert-1349-revert-1347-reserved-peers
...
Reopen "reserved peers and reserved-only flag"
2016-06-20 17:29:39 +02:00
Arkadiy Paronyan
8b845e56da
Merge pull request #1348 from ethcore/db-cache-size
...
Configurable rocksdb cache size
2016-06-20 17:29:18 +02:00
arkpar
1ffe0c185c
Reduce locking
2016-06-20 17:28:48 +02:00
debris
7b9db37d84
removed unnecessary logs
2016-06-20 16:29:04 +02:00
Marek Kotewicz
75a38500f1
Merge pull request #1346 from ethcore/txqueue-future
...
Fixing future order and errors when reaching limit.
2016-06-20 15:31:39 +02:00
Marek Kotewicz
e9900be6ea
Merge pull request #1342 from ethcore/txqueue-local-noprio
...
Removing priority on local transactions
2016-06-20 15:31:06 +02:00
Tomasz Drwięga
da7b30628b
Fixing warnings
2016-06-20 15:20:55 +02:00
debris
71c49eaaa2
removed redundant bigint deps
2016-06-20 14:19:02 +02:00
Robert Habermeier
7a6fa97d98
Revert "Revert "Reserved peers, reserved-only flag""
2016-06-20 14:13:33 +02:00
Robert Habermeier
b05c218338
Merge pull request #1349 from ethcore/revert-1347-reserved-peers
...
Revert "Reserved peers, reserved-only flag"
2016-06-20 14:10:30 +02:00
Robert Habermeier
3d3041d418
Revert "Reserved peers, reserved-only flag"
2016-06-20 14:09:41 +02:00
Arkadiy Paronyan
f5682737d3
Merge pull request #1345 from ethcore/sync-bodies
...
Sync attack defense: Deactivate peers on invalid block bodies
2016-06-20 14:03:53 +02:00
Marek Kotewicz
a6713467a7
Merge pull request #1347 from rphmeier/reserved-peers
...
Reserved peers, reserved-only flag
2016-06-20 14:03:47 +02:00
Marek Kotewicz
09253ef19c
Merge pull request #1341 from ethcore/new_libs_integration
...
CI for ethkey and ethstore
2016-06-20 14:01:12 +02:00
Nikolay Volf
c6616431b0
fix tests
2016-06-20 14:20:13 +03:00
Nikolay Volf
deb20c6249
fix docopt
2016-06-20 14:02:09 +03:00
Arkadiy Paronyan
e97f62e33c
Merge pull request #1340 from ethcore/sync
...
Fixed empty block body composition
2016-06-20 12:57:29 +02:00
Arkadiy Paronyan
a4b35180d1
Merge pull request #1334 from ethcore/givetoken
...
Provide a signer UI token by default.
2016-06-20 12:53:42 +02:00
Robert Habermeier
8d61c0298c
indentation fix
...
[ci skip]
2016-06-20 12:48:00 +02:00
Nikolay Volf
7e452ab2e0
configurable cache size
2016-06-20 13:42:04 +03:00
Robert Habermeier
06a3557e3e
reserved_only CLI flag
2016-06-20 12:17:06 +02:00
Tomasz Drwięga
c348508b40
Fixing future order and drops because of limit errors
2016-06-20 12:14:19 +02:00
debris
1bad0783fe
ethkey and ethstore added to hook.sh
2016-06-20 11:37:37 +02:00
Tomasz Drwięga
edd43cd5c3
Fixing local transactions prioritization
2016-06-20 11:32:29 +02:00
Arkadiy Paronyan
18c35a031b
Merge pull request #1344 from ethcore/docker_rustup
...
docker uses rustup, fixes #1337
2016-06-20 11:17:30 +02:00
arkpar
5e9c8db4c9
Deactivate peers on invalid block bodies
2016-06-20 11:07:22 +02:00
debris
7393de94f7
docker uses rustup, fixes #1337
2016-06-20 11:02:31 +02:00
arkpar
1dd87a39f5
Fixed tests
2016-06-20 10:44:15 +02:00
Tomasz Drwięga
d0b2df07db
Removing priority on local transactions
2016-06-20 10:32:52 +02:00
Marek Kotewicz
3bf67486ae
Merge pull request #1339 from ethcore/net-dispose
...
Fixed network service dispose
2016-06-20 10:30:02 +02:00
Tomasz Drwięga
a2f24a0083
Removing Default from Miner
2016-06-20 10:28:38 +02:00
debris
91acb22bd4
updated .travis.yml
2016-06-20 10:18:53 +02:00
debris
ca35f116a6
added new libraries: ethkey and ethstore to cov.sh, doc.sh and test.sh
2016-06-20 10:13:14 +02:00
debris
03cd1c0494
added license headers to ethkey and ethstore
2016-06-20 10:06:49 +02:00
debris
074311d95b
Updated ethkey to the latest version
2016-06-20 10:02:02 +02:00
arkpar
6d435d038f
Fixed empty block body composition
2016-06-20 01:26:40 +02:00
arkpar
4b3f23f0ac
Fixed network service dispose
2016-06-20 01:16:15 +02:00
Arkadiy Paronyan
bf6308312e
Sync: Cache last sync round block parents ( #1331 )
...
* Cache last sync round block parents
* Limit incoming transactions and new hashes
2016-06-20 00:40:11 +02:00
Gav Wood
3ee3171b8c
Merge branch 'master' into softforktrigger
2016-06-20 00:37:40 +02:00
Marek Kotewicz
6b074e8fb2
secret store separated from util ( #1304 )
...
* bump rust-crypto
* initial version of account provider utilizing secret store
* update lazy_static to latest version
* AccountProvider accounts method
* new AccountProvider tests in progress
* basic tests for new AccountProvider
* ethcore compiles with new account provider and secret store
* ethcore-rpc build now compiling with new AccountProvider
* most rpc tests passing with new accounts_provider
* fixed basic_authority tests
* fixed eth_transaction_count rpc test
* fixed mocked/eth.rs tests
* fixed personal tests
* fixed personal signer rpc tests
* removed warnings
* parity compiling fine with new sstore
* fixed import direction
* do not unlock temporarily when we have the password
* removed TODO in account import
* display warning on auto account import failure
* fixed compiling of ethstore on windows
* ethstore as a part of parity repo
* added ethkey
2016-06-20 00:10:34 +02:00
Robert Habermeier
ab4561b5bc
fix compilation errors
2016-06-19 21:34:02 +02:00
Robert Habermeier
2ea45134ab
prefer pinned nodes when establishing peer connections.
2016-06-19 20:58:02 +02:00
Robert Habermeier
d8fca91a2f
add daoRescueSoftFork to failing rpc and json tests
2016-06-19 17:12:14 +02:00
Robert Habermeier
a4dacca262
CLI option and network configuration
2016-06-19 15:59:12 +02:00
Gav Wood
08522eec37
--geth prevent getTransactionReceipt from using pending. ( #1325 )
...
This mimics the fucntionality of Geth and the current unratified
JSONRPC spec (but not the functionality of eth and the ratified
spec).
2016-06-19 14:51:51 +02:00
Gav Wood
5ceb1b084c
Add missing args and some new JSONs for testing.
2016-06-19 14:49:06 +02:00
Gav Wood
2245baaaab
Provide CLI options to disable aspects of soft-fork.
...
Soft-fork will remain default behaviour, but you can now disable
either the whole mechanism (you'll lose money if you mine with this
when the majority network doesn't) or just vote against it but
otherwise go with the flow.
2016-06-19 13:20:14 +02:00
Tomasz Drwięga
8fad728e9b
Fixing locks order ( #1328 )
2016-06-19 12:33:50 +02:00
Gav Wood
7430cf72e2
Minor typo.
2016-06-19 12:29:39 +02:00
Gav Wood
46d588dcae
CLI option and colour.
2016-06-19 12:28:24 +02:00
debris
026bfd6741
fixed incomplete merge
2016-06-19 02:09:17 +02:00
Gav Wood
bff1c5bdcb
Merge branch 'master' into softforktrigger
2016-06-18 20:55:50 +02:00
Gav Wood
d915eae7f7
Remove comment.
2016-06-18 20:54:44 +02:00
Gav Wood
2582253f95
Install trigger for DAO-rescue soft-fork.
...
Soft-fork should only be primed to trigger if the gas-limit of
block #1760000 is at most 4,000,000.
To accomplish this we pass in the gas limit of that block to
EnvInfo so it can inform Schedule. This gets marshalled through
`OpenBlock`/`ClosedBlock` and the `enact` functions much like
`last_hashes`. `block.rs`'s `env_info()` takes care to ensure
that if the current block happens to be #1760000 , then we
populate with the current `gas_limit`.
2016-06-18 20:26:44 +02:00
Marek Kotewicz
3617923d3c
Merge pull request #1324 from ethcore/renamefield
...
Update default gas limit, rename field
2016-06-18 20:22:05 +02:00
Edward Wang
2b65011706
Use constants for DatabaseConfig ( #1318 )
...
Closes #1157
2016-06-18 17:58:28 +02:00
Gav Wood
47cd9ff34c
Remove code no longer in master :-S
2016-06-18 15:18:36 +02:00
Gav Wood
7208f9f95c
Unsaved file. Duh.
2016-06-18 15:12:13 +02:00
Tomasz Drwięga
81df97a737
Fixing warnings ( #1321 )
2016-06-18 15:11:10 +02:00
Tomasz Drwięga
c1c64bedc2
Bumping topbar. Fixing ws server closing when suspending ( #1312 )
...
* More meaningful errors when sending transaction
* Fixing returned value
* Consolidating all RPC error codes
* Fixed loosing peers on incoming connections. (#1293 )
* Deactivate peer if it has no new data
* Fixed node table timer registration
* Fixed handshake timeout expiration
* Extra trace
* Fixed session count calculation
* Only deactivate incapable peers in ChainHead state
* Timer registration is not needed
* x64 path
* firewall rules
* Fix read-ahead bug.
Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
* Refactor to use a const.
* Update README.md
* Gas price statistics. (#1291 )
* Gas price statistics.
Affects eth_gasPrice.
Added ethcore_gasPriceStatistics.
Closes #1265
* Fix a bug in eth_gasPrice
* Fix tests.
* Revert minor alteration.
* Tests for gas_price_statistics.
- Tests;
- Additional infrastructure for generating test blocks with
transactions.
* Key load avoid warning (#1303 )
* avoid warning with key
* fix intendations
* more intendation fix
* ok() instead of expect()
* Appveyor config for windows build+installer (#1302 )
* appveyor
* proper dist name
* quote
* win-build config
* proper build section
* tests in release
* plugin dir
* cache binaries
* quotes
* escaped quotes
* forces user dir
* fixes
* syntax
* proper cahce dir
* quotes?
* root nsis instead of bin
* submodules init
* artifact path fix
* no submodule
* raw link here
* another way to force cargo cache
* include vc++ 2015 redist
* fix name of the dist
* ETHCORE -> Ethcore
* Bumping topbar. Fixing ws server closing when suspending
2016-06-18 15:10:36 +02:00
Arkadiy Paronyan
ec654feaf8
Syncing fix ( #1320 )
...
* Fixed aborting peer for expired session
* Don't ban for usesless
2016-06-18 15:10:24 +02:00
Gav Wood
d416e5d9bc
Merge branch 'master' into renamefield
2016-06-18 15:05:43 +02:00
Gav Wood
22e390f922
Rename block_dao -> reject_dao.
2016-06-18 15:00:12 +02:00
Gav Wood
c9f8eff92d
Change CLI default for gas floor target.
2016-06-18 14:59:52 +02:00
Tomasz Drwięga
5e1e3ce857
Filling-in optional fields of TransactionRequest... ( #1305 )
...
* More meaningful errors when sending transaction
* Fixing returned value
* Consolidating all RPC error codes
* Fixed loosing peers on incoming connections. (#1293 )
* Deactivate peer if it has no new data
* Fixed node table timer registration
* Fixed handshake timeout expiration
* Extra trace
* Fixed session count calculation
* Only deactivate incapable peers in ChainHead state
* Timer registration is not needed
* x64 path
* firewall rules
* Fix read-ahead bug.
Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
* Refactor to use a const.
* Update README.md
* Gas price statistics. (#1291 )
* Gas price statistics.
Affects eth_gasPrice.
Added ethcore_gasPriceStatistics.
Closes #1265
* Fix a bug in eth_gasPrice
* Fix tests.
* Revert minor alteration.
* Tests for gas_price_statistics.
- Tests;
- Additional infrastructure for generating test blocks with
transactions.
* Key load avoid warning (#1303 )
* avoid warning with key
* fix intendations
* more intendation fix
* ok() instead of expect()
* Filling-in optional fields of TransactionRequest.
* Adding reference to miner
2016-06-18 14:55:46 +02:00
Tomasz Drwięga
91dc31fd70
Removing Maker and DAO dapps ( #1319 )
2016-06-18 13:08:55 +02:00
Tomasz Drwięga
e957565144
Disabling ethcore_set* APIs by default (+ Status page update) ( #1315 )
...
* More meaningful errors when sending transaction
* Fixing returned value
* Consolidating all RPC error codes
* Fixed loosing peers on incoming connections. (#1293 )
* Deactivate peer if it has no new data
* Fixed node table timer registration
* Fixed handshake timeout expiration
* Extra trace
* Fixed session count calculation
* Only deactivate incapable peers in ChainHead state
* Timer registration is not needed
* x64 path
* firewall rules
* Fix read-ahead bug.
Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
* Refactor to use a const.
* Update README.md
* Gas price statistics. (#1291 )
* Gas price statistics.
Affects eth_gasPrice.
Added ethcore_gasPriceStatistics.
Closes #1265
* Fix a bug in eth_gasPrice
* Fix tests.
* Revert minor alteration.
* Tests for gas_price_statistics.
- Tests;
- Additional infrastructure for generating test blocks with
transactions.
* Key load avoid warning (#1303 )
* avoid warning with key
* fix intendations
* more intendation fix
* ok() instead of expect()
* Appveyor config for windows build+installer (#1302 )
* appveyor
* proper dist name
* quote
* win-build config
* proper build section
* tests in release
* plugin dir
* cache binaries
* quotes
* escaped quotes
* forces user dir
* fixes
* syntax
* proper cahce dir
* quotes?
* root nsis instead of bin
* submodules init
* artifact path fix
* no submodule
* raw link here
* another way to force cargo cache
* include vc++ 2015 redist
* fix name of the dist
* ETHCORE -> Ethcore
* Disabling ethcore_set* APIs (+ Status page)
2016-06-18 12:33:45 +02:00
Marek Kotewicz
75a7cf2860
fixed #1180 ( #1282 )
2016-06-18 12:09:29 +02:00
Arkadiy Paronyan
591fa9625d
Merge pull request #1313 from ethcore/net
...
Network start/stop
2016-06-18 11:04:24 +02:00
Gav Wood
42478add64
DAO Rescue soft fork ( #1309 )
...
* DAO Rescue soft fork
* Address minor issues.
* Fix tests.
2016-06-18 10:54:15 +02:00
Nikolay Volf
76b413b5f7
Appveyor config for windows build+installer ( #1302 )
...
* appveyor
* proper dist name
* quote
* win-build config
* proper build section
* tests in release
* plugin dir
* cache binaries
* quotes
* escaped quotes
* forces user dir
* fixes
* syntax
* proper cahce dir
* quotes?
* root nsis instead of bin
* submodules init
* artifact path fix
* no submodule
* raw link here
* another way to force cargo cache
* include vc++ 2015 redist
* fix name of the dist
* ETHCORE -> Ethcore
2016-06-18 10:54:15 +02:00
Nikolay Volf
b4aae6bd9c
Key load avoid warning ( #1303 )
...
* avoid warning with key
* fix intendations
* more intendation fix
* ok() instead of expect()
2016-06-18 10:54:15 +02:00
Tomasz Drwięga
1baa150086
Consolidating all RPC error codes
2016-06-18 10:54:15 +02:00
Tomasz Drwięga
defe688797
Fixing returned value
2016-06-18 10:54:15 +02:00
Tomasz Drwięga
2c9a5fc0a9
More meaningful errors when sending transaction
2016-06-18 10:54:12 +02:00
Gav Wood
335bce85e8
Gas price statistics. ( #1291 )
...
* Gas price statistics.
Affects eth_gasPrice.
Added ethcore_gasPriceStatistics.
Closes #1265
* Fix a bug in eth_gasPrice
* Fix tests.
* Revert minor alteration.
* Tests for gas_price_statistics.
- Tests;
- Additional infrastructure for generating test blocks with
transactions.
2016-06-18 10:52:50 +02:00
Arkadiy Paronyan
6026dd3657
Update README.md
2016-06-18 10:52:50 +02:00
Gav Wood
d6701065ea
Refactor to use a const.
2016-06-18 10:52:50 +02:00
Gav Wood
da058d0e86
Fix read-ahead bug.
...
Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
2016-06-18 10:52:50 +02:00
NikVolf
232274546b
firewall rules
2016-06-18 10:52:50 +02:00
NikVolf
55fec2dcc3
x64 path
2016-06-18 10:52:50 +02:00
Arkadiy Paronyan
29e286572c
Fixed loosing peers on incoming connections. ( #1293 )
...
* Deactivate peer if it has no new data
* Fixed node table timer registration
* Fixed handshake timeout expiration
* Extra trace
* Fixed session count calculation
* Only deactivate incapable peers in ChainHead state
* Timer registration is not needed
2016-06-18 10:52:46 +02:00
arkpar
3f77f7ce1f
Removed RPC methods
2016-06-18 09:50:05 +02:00
Gav Wood
16412eb0c9
DAO Rescue soft fork ( #1309 )
...
* DAO Rescue soft fork
* Address minor issues.
* Fix tests.
2016-06-17 22:15:18 +02:00
arkpar
fc60ed92e6
Removed info
2016-06-17 18:28:19 +02:00
arkpar
c340d8a34f
Tests
2016-06-17 18:26:54 +02:00
arkpar
67ffac1df9
Check for session expiration on peer registration
2016-06-17 16:01:33 +02:00
arkpar
b38488dd07
Network shutdown
2016-06-17 12:58:28 +02:00
Robert Habermeier
3850ee64bb
have StateRebuilder take a JournalDB and commit post-chunk
2016-06-17 12:56:57 +02:00
Robert Habermeier
f3c1643090
encode the account storage rlp with "append_raw"
2016-06-16 19:47:05 +02:00
Robert Habermeier
e4867d7cb9
properly rebuild state trie
2016-06-16 18:30:18 +02:00
Nikolay Volf
2a101baf1d
Appveyor config for windows build+installer ( #1302 )
...
* appveyor
* proper dist name
* quote
* win-build config
* proper build section
* tests in release
* plugin dir
* cache binaries
* quotes
* escaped quotes
* forces user dir
* fixes
* syntax
* proper cahce dir
* quotes?
* root nsis instead of bin
* submodules init
* artifact path fix
* no submodule
* raw link here
* another way to force cargo cache
* include vc++ 2015 redist
* fix name of the dist
* ETHCORE -> Ethcore
2016-06-16 17:02:55 +02:00
Robert Habermeier
f45254d485
create chunks using append_raw
2016-06-16 16:39:42 +02:00
Robert Habermeier
ce87691a2e
bump rocksdb version
2016-06-16 16:24:02 +02:00
Robert Habermeier
0e917b9fa3
use ZST error type for snappy, use new snappy compression methods
2016-06-16 15:35:49 +02:00
Nikolay Volf
07641b8f0a
Key load avoid warning ( #1303 )
...
* avoid warning with key
* fix intendations
* more intendation fix
* ok() instead of expect()
2016-06-16 14:14:22 +02:00
Nikolay Volf
10bbe8c8a2
Merge pull request #1290 from ethcore/send-tx-errors
...
More meaningful errors when sending transaction
2016-06-16 15:27:21 +04:00
Robert Habermeier
53db9921d6
alter snappy methods to do vec resizing themselves
2016-06-16 12:57:57 +02:00
Gav Wood
88b03580ff
Gas price statistics. ( #1291 )
...
* Gas price statistics.
Affects eth_gasPrice.
Added ethcore_gasPriceStatistics.
Closes #1265
* Fix a bug in eth_gasPrice
* Fix tests.
* Revert minor alteration.
* Tests for gas_price_statistics.
- Tests;
- Additional infrastructure for generating test blocks with
transactions.
2016-06-16 12:44:08 +02:00
Arkadiy Paronyan
1e9da1e0fa
Update README.md
2016-06-16 11:21:35 +02:00
Nikolay Volf
5a0d367e0b
Merge pull request #1298 from ethcore/fiximport
...
Fix read-ahead bug.
2016-06-16 13:17:13 +04:00
Gav Wood
80e56cb8d7
Refactor to use a const.
2016-06-15 23:12:43 +02:00
Gav Wood
9603597da7
Fix read-ahead bug.
...
Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
2016-06-15 21:31:19 +02:00
Marek Kotewicz
77c3e10b6a
Merge pull request #1297 from ethcore/nsis-firewall
...
firewall rules for windows installer
2016-06-15 21:12:48 +02:00
NikVolf
7649037e51
firewall rules
2016-06-15 21:40:41 +03:00
Arkadiy Paronyan
87e9ca7517
Merge pull request #1296 from ethcore/nsis-path
...
x64 program files path for installer
2016-06-15 19:53:52 +02:00
NikVolf
5538527016
x64 path
2016-06-15 20:52:00 +03:00
Robert Habermeier
7ca5c115d8
validate all compressed buffers
2016-06-15 19:18:49 +02:00
Robert Habermeier
b38f33531e
validate_compressed_buffer binding
2016-06-15 19:14:46 +02:00
Arkadiy Paronyan
7284df9bf5
Fixed loosing peers on incoming connections. ( #1293 )
...
* Deactivate peer if it has no new data
* Fixed node table timer registration
* Fixed handshake timeout expiration
* Extra trace
* Fixed session count calculation
* Only deactivate incapable peers in ChainHead state
* Timer registration is not needed
2016-06-15 19:01:58 +02:00
Robert Habermeier
25f1f22c86
use account_pair in feed
2016-06-15 18:41:02 +02:00
Tomasz Drwięga
6803375301
Consolidating all RPC error codes
2016-06-15 18:32:21 +02:00
Tomasz Drwięga
dcd64f73d4
Merge branch 'master' into send-tx-errors
2016-06-15 18:27:56 +02:00
Robert Habermeier
0e3a15cadb
add a state rebuilder
2016-06-15 17:46:40 +02:00
Robert Habermeier
d7498c1dd5
rename AccountReader to Account, give a separate module
2016-06-15 16:42:49 +02:00
Robert Habermeier
a2bb3f2832
account storage decoding implemented
2016-06-15 16:34:11 +02:00
Marek Kotewicz
549647b6f2
fixed #1261 , overflow when calculating work ( #1283 )
...
* fixed #1261 , overflow when calculating work
* tests for difficulty_to_boundary
* return !U256::zer() for boundary <= 1
2016-06-15 16:33:38 +02:00
Robert Habermeier
d26e038dc7
fix bug in account code storage, add to_thin_rlp for AccountReader
2016-06-15 15:59:21 +02:00
Robert Habermeier
9badb310ae
remove snappy_buffer_size constant in favor of max_compressed_len
2016-06-15 13:05:00 +02:00
Robert Habermeier
6b852a0635
Merge pull request #1287 from rphmeier/update_readme
...
clarify build instructions
2016-06-15 12:48:54 +02:00
Robert Habermeier
2527130831
indentation (renders the same)
...
[ci skip]
2016-06-15 12:46:02 +02:00
Robert Habermeier
53b3a6f0a1
use UntrustedRlp in to_block
2016-06-15 12:45:04 +02:00
Robert Habermeier
3d86d099bb
remove either/or commands, keep it simple
...
[ci skip]
2016-06-15 12:22:36 +02:00
Marek Kotewicz
0f1e2f5d2f
Merge pull request #1280 from ethcore/1255
...
fixed #1255
2016-06-15 11:39:39 +02:00
Tomasz Drwięga
818b87e311
Fixing returned value
2016-06-15 09:01:57 +02:00
Marek Kotewicz
79bd168267
bump rust-crypto ( #1289 )
2016-06-15 01:27:47 +02:00
Gav Wood
be6c572449
Update eth.rs
2016-06-15 01:26:58 +02:00
Robert Habermeier
44ed899fb3
address comments
...
[ci skip]
2016-06-15 01:16:16 +02:00
debris
dac387fac1
changed rpc error message to Still Syncing, when mining is not ready
2016-06-15 01:12:46 +02:00
Arkadiy Paronyan
71131c41e5
Security audit issues fixed ( #1279 )
...
* Restrict network key file permissions
* Check for overflow in str to bigint conversion
* RLP decoder overflow check
2016-06-15 00:58:08 +02:00
Tomasz Drwięga
b562480173
Fixing origin/host validation ( #1273 )
2016-06-15 00:57:49 +02:00
Tomasz Drwięga
b89888eda1
Merge branch 'master' into send-tx-errors
...
Conflicts:
Cargo.lock
2016-06-15 00:30:54 +02:00
Tomasz Drwięga
efa8f661e5
More meaningful errors when sending transaction
2016-06-15 00:17:23 +02:00
Arkadiy Paronyan
f7536876d5
Merge pull request #1284 from ethcore/win-nsis
...
windows installer + parity start ui cli option
2016-06-14 23:33:30 +02:00
Arkadiy Paronyan
aeae4670f1
Merge pull request #1285 from ethcore/ipc-bump
...
ipc lib version bump
2016-06-14 23:29:08 +02:00
Robert Habermeier
58948c53ff
clarify windows instructions
...
[ci skip]
2016-06-14 19:37:51 +02:00
Robert Habermeier
17a60920cb
adjust comments
2016-06-14 19:14:41 +02:00
Nikolay Volf
f5cc3db4da
fixes with buffered writes
2016-06-14 20:12:42 +03:00
Robert Habermeier
3290f393bd
block rlp compression
2016-06-14 18:34:27 +02:00
Robert Habermeier
874bc808cb
add some missing header setters
2016-06-14 18:12:05 +02:00
Nikolay Volf
7b89d6a263
bump further
2016-06-14 18:45:12 +03:00
Nikolay Volf
a26a4edc85
version bump
2016-06-14 18:37:04 +03:00
Nikolay Volf
91bb6c5d43
final fix
2016-06-14 18:26:40 +03:00
NikVolf
37260d7cf5
fix build and remove .cargo regs
2016-06-14 18:16:41 +03:00
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
Tomasz Drwięga
c2b226ec57
Dapps bump
2016-06-12 10:23:16 +02:00
Robert Habermeier
c9846b8f48
skeleton for StateChunker
2016-06-11 19:28:18 +02:00
Robert Habermeier
5c252f2a60
output manifest to correct file
2016-06-11 13:08:22 +02:00
NikVolf
833dc16040
cargo dev config to gitignore
2016-06-11 12:21:12 +03:00
Robert Habermeier
3b1cca5622
add manifestdata struct, write manifest file at the end
2016-06-10 17:19:55 +02:00
Tomasz Drwięga
6d9baef12c
Bumping minimal sysui [ci skip]
2016-06-10 15:59:03 +02:00
Tomasz Drwięga
89a77149bf
Removing clone
2016-06-10 15:48:22 +02:00
Tomasz Drwięga
e5e238746b
Bumping sysui & topbar. personal_signerEnabled returns port
2016-06-10 15:39:34 +02:00
Tomasz Drwięga
036b324804
Bumping dapps
2016-06-10 15:23:18 +02:00
Robert Habermeier
b047eb29a1
removed size tolerance
2016-06-10 15:05:20 +02:00
Robert Habermeier
f689792481
added tracing
2016-06-10 14:43:01 +02:00
Arkadiy Paronyan
3e7d8bf1a8
Merge pull request #1236 from rphmeier/hash_unsafety
...
remove unsafety from util/hash.rs and util/bigint/uint.rs
2016-06-10 14:11:36 +02:00
Arkadiy Paronyan
e633cd2f75
Merge pull request #1247 from ethcore/rpc-cors-fix
...
Fixing CORS settings for special values: * & null.
2016-06-10 14:09:10 +02:00
Robert Habermeier
c6e83caddf
fix warning
2016-06-10 13:33:43 +02:00
Robert Habermeier
f12add6958
take_snapshot now chunks blocks
2016-06-10 13:10:12 +02:00
Robert Habermeier
997fd93016
finish implementing basic block chunking
2016-06-10 12:45:46 +02:00
Robert Habermeier
5e0ba1c310
take_snapshot and block chunking skeleton
2016-06-10 12:19:50 +02:00
Nikolay Volf
383b7a3cab
avoid unwraps
2016-06-10 09:56:13 +03:00
debris
2a92e10fcd
Merge branch 'master' of github.com:ethcore/parity into simplified_block_opening
2016-06-09 11:09:12 -07:00
Tomasz Drwięga
d54d3a2c60
Fixing match
2016-06-09 15:19:48 +02:00
Nikolay Volf
6e7828fa71
Merge pull request #1246 from ethcore/jsonsertests
...
JSONRPC test strings avoid using \ char
2016-06-09 15:48:44 +04:00
Tomasz Drwięga
2e52c99042
Fixing CORS settings
2016-06-09 10:02:52 +02:00
Gav Wood
c6369a4ae7
Merge branch 'master' into jsonsertests
2016-06-08 12:46:34 -07:00
Gav Wood
2e56fbad2c
Use nicer strings for tests.
2016-06-08 12:41:29 -07:00
Gav Wood
293d9f15d5
Tests for JSON serialisation of statediff/vmtrace ( #1241 )
...
* Splitting RPC Apis into more fine-grained sets
* Remove old code/comment.
* Add test for VMTrace ser.
* Add StateDiff ser test.
2016-06-08 12:40:55 -07:00
Marek Kotewicz
a72ee5c16a
Merge pull request #1245 from ethcore/updating-topbar
...
Bumping Dapps & TopBar to newest version.
2016-06-08 21:29:49 +02:00
Tomasz Drwięga
cfaa0389e1
Bumping dapps
2016-06-08 17:27:21 +02:00
Gav Wood
becf1d7b28
Merge branch 'master' into jsonsertests
2016-06-08 06:18:44 -07:00
Nikolay Volf
b4b883b341
keys import ( #1240 )
...
* pattern importing
* tests for import
* cli options for account import
* [options] for import also
* removed globbing
* removed glob crate refs
2016-06-08 06:17:37 -07:00
Tomasz Drwięga
be435cde99
Splitting RPC Apis into more fine-grained sets ( #1234 )
2016-06-07 13:52:48 -07:00
Gav Wood
c5d8f5e136
Add StateDiff ser test.
2016-06-07 12:44:57 -07:00
Gav Wood
446c9096f4
Add test for VMTrace ser.
2016-06-07 12:30:44 -07:00
Gav Wood
5397da0c93
Remove old code/comment.
2016-06-07 12:30:35 -07:00
Robert Habermeier
13968aaa38
Refactor triedb constructors to error on invalid state root ( #1230 )
...
* add TrieError, refactor Trie DB creation
* remove Result type alias due to glob import conflicts
* fix fallout in state.rs
* add debug, display impl for TrieError
* fix fallout in account.rs
* ethcore::Error::TrieError variant
* fix remaining fallout in ethcore crate
* added From<TrieError> impl for Error, removed map_err calls
* fix test breakages
* fix doc tests
* update docs
[ci skip]
2016-06-07 11:44:09 -07:00
Gav Wood
2abe8cc5dd
Merge branch 'master' into apis-split
2016-06-07 10:42:09 -07:00
Tomasz Drwięga
fdc22db3f4
Signer RPC method to check if signer is enabled ( #1238 )
...
* API to check if signer is enabled
* Fixing compilation warnings
2016-06-07 10:33:32 -07:00
Tomasz Drwięga
bf9173e673
Fixing signer behaviour when confirming transaction with wrong password. ( #1237 )
...
* Avoid removing transactions when trying to confirm and the password is invalid
* Fix order
2016-06-07 08:25:01 -07:00
Tomasz Drwięga
f61ee1a5f1
SystemUIs authorization ( #1233 )
...
* Initial implementation of AuthCodeStore for SystemUIs
* SystemUIs authorization
* Renaming SystemUI -> SignerUI
* Fixing clippy warnings
* Lowering time threshold
* Bumping sysui
* Fixing test
2016-06-07 08:21:19 -07:00
Nikolay Volf
e6d141e14f
fixed path for testnet config ( #1231 )
2016-06-07 08:14:03 -07:00
Robert Habermeier
5168a1c851
remove some unsafety from uint.rs
2016-06-07 16:42:07 +02:00
Robert Habermeier
db869fcdd1
remove unnecessary reference
2016-06-07 16:18:50 +02:00
Robert Habermeier
e46c9f67ab
remove outdated comments
2016-06-07 16:16:23 +02:00
Robert Habermeier
482fe3b211
fixed indentation
2016-06-07 16:11:34 +02:00
Robert Habermeier
9ae93d6962
remove unsafety from util/hash.rs
2016-06-07 16:04:26 +02:00
Nikolay Volf
ef39eed12f
Merge pull request #1225 from ethcore/serdestatediff
...
StateDiff and VMTrace uses serde preprocessor.
2016-06-07 15:06:50 +04:00
Tomasz Drwięga
62e37aef8f
Splitting RPC Apis into more fine-grained sets
2016-06-07 13:01:37 +02:00
Gav Wood
3db2328f52
Merge branch 'txtracingforcall' into serdestatediff
2016-06-06 19:24:07 -07:00
Gav Wood
4efd658577
Merge branch 'master' into txtracingforcall
2016-06-06 19:19:32 -07:00
Gav Wood
0cb1affd48
Use serialize framework for VMTrace JSON.
2016-06-06 15:18:38 -07:00
Nikolay Volf
e408b7ac99
Merge pull request #1227 from ethcore/warnings
...
Removing compilation warnings
2016-06-07 00:33:33 +04:00
Robert Habermeier
b4899f4d47
Merge pull request #1226 from ethcore/signer-auth
...
Allowing connections only from chrome-extension and self-hosted client
2016-06-06 17:36:36 +02:00
debris
79919bdc3c
simplified block opening
2016-06-06 14:34:23 +02:00
Tomasz Drwięga
18ffd94674
Fixing warnings
2016-06-06 12:18:17 +02:00
Tomasz Drwięga
1dae61f22f
Merge branch 'master' into signer-auth
2016-06-06 12:12:38 +02:00
Tomasz Drwięga
302126ebcf
Allowing connections only from chrome-extension and self-hosted client
2016-06-06 12:03:01 +02:00
Arkadiy Paronyan
98d9752097
Merge pull request #1219 from ethcore/clippy-bump
...
Clippy bump & fixing warnings
2016-06-06 11:46:59 +02:00
Marek Kotewicz
b93c83b8a0
Merge pull request #1216 from ethcore/serde-bump
...
Bumping serde & syntex
2016-06-06 11:32:13 +02:00
Marek Kotewicz
54c20f6f9c
Merge pull request #1211 from ethcore/signer-ui
...
Minimal Signer UI (System UI) exposed over websockets.
2016-06-06 11:31:45 +02:00
Marek Kotewicz
a460813788
Merge pull request #1208 from ethcore/switchrpcns
...
Switch RPC namespace form ethcore_ to trace_
2016-06-06 11:30:36 +02:00
Marek Kotewicz
ba8c7bc959
Merge pull request #1217 from rphmeier/state_at_state_root
...
Verify the state root exists before creating a State
2016-06-06 11:29:39 +02:00
Tomasz Drwięga
a7de430193
Merge branch 'master' into clippy-bump
...
Conflicts:
dapps/Cargo.toml
2016-06-06 10:13:42 +02:00
Tomasz Drwięga
67b9e08ff0
Ignoring tests
2016-06-06 10:13:01 +02:00
Tomasz Drwięga
a063a63ac7
Merge branch 'master' into serde-bump
...
Conflicts:
ethcore/src/types/state_diff.rs
2016-06-06 10:10:06 +02:00
Tomasz Drwięga
9572f6e5fc
Merge branch 'master' into signer-ui
2016-06-06 10:06:48 +02:00
Gav Wood
1fa8f108d9
StateDiff uses serde preprocessor.
2016-06-06 00:24:21 +02:00
Robert Habermeier
64b74eae43
fix travis build
2016-06-05 23:50:27 +02:00
Robert Habermeier
3dff5a9f3f
add early exit for pruned blocks
2016-06-05 22:14:40 +02:00
Robert Habermeier
e6921144dc
simplify conditional in state_at
2016-06-05 22:05:01 +02:00
Gav Wood
f775606c37
Merge branch 'switchrpcns' into txtracingforcall
2016-06-05 21:38:11 +02:00
Gav Wood
bbd024d646
Merge branch 'master' into switchrpcns
2016-06-05 21:37:56 +02:00
Gav Wood
4675b7408f
Merge branch 'switchrpcns' into txtracingforcall
2016-06-05 21:35:58 +02:00
Marek Kotewicz
c8c47ebe32
Merge pull request #1206 from ethcore/diffing
...
Integrate state diffing into the ethcore JSONRPC
2016-06-05 21:35:36 +02:00
Gav Wood
ec61c7534c
Merge branch 'diffing' into switchrpcns
2016-06-05 21:35:03 +02:00
Gav Wood
d39b9506d2
Minor code refactor.
2016-06-05 18:24:17 +02:00
Gav Wood
4153052148
Fix fn call in miner.rs same as client.rs.
2016-06-05 17:23:27 +02:00
Tomasz Drwięga
d5048967e2
Updating topbar to latest version ( #1220 )
2016-06-03 17:52:39 +02:00
Robert Habermeier
aa465fa2cd
conditional style fix
2016-06-03 12:15:27 +02:00
Robert Habermeier
6f850ebdac
does_pruning -> is_pruned
2016-06-03 12:10:10 +02:00
Gav Wood
4dc9aedfb5
Merge branch 'master' into txtracingforcall
2016-06-03 12:06:39 +02:00
Tomasz Drwięga
bb1b8cc08a
Loading local Dapps from FS. ( #1214 )
...
* apps list to separate module
* Preparing to support serving files from disk
* Serving files from disk
* Using dapps path from CLI
* Adding more docs
2016-06-03 11:51:11 +02:00
Tomasz Drwięga
3905717d5d
Fixing warnings
2016-06-03 11:36:30 +02:00
Tomasz Drwięga
ae2deaaf72
Bumping clippy version
2016-06-03 11:15:38 +02:00
Robert Habermeier
1e10445f82
exists -> contains
2016-06-02 21:23:43 +02:00
Robert Habermeier
6c6229c963
check if state root is valid for old blocks
2016-06-02 20:52:21 +02:00
Robert Habermeier
d7b79c1274
don't return a state in state_at if the db prunes and the block is before guaranteed history
2016-06-02 20:34:38 +02:00
Tomasz Drwięga
3ba15f6c64
Updating httpserver and core
2016-06-02 20:32:48 +02:00
Tomasz Drwięga
8752a60018
Merge branch 'serde-bump' of github.com:ethcore/parity into serde-bump
...
Conflicts:
Cargo.lock
dapps/Cargo.toml
rpc/Cargo.toml
signer/src/lib.rs
2016-06-02 20:28:23 +02:00
Tomasz Drwięga
3e2479cf40
Merge branch 'master' into signer-ui
2016-06-02 20:00:25 +02: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
Robert Habermeier
0318bb9fe9
Have Ext::ret take self by value ( #1187 )
...
* refactor externalities::ret to take self by-value, add GasLeft enum, and alter evm::Result.
* remove unused imports, StopExecutionWithGasLeft variant
* adjust tests
* remove extraneous call to reserve
* update json_tests Ext to match new trait
* adjust executive json_test
* have evms own their memory for their entire lifetime
* make finalize API more friendly
* indentation fix
[ci skip]
2016-06-02 19:04:15 +02:00
Tomasz Drwięga
18dac64abb
Simple WebSockets notification about new request ( #1202 )
...
* Splitting methods requiring signing into separate trait
* Single place where RPC apis are created.
* Separating eth_filter
* Separating eth_signing
* Stubs for Personal Signer methods
* Test for EthSigningQueueClient
* TransactionConfirmation API
* Exposing PersonalSigner API
* Defining ApiSets dependent on context
* Removing types
* Supporting sending notification to WS connected SystemUIs
* Sending a notification on every new messages
* Adding logs to signing queue
* Shutting down broadcaster
* Refactoring the signing queue
* Fixing wait loop in case of spurious wake-ups.
2016-06-02 17:05:13 +02:00
Gav Wood
f357274ced
Merge branch 'master' into txtracingforcall
2016-06-02 16:44:11 +02:00
Gav Wood
7dc05f1bcc
Unify tracing interface into a single call.
2016-06-02 16:30:28 +02:00
Tomasz Drwięga
35753f22f7
Removing leftovers of ethminer ( #1207 )
2016-06-02 15:58:21 +02:00
Nikolay Volf
c3404c9b59
Merge pull request #1205 from ethcore/fixed_1204
...
fixed #1204
2016-06-02 14:06:08 +02:00
Gav Wood
a132fefcc7
Transaction tracing for eth_call.
2016-06-02 13:50:50 +02:00
Tomasz Drwięga
cce18cb4c5
Enabling DAOdapp
2016-06-02 13:34:26 +02:00
Tomasz Drwięga
79a60e157b
Merge branch 'signer-wsnotification' into signer-ui
2016-06-02 13:25:38 +02:00
Tomasz Drwięga
ee3f608204
Fixing wait loop in case of spurious wake-ups.
2016-06-02 13:19:44 +02:00
Gav Wood
c202abe09d
Switch RPC namespace form ethcore_ to trace_
2016-06-02 13:14:49 +02:00
Tomasz Drwięga
d40504caa5
Merge branch 'signer-wsnotification' into signer-ui
2016-06-02 13:09:11 +02:00
Tomasz Drwięga
77942c0b48
Merge branch 'master' into signer-wsnotification
2016-06-02 13:02:10 +02:00
Gav Wood
4c44994807
Merge branch 'master' into diffing
2016-06-02 12:44:38 +02:00
debris
9a626c84bc
fixed #1204
2016-06-02 12:44:05 +02:00
Gav Wood
29e18cfc4d
Merge branch 'vmtracing'
2016-06-02 12:43:14 +02:00
Gav Wood
401bdca153
Merge branch 'master' of github.com:ethcore/parity
2016-06-02 12:42:16 +02:00
Gav Wood
b17581d7de
VM tracing and JSON RPC endpoint for it. ( #1169 )
...
* Groundwork for basic VM tracing.
* RPC endpoint for VM tracing and ser/de types ready.
* Create VMTracer trait.
* Rearchitected VM tracing to reflect existing tracing.
Should more or less work now.
* Integrated VM tracing into JSONRPC.
* Fix ethcore module tests.
* Add tests for VM tracing.
* Fix consensus test code.
* Fix mock tests.
* Added VM trace information for post-execution stuff.
* Fix max-value calls and add "creates" field to getTransaction.
* Tests for VM tracing.
* Don't implement the trait with unimplemented.
* Remove invlaid comment.
* Fix tests.
2016-06-02 12:40:31 +02:00
Gav Wood
b9ec87548d
Minor renaming diff -> state_diff
2016-06-02 12:39:25 +02:00
Gav Wood
bc5c3da2af
Merge branch 'vmtracing' into diffing
2016-06-02 12:28:09 +02:00
Tomasz Drwięga
716c9bb43c
Merge branch 'master' into signer-wsnotification
...
Conflicts:
rpc/src/v1/impls/mod.rs
2016-06-02 12:22:52 +02:00
Tomasz Drwięga
e9bcce05a1
Refactoring the signing queue
2016-06-02 12:17:28 +02:00
Nikolay Volf
7ad9c73c75
devtools helpers extended ( #1186 )
...
* devtools extensions
* some doc effort
2016-06-02 11:51:03 +02:00
Arkadiy Paronyan
8596a347ea
Networking refactoring ( #1172 )
...
* Networking refactoring
* Make sure the same socket is reused
* Safer atomic ordering
* Replaced eq with ==
2016-06-02 11:49:56 +02:00
Gav Wood
d40a038f37
Fix tests.
2016-06-02 11:49:27 +02:00
Gav Wood
26da38a439
Merge remote-tracking branch 'origin/master' into vmtracing
2016-06-02 11:40:39 +02:00
Robert Habermeier
e170916563
Merge pull request #1195 from ethcore/client-refact
...
Client & Miner refactoring
2016-06-01 20:54:19 +02:00
Tomasz Drwięga
5f68b81f68
Updating jsonrpc-core
2016-06-01 20:32:16 +02:00
Tomasz Drwięga
89deaef809
Merge branch 'signer-wsnotification' into signer-ui
2016-06-01 20:13:36 +02:00
Nikolay Volf
626acda6a3
fix warnings
2016-06-01 20:11:05 +02:00
Robert Habermeier
b7ada4dee0
update readme ( #1201 )
...
* update readme
[ci skip]
* minor fixes
* mention dapps server.
[ci skip]
2016-06-01 20:10:51 +02:00
Gav Wood
5c63311268
Add missing types.
2016-06-01 20:02:23 +02:00
Tomasz Drwięga
555555e6f7
Merge branch 'master' into signer-wsnotification
...
Conflicts:
parity/signer.rs
rpc/src/v1/helpers/signing_queue.rs
rpc/src/v1/impls/eth_signing.rs
rpc/src/v1/impls/personal_signer.rs
signer/src/ws_server/mod.rs
2016-06-01 20:00:43 +02:00
Nikolay Volf
c370bcaded
merge fixes
2016-06-01 19:57:34 +02:00
Nikolay Volf
6676c6cf7e
Merge branch 'master' into client-refact
2016-06-01 19:42:32 +02:00
Tomasz Drwięga
99e26b8480
Simple signing queue, confirmation APIs exposed in signer WebSockets. ( #1182 )
...
* Splitting methods requiring signing into separate trait
* Single place where RPC apis are created.
* Separating eth_filter
* Separating eth_signing
* Stubs for Personal Signer methods
* Test for EthSigningQueueClient
* TransactionConfirmation API
* Exposing PersonalSigner API
* Defining ApiSets dependent on context
* Removing types
* Fixing default impl
* Fixing un-mocked tests
* Update signing_queue.rs
[ci skip]
* Removing unused import [ci skip]
2016-06-01 19:37:34 +02:00
Tomasz Drwięga
a7a2b55362
Using ethcore http server
2016-06-01 19:32:05 +02:00
Tomasz Drwięga
d601e11d59
Removing typeS
2016-06-01 19:05:27 +02:00
Tomasz Drwięga
4742860b2e
Using ethcore http server
2016-06-01 18:00:40 +02:00
Tomasz Drwięga
1fd9110829
Serde bump
2016-06-01 17:59:21 +02:00
Robert Habermeier
b9b0ce8d65
Merge pull request #1199 from ethcore/ordered-dapps
...
Using ordered hashmap to keep the order of dapps on home screen
2016-06-01 16:19:00 +02:00
Nikolay Volf
1ef4db82e8
doctest fixes
2016-06-01 14:50:06 +02:00
Tomasz Drwięga
ae572cb8f5
Using ordered hashmap to keep the order of dapps on home screen
2016-06-01 13:25:20 +02:00
Marek Kotewicz
ee77fc3bc3
Merge pull request #1197 from ethcore/x-frame
...
Disabling `ethcore` by default, adding x-frame-options header to dapps.
2016-06-01 13:20:46 +02:00
Nikolay Volf
985d412c48
fix merges again
2016-06-01 13:03:26 +02:00
Nikolay Volf
c00b84e10b
merge fixes
2016-06-01 12:54:47 +02:00
Nikolay Volf
0c782bf34b
Merge branch 'master' into client-refact
2016-06-01 12:45:04 +02:00
Arkadiy Paronyan
f41466c8b5
Merge pull request #1196 from rphmeier/rpc-tests
...
transaction count verifier tests
2016-06-01 12:44:51 +02:00
Nikolay Volf
db749dc564
fix remaining tests & doctest
2016-06-01 12:44:11 +02:00
Arkadiy Paronyan
e743972102
Merge pull request #1192 from rphmeier/x_macros
...
expunge x! and xx! from the codebase
2016-06-01 12:43:15 +02:00
Nikolay Volf
cee31f9e8d
fix travis
2016-06-01 03:19:20 +02:00
Nikolay Volf
d45a676dc0
all tests fixed
2016-05-31 22:24:32 +02:00
Tomasz Drwięga
67421fc69e
Adding explanatory comment for safe_to_embed
2016-05-31 21:56:41 +02:00
Tomasz Drwięga
ae1bcd6a5b
Disabling ethcore APIs for RPC and IPC
2016-05-31 21:53:20 +02:00
Robert Habermeier
5fd4b9d7bd
formatting fix
2016-05-31 21:50:25 +02:00
Nikolay Volf
dad61bb7cf
test and travis fix for absent crate
2016-05-31 21:40:26 +02:00
Tomasz Drwięga
9957328607
DENY frames from other origins to prevent clickjacking
2016-05-31 21:39:11 +02:00
Nikolay Volf
c33b1caf21
executable all issues resolved
2016-05-31 21:38:07 +02:00
Robert Habermeier
bbb858b386
address small syntax breakages
2016-05-31 21:38:05 +02:00
Nikolay Volf
77cef76518
rpc bindings resolved
2016-05-31 21:31:42 +02:00
Robert Habermeier
4146e1f02b
add empty rule to map macros
2016-05-31 21:18:54 +02:00
Nikolay Volf
2a08fb8fe3
and conditional dispatch
2016-05-31 21:17:46 +02:00
Nikolay Volf
495e7feb62
dispatching message return
2016-05-31 21:13:32 +02:00
Gav Wood
34edecd59d
State diffing, exposed through JSONRPC.
2016-05-31 21:03:44 +02:00
Robert Habermeier
ec7af964ab
correct map macro invocation
2016-05-31 21:01:47 +02:00
Nikolay Volf
10d914d6c6
restored chain_new_blocks
2016-05-31 20:58:33 +02:00
Nikolay Volf
f5ed31792f
fixed sync with client only
2016-05-31 20:54:02 +02:00
Nikolay Volf
a845e08bc6
rename of the trait
2016-05-31 20:33:26 +02:00
Tomasz Drwięga
ed0d60bc16
Fixing clippy warnings
2016-05-31 20:21:46 +02:00
Tomasz Drwięga
4d29508b4c
Minimal System UI
2016-05-31 20:12:47 +02:00
Nikolay Volf
8e252d5f1b
refactored to merge client & client
2016-05-31 19:52:53 +02:00
Robert Habermeier
c81e4e24b3
add ability to have heavy tests
2016-05-31 19:51:24 +02:00
Robert Habermeier
4ccaabde40
add transaction count verifier tests
2016-05-31 19:30:40 +02:00
Nikolay Volf
4f732972bc
refactoring to hold miner within the client
2016-05-31 19:01:37 +02:00
Robert Habermeier
da9d6bf8d5
rename [hash_]mapx to [hash_]map_into
2016-05-31 17:29:01 +02:00
Robert Habermeier
c62bfcddef
finish purging x! from parity, remove x! and xx! macros
2016-05-31 17:25:25 +02:00
Robert Habermeier
3abaeadcf3
finish purging x! from ethcore
2016-05-31 17:18:21 +02:00
Nikolay Volf
3dd642abe9
Merge pull request #1185 from ethcore/ipc-fixes
...
Database service upgrade (from the ipc branch)
2016-05-31 17:00:07 +02:00
Robert Habermeier
ff7c755930
mostly purge x! from ethcore
2016-05-31 16:59:01 +02:00
Nikolay Volf
0cd8644292
split interfaces
2016-05-31 16:41:15 +02:00
Robert Habermeier
3788b3a149
expunge x! from util
2016-05-31 16:40:48 +02:00
Robert Habermeier
b729a381f8
rewrite map macros not to use an intermediate allocation
2016-05-31 16:29:53 +02:00
Robert Habermeier
5cb58c4269
use Miner in rpc tests, remove chain_harness
2016-05-31 15:25:14 +02:00
Robert Habermeier
266b4eedaa
correct locked_account_secret docs
2016-05-31 15:25:14 +02:00
Robert Habermeier
1465b0d34c
refactor Miner to not wrap accounts in an RwLock, and to take a generalized AccountProvider
2016-05-31 15:25:14 +02:00
Nikolay Volf
a944638b5e
version lock
2016-05-31 13:17:45 +02:00
Nikolay Volf
1d5f407a29
database & write que import
2016-05-31 13:08:15 +02:00
Nikolay Volf
134f48cdfb
lib import
2016-05-31 13:05:43 +02:00
Nikolay Volf
d0b32f8d42
trait import from branch
2016-05-31 13:02:53 +02:00
Gav Wood
2d604324b9
Merge branch 'vmtracing' into diffing
2016-05-31 13:00:47 +02:00
Gav Wood
f9a0cc47a0
Enable PoD sutff.
2016-05-31 12:59:00 +02:00
Gav Wood
12547ecd37
Remove invlaid comment.
2016-05-31 12:58:47 +02:00
Gav Wood
1fdb1de218
Don't implement the trait with unimplemented.
2016-05-31 12:58:10 +02:00
Gav Wood
649767b911
Merge remote-tracking branch 'origin/master' into vmtracing
2016-05-31 12:05:23 +02:00
Gav Wood
5766354c19
Tests for VM tracing.
2016-05-31 12:04:53 +02:00
Tomasz Drwięga
d49152c8b0
Merge branch 'master' into signer-wsnotification
2016-05-31 11:41:03 +02:00
Robert Habermeier
b036f1de98
stop eth_syncing from returning true forever ( #1181 )
2016-05-31 10:31:36 +02:00
Arkadiy Paronyan
6d25e7f8b4
Merge pull request #1164 from ethcore/sync
...
Sync fixes and tweaks
2016-05-30 22:29:29 +02:00
Gav Wood
8082fdb3ff
Fix max-value calls and add "creates" field to getTransaction.
2016-05-30 22:27:28 +02:00
Tomasz Drwięga
70cecb49b0
Merge branch 'signer-signing' into signer-wsnotification
...
Conflicts:
rpc/src/v1/impls/mod.rs
signer/src/lib.rs
2016-05-30 22:06:27 +02:00
Tomasz Drwięga
fb5efa2ffc
Merge branch 'master' into signer-signing
...
Conflicts:
rpc/src/v1/impls/eth.rs
rpc/src/v1/tests/mocked/eth.rs
rpc/src/v1/traits/eth.rs
2016-05-30 21:46:37 +02:00
Marek Kotewicz
43348c1629
Merge pull request #1167 from ethcore/signer-rpc
...
Exposing RPC over Signer WebSockets
2016-05-30 21:31:20 +02:00
Tomasz Drwięga
baa2f7c5bb
Shutting down broadcaster
2016-05-30 20:39:20 +02:00
Tomasz Drwięga
b4bc395c6e
Adding logs to signing queue
2016-05-30 20:23:19 +02:00
Tomasz Drwięga
84882922b4
Sending a notification on every new messages
2016-05-30 19:30:16 +02:00
Tomasz Drwięga
ba296408d5
Supporting sending notification to WS connected SystemUIs
2016-05-30 18:50:11 +02:00
Nikolay Volf
13e5c19be7
Merge pull request #1171 from rphmeier/rpc-unimplemented
...
implement missing rpc methods and tests
2016-05-30 18:15:24 +02:00
Arkadiy Paronyan
68e62030d5
Merge pull request #1170 from ethcore/ipc-server-bump
...
json ipc server version bump
2016-05-30 18:11:52 +02:00
Gav Wood
79503e4f14
Added VM trace information for post-execution stuff.
2016-05-30 17:19:15 +02:00
Arkadiy Paronyan
e037f32408
Merge pull request #1173 from ethcore/deps
...
Updated dependencies for windows build
2016-05-30 16:21:27 +02:00
arkpar
76bb0729ba
Updated dependencies for windows build
2016-05-30 15:38:23 +02:00
Robert Habermeier
16432129b5
move transaction import error warning into miner implementation
2016-05-30 13:14:32 +02:00
Robert Habermeier
ea26deaab1
mocked test for eth_syncing
2016-05-30 12:33:49 +02:00
Gav Wood
11f4e8cb73
Fix mock tests.
2016-05-30 11:53:20 +02:00
Robert Habermeier
bbe6a287f8
add mocked test for eth_coinbase
2016-05-29 17:18:37 +02:00
Robert Habermeier
89659606dd
add mocked test for eth_sendRawTransaction
2016-05-29 17:07:39 +02:00
Robert Habermeier
be1ec93271
implement eth_sign
2016-05-29 15:46:57 +02:00
Robert Habermeier
7cea3eb5ed
move rpc_unimplemented into impls module
2016-05-29 15:21:23 +02:00
Robert Habermeier
191bae5cd4
add stubs for missing eth_* rpc methods
2016-05-29 15:21:23 +02:00
Robert Habermeier
fb2ea765d5
remove default implementations using rpc_unimplemented!()
2016-05-29 15:21:23 +02:00
Gav Wood
af05939d74
Fix consensus test code.
2016-05-29 14:01:34 +02:00
Tomasz Drwięga
1176f6acec
fixing test
2016-05-29 13:25:31 +02:00
Nikolay Volf
7dfd7e883f
another bump
2016-05-29 13:22:45 +02:00
Nikolay Volf
a8cf0ddf50
json ipc server version bump
2016-05-29 13:09:51 +02:00
Gav Wood
22c4298bee
Add tests for VM tracing.
2016-05-29 13:05:41 +02:00
Gav Wood
c20eaf98ec
Fix ethcore module tests.
2016-05-29 11:37:35 +02:00
Gav Wood
a5808833b1
Merge remote-tracking branch 'origin/master' into vmtracing
2016-05-29 11:13:48 +02:00
Gav Wood
cd16828fef
Integrated VM tracing into JSONRPC.
2016-05-29 00:58:52 +02:00
Arkadiy Paronyan
b9f7ed9185
Merge pull request #1141 from rphmeier/rpc-tests
...
Framework for improved RPC unit tests
2016-05-29 00:50:19 +02:00
arkpar
7f3ba85a3f
Fixed block/hashes propagation
2016-05-29 00:38:10 +02:00
Gav Wood
86fdcabd0e
Rearchitected VM tracing to reflect existing tracing.
...
Should more or less work now.
2016-05-28 23:57:16 +02:00
Robert Habermeier
ea08dd76a5
remove all possible unsafe code in crypto ( #1168 )
...
* use #[repr(C)] for all hash types
* use a zeroed buffer in crypto::ec::sign
* eliminate most usages of unsafe in crypto::ecdh::agree
* eliminate all possible unsafety in crypto module
2016-05-28 21:48:42 +02:00
Tomasz Drwięga
1ba39538a7
Removing types
2016-05-28 19:50:57 +02:00
Tomasz Drwięga
f339b6a491
Merge branch 'signer-rpc' into signer-signing
2016-05-28 19:40:34 +02:00
Tomasz Drwięga
d74fc2c285
Merge branch 'master' into signer-rpc
...
Conflicts:
dapps/src/lib.rs
parity/main.rs
parity/signer.rs
signer/Cargo.toml
signer/src/lib.rs
2016-05-28 19:36:57 +02:00
Tomasz Drwięga
87d0f09a44
Base for Signer Websockets server ( #1158 )
...
* Basic signing queue
* Adding docs
* WebSockets server for signer
* Removing TODO
* Shortening the syntax
* Exposing types from RPC
* Fixing indentation
* Update main.rs
2016-05-28 19:30:31 +02:00
Tomasz Drwięga
d4e66ba52f
Defining ApiSets dependent on context
2016-05-28 19:26:01 +02:00
Tomasz Drwięga
1607478405
Merge branch 'signer-rpc' into signer-signing
...
Conflicts:
parity/signer.rs
2016-05-28 19:13:04 +02:00
Tomasz Drwięga
50e5c88b7b
Fixing compilation
2016-05-28 19:10:17 +02:00
Tomasz Drwięga
30362bfebe
Merge branch 'master' into signer-rpc
2016-05-28 19:09:45 +02:00
Tomasz Drwięga
a7dfa83da1
Exposing PersonalSigner API
2016-05-28 19:05:23 +02:00
Tomasz Drwięga
99f9747a3f
TransactionConfirmation API
2016-05-28 18:50:00 +02:00
Gav Wood
d4a06b27ed
Create VMTracer trait.
2016-05-28 17:50:20 +02:00
Tomasz Drwięga
8c3b56511a
Test for EthSigningQueueClient
2016-05-28 17:22:43 +02:00
arkpar
1e8bf8c89d
More tweaks
2016-05-28 17:17:10 +02:00
arkpar
0e905a06d9
Tweaked propagation order
2016-05-28 17:17:10 +02:00
arkpar
d1fc5a5611
Tweaked some constansts for slower machines
2016-05-28 17:17:10 +02:00
arkpar
f85e409ff7
Make sure downloaded blocks are unmarked on send error
2016-05-28 17:17:10 +02:00
Tomasz Drwięga
6d5ba59515
Stubs for Personal Signer methods
2016-05-28 17:07:40 +02:00
Gav Wood
c1ed520de0
RPC endpoint for VM tracing and ser/de types ready.
2016-05-28 16:52:33 +02:00
Tomasz Drwięga
f794018e95
Separating eth_signing
2016-05-28 14:32:31 +02:00
Tomasz Drwięga
ffa113511b
Separating eth_filter
2016-05-28 14:21:43 +02:00
Tomasz Drwięga
07399d377f
Single place where RPC apis are created.
2016-05-28 13:42:53 +02:00
Gav Wood
42e4c2d51c
Groundwork for basic VM tracing.
2016-05-27 20:41:29 +02:00
Tomasz Drwięga
129ad0bbcb
Splitting methods requiring signing into separate trait
2016-05-27 20:24:46 +02:00
Arkadiy Paronyan
468d761e5c
Merge pull request #1163 from ethcore/warnings
...
Fixing few clippy warnings
2016-05-27 19:06:37 +02:00
Gav Wood
098f9b6ebb
Merge branch 'master' of github.com:ethcore/parity
2016-05-27 19:02:19 +02:00
Robert Habermeier
5197ca87ee
merge with master
2016-05-27 18:55:01 +02:00
Tomasz Drwięga
20846c11c9
Merge branch 'signer-server' into signer-rpc
...
Conflicts:
parity/signer.rs
signer/Cargo.toml
signer/src/lib.rs
signer/src/ws_server/mod.rs
2016-05-27 18:53:01 +02:00
Tomasz Drwięga
f60097ddb6
Merge branch 'master' into signer-server
...
Conflicts:
rpc/src/v1/types/bytes.rs
2016-05-27 18:50:47 +02:00
Tomasz Drwięga
6f93ecf1d2
Exposing types from RPC
2016-05-27 18:50:04 +02:00
Marek Kotewicz
325a257f7d
Merge pull request #1154 from rphmeier/personal_sign_and_send
...
Change eth_signAndSendTransaction to personal_SignAndSendTransaction
2016-05-27 18:45:20 +02:00
Robert Habermeier
c021ecd13b
move "integration" tests out into main module
2016-05-27 18:40:48 +02:00
Robert Habermeier
9d4cd7b73e
assert the transaction is being signed correctly
2016-05-27 18:21:27 +02:00
Robert Habermeier
e7791c220a
rebase fixes and address style concern
2016-05-27 18:21:26 +02:00
Robert Habermeier
7ee23240f0
fix travis test build
2016-05-27 18:19:18 +02:00
Robert Habermeier
4c55e4968e
add eth_blockNumber, eth_TransactionCount integration tests.
...
also adds an EthTester struct for more test flexibility.
2016-05-27 18:18:44 +02:00
Robert Habermeier
1de7ea090c
add informative comment on transaction::Action
2016-05-27 18:18:44 +02:00
Robert Habermeier
f67486e31f
have miner service update the pending nonces on transaction import
2016-05-27 18:18:42 +02:00
Robert Habermeier
688790f13f
re-export AccountProvider trait
2016-05-27 18:14:43 +02:00
Robert Habermeier
cf18c4bb0a
make MinerService object-safe
2016-05-27 18:14:43 +02:00
Robert Habermeier
d370a86b43
More flexible chain extraction, get_balance test
2016-05-27 18:13:53 +02:00
Robert Habermeier
152bb6f21b
create integration test harness for eth RPC API
2016-05-27 18:13:49 +02:00
Robert Habermeier
56b020987e
refine tests for call deserialization
2016-05-27 18:09:32 +02:00
Tomasz Drwięga
58039fb420
Fixing few clippy warnings
2016-05-27 17:56:25 +02:00
Tomasz Drwięga
c4e2f65051
Exposing RPC over websockets
2016-05-27 17:55:12 +02:00
Robert Habermeier
b28a8411a4
refactor dispatch_transaction and sign_and_dispatch into impls module
...
this has the added benefit of allowing the removal of redundant upgrades.
2016-05-27 16:50:25 +02:00
Robert Habermeier
ba600ac06a
have parity create the PersonalClient properly
2016-05-27 16:45:26 +02:00
Robert Habermeier
194ca19720
move tests to personal
2016-05-27 16:45:26 +02:00
Robert Habermeier
c9efb56e19
move sign_and_send_transaction implementation to personal
2016-05-27 16:45:26 +02:00
Robert Habermeier
db2efe8485
move signAndSendTransaction to Personal trait.
2016-05-27 16:45:26 +02:00
Arkadiy Paronyan
72031d6f95
Merge pull request #1149 from rphmeier/rpc-earliest-specific
...
Support "earliest" and specific block parameters in RPC where possible
2016-05-27 16:39:08 +02:00
Robert Habermeier
a272f8570c
correct indentation
2016-05-27 16:35:42 +02:00
Robert Habermeier
3f89362630
rename x_latest to latest_x in BlockChainClient
2016-05-27 16:35:42 +02:00
Robert Habermeier
30eee76767
use new nonce function in eth_TransactionCount
2016-05-27 16:35:42 +02:00
Robert Habermeier
c2a4ed6fc4
change nonce, balance, storage_at to *_latest counterparts
2016-05-27 16:35:41 +02:00
Robert Habermeier
a3b1cdb175
add docs for nonce_latest
2016-05-27 16:35:41 +02:00
Robert Habermeier
5afa4621f9
added balance_latest, storage_at_latest utilities
...
with modus ponens panickers
2016-05-27 16:35:41 +02:00
Robert Habermeier
3c7e4b8c6c
added nonce, nonce_latest
2016-05-27 16:35:41 +02:00
Robert Habermeier
86eab79d9d
consolidate [balance/storage]_at and _at_id functionality
2016-05-27 16:35:41 +02:00
Robert Habermeier
3405f3eab1
implement storage_at_id
2016-05-27 16:35:41 +02:00
Robert Habermeier
2b7fae8fa6
add state_at_id and balance_at_id, integrate with RPC
2016-05-27 16:35:41 +02:00
Tomasz Drwięga
cf19e38663
Exposing types from RPC
2016-05-27 15:46:07 +02:00
Tomasz Drwięga
d0ae713b29
Shortening the syntax
2016-05-27 13:05:54 +02:00
Tomasz Drwięga
e2db4972be
Removing TODO
2016-05-27 13:04:54 +02:00
Tomasz Drwięga
b77fdcdd68
WebSockets server for signer
2016-05-27 13:03:00 +02:00
Tomasz Drwięga
945ebcbf9b
Merge branch 'master' into signer-server
2016-05-27 10:53:30 +02:00
Gav Wood
aa9e4af783
Merge branch 'master' of github.com:ethcore/parity
2016-05-27 08:29:28 +02:00
Marek Kotewicz
ca008fb541
migration fixes ( #1155 )
...
* dont use system temp for migration, do backup
* fixed issue with number of open files on osx
* fixed compilation of util tests
2016-05-27 08:23:29 +02:00
Robert Habermeier
637f4eeb12
Merge pull request #1150 from ethcore/signer-crate
...
Empty trusted signer crate with it's general purpose described.
2016-05-26 22:36:09 +02:00
Arkadiy Paronyan
8872558e0d
Merge pull request #1153 from ethcore/mordenbootnodes
...
More bootnodes for morden.
2016-05-26 21:49:09 +02:00
Arkadiy Paronyan
1a1467169d
Merge pull request #1151 from rphmeier/move-rpc-tests
...
move existing rpc tests into mocked module
2016-05-26 21:48:50 +02:00
Robert Habermeier
e0e722784c
move existing rpc tests into mocked module
2016-05-26 20:37:08 +02:00
Gav Wood
946ee8f8c4
Merge branch 'master' of github.com:ethcore/parity
2016-05-26 19:37:58 +02:00
Tomasz Drwięga
a7bf13f23f
Merge branch 'signer-crate' into signer-server
2016-05-26 19:30:52 +02:00
Tomasz Drwięga
977ad428ae
Merge branch 'master' into signer-crate
...
Conflicts:
.travis.yml
Cargo.toml
cov.sh
doc.sh
fmt.sh
hook.sh
test.sh
2016-05-26 18:58:25 +02:00
Tomasz Drwięga
a61bf90c17
Adding docs
2016-05-26 18:34:23 +02:00
Marek Kotewicz
7370776af1
Bloomchain ( #1014 )
...
* use bloomchain crate in blockchain module. remove obsole chainfilter submodule
* update database version to 6.0
* removed redundant line
* simple db migration
* make migration slightly more functional
* bloomchain migration
* migration version is just a single unsigned integer
* updated migration v6
* parity migration
* db migration
* removed hardcoded migration dir
* replace ptr::copy with clone_from_slice, removed potential endianess problem from trace/db.rs
* removed superfluous line
* blockchains log blooms config is not exposed any more
2016-05-26 18:24:51 +02:00
Tomasz Drwięga
cc1a334ba7
Renaming dapps repos. Updating dapps ( #1142 )
...
* Renaming dapps repos. Updating dapps
* Skipping legacy options for compatibility. Fixing tabs
* Fixing CLI options
2016-05-26 18:21:15 +02:00
Gav Wood
33f187eeee
Merge branch 'master' of github.com:ethcore/parity
2016-05-26 18:18:07 +02:00
Tomasz Drwięga
28391d2f52
Basic signing queue
2016-05-26 17:46:44 +02:00
Tomasz Drwięga
09d9697985
Fixing docs
2016-05-26 16:49:14 +02:00
Tomasz Drwięga
28545d706f
Empty trusted signer crate with it's general purpose
2016-05-26 16:43:04 +02:00
Marek Kotewicz
3a5e7fc2ed
Merge pull request #1147 from ethcore/fixed_pending_transactions
...
fixed pending transactions
2016-05-26 15:53:36 +02:00
Marek Kotewicz
94ec245187
Merge pull request #1148 from ethcore/fixing-warnings
...
Fixing clippy warnings
2016-05-26 13:44:19 +02:00
debris
6fd9780e60
do not clone pending transaction hashes
2016-05-26 12:44:17 +02:00
Gav Wood
049537e470
Merge branch 'master' of github.com:ethcore/parity
2016-05-26 12:34:45 +02:00
Tomasz Drwięga
5b0c936fee
Fixing clippy warnings
2016-05-26 11:49:58 +02:00
debris
f811fdc2cd
fixed pending transactions
2016-05-26 11:42:27 +02:00
Arkadiy Paronyan
32298cad6b
Merge pull request #1143 from rphmeier/raw-mut-sig
...
correct signature of SecTrieDB::raw_mut
2016-05-25 23:10:27 +02:00
Robert Habermeier
e24ab5a4f1
correct signature of SecTrieDB::raw_mut
...
&mut T is invariant over its type parameter, so we need to specify the trait's lifetime explicitly rather than coerce it to the elided lifetime
2016-05-25 17:10:01 +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
Gav Wood
75d0606bc0
More bootnodes for morden.
2016-05-25 11:37:19 +02:00
Gav Wood
a0bc1f9dae
Display progress when importing ( #1136 )
...
* Display progress when importing
* Additional polish.
* Fix strange yielding behaviour.
* Allow colour to be disabled.
Fixed #1135
2016-05-25 09:57:31 +02:00
Marek Kotewicz
1741597a20
foundation of simple db migration ( #1128 )
...
* simple db migration
* make migration slightly more functional
* migration version is just a single unsigned integer
2016-05-24 22:38:11 +02:00
Marek Kotewicz
ebd0cdbc7a
Fixpending ( #1074 )
...
* Fix --geth IPC for MacOS.
* fix pending_* methods in MinerService, add pending_receipts
* pending logs
* include pending logs when polling
* fixed returning pending logs multiple timees
* log type
* transactionHash is supplied to pending logs
* miner returns receipts together with hashes
* bring back miners all_transactions used by sync module
2016-05-24 21:56:32 +02:00
Arkadiy Paronyan
fba5082b00
Propagate uncles ( #1134 )
2016-05-24 21:56:17 +02:00
Gav Wood
27380cdadb
Coloured, padding logging. ( #1133 )
...
* Add info message for mined block.
* Coloured, padding logging.
* Remove superfluous logs.
* Use better term colour module.
2016-05-24 20:30:21 +02:00
Gav Wood
2969d015ed
Importing ( #1132 )
...
* Basic hex block exporting.
* Export formats and to file.
* First bits.
* Block importing.
* Fix error text.
* Wait for queue to empty before shutting down after import.
2016-05-24 20:29:19 +02:00
Marek Kotewicz
bf46531372
Merge pull request #1116 from rphmeier/die_display
...
Have `die_with_error` use `fmt::Display` rather than Debug
2016-05-24 20:00:50 +02:00
Gav Wood
90a272c519
Merge branch 'master' of github.com:ethcore/parity
2016-05-24 16:46:08 +02:00
Arkadiy Paronyan
f484beb7e1
Merge pull request #1129 from ethcore/exporting
...
Exporting
2016-05-24 15:06:19 +02:00
Gav Wood
78d3dfbfa6
Fix error text.
2016-05-24 13:31:03 +02:00
Nikolay Volf
503a5aea19
Merge pull request #1124 from ethcore/sign-and-send
...
Sign and send transaction
2016-05-24 12:03:57 +02:00
Nikolay Volf
31b6b59f20
Merge pull request #1125 from ethcore/warnings
...
Fixing unused imports warnings
2016-05-24 12:02:40 +02:00
Tomasz Drwięga
1def165c0b
Adding info messages on mined blocks ( #1127 )
2016-05-23 18:47:11 +02:00
Gav Wood
11f1aeb36e
Add info message for mined block.
2016-05-23 18:46:08 +02:00
Gav Wood
6c64aec137
Export formats and to file.
2016-05-23 18:42:59 +02:00
Tomasz Drwięga
b1cfbc460e
Using signAndSend in topbar
2016-05-23 12:56:18 +02:00
Tomasz Drwięga
fb0be9e730
Updating status page (new docs)
2016-05-23 11:55:10 +02:00
Tomasz Drwięga
256557d3cc
Removing warnings
2016-05-23 11:46:01 +02:00
Tomasz Drwięga
5579582a52
Sign and send transaction
2016-05-23 11:30:11 +02:00
Gav Wood
564a996620
Basic hex block exporting.
2016-05-23 09:51:36 +02:00
Robert Habermeier
49899d0dee
trace error in die_with_io_error
2016-05-22 12:48:40 -04:00
Robert Habermeier
6fb54f4c9d
remove extraneous braces in ExecutionError Display impl
2016-05-22 12:47:42 -04:00
Robert Habermeier
1251315b28
use fmt::Display in die_with_io_error printing
2016-05-22 12:43:21 -04:00
Robert Habermeier
5d997ef099
address match style concerns
2016-05-22 12:41:45 -04:00
Arkadiy Paronyan
f738f5e032
Merge pull request #1123 from ethcore/fixstyling
...
Fix styling - don't mix spaces with tabs!!!
2016-05-22 13:41:41 +02:00
Gav Wood
0c4cd00c1f
Fix styling - don't mix spaces with tabs!!!
2016-05-22 12:42:22 +02:00
Gav Wood
c8d2237f0a
Fix is_syncing so it's false as long as the update is trivial. ( #1122 )
2016-05-22 11:47:17 +02:00
Gav Wood
b53d0050dd
Relock unlocked accounts after first use ( #1120 )
...
* Add `SecretStore::unlock_account_temp` function.
* Test for relocking accounts.
2016-05-21 22:23:16 +02:00
Gav Wood
9f84326ca7
Avoid importing keys into wrong place. ( #1119 )
...
* Avoid importing keys into wrong place.
- Now a `--no-import-keys` option;
- `--testnet` now alters the import location for keys and the store path.
Fixes #1112 and #1089 .
* Avoid double-bools.
2016-05-21 18:46:18 +02:00
Gav Wood
9706f78a09
Merge branch 'master' of github.com:ethcore/parity
2016-05-21 17:26:03 +02:00
Marek Kotewicz
e952d62950
Merge pull request #1118 from ethcore/implementreceiptgasused
...
Implement receipt's gasUsed field
2016-05-21 16:30:40 +02:00
Gav Wood
33e7f5e390
Merge branch 'master' of github.com:ethcore/parity
2016-05-21 15:30:44 +02:00
Tomasz Drwięga
f8553ef90a
New dapps & query parameter handling ( #1113 )
...
* DAO dapp
* Adding Maker OTC dapp
* Updating makerotc to contain topbar
* Updating daodapp
* Bumping versions after authors has been updated
* Adding webapps to tests
* Enabling all accounts in wallet
2016-05-21 15:27:55 +02:00
Gav Wood
828bf7cb9e
Make receipt's gasUsed property work properly.
...
Fixes #1111
2016-05-21 14:49:21 +02:00
Gav Wood
399dfc4c2e
Merge remote-tracking branch 'origin/master'
2016-05-21 14:49:09 +02:00
Robert Habermeier
3cba91bdd5
alter die_with_error to use fmt::Display, not Debug
2016-05-20 18:13:30 -04:00
Robert Habermeier
a7d7cb9ecb
add Display impl for ethcore::Error, UtilError
2016-05-20 18:13:16 -04:00
Robert Habermeier
b0452cf309
add DIsplay impl for ExecutionError, CryptoError, and NetworkError
2016-05-20 18:12:51 -04:00
Robert Habermeier
5e1229366d
add Display impl for Mismatch
2016-05-20 15:27:20 -04:00
Robert Habermeier
cf9b6e9e07
Add Display impl for OutOfBounds
2016-05-20 15:19:26 -04:00
Marek Kotewicz
852155959d
Merge pull request #1098 from ethcore/trace_err
...
pretty print trace error
2016-05-19 18:00:39 +02:00
Marek Kotewicz
f383af093c
Merge pull request #1095 from ethcore/sync-hashes
...
New syncing strategy
2016-05-19 17:59:53 +02:00
arkpar
ca6c91f591
New sync algorithm
2016-05-19 16:16:11 +02:00
debris
5ec096d57e
Fixed ethcore-rpc compilation errors.
2016-05-19 15:48:40 +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
debris
95365670e4
Merge branch 'master' of github.com:ethcore/parity into trace_err
2016-05-19 14:15:05 +02:00
Nikolay Volf
1946346711
Merge pull request #1107 from ethcore/defaultarchive
...
Fix the default for pruning.
2016-05-19 14:06:39 +03:00
Nikolay Volf
f084399d4b
Merge pull request #1105 from ethcore/consistent_db
...
Make Id/ID and db/Db/DB usage consistent
2016-05-19 12:49:31 +03:00
Gav Wood
bfdbff5ac7
basic pruning method still experimental.
2016-05-19 11:40:43 +02:00
debris
506ca15a15
Merge branch 'master' of github.com:ethcore/parity into trace_err
2016-05-19 11:07:53 +02:00
debris
634679966e
Make Id/ID and db/Db/DB usage consistent
2016-05-19 11:00:32 +02:00
Gav Wood
306315e3e5
Default to archive mode.
2016-05-19 10:03:45 +02:00
Gav Wood
0ac41975a4
Merge branch 'master' of github.com:ethcore/parity
2016-05-19 10:03:31 +02:00
Marek Kotewicz
7d873b2c81
Merge pull request #1091 from ethcore/miner-spec-refact
...
Miner holds it's own copy of spec/engine
2016-05-19 09:40:30 +02:00
Marek Kotewicz
bb56c5827b
Merge pull request #1101 from ethcore/apps-api
...
Apps listing API & Home webapp.
2016-05-19 09:38:43 +02:00
Nikolay Volf
6c6bbe9c57
Merge branch 'master' into miner-spec-refact
...
Conflicts:
ethcore/src/client/client.rs
ethcore/src/client/mod.rs
ethcore/src/client/test_client.rs
miner/src/miner.rs
2016-05-19 03:51:05 +03:00
debris
7f0d1173ba
fixed weird line breaking
2016-05-19 01:05:24 +02:00
debris
55ebab2392
Merge branch 'master' of github.com:ethcore/parity into trace_err
2016-05-19 01:03:55 +02:00
Marek Kotewicz
6cff58055d
CLI option for using JITEVM ( #1103 )
...
* easily configurable vm (in progress)
* completely removed vm_factory from engine
* --jitvm command line flag
2016-05-19 00:44:49 +02:00
Gav Wood
46f3b5f913
Fix up the seal fields in RPC output. ( #1096 )
...
Make Ethash::extra_info() work.
Seal fields now decode the RLP.
2016-05-19 00:41:41 +02:00
debris
8f6febae18
fixed docs compilation error
2016-05-18 16:44:11 +02:00
debris
407f046b9c
fixed compilation errors
2016-05-18 13:49:23 +02:00
Marek Kotewicz
01db310cea
Merge pull request #1102 from ethcore/fixing-warnings
...
Fixing some warnings
2016-05-18 13:43:49 +02:00
Tomasz Drwięga
ef38d9c769
Updating idmanager
2016-05-18 12:19:40 +02:00
Tomasz Drwięga
44c29ece17
Merge branch 'master' into fixing-warnings
2016-05-18 11:59:55 +02:00
Tomasz Drwięga
b9febdda34
Home page
2016-05-18 11:54:15 +02:00
debris
57b0be2a0b
pretty print trace error
2016-05-18 11:44:55 +02:00
debris
14b6b389f2
propagate trace error to the top
2016-05-18 11:34:15 +02:00
Tomasz Drwięga
361d36f7d6
Webapps details
2016-05-17 16:55:08 +02:00
Gav Wood
53308b4deb
Merge remote-tracking branch 'origin/master'
2016-05-17 16:29:51 +02:00
Marek Kotewicz
dcc695dda5
Merge pull request #1094 from ethcore/seal_fields_fix
...
fixed incorrect decoding of header seal_fields. added tests. #1090
2016-05-17 11:47:07 +02:00
Marek Kotewicz
f9604892ce
Merge pull request #1093 from ethcore/bump-clippy
...
Bumping Clippy
2016-05-17 11:14:11 +02:00
debris
28fc0aacc0
header seal fields should be post-RLP-encoded, not pre
2016-05-17 11:07:51 +02:00
debris
fa7944ce3d
fixed incorrect decoding of header seal_fields. added tests. #1090
2016-05-17 10:50:11 +02:00
Tomasz Drwięga
a950b81ee8
Fixing clippy warnings
2016-05-17 10:32:05 +02:00
Tomasz Drwięga
f7929ffdd4
Disabling some lints to clear the output
2016-05-17 09:38:21 +02:00
Tomasz Drwięga
9b9ea93ff7
Bumping clippy & crossbeam
2016-05-17 09:33:01 +02:00
Nikolay Volf
00ae3cf218
Merge pull request #1092 from ethcore/idmanager
...
Injectable topbar support.
2016-05-17 00:14:35 +03:00
Nikolay Volf
d249918fe7
Merge pull request #1088 from ethcore/sync-hashes-collection
...
New syncing part 1: Block collection
2016-05-16 23:19:16 +03:00
Nikolay Volf
d424194bbf
test spec explicitly
2016-05-16 22:32:18 +03:00
Tomasz Drwięga
2ef6f756d0
Merge branch 'master' into idmanager
...
Conflicts:
webapp/src/apps.rs
webapp/src/page/mod.rs
webapp/src/proxypac.rs
webapp/src/router/mod.rs
2016-05-16 20:22:19 +02:00
Tomasz Drwięga
6363b0f69f
Bumping status&idmanager
2016-05-16 20:10:43 +02:00
arkpar
9d2823da89
style
2016-05-16 19:46:09 +02:00
Nikolay Volf
f3f45a1dd9
ethsync tests fixed
2016-05-16 20:25:05 +03:00
Nikolay Volf
caec38d533
Merge branch 'master' into miner-spec-refact
...
Conflicts:
ethcore/build.rs
2016-05-16 19:46:56 +03:00
Nikolay Volf
8cc321fe24
fix warnings
2016-05-16 19:45:16 +03:00
Nikolay Volf
7c28b1cef9
removed engine retrieval from client public api
2016-05-16 19:43:48 +03: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
994d056922
miner will use separate spec
2016-05-16 19:16:56 +03:00
Nikolay Volf
71278def5e
Merge branch 'master' into types-binary
2016-05-16 17:48:18 +03:00
Tomasz Drwięga
9301963d98
Subdomains support in content server (webapps server). ( #1082 )
...
* Proxy.pac serving
* Subdomains router for dapps
* Proper handling of prefixed and non-prefixed apps
* Changing dapps domain to parity
2016-05-16 16:08:52 +02:00
Arkadiy Paronyan
ab06c9209b
Merge pull request #1087 from ethcore/fixuncle
...
Fix uncle getter
2016-05-16 14:55:11 +02:00
arkpar
b5e10a53af
Sync block collection
2016-05-16 14:42:04 +02:00
Gav Wood
56c705968b
Fix typo.
2016-05-16 13:33:29 +02:00
Tomasz Drwięga
2d18bc936f
Merge branch 'content-server' into idmanager
...
Conflicts:
webapp/src/lib.rs
2016-05-16 13:15:18 +02:00
Tomasz Drwięga
237bd37030
Changing dapps domain to parity
2016-05-16 13:01:56 +02:00
Tomasz Drwięga
d94030294a
Bumping idmanager version
2016-05-16 13:00:55 +02:00
Gav Wood
f4d5c7b48e
Fix uncle getter
...
Uncle blocks don't necessarily have BlockDetails, so can't get total
difficulty directly.
Closes #1057
2016-05-16 12:46:09 +02:00
Nikolay Volf
96e92f1c38
add missing attributes
2016-05-15 02:34:27 +03:00
Nikolay Volf
d67d1eb355
ids attr
2016-05-15 02:32:53 +03:00
Nikolay Volf
9e7968c92e
fix warnings
2016-05-15 02:13:45 +03:00
Nikolay Volf
326e1b3a42
json-tests util import
2016-05-15 01:56:18 +03:00
Nikolay Volf
483687b6bf
resolved remaining issues & error binary serialization
2016-05-15 00:51:02 +03:00
Nikolay Volf
2d992d0c29
Merge branch 'master' into types-binary
...
Conflicts:
ethcore/src/error.rs
2016-05-14 23:12:18 +03:00
Nikolay Volf
52e22b8a51
Merge pull request #1085 from ethcore/fix1073
...
Provide fallback for usd-per-eth option when offline.
2016-05-14 22:02:35 +03:00
Nikolay Volf
05f00a946d
Merge pull request #1083 from ethcore/path-man
...
path centralized
2016-05-14 22:01:37 +03:00
Nikolay Volf
3ea26fcb0a
merged out function return
2016-05-14 20:43:29 +03:00
Nikolay Volf
93aa6c613a
Merge branch 'master' into path-man
...
Conflicts:
parity/configuration.rs
2016-05-14 20:22:59 +03:00
Gav Wood
33248528b9
Provide fallback for usd-per-eth option when offline.
...
Fixes #1073 .
2016-05-14 14:53:46 +01:00
Nikolay Volf
354ac7d6e5
Limiting result of the execution to execution-specific errors ( #1071 )
...
* execution error/result limiting
* missing trailing comma
* fix executive tests
* adding original error as string to the generic transaction error
* 'mallformed'-s all around
2016-05-14 13:28:44 +01:00
Nikolay Volf
2b78e511c9
Configurable keys security ( #1080 )
...
* adding options & cli flags
* adding it to the key deriving
* removed duplicated option
2016-05-14 12:30:25 +01:00
Marek Kotewicz
9b91444638
comma delimeting multiple cors headers ( #1078 )
2016-05-14 12:29:26 +01:00
Tomasz Drwięga
72b1b41748
Supporting topbar injection
2016-05-13 18:40:20 +02:00
Nikolay Volf
96496d6349
by ref
2016-05-13 18:36:18 +03:00
Nikolay Volf
7c19930efa
creating all in one place
2016-05-13 18:32:32 +03:00
Nikolay Volf
9150538ac4
refactoring in configuration
2016-05-13 13:53:33 +03:00
Nikolay Volf
d5d5b0918c
mod for paths & ethereum default paths
2016-05-13 13:12:32 +03:00
Tomasz Drwięga
0a85df10e8
Proper handling of prefixed and non-prefixed apps
2016-05-13 10:21:41 +02:00
Arkadiy Paronyan
effa2cf96d
Merge pull request #1081 from poppingtonic/fix-drop-impl-error-message
...
Update error message
2016-05-12 20:43:32 +02:00
Brian Muhia
4a8fe6c99d
Update error message
2016-05-12 18:39:12 +03:00
Tomasz Drwięga
3fc7faf24c
Subdomains router for dapps
2016-05-12 15:53:04 +02:00
Tomasz Drwięga
f62d058186
Proxy.pac serving
2016-05-12 14:45:09 +02:00
Marek Kotewicz
06aefb54bc
Merge pull request #1076 from ethcore/wallet-bump
...
Updating dapp-wallet
2016-05-12 07:46:35 +03:00
Tomasz Drwięga
a22f0a0d03
Updating dapp-wallet
2016-05-11 18:10:42 +02:00
Nikolay Volf
889642c3d4
special case for u8 & transaction binary attribute
2016-05-11 13:23:11 +03:00
Arkadiy Paronyan
89b1b25fde
Merge pull request #1070 from ethcore/net-local-connect-fix
...
Fixed connecting to local nodes on startup
2016-05-11 11:28:50 +02:00
Nikolay Volf
6c74bfb153
Merge branch 'master' into types-binary
2016-05-11 11:55:43 +03:00
arkpar
9836c79962
Fixed connecting to local nodes on startup
2016-05-11 00:08:35 +02:00
Arkadiy Paronyan
ab288268bc
Validate signature in Tx queue ( #1068 )
...
* moving deps to ethcore/hyper and bumping jsonrpc-http-server version
* Validate signature in tx queue
2016-05-10 11:43:26 +01:00
Arkadiy Paronyan
80e48f3672
Merge pull request #1067 from ethcore/hyper-update-3
...
moving deps to ethcore/hyper and bumping jsonrpc-http-server version
2016-05-10 11:34:06 +02:00
Nikolay Volf
16395a820f
moving deps to ethcore/hyper and bumping jsonrpc-http-server version
2016-05-10 11:38:21 +03:00
Nikolay Volf
6d8749fbdd
Merge branch 'master' into types-binary
2016-05-10 11:01:14 +03:00
Nikolay Volf
152afbcbf7
Merge pull request #1064 from ethcore/status-bump
...
Updating status page. Bringing back wallet
2016-05-10 10:59:36 +03:00
Tomasz Drwięga
7f26b5cbba
Updating status page. Bringing back wallet
2016-05-09 14:40:46 +02:00
Gav Wood
2a19f91e99
Fix --geth IPC for MacOS. ( #1062 )
2016-05-09 12:04:00 +01:00
Tomasz Drwięga
49cc40708d
Fixing formatter for defaultExtraData ( #1060 )
2016-05-08 21:34:15 +01:00
Nikolay Volf
a4dcbceb10
Merge pull request #1059 from ethcore/gethcompat
...
--geth IPC compatibility
2016-05-08 16:13:14 +03:00
Gav Wood
c75348392c
Merge branch 'master' of github.com:ethcore/parity
2016-05-08 13:34:14 +01:00
Gav Wood
04f7322f06
--geth compatibility option
2016-05-08 13:34:01 +01:00
Arkadiy Paronyan
f5e44e373e
Merge pull request #1050 from ethcore/syntex-lib-update
...
Moving dependencies to ethcore & uniforming syntax libs through all crates
2016-05-07 22:12:11 +02:00
Nikolay Volf
da6a8b98e2
Merge branch 'master' into syntex-lib-update
...
Conflicts:
Cargo.lock
2016-05-07 18:23:01 +04:00
Marek Kotewicz
5bf047825f
Merge pull request #1054 from ethcore/hyper-update-2
...
update hyper branch mio
2016-05-07 13:41:50 +01:00
Nikolay Volf
2e76def295
update hyper branch mio
2016-05-07 11:22:20 +04:00
Nikolay Volf
79d6c84a43
binary for receipt
2016-05-06 17:41:17 +04:00
Nikolay Volf
e7c4e5273a
binary for log entries & executed
2016-05-06 17:38:00 +04:00
Nikolay Volf
f9c08df235
trace filters binary ser
2016-05-06 17:30:36 +04:00
Nikolay Volf
c622fc62d5
binary for trace
2016-05-06 17:19:53 +04:00
Nikolay Volf
29531ae72f
binary for blockstatus, blockchaininfo
2016-05-06 17:16:03 +04:00
Nikolay Volf
96a4eb5b9e
Cargo.lock update
2016-05-06 17:01:33 +04:00
Nikolay Volf
8721f868a6
Merge branch 'syntex-lib-update' into types-binary
2016-05-06 16:59:47 +04:00
Nikolay Volf
0d642f3109
removing unused externs
2016-05-06 16:43:29 +04:00
Nikolay Volf
d9acbbb027
finalizing deps rearrange
2016-05-06 16:40:24 +04:00
Nikolay Volf
c16a46dca7
all to ethcore
2016-05-06 14:58:37 +04:00
Nikolay Volf
2cb085db91
fixing issues with syntax
2016-05-06 02:25:58 +04:00
Nikolay Volf
aa6db4e69d
placing right versions
2016-05-06 01:54:15 +04:00
Nikolay Volf
00ce4aaa26
build scripts and codegen refs
2016-05-06 01:10:50 +04:00
Nikolay Volf
14bcca54d2
block status moved
2016-05-06 00:47:47 +04:00
Nikolay Volf
e95f610195
localized trace moved
2016-05-06 00:38:13 +04:00
Nikolay Volf
25c88b7529
executed & trace moved
2016-05-06 00:33:43 +04:00
Nikolay Volf
2a721b4eda
trace filter moved
2016-05-06 00:17:03 +04:00
Nikolay Volf
a8affa6dee
log_entry move
2016-05-05 23:57:10 +04:00
Nikolay Volf
beb33672bd
blockchain info
2016-05-05 23:47:07 +04:00
Nikolay Volf
b6d1801e12
tree-route
2016-05-05 23:04:59 +04:00
Nikolay Volf
7e9779e334
receipt
2016-05-05 22:56:44 +04:00
Nikolay Volf
271d3f3e57
ids move
2016-05-05 22:37:30 +04:00
Nikolay Volf
7d27aceee4
trash remove
2016-05-05 22:21:40 +04:00
Nikolay Volf
23f1a8fd48
transaction moved
2016-05-05 22:20:34 +04:00
Gav Wood
e74c333819
Merge branch 'master' of github.com:ethcore/parity
2016-05-05 10:56:17 +02:00
Nikolay Volf
a51bc6cd36
bump ipc lib version ( #1047 )
2016-05-05 10:55:32 +02:00
Tomasz Drwięga
75981ec0ab
Updating hyper-mio commit ( #1048 )
2016-05-05 10:55:06 +02:00
Gav Wood
0bb5167fda
Merge branch 'master' of github.com:ethcore/parity
2016-05-04 23:04:08 +02:00
Nikolay Volf
b99825bcac
bump lib version ( #1046 )
2016-05-04 22:45:17 +02:00
Gav Wood
0d507922ce
Tidy up CLI options and make JSONRPC & webapps on by default. ( #1045 )
...
* Tidy up CLI options and make JSONRPC & webapps on by default.
* Fix test.
2016-05-04 22:44:42 +02:00
Gav Wood
5a1564a63b
Fix test.
2016-05-04 22:09:30 +02:00
Gav Wood
4dd63c81a6
Tidy up CLI options and make JSONRPC & webapps on by default.
2016-05-04 19:26:47 +02:00
Nikolay Volf
ad00bd7bc8
Merge pull request #1044 from ethcore/clippy-warnings
...
Fixing clippy warnings
2016-05-04 18:10:03 +03:00
Arkadiy Paronyan
0b1442faa2
Merge pull request #1041 from ethcore/rpc_modules
...
Fixing RPC modules compatibility
2016-05-04 15:48:07 +02:00
Arkadiy Paronyan
4480cf512a
Merge pull request #1043 from ethcore/hyper-mio
...
Fixing hyper-mio revision
2016-05-04 15:46:45 +02:00
Tomasz Drwięga
b32e2f9549
Updating locations of webapp stuff ( #1040 )
2016-05-04 15:37:29 +02:00
Nikolay Volf
c449bf5663
JSON-RPC over IPC ( #1039 )
...
* 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
2016-05-04 15:37:09 +02:00
Tomasz Drwięga
15a8860e8a
Fixing clippy warnings
2016-05-04 15:22:22 +02:00
Tomasz Drwięga
0a49efd018
Fixing hyper-mio revision
2016-05-04 15:10:04 +02:00
Tomasz Drwięga
c3f33aefdd
Fixing RPC modules compatibility
2016-05-04 14:03:29 +02:00
petevine
58fd0175bf
Update Cargo.toml ( #1036 )
2016-05-03 19:24:19 +02:00
Gav Wood
ac73b2628a
Basic Authority ( #991 )
...
* 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.
2016-05-03 17:23:53 +02:00
Tomasz Drwięga
1583f7d434
Prioritizing of local transaction ( #1023 )
...
* Changing is_local flag to TransactionOrigin enum
* Prioritize local transactions
2016-05-03 16:14:33 +02:00
Arkadiy Paronyan
8f56b21ca9
Merge pull request #1030 from ethcore/master-version
...
Version 1.2
2016-05-03 10:05:28 +02:00
Arkadiy Paronyan
59ed67a3f7
Update install-parity.sh
2016-05-02 18:35:10 +02:00
Arkadiy Paronyan
b49e652ae7
Merge pull request #1033 from ethcore/status-bump
...
Bumping status page
2016-05-02 17:47:01 +02:00
Arkadiy Paronyan
9b13dd7216
Merge pull request #1032 from ethcore/default-extra-data
...
Exposing default extra data via ethcore RPC
2016-05-02 17:12:25 +02:00
Tomasz Drwięga
1e117d1ee5
Bumping status page
2016-05-02 16:41:14 +02:00
arkpar
0595caf50c
Flush password prompt
2016-05-02 16:28:15 +02:00
Tomasz Drwięga
2ac438a82d
Exposing default extra data
2016-05-02 16:12:01 +02:00
arkpar
008d009e3e
Version 1.2
2016-05-02 15:02:26 +02:00
Arkadiy Paronyan
c34e3535e0
Net etiquette: Track useless peers, Send out disconnect packet ( #1028 )
2016-05-02 14:48:30 +02:00
Tomasz Drwięga
e2465b1eab
Bumping clippy & fixing warnings ( #1024 )
...
* Bumping clippy
* Fixing warnings found by clippy
2016-05-02 13:13:12 +02:00
Marek Kotewicz
7c2adc4137
Tracedb interface && cli ( #997 )
...
* traces cli and jsonrpc api
* missing if in docs
* adding traces to modules
2016-05-02 12:17:30 +02:00
Tomasz Drwięga
e22e4b9b8b
Switching to geth-attach supporting version of rpc core and server ( #1022 )
2016-04-30 19:41:56 +01:00
Tomasz Drwięga
fdd030d101
Fixing status page displaying homestead ( #1020 )
...
* Fixing status page displaying homestead when running with --testnet switch
* Putting cli parsing logic in single place. Adding tests
2016-04-30 18:58:28 +01:00
Marek Kotewicz
66477a9476
Core tracedb functionality. ( #996 )
...
* 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()
2016-04-30 16:41:24 +01:00
Tomasz Drwięga
e942f86bd7
Modules RPC ( #1019 )
2016-04-29 19:52:08 +01:00
Tomasz Drwięga
4fe99b7dea
Updating status page ( #1015 )
...
* Updating status page
* Bump
* Bumping version of status page
2016-04-29 19:50:07 +01:00
Tomasz Drwięga
0ab9775561
Disabling wallet ( #1017 )
...
* Disabling wallet
* Fixing compilation
2016-04-28 20:48:13 +01:00
Arkadiy Paronyan
f83a8f3ba1
More detailed fatal error reporting ( #1016 )
2016-04-28 20:48:00 +01:00
Arkadiy Paronyan
8f7624f5cb
Support 'pending' block in RPC ( #1007 )
...
* Support `pending` block in RPC
* Forward calls from miner to client in case no pending block is available
2016-04-28 20:47:44 +01:00
Tomasz Drwięga
ea669ac6b6
Enable pending block when there is local transaction pending. ( #1005 )
...
* 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
2016-04-28 16:36:53 +01:00
Nikolay Volf
d238b5e578
updating key files permissions on save ( #1010 )
...
* chmod when saving keyfile content
* to func
* returning error upstream instead of panic
2016-04-28 15:59:40 +01:00
Nikolay Volf
a86c39f7fa
IPC JSON RPC (for external interface) ( #1009 )
...
* initial
* rpc file
* compiling nano part
* remove from rpc lib so far
* drop & stop improved
* ok(0)
2016-04-28 15:58:18 +01:00
Arkadiy Paronyan
0260e9322a
Merge pull request #1013 from ethcore/ff-fix
...
Fixing Firefox authorization issues
2016-04-28 13:21:01 +02:00
Tomasz Drwięga
5ef2605cbc
Fixing Firefox authorization issues
2016-04-28 11:50:45 +02:00
Arkadiy Paronyan
d1f123967c
Merge pull request #1012 from ethcore/rustup
...
cargo update
2016-04-28 11:49:34 +02:00
debris
6cd4724901
cargo update
2016-04-28 10:21:58 +02:00
Marek Kotewicz
aed9c79237
Merge pull request #1011 from ethcore/url-update
...
Switching to rust-url@1.0.0
2016-04-28 10:09:13 +02:00
Tomasz Drwięga
6a544b7d8e
Router refactoring
2016-04-28 10:06:41 +02:00
Marek Kotewicz
7068901649
Merge pull request #988 from ethcore/rpc-exception-handling
...
Exception handling in RPC & WebApps
2016-04-28 10:02:12 +02:00
Tomasz Drwięga
ea4346e945
Switching to rust-url#1.0.0
2016-04-27 22:41:46 +02:00
Nikolay Volf
c2787d80c8
Merge pull request #1008 from ethcore/uint-deserialization
...
Fixed uint deserialization from hex
2016-04-27 20:18:09 +03:00
arkpar
bf62357731
Fixed uint deserialization
2016-04-27 14:39:46 +02:00
Arkadiy Paronyan
b16fa5cc34
Merge pull request #1004 from ethcore/sync-timeout
...
Tweak timeout and packet size to handle slow networks better
2016-04-27 12:01:31 +02: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
arkpar
45b908f6ba
Inrease timeout, decrease number of requested blocks
2016-04-26 14:04:00 +02:00
Tomusdrw
2f52699c9b
Merge branch 'master' into rpc-exception-handling
2016-04-26 11:30:37 +02:00
Tomusdrw
940dda885b
Updating cargo.lock
2016-04-26 11:20:07 +02:00
Marek Kotewicz
9ecbc160dc
Merge pull request #1001 from ethcore/jsonrpc_engine_agnostic
...
make jsonrpc api engine agnostic
2016-04-25 23:26:31 +02:00
Marek Kotewicz
b9d956c69b
Merge pull request #1002 from ethcore/updated_cargolock
...
updated cargo.lock
2016-04-25 18:19:04 +02:00
Tomusdrw
36104edc63
Merge branch 'master' into rpc-exception-handling
2016-04-25 17:37:55 +02:00
debris
5aaa8e439f
updated cargo.lock
2016-04-25 16:42:16 +02:00
Nikolay Volf
922400f191
ipc fixes
2016-04-25 17:21:54 +03:00
debris
d4a0ad0a60
make jsonrpc api engine agnostic
2016-04-25 16:06:08 +02:00
arkpar
fe14f6f160
Track import errors and restart sync
2016-04-25 10:53:28 +02:00
Arkadiy Paronyan
1e9b64a786
Merge pull request #993 from ethcore/parityup
...
updated parity dependencies
2016-04-25 10:04:42 +02:00
Nikolay Volf
9a3e6a6135
hypervisor fix
2016-04-25 06:34:11 +03:00
Nikolay Volf
7cacdba191
fixing codegen links
2016-04-25 06:29:20 +03:00
Nikolay Volf
020b490a72
some commas
2016-04-25 02:43:21 +03:00
Nikolay Volf
2d6f9af612
Merge pull request #980 from ethcore/binary-serializer
...
Auto (with codegen) binary serializer
2016-04-25 02:37:21 +03:00
Nikolay Volf
22e6e3f995
Merge pull request #995 from ethcore/tx-queue-fix
...
Fixing transaction queue last_nonces update
2016-04-25 02:37:00 +03:00
Nikolay Volf
a73323e64c
Merge pull request #994 from ethcore/ommited
...
import route contains ommited blocks
2016-04-25 02:36:51 +03:00
Gav Wood
242b986196
Fix spelling of "omitted"
2016-04-24 22:16:34 +01:00
Gav Wood
0810de4415
Fix spelling of "omitted"
2016-04-24 22:16:06 +01:00
Marek Kotewicz
80a28b9b72
fixed encoding 0u8 ( #992 )
...
* fixed encoding 0u8
* simplified if else stmt
2016-04-24 22:12:49 +01:00
Gav Wood
b4fc75828e
Update transaction_queue.rs
...
Avoid extraneous `U256` operations and split-state local.
2016-04-24 22:08:27 +01:00
Nikolay Volf
2947a91c3e
commas
2016-04-24 21:34:19 +03:00
Tomasz Drwięga
0f4fbadd36
Fixing transaction queue last_nonces update
2016-04-24 19:45:01 +02:00
debris
d5555de1b9
import route contains ommited blocks
2016-04-24 19:40:04 +02:00
debris
3417b27832
updated parity dependencies
2016-04-24 19:10:56 +02:00
Arkadiy Paronyan
0b78a1ead9
Use latest netstats ( #989 )
2016-04-24 13:24:38 +01: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
fb82d185c7
refactored to new serialization
2016-04-23 18:15:50 +03:00
Tomasz Drwięga
8956d7e02b
Exception handling in RPC & WebApps
2016-04-23 12:29:12 +02:00
Nikolay Volf
dcb7546d6d
refactored to new serialization
2016-04-22 19:45:09 +03:00
Nikolay Volf
3c6669bd98
Merge pull request #984 from ethcore/rpc-shared-miner
...
RPC shared external miner
2016-04-22 16:46:36 +03:00
Nikolay Volf
6b1db6a656
merge bugs and fix warnings
2016-04-22 16:46:09 +03:00
Nikolay Volf
4c5425dbde
Merge branch 'master' into binary-serializer
...
Conflicts:
ipc/codegen/src/codegen.rs
2016-04-22 16:40:16 +03:00
Nikolay Volf
c97cb5d665
struct with reference serialization
2016-04-22 16:37:22 +03:00
Tomasz Drwięga
8b84b4f128
Merge branch 'master' into rpc-shared-miner
...
Conflicts:
parity/main.rs
2016-04-22 12:16:15 +02:00
Arkadiy Paronyan
11b0daf6cb
Merge pull request #983 from ethcore/rpc-settings
...
Additional RPC methods for settings
2016-04-22 11:37:24 +02: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
Tomasz Drwięga
08a0d42ed3
Compilation fix
2016-04-21 20:53:44 +02:00
Arkadiy Paronyan
5fc944ae1d
Merge pull request #985 from ethcore/tx-queue-deadlock
...
Fixing transaction_queue deadlock
2016-04-21 20:45:29 +02:00
Tomasz Drwięga
bacac7d0af
Fixing transaction_queue deadlock
2016-04-21 20:42:36 +02:00
Tomasz Drwięga
0458a3378c
Additional RPC methods for settings
2016-04-21 19:24:10 +02:00
Marek Kotewicz
5ccf653841
Merge pull request #981 from ethcore/main-refactor
...
Refactoring of `parity/main.rs`
2016-04-21 18:43:02 +02:00
Tomasz Drwięga
ef9b49f0b2
Merge branch 'main-refactor' into rpc-shared-miner
2016-04-21 17:38:21 +02:00
Tomasz Drwięga
ffc5d726bd
Merge branch 'master' into main-refactor
...
Conflicts:
parity/main.rs
2016-04-21 17:35:54 +02:00
Tomasz Drwięga
f5c2bea134
Shared instance of ExternalMiner
2016-04-21 17:32:53 +02:00
Arkadiy Paronyan
8381e79da6
Merge pull request #982 from ethcore/warnings
...
Fixing clippy warnings.
2016-04-21 17:28:30 +02:00
Tomasz Drwięga
3e280a3386
Splitting Configuration to separate module
2016-04-21 16:45:07 +02:00
Tomasz Drwięga
f5fcada5ba
Getting rid of generated code warnings
2016-04-21 16:32:44 +02:00
Tomasz Drwięga
ee474b425b
Fixing hook.
2016-04-21 16:19:47 +02:00
Tomasz Drwięga
c47d08e308
Fixing warnings
2016-04-21 16:06:54 +02:00
Tomasz Drwięga
69af2de3ba
Fixing clippy warning
2016-04-21 16:02:11 +02:00
Tomasz Drwięga
bad735a8e6
Separating
2016-04-21 15:41:25 +02:00
Tomasz Drwięga
3e4adcb3b6
Splitting informant,io_handler and webapps
2016-04-21 13:57:27 +02:00
Tomasz Drwięga
09b2d7b3a6
Separating RPC
2016-04-21 13:12:43 +02:00
Arkadiy Paronyan
3c665f7640
Merge pull request #977 from ethcore/status-bump
...
Bumping status page
2016-04-21 11:26:35 +02:00
Arkadiy Paronyan
f2a5630fdf
Merge pull request #972 from ethcore/db_writer
...
querying extras separated to its own module
2016-04-21 11:26:13 +02:00
Tomasz Drwięga
26ed38ecc2
Version 0.2.2 of status page
2016-04-21 09:43:42 +02: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
Marek Kotewicz
e149402d81
Merge pull request #976 from ethcore/rpc-logs
...
Exposing application logs via RPC.
2016-04-20 18:47:30 +02:00
Arkadiy Paronyan
e47af7f745
Merge pull request #966 from ethcore/from-bytes-extend
...
Addressing binary serialization for db types
2016-04-20 18:17:00 +02:00
debris
273e4d6f32
removed db/module, a single file is enoguh
2016-04-20 15:53:01 +02:00
debris
bffa1e1ec9
simplified writing and reading from database with cache
2016-04-20 15:45:42 +02:00
debris
9ce9fd390d
Merge branch 'master' of github.com:ethcore/parity into db_writer
2016-04-20 13:45:53 +02:00
Tomasz Drwięga
4b82fc1d1f
Bumping status page
2016-04-20 10:07:02 +02:00
Tomasz Drwięga
c56a67a55a
Adding tests for RotatingLogger
2016-04-20 00:47:56 +02:00
Tomasz Drwięga
f2a08d57e4
Merge branch 'master' into rpc-logs
...
Conflicts:
rpc/src/v1/tests/ethcore.rs
rpc/src/v1/traits/ethcore.rs
2016-04-19 19:59:50 +02:00
Marek Kotewicz
225a5ee825
removed redundant unwraps ( #935 )
...
* removed redundant unwraps
* fixed compilation error, removed warnings
* fixed transaction queue merge conflict
* fixed failing ethminer doc test
2016-04-19 10:35:32 -07:00
Tomasz Drwięga
407ab30503
Using ArrayVec to store logs
2016-04-19 19:22:14 +02:00
Tomasz Drwięga
a21f2a0998
Exposing loggin via RPC
2016-04-19 18:27:12 +02:00
Arkadiy Paronyan
2f174a6441
Merge pull request #975 from ethcore/fixed_tq_merge_conflict
...
fixed transaction queue merge conflict
2016-04-19 18:24:35 +02:00
debris
314ced57c8
fixed transaction queue merge conflict
2016-04-19 16:20:04 +02:00
Marek Kotewicz
46c8324c52
Merge pull request #974 from ethcore/tx-limit-conf
...
Configurable limit for transaction queue (CLI & Ethcore-RPC)
2016-04-19 16:02:28 +02:00
Marek Kotewicz
b8eb3d07ba
Merge pull request #973 from ethcore/tx-limit-bug
...
Enforce limit caused `last_nonce` to return incorrect values.
2016-04-19 16:02:08 +02:00
Tomasz Drwięga
3c67ac636b
Merge branch 'master' into tx-limit-conf
...
Conflicts:
miner/src/transaction_queue.rs
2016-04-19 00:03:20 +02:00
Tomasz Drwięga
10e2659600
Fixing last_nonces updating when transactions are removed because of the limit
2016-04-19 00:00:55 +02:00
Tomasz Drwięga
98b3962412
RPC methods to set the limits
2016-04-18 23:13:38 +02:00
Tomasz Drwięga
5df817c8e0
Setting limit from CLI
2016-04-18 23:03:41 +02:00
Tomasz Drwięga
cd044ec096
Merge branch 'master' into tx-limit-bug
...
Conflicts:
miner/src/transaction_queue.rs
2016-04-18 21:58:19 +02:00
Tomasz Drwięga
caf4d179a2
Even more detailed errors for transaction queue ( #969 )
...
* Even more detailed errors for transaction queue
* Small rename
* Removing macros in favour of functions+try!()
2016-04-18 10:34:59 -07:00
Tomasz Drwięga
58c47069d8
Enforce-limit + last_nonces bug
2016-04-18 18:39:14 +02:00
debris
60157e6f6c
Merge branch 'master' of github.com:ethcore/parity into db_writer
2016-04-18 18:15:10 +02:00
debris
62455a4094
separated from blockchain and made reusable db reader and batch writer
2016-04-18 18:15:03 +02:00
Tomasz Drwięga
41153dd37c
Removing macros in favour of functions+try!()
2016-04-18 17:20:35 +02:00
Arkadiy Paronyan
55051951f8
Merge pull request #970 from ethcore/blockchain_panic_fix
...
temporary fix of panic in blockchain garbage collection
2016-04-18 15:30:04 +02:00
debris
524a495ffd
temporary fix of panic in blockchain garbage collection
2016-04-18 15:18:14 +02:00
Tomasz Drwięga
2812f8cae6
Small rename
2016-04-18 13:35:19 +02:00
Tomasz Drwięga
881678b613
Even more detailed errors for transaction queue
2016-04-18 13:16:46 +02:00
Arkadiy Paronyan
5aa54e0c1a
Merge pull request #967 from ethcore/ipc-codegen-upgrades
...
IPC codegen - some minor fixes & enhancements
2016-04-18 12:55:10 +02:00
Arkadiy Paronyan
5b8ca74d65
Merge pull request #968 from ethcore/tx-tracing
...
Additional logging for transactions
2016-04-18 10:41:30 +02:00
Tomasz Drwięga
d093c5755e
Moving own transaction tracing to miner create
2016-04-17 20:36:37 +02:00
Nikolay Volf
3c1c3ac156
Merge pull request #963 from ethcore/dbkeys
...
refactored blockchain extras keys building
2016-04-17 20:48:06 +03:00
Tomasz Drwięga
8389f771e9
Tracing whole transaction
2016-04-17 18:36:07 +02:00
Nikolay Volf
3c88e70270
upgrades from try-migration branch
2016-04-17 19:30:23 +03:00
Tomasz Drwięga
5086880093
Additional logging for transactions
2016-04-17 18:26:15 +02:00
Nikolay Volf
bde0a5b811
test for triples and bug fix
2016-04-17 19:12:10 +03:00
Nikolay Volf
3138584320
generalized fixedsized structs with macro
2016-04-17 18:52:44 +03:00
Nikolay Volf
17f26ad588
finished for BlockLocation
2016-04-17 18:30:42 +03:00
Nikolay Volf
bd2149406d
from/to for BlockLocation
2016-04-17 18:18:25 +03:00
Arkadiy Paronyan
5547b44e5a
Merge pull request #957 from ethcore/webapps-mio
...
Using hyper-mio branch in webapps.
2016-04-17 15:36:23 +02:00
Arkadiy Paronyan
6826712861
Merge pull request #965 from ethcore/build-remove-nano
...
Remove nanomsg from build-dependencies
2016-04-17 13:52:54 +02:00
Nikolay Volf
0ffc222fba
no need for ipc in build-dependencies
2016-04-17 14:11:45 +03:00
Nikolay Volf
ef34b3d9aa
convertables
2016-04-17 14:06:14 +03:00
Nikolay Volf
3e2875f3d5
removing redundant implements
2016-04-17 11:13:25 +03:00
Nikolay Volf
060e4bcd32
adding docs
2016-04-17 11:06:59 +03:00
Nikolay Volf
2812dee8d4
ongoing change
2016-04-17 10:40:35 +03:00
Nikolay Volf
799f1b7b08
Merge pull request #964 from petevine/master
...
Fix build for --target=armv7-unknown-linux-gnueabihf
2016-04-17 04:42:40 +03:00
petevine
763d78af87
Update dependencies
2016-04-17 01:50:04 +02:00
Nikolay Volf
119ae94816
raw bytes refactoring
2016-04-16 20:11:18 +03:00
Tomasz Drwięga
7516b737ee
Fixing compilation errors
2016-04-16 00:57:13 +02:00
debris
5c4086bf8e
log errors when db queries fails
2016-04-15 19:32:30 +02:00
debris
295efdba55
refactored blockchain extras keys building
2016-04-15 18:54:35 +02:00
Arkadiy Paronyan
ca4ddfb963
Merge pull request #962 from ethcore/ipc-nested-interfaces
...
IPC RPC codegen extra feature
2016-04-15 17:46:30 +02:00
Tomasz Drwięga
13c25c5d49
Merge branch 'master' into webapps-mio
...
Conflicts:
Cargo.lock
parity/main.rs
2016-04-15 17:14:39 +02:00
NikVolf
29b0bb1184
ipc-nested-interfaces
2016-04-15 17:50:10 +03:00
Arkadiy Paronyan
59f98a2a20
Merge pull request #961 from ethcore/ipc-nested-interfaces
...
IPC RPC codegen for generic implementation
2016-04-15 16:30:57 +02:00
Arkadiy Paronyan
38fa25edbe
Merge pull request #960 from ethcore/upgrade-path
...
using db_path directory when upgrading
2016-04-15 16:30:44 +02:00
NikVolf
099e57c4e3
fix warning
2016-04-15 16:33:42 +03:00
NikVolf
d5b6f42965
Merge branch 'master' into ipc-nested-interfaces
2016-04-15 16:17:25 +03:00
NikVolf
058ef59b13
codegen for service with generics
2016-04-15 16:16:58 +03:00
arkpar
d84f382ab8
fixed build
2016-04-15 14:45:49 +02:00
arkpar
e7d8cfb8e0
update nanomsg-sys
2016-04-15 13:56:24 +02:00
Arkadiy Paronyan
b441750cc9
Merge pull request #958 from ethcore/ipc-hypervisor
...
IPC hypervisor
2016-04-15 10:31:19 +02:00
Tomasz Drwięga
00372cf747
Removing a transaction from queue now removes all from this sender with lower nonces. ( #950 )
...
* Changing to wipe-out all transactions from particular sender lower then given nonce.
* Changing given nonce to be client_nonce
* Fixing test_client to support proper nonces when transactions are added to blockchain
* Fixing logic for transactions from new blocks in chain
2016-04-14 22:38:23 -07:00
Gav Wood
0b589915b9
Update auth.rs
2016-04-14 22:24:13 -07:00
Gav Wood
16ad086e7f
Update mod.rs
2016-04-14 22:23:20 -07:00
Gav Wood
264c9bfd3c
Update lib.rs
2016-04-14 22:16:58 -07:00
Gav Wood
77a535865b
Update api.rs
2016-04-14 22:16:21 -07:00
Gav Wood
99b8e28051
Update mod.rs
2016-04-14 22:13:38 -07:00
Adam Goldman
c4c17aa1da
bump status page version 0.1.7 ( #955 )
2016-04-14 22:07:46 -07:00
NikVolf
222a1bd29b
using db_path directory
2016-04-15 02:49:42 +03:00
NikVolf
b7798d3869
updating nanomsg-sys
2016-04-15 00:01:20 +03:00
Arkadiy Paronyan
9b2f545391
Merge pull request #956 from ethcore/cors-option
...
Changing cors header to be optional
2016-04-14 21:16:57 +02:00
Arkadiy Paronyan
b7ab2c4da8
Merge pull request #959 from General-Beck/patch-1
...
Update ARM Dockerfile
2016-04-14 21:12:40 +02:00
Denis S. Soldatov aka General-Beck
1708a0e3b4
Update Dockerfile
...
switch to RUST 1.8 stable
remove cargo update
2016-04-15 02:04:35 +07:00
Gav Wood
d909bc05c4
Sensible gas limits for eth_sendTransaction ( #953 )
...
* Sensible gas limits for eth_sendTransaction
Fixes #859
* Compile fix.
* Remove !.
2016-04-14 12:01:12 -07:00
NikVolf
dc7e105ef8
Merge branch 'master' into ipc-hypervisor
2016-04-14 21:57:24 +03:00
NikVolf
edb8f1fd7e
doc effort
2016-04-14 21:50:35 +03:00
NikVolf
6f4a98333e
child processes spawn
2016-04-14 21:45:53 +03:00
Tomasz Drwięga
f81914351d
Rewriting webapps to use hyper-mio branch
2016-04-14 20:38:48 +02:00
NikVolf
7ac985dded
fix warnings
2016-04-14 20:56:06 +03:00
NikVolf
1b2ef60bbe
working tests including warmup
2016-04-14 20:43:14 +03:00
Tomasz Drwięga
313e77fc3b
Bumping jsonrpc-http-server
2016-04-14 19:30:53 +02:00
NikVolf
4d527e152c
hypervisor-service chain
2016-04-14 18:49:25 +03:00
NikVolf
4931a300f2
first tests
2016-04-14 18:22:31 +03:00
Tomasz Drwięga
5b2d726a02
Changing cors header to be optional
2016-04-14 14:38:07 +02:00
Arkadiy Paronyan
01e7d2d872
Merge pull request #954 from ethcore/fixupgrade
...
Fix upgrade script and make parity run when no .parity dir.
2016-04-14 11:17:30 +02:00
Gav Wood
f5985bbffc
Fix upgrade script and make parity run when no .parity dir.
2016-04-13 18:02:16 -07:00
Gav Wood
32ca8066e9
Tracing and docs. ( #952 )
2016-04-13 11:26:41 -07:00
NikVolf
405e3e2e7d
initial setup
2016-04-13 19:03:57 +03:00
Tomasz Drwięga
30dc58ce49
Some tuning of rustfmt
2016-04-13 17:39:20 +02:00
Arkadiy Paronyan
cb4288b861
Merge pull request #946 from ethcore/numbers-serde-bin
...
IPC serialization for custom parameters
2016-04-13 14:10:12 +02:00
NikVolf
08874e8483
little test
2016-04-13 13:46:49 +03:00
NikVolf
987b84c530
cosmetic changes
2016-04-13 13:34:41 +03:00
NikVolf
1e1e567435
fix namespaces
2016-04-13 13:30:58 +03:00
NikVolf
f5f79ee0a9
[ci-skip] fix warnings
2016-04-13 13:29:49 +03:00
Nikolay Volf
293722a179
Merge pull request #948 from ethcore/filter_from_default
...
default filter from block should be Latest, not Earliest
2016-04-13 13:08:58 +03:00
debris
fd2d55934b
default filter from block should be Latest, not Earliest
2016-04-13 11:32:28 +02:00
NikVolf
158f75b65d
compiles with custom bytes convertable arguments
2016-04-13 12:09:47 +03:00
NikVolf
3f5382d52c
finally compiled codegen/typegen
2016-04-13 09:57:35 +03:00
Nikolay Volf
dca67a3c85
Merge pull request #943 from kobigurk/master
...
README.md: removes sudo from multirust installation
2016-04-13 03:50:47 +03:00
NikVolf
a9cceefaa4
mapping and custom serializers
2016-04-13 03:46:36 +03:00
Tomasz Drwięga
3ce2374aeb
Disable long lines formatting ( #939 )
2016-04-12 15:06:02 -07:00
Tomasz Drwięga
fbc28ce493
Additional methods for ethcore-specific rpc. Altering miner parameters ( #934 )
2016-04-12 15:04:40 -07:00
Tomasz Drwięga
f88498dad0
Merge pull request #941 from ethcore/ipc-nanomsg-local
...
Use ethcore nanomsg bindings
2016-04-13 00:02:47 +02:00
Kobi Gurkan
4b9aa76f1a
README.md: removes sudo from multirust installation
2016-04-12 14:44:40 -07:00
Tomasz Drwięga
9892e43c4e
Getting rid of iron dependency
2016-04-12 22:44:53 +02:00
Arkadiy Paronyan
f858a38d3b
Merge pull request #938 from ethcore/ipc-update-syntax-libs
...
Update IPC codegen to latest syntax libs
2016-04-12 21:07:23 +02:00
arkpar
a19629e2d2
Use ethcores' nanomsg bindings
2016-04-12 20:37:09 +02:00
NikVolf
6149423e47
Merge branch 'ipc-update-syntax-libs' into numbers-serde-bin
2016-04-12 18:41:38 +03:00
NikVolf
3ce71171b6
serde helper crate
2016-04-12 18:41:23 +03:00
NikVolf
fc4dbe8713
remove from this pr
2016-04-12 18:16:59 +03:00
Arkadiy Paronyan
87c2d27a5a
Merge pull request #937 from ethcore/ipc-doc-effort
...
IPC documentation
2016-04-12 17:14:54 +02:00
NikVolf
b191d3517d
update versions and fix bugs
2016-04-12 18:03:58 +03:00
Arkadiy Paronyan
c7d6444ae0
Merge pull request #936 from ethcore/bumping-clippy
...
Bumping clippy and fixing warnings.
2016-04-12 16:49:30 +02:00
Nikolay Volf
bdb35cfaed
Merge pull request #927 from ethcore/pruning_auto
...
Pruning auto
2016-04-12 16:00:39 +03:00
NikVolf
5a5f13205e
Merge branch 'master' into ipc-doc-effort
2016-04-12 15:16:05 +03:00
Nikolay Volf
f1f81777cc
Merge pull request #933 from ethcore/ipc-prs-client
...
IPC persistent client link
2016-04-12 15:13:06 +03:00
NikVolf
dab16af018
Merge branch 'master' into ipc-doc-effort
2016-04-12 15:10:47 +03:00
Tomasz Drwięga
7fbe3f4721
Fixing clippy warnings
2016-04-12 13:54:34 +02:00
Tomasz Drwięga
6b03a3218c
Bumping clippy version
2016-04-12 13:51:39 +02:00
NikVolf
99c7e1efed
Merge branch 'ipc-doc-effort' of github.com:ethcore/parity into ipc-doc-effort
2016-04-12 14:23:31 +03:00
NikVolf
8af86aae84
some docs
2016-04-12 14:22:47 +03:00
NikVolf
b1330b9375
removed global paths and fix warn
2016-04-12 14:22:47 +03:00
NikVolf
806f5b9064
working client spawn
2016-04-12 14:22:47 +03:00
NikVolf
cb1096d1e1
adding init wait
2016-04-12 14:22:47 +03:00
NikVolf
9a82607385
client & server dual tests (not working)
2016-04-12 14:22:47 +03:00
NikVolf
40e0d370c2
client spawner
2016-04-12 14:22:47 +03:00
NikVolf
5609b555d2
removed ready func
2016-04-12 14:22:47 +03:00
NikVolf
0c42126b8f
client handshake tests, errors
2016-04-12 14:22:47 +03:00
NikVolf
fa47f1c28b
codegen for client handshake
2016-04-12 14:22:47 +03:00
NikVolf
9adb79ed0e
handshake dispatch test
2016-04-12 14:22:47 +03:00
NikVolf
a6d140616b
server handshake
2016-04-12 14:22:47 +03:00
NikVolf
c5dc281934
reserved message ids and little endian for client
2016-04-12 14:22:47 +03:00
NikVolf
f836e07fd3
reserved message ids and little endian for client
2016-04-12 14:22:47 +03:00
NikVolf
c351bcd5a2
ipcconfig trait
2016-04-12 14:22:47 +03:00
Nikolay Volf
41f15929b9
Merge pull request #928 from ethcore/ipc-handshake
...
IPC handshake (negotiating protocol/api version)
2016-04-12 14:19:35 +03:00
NikVolf
14241c8d14
line breaks
2016-04-12 13:05:13 +03:00
Arkadiy Paronyan
283ce13454
Merge pull request #914 from ethcore/upgrades
...
Upgrade logic between versions
2016-04-12 11:30:52 +02:00
Arkadiy Paronyan
6af8e5f7e7
Merge pull request #903 from ethcore/tracing
...
executive tracing cleanup
2016-04-12 11:30:18 +02:00
NikVolf
ef3e9489a8
missing space
2016-04-12 12:18:48 +03:00
NikVolf
a232aabda3
some docs
2016-04-12 11:53:41 +03:00
NikVolf
36515570b4
removed global paths and fix warn
2016-04-12 11:41:26 +03:00
NikVolf
9b329296e4
working client spawn
2016-04-12 11:34:56 +03:00
NikVolf
593ccd2510
adding init wait
2016-04-12 11:13:27 +03:00
arkpar
54300b136c
ARM Dockerfile
2016-04-12 10:06:54 +02:00
NikVolf
98ab30d102
client & server dual tests (not working)
2016-04-12 10:41:17 +03:00
NikVolf
c0e7b859d7
client spawner
2016-04-12 10:18:39 +03:00
NikVolf
93822bd2a2
Merge branch 'master' into ipc-handshake
2016-04-12 08:22:52 +03:00
NikVolf
60ea89ca1c
removed ready func
2016-04-12 07:17:57 +03:00
NikVolf
a8bd7d07df
client handshake tests, errors
2016-04-12 07:13:31 +03:00
NikVolf
edba351335
codegen for client handshake
2016-04-12 07:07:12 +03:00
NikVolf
be7eb63d1c
handshake dispatch test
2016-04-12 06:43:45 +03:00
NikVolf
8ecbb53e99
reducing code
2016-04-12 06:19:15 +03:00
Gav Wood
fa95419c27
--pruning=auto option.
2016-04-11 18:42:50 -07:00
Gav Wood
6e97496b27
Support for --pruning=auto.
2016-04-11 15:51:14 -07:00
Tomasz Drwięga
3fe21f5931
Ethcore-specific RPC methods ( #923 )
...
* Ethcore-specific rpc methods
* Initializing ethcore-rpc
2016-04-11 12:06:32 -07:00
Gav Wood
c48374dbc6
Parameter to allow user to force the sealing mechanism ( #918 )
...
* Allow block sealing mechanism to be forced, even when not mining.
* Fix deadlock in dispatch_transaction. Fix tests.
* Horrible workaround for transaction importing.
* Reduce tracing. Cleanups.
* Remove logging.
* Remove broken code inherited from dodgy implementation.
* pre-query tx queue nonce also if any
* remove outside nonce queries
* remove queue nonces
2016-04-11 11:52:33 -07:00
NikVolf
1d09844950
Merge branch 'master' into upgrades
2016-04-11 21:43:07 +03:00
Arkadiy Paronyan
edf4735542
Update install-parity.sh
2016-04-11 19:52:42 +02:00
Marek Kotewicz
2d9db0cf67
Merge pull request #921 from ethcore/rustup
...
updated dependencies
2016-04-11 14:39:59 +02:00
debris
dfa8196543
updated dependencies
2016-04-11 13:21:55 +02:00
Marek Kotewicz
2004f1b5e5
Merge pull request #920 from ethcore/fixed_send_transaction_deadlock
...
Fixed send transaction deadlock
2016-04-11 13:20:59 +02:00
debris
dc6ade4ae3
fixed transaction deadlock
2016-04-11 12:44:57 +02:00
debris
4bfbb56701
added explanatory comments
2016-04-11 11:36:39 +02:00
debris
610251fdf7
Merge branch 'master' into tracing
2016-04-11 11:35:07 +02:00
debris
66e63ee081
Merge branch 'master' of github.com:ethcore/parity
2016-04-11 11:32:34 +02:00
Gav Wood
587862a370
Merge branch 'master' of github.com:ethcore/parity
2016-04-10 15:35:53 -07:00
Gav Wood
6c35c5e604
--unlock is comma-delimited. ( #916 )
2016-04-10 14:01:41 -07:00
Marek Kotewicz
fed853593b
fixed eth_getLogs ( #915 )
...
* fixed eth_getLogs
* removed empty lines
2016-04-10 11:42:03 -07:00
debris
8340f135fc
fixed eth_getLogs
2016-04-10 19:43:42 +02:00
NikVolf
26e23da4c0
some newver/oldver logics
2016-04-10 17:15:40 +03:00
NikVolf
d3411a50a4
locked ver.lock upgrade
2016-04-10 16:42:33 +03:00
NikVolf
69add61174
basic upgrade scenario
2016-04-10 16:12:20 +03:00
Nikolay Volf
032d29ec86
Merge pull request #912 from ethcore/keys-path-fix-create
...
create provided custom dir for keys if none
2016-04-10 17:01:51 +04:00
NikVolf
5f7cc437dd
removing lower-level defaults
2016-04-10 14:38:57 +03:00
NikVolf
219e88a023
create provided custom dir for keys if none
2016-04-10 14:20:48 +03:00
Gav Wood
6ebd5009fc
--unlock is comma-delimited.
2016-04-09 12:58:13 -07:00
Marek Kotewicz
373284ca0a
spec loading cleanup ( #858 )
...
* spec loading cleanup in progress
* changed engine field in json spec
* refactored engine params
* polishing spec loading refactor
* fixed compiling json tests
* fixed compiling parity
* removed warnings
* removed commented out code
* fixed failing test
* bringing back removed TODO in spec.
2016-04-09 10:20:35 -07:00
Gav Wood
d823fd7685
Merge pull request #906 from ethcore/webapps-auth
...
WebApps HTTP Basic Auth Support
2016-04-09 10:19:59 -07:00
Tomasz Drwięga
a63be702e1
Merge pull request #888 from ethcore/h256
...
Removing match on constant
2016-04-09 11:28:01 +02:00
Tomasz Drwięga
04d5b5cbe6
Merge branch 'master' into h256
...
Conflicts:
ethcore/src/account.rs
2016-04-09 11:27:19 +02:00
Tomasz Drwięga
e839404bd2
Merge pull request #907 from ethcore/gavofyork-patch-1
...
Update auth.rs
2016-04-09 11:25:05 +02:00
Gav Wood
1d5b29fb48
Update auth.rs
2016-04-08 17:51:20 -07:00
Gav Wood
60875905ac
Merge pull request #904 from ethcore/webapp-default
...
Enabling webapps compilation by default
2016-04-08 17:43:13 -07:00
Gav Wood
0ef6de930f
Update account.rs
2016-04-08 17:42:17 -07:00
Gav Wood
215973c7ab
Merge pull request #898 from ethcore/fixed_895
...
fixed #895
2016-04-08 17:41:54 -07:00
Tomasz Drwięga
dab54cf2a7
HTTP Basic Authorization for WebApps server.
2016-04-08 16:11:58 +02:00
Tomasz Drwięga
8f16515d82
HTTP Authorization support in router
2016-04-08 15:25:20 +02:00
NikVolf
80d04ead33
server handshake
2016-04-08 14:07:25 +03:00
debris
fcf7f392f0
fixed failing tests
2016-04-08 11:48:37 +02:00
Tomasz Drwięga
508daad011
Enabling webapps by default
2016-04-08 11:18:46 +02:00
Arkadiy Paronyan
f9f11b6f74
Merge pull request #899 from ethcore/webapps2
...
Support for compile-time included WebApplications.
2016-04-08 10:54:40 +02:00
Tomasz Drwięga
f129126a82
Adding couple of missing commas
2016-04-08 10:13:42 +02:00
debris
64294853cc
separated tracing logic to its own trait
2016-04-08 01:50:55 +02:00
NikVolf
c4727ac021
reserved message ids and little endian for client
2016-04-07 23:32:41 +03:00
NikVolf
2560640b29
reserved message ids and little endian for client
2016-04-07 23:32:33 +03:00
NikVolf
72acd67644
ipcconfig trait
2016-04-07 23:18:48 +03:00
Tomasz Drwięga
6395095659
Updating version of parity-status
2016-04-07 18:42:51 +02:00
Tomasz Drwięga
1852f1b462
REST-API PoC
2016-04-07 18:22:53 +02:00
Tomasz Drwięga
9bd41761fc
Reverting back to old-hyper version of rpc
2016-04-07 16:31:42 +02:00
Tomasz Drwięga
b7c790d741
Disabling rpc until we switch to async hyper
2016-04-07 16:22:02 +02:00
Tomasz Drwięga
bf4ab6daa8
Merge branch 'master' into webapps2
...
Conflicts:
parity/main.rs
2016-04-07 16:13:58 +02:00
Tomasz Drwięga
4569c25127
Specifying webapp interface
2016-04-07 15:59:45 +02:00
Arkadiy Paronyan
46a25b31ab
Merge pull request #894 from ethcore/send-transactions
...
Propagate transaction queue
2016-04-07 15:36:01 +02:00
Marek Kotewicz
08980dabd6
Merge pull request #901 from ethcore/rpc
...
Use new json RPC server
2016-04-07 15:31:35 +02:00
Tomasz Drwięga
ed633bd0b7
Adding StatusPage and main page support
2016-04-07 15:14:39 +02:00
arkpar
8074fee28c
Use new json RPC server
2016-04-07 14:32:44 +02:00
Arkadiy Paronyan
8e64379ed4
Merge pull request #900 from ethcore/fixing-rpc
...
Gracefully dying when trying to enable RPC and app is compiled without it.
2016-04-07 14:25:22 +02:00
Tomasz Drwięga
6279237c86
Adding documentation
2016-04-07 13:15:59 +02:00
Tomasz Drwięga
db2354a252
Merge branch 'fixing-rpc' into webapps2
...
Conflicts:
parity/main.rs
2016-04-07 13:09:58 +02:00
Tomasz Drwięga
2adeb9fe88
Removing Option from setup_rpc_server method return type
2016-04-07 12:55:06 +02:00
Tomasz Drwięga
d1e3c633e5
Fixing compilation with rpc feature disabled
2016-04-07 12:50:35 +02:00
Arkadiy Paronyan
123a0f0b40
Merge pull request #893 from ethcore/closing
...
Additional logging and friendlier error messages
2016-04-07 12:36:19 +02:00
Tomasz Drwięga
1e0a787012
Merge branch 'closing' of github.com:ethcore/parity into closing
2016-04-07 12:30:48 +02:00
Tomasz Drwięga
ccd417f713
Reverting order of shutdown event
2016-04-07 12:27:54 +02:00
Tomasz Drwięga
91f1f4c174
Changing default setup to be safer for now
2016-04-07 12:20:35 +02:00
Tomasz Drwięga
1e9e0c32fa
Disabling webapp server by default
2016-04-07 12:15:39 +02:00
Tomasz Drwięga
da05aa51fe
Adding all APIs to webapp rpc server
2016-04-07 12:12:26 +02:00
Tomasz Drwięga
ad37b7fd2a
Adding webapps router
2016-04-07 12:10:26 +02:00
Tomasz Drwięga
5d6ca1498e
CLI options to run webapp server
2016-04-07 11:06:49 +02:00
Tomasz Drwięga
e3ce5d94e1
Adding webapps crate
2016-04-07 10:49:00 +02:00
Tomasz Drwięga
12d1dcddeb
Updating rpc comments
2016-04-07 10:31:42 +02:00
Arkadiy Paronyan
0668f91b0c
Merge pull request #897 from ethcore/closing-panic
...
Avoid signalling readiness when app is about to be closed.
2016-04-07 02:34:07 +02:00
debris
d1d3d847ab
fixed #895
2016-04-07 00:33:55 +02:00
Tomasz Drwięga
730d60e5e4
Avoid signalling readiness when app is about to be closed
2016-04-07 00:20:03 +02:00
Tomasz Drwięga
f27d88f6ab
More descriptive message when closing
2016-04-06 23:58:23 +02:00
Tomasz Drwięga
d4f0902968
Tracing shutdown and changed order of IoManager shutdown process
2016-04-06 23:45:19 +02:00
arkpar
3438cda432
Propagate transaction queue
2016-04-06 23:03:07 +02:00
debris
09beeaba8e
trace result is a structure;
2016-04-06 21:23:52 +02:00
Tomasz Drwięga
fd03f58eae
Rewriting messages
2016-04-06 19:22:10 +02:00
Tomasz Drwięga
a52043d5b3
Removing additional thread from JSON-RPC
2016-04-06 19:14:05 +02:00
Tomasz Drwięga
1f9eb97d0a
Merge branch 'master' into closing
2016-04-06 19:07:56 +02:00
Tomasz Drwięga
dc91e57c2f
Additional logging and error messages
2016-04-06 19:07:27 +02:00
Arkadiy Paronyan
5685fde606
Merge pull request #890 from ethcore/fix_875
...
fixed #875 and added tests for eth_sendTransaction
2016-04-06 16:24:32 +02:00
Marek Kotewicz
a8eb34ddb8
Merge pull request #891 from ethcore/issue-882
...
passing key path to all invocations
2016-04-06 15:05:47 +02:00
Nikolay Volf
b671cbd71f
Merge pull request #892 from ethcore/eth-call-fix
...
Fixed eth_call nonce and gas handling
2016-04-06 15:54:58 +04:00
Arkadiy Paronyan
460d5bffd7
Merge pull request #886 from ethcore/ipc-nano
...
ipc rpc with nano transport (simple duplex)
2016-04-06 13:22:59 +02:00
Arkadiy Paronyan
ca17644289
Merge pull request #889 from ethcore/clippy
...
Bumping clippy and fixing warnings
2016-04-06 13:22:34 +02:00
NikVolf
e6be5016f9
replacing /home/nikky also
2016-04-06 14:21:19 +03:00
arkpar
9b7c48110a
Fixed eth_call nonce and gas handling
2016-04-06 13:05:58 +02:00
NikVolf
8b3e84f7fe
passing key path to all invocations
2016-04-06 14:03:53 +03:00
debris
d14d590c2b
fixed #875 and added tests for eth_sendTransaction
2016-04-06 12:15:20 +02:00
Tomasz Drwięga
d5f9cccf5e
Removing match on constant
2016-04-06 11:10:04 +02:00
Tomasz Drwięga
405a6bfc04
Removing match on constant
2016-04-06 10:58:51 +02:00
Tomasz Drwięga
1105b74174
Fixing match on constant
2016-04-06 10:58:07 +02:00
Tomasz Drwięga
85da55a537
Fixing warnings
2016-04-06 10:55:40 +02:00
Tomasz Drwięga
e8fa429438
Bumping clippy
2016-04-06 09:53:56 +02:00
NikVolf
aea185471a
using nanomsg polling
2016-04-06 00:10:24 +03:00
NikVolf
47cfab2bbf
loop size
2016-04-05 12:37:05 +03:00
NikVolf
6d425bb5bb
fix doc
2016-04-05 12:35:45 +03:00
NikVolf
201d47a483
fixing url
2016-04-05 12:11:05 +03:00
NikVolf
0d7e52ac6f
dispatch buf and proper polling
2016-04-05 12:08:42 +03:00
NikVolf
4cde01d81a
guarding endpoints
2016-04-04 20:47:16 +03:00
Marek Kotewicz
d01a79f58f
Merge pull request #878 from ethcore/expect-text
...
More descriptive expectations to transaction queue consistency.
2016-04-04 12:33:44 +02:00
Marek Kotewicz
963b82afe9
Merge pull request #879 from ethcore/fix-another-uint
...
uint bug - replace add with or
2016-04-04 11:59:00 +02:00
Nikolay Volf
9d8feff28d
replace add with or
2016-04-04 11:06:16 +02:00
NikVolf
952a834e43
savework
2016-04-04 10:55:06 +03:00
Marek Kotewicz
d8179ceeb2
Merge pull request #877 from ethcore/uint-fix
...
Fixing typo in bigint
2016-04-04 09:54:37 +02:00
Tomasz Drwięga
919c185021
Fixing fn arguments indentation
2016-04-04 09:13:24 +02:00
Tomasz Drwięga
18503eaa53
Fixing typo in bigint
2016-04-04 09:00:22 +02:00
Tomasz Drwięga
2a185963a9
More descriptive expectations to transaction queue consistency.
2016-04-04 08:56:59 +02:00
Gav Wood
072a8e0105
Merge pull request #874 from ethcore/NikVolf-patch-1
...
update misleading cli help msg for author
2016-04-03 21:59:44 -04:00
Nikolay Volf
167f61bef0
[ci skip] update misleading cli help msg for author
2016-04-04 04:03:20 +04:00
NikVolf
35465debd6
flush
2016-04-04 01:52:19 +03:00
NikVolf
fa63d9e34a
non-working test for dispatching
2016-04-04 01:44:30 +03:00
NikVolf
675af841e8
dummy service
2016-04-04 00:54:30 +03:00
NikVolf
1395d58d39
actual test flag
2016-04-04 00:42:00 +03:00
NikVolf
99d127bb34
duplex & tests
2016-04-04 00:33:30 +03:00
NikVolf
5cd6a04082
to pollng also
2016-04-04 00:00:57 +03:00
NikVolf
326855dc3a
basic polling
2016-04-03 23:58:18 +03:00
NikVolf
b04d8196c7
dispatch_buf
2016-04-03 23:39:49 +03:00
Arkadiy Paronyan
ebd9eb1715
Merge pull request #871 from rphmeier/geth_keystore
...
Find geth data store cross-platform.
2016-04-03 21:39:57 +02:00
Robert Habermeier
2f02b43352
Find geth data store cross-platform.
...
Fixes #869
2016-04-03 14:54:13 -04:00
NikVolf
0a60da622f
new crate
2016-04-03 21:43:35 +03:00
Gav Wood
8c447dcce2
Merge pull request #872 from ethcore/geth-import
...
Import geth 1.4.0 keys
2016-04-03 09:19:40 -04:00
arkpar
2fd23dc18f
Handle geth keys with lowercase crypto key
2016-04-03 15:07:52 +02:00
Gav Wood
da315845ff
Merge pull request #854 from ethcore/ipc-prox
...
Syntax helpers for IPC RPC (part 2)
2016-04-03 07:24:09 -04:00
Gav Wood
f29c59404f
Merge pull request #870 from ethcore/fix-bootnode
...
Fixed bootnode URL and error message
2016-04-03 07:23:31 -04:00
Arkadiy Paronyan
54d594c486
Merge pull request #867 from ethcore/fix-861
...
replace popcnt with mov (861)
2016-04-02 19:08:09 +02:00
arkpar
67d04c5952
Fixed bootnode URL and error message
2016-04-02 19:01:41 +02:00
arkpar
4854f6923b
Full restart on bad block
2016-04-02 09:29:12 +02:00
arkpar
a8772ed5c1
Track import errors and restart sync
2016-04-02 09:01:53 +02:00
Marek Kotewicz
3468b9a8c0
Merge pull request #865 from ethcore/depsup
...
weekly dependencies update
2016-04-01 21:22:34 +02:00
NikVolf
123287d977
replace popcnt with mov
2016-04-01 17:56:29 +03:00
Arkadiy Paronyan
0f7e3cdfe2
Merge pull request #866 from rphmeier/unused_mut
...
Remove unused mut
2016-04-01 16:19:12 +02:00
Robert Habermeier
12f4b5ea8a
Remove unused mut
2016-04-01 09:33:12 -04:00
debris
f23f35aa13
weekly dependencies update
2016-04-01 12:04:04 +02:00
Marek Kotewicz
71dd9fb2df
Merge pull request #864 from ethcore/fixed_855
...
fixed #855
2016-04-01 11:55:38 +02:00
Marek Kotewicz
7f1a1b7b96
Merge pull request #862 from ethcore/trace_styles
...
simplified trace from functions, removed clippy warnings
2016-04-01 11:49:05 +02:00
debris
0681346201
fixed #855
2016-04-01 11:26:14 +02:00
debris
239e2c82e6
simplified trace from functions, removed clippy warnings
2016-04-01 03:08:42 +02:00
Gav Wood
d681b96a7b
Merge pull request #857 from rphmeier/hashdb_deprecated_docs
...
Update deprecated HashDB methods in docs.
2016-03-31 16:10:02 +02:00
NikVolf
97fbc11a8f
more doc effort
2016-03-30 19:31:09 +03:00
NikVolf
92feabf3e7
fixed sig/body
2016-03-30 19:27:39 +03:00
NikVolf
3bbfcefb0b
client method generation documented
2016-03-30 19:20:39 +03:00
NikVolf
ba30234397
codegen proxy->client
2016-03-30 18:27:31 +03:00
NikVolf
054fa71b52
dried namespaces
2016-03-30 18:25:31 +03:00
NikVolf
0291b9a1c3
fixed tests
2016-03-30 18:19:03 +03:00
NikVolf
71de6b8849
proxy -> client
2016-03-30 18:17:49 +03:00
Robert Habermeier
40d3301c68
Update deprecated HashDB methods in docs.
2016-03-30 01:36:35 -04:00
Nikolay Volf
3e09f99845
Merge pull request #853 from ethcore/json_tx_refactor
...
refactored loading transaction json tests
2016-03-30 03:32:41 +04:00
NikVolf
7097451323
forgotten upper files
2016-03-30 02:21:47 +03:00
NikVolf
be40553674
extra test and method encode fix
2016-03-30 02:20:01 +03:00
NikVolf
198613a854
redundant tab
2016-03-29 22:40:38 +03:00
NikVolf
fc3d424315
cleanup
2016-03-29 22:31:20 +03:00
NikVolf
579d2b1f02
final static functions
2016-03-29 22:29:43 +03:00
NikVolf
34f6c1f2f1
replaced hand-written with generated
2016-03-29 22:15:45 +03:00
NikVolf
bd377e1f28
almost valid signature (re)generation
2016-03-29 22:00:23 +03:00
Arkadiy Paronyan
bf5023f4d4
Update install-parity.sh
2016-03-29 18:05:41 +02:00
debris
94ec102d67
fixed homestead transition block number in transaction json-tests
2016-03-29 14:34:03 +02:00
debris
3d578bec76
removed unused code
2016-03-29 13:34:12 +02:00
debris
3a2f5954d7
refactored loading json tests
2016-03-29 13:01:39 +02:00
NikVolf
3de46a31d9
extracting type info for args
2016-03-29 01:55:04 +03:00
NikVolf
44ea98801b
invoke with hand-written code and tests
2016-03-29 01:40:43 +03:00
NikVolf
15ecbaf59c
invoke with hand-written code and tests
2016-03-29 01:40:30 +03:00
Nikolay Volf
02b336ee29
Merge pull request #852 from peterjoel/price_info_refactor
...
reorganised price info lookup
2016-03-29 01:53:25 +04:00
Peter
40b97045f0
Reorganised price info lookup
...
This helped stop my eyes from hurting.
Further simplification
2016-03-28 22:11:28 +01:00
Gav Wood
6399c0a2c7
Merge pull request #850 from ethcore/pubtxs
...
Publish locally-made transactions to peers.
2016-03-28 19:41:53 +02:00
Gav Wood
5d626c7dd3
Use sensible gas price.
2016-03-28 18:53:33 +02:00
Gav Wood
9592ccc0df
Publish locally-made transactions to peers.
2016-03-28 18:11:00 +02:00
Arkadiy Paronyan
b1cf44a88c
Merge pull request #847 from ethcore/ymltoken
...
Add generalbeck's token
2016-03-28 16:35:59 +02:00
Gav Wood
6da9e19f73
Add generalbeck's token
2016-03-28 15:47:57 +02:00
Gav Wood
cd6a09c0df
Merge pull request #846 from ethcore/fixmining
...
Fix response for mining.
2016-03-28 12:43:05 +02:00
Gav Wood
6a7c25e2be
Fix response for mining.
2016-03-28 11:23:22 +02:00
Gav Wood
c20ca0fa4e
Merge pull request #843 from ethcore/usdgaspricing
...
USD-based pricing of gas.
2016-03-28 10:53:38 +02:00
Gav Wood
3ebfd0183a
Merge pull request #811 from ethcore/bettermining
...
Parity can accept older work packages
2016-03-28 10:48:35 +02:00
Gav Wood
63a9fa172c
Avoid openssl dep.
2016-03-28 10:25:19 +02:00
Gav Wood
d7c377dea6
Fix build.
2016-03-28 10:12:15 +02:00
Gav Wood
75b23aac02
Merge remote-tracking branch 'origin/master' into bettermining
2016-03-28 09:44:34 +02:00
Gav Wood
ad86feb667
Rename spawn -> boxed_clone
2016-03-28 09:42:50 +02:00
Arkadiy Paronyan
2178f09eec
Merge pull request #841 from peterjoel/ethcompute
...
Caching for computing seed hashes (#541 )
2016-03-28 01:43:45 +02:00
Gav Wood
b606fb68cf
USD-based pricing of gas.
2016-03-28 00:49:35 +02:00
Gav Wood
d150529730
Merge remote-tracking branch 'origin/master' into bettermining
2016-03-27 22:16:24 +02:00
Peter
9655ce8dbf
Caching for computing seed hashes ( #541 )
...
Code review changes
2016-03-27 20:42:24 +01:00
Gav Wood
7c5b171e3f
Differentiate between ClosedBlock (can be reopened) and LockedBlock (cannot).
...
`ClosedBlock`s still keep the pre-finalised state (i.e. state after the last transaction).
`LockedBlock`s do not. New mining algo needs to reopen these `ClosedBlock`s, however enactment
system does not (and `ClosedBlock`s are slower & more hungry), hence the distinction.
2016-03-27 20:33:23 +02:00
Gav Wood
6b8e7bdfb3
Merge pull request #838 from ethcore/tx-queue-resp
...
checking transaction queue for pending transaction
2016-03-27 19:51:37 +02:00
NikVolf
a8c725a891
test for pending
2016-03-27 17:16:15 +03:00
Gav Wood
6cac296366
Remove comments.
2016-03-27 15:39:45 +02:00
Gav Wood
8bb49f05d0
Merge pull request #817 from ethcore/state_tests
...
refactored loading of state tests
2016-03-27 15:35:16 +02:00
Nikolay Volf
8b7e0a0dbe
Merge pull request #837 from ethcore/835
...
tests for deserialization of transaction from issue #835
2016-03-27 17:13:21 +04:00
NikVolf
254ac6f253
checking tx queue
2016-03-27 16:12:21 +03:00
Gav Wood
43e1d89067
Fix State cloning.
2016-03-27 14:35:27 +02:00
debris
0d453e52ad
tests for deserialization of issue #835
2016-03-27 14:14:05 +02:00
Gav Wood
f608db3a68
Merge pull request #834 from ethcore/unlock-pass
...
unlocks with no expiration [on top of 833]
2016-03-27 11:53:06 +02:00
NikVolf
6db02134e9
Merge branch 'master' into unlock-pass
2016-03-27 04:49:02 +03:00
Nikolay Volf
bdd6674958
Merge pull request #833 from ethcore/unlockcli
...
Unlock accounts on CLI.
2016-03-27 05:47:34 +04:00
Gav Wood
156a2336de
Allow passwords on multiple lines in --password files.
2016-03-27 03:15:41 +02:00
NikVolf
cbe1e4599d
fix test
2016-03-27 03:49:12 +03:00
NikVolf
32fd35843f
in cli call
2016-03-27 03:45:43 +03:00
NikVolf
a37647b3d1
Merge remote-tracking branch 'origin/unlockcli' into unlock-pass
2016-03-27 03:42:32 +03:00
NikVolf
edc527b3ab
unlimited unlock
2016-03-27 03:41:57 +03:00
Gav Wood
8805d04183
Minor refactor.
2016-03-27 01:41:28 +01:00
Gav Wood
53c4ed09a3
Unlock accounts on CLI.
2016-03-27 01:35:42 +01:00
Gav Wood
fc211f0934
Merge remote-tracking branch 'origin/master' into bettermining
2016-03-26 23:35:51 +01:00
Gav Wood
7d7b315511
Fix tests and a couple of warnings.
2016-03-26 23:35:36 +01:00
Gav Wood
c8ac1a2351
Fix test.
2016-03-26 23:32:54 +01:00
Gav Wood
ff0e6eb0d5
Merge pull request #829 from ethcore/optionalblocknumberinrpc-master
...
Make BlockNumber optional, fix eth_call
2016-03-26 23:29:53 +01:00
Gav Wood
993e16afbd
Fix miner,
2016-03-26 20:36:03 +01:00
Gav Wood
785e9d1be6
Merge pull request #831 from ethcore/test-socket-devtools
...
Test socket to common test code (ethcore-devtools)
2016-03-26 20:07:40 +01:00
NikVolf
f9c0e0c152
removed from util
2016-03-26 19:08:06 +03:00
NikVolf
579d41b174
fix lib
2016-03-26 19:04:42 +03:00
NikVolf
c2ffb6c255
test socket to common test tools
2016-03-26 19:04:12 +03:00
Gav Wood
64819981f2
Merge branch 'master' into bettermining
2016-03-26 13:45:38 +01:00
Gav Wood
00685f357f
Remove info!s.
2016-03-26 13:45:13 +01:00
Gav Wood
845fa97da1
Fix eth_call so it doesn't need the secret of the sender.
2016-03-26 13:30:02 +01:00
Gav Wood
aaf04e793d
Make BlockNumber optional.
2016-03-26 12:41:24 +01:00
Gav Wood
b34ff82987
Merge branch 'master' of github.com:ethcore/parity
2016-03-26 12:40:04 +01:00
Gav Wood
af14c68acc
Merge pull request #822 from ethcore/netidfix
...
Use network id for the web3_net_version return.
2016-03-26 11:25:09 +01:00
Gav Wood
2aa3183c16
Merge branch 'master' of github.com:ethcore/parity
2016-03-26 11:21:49 +01:00
Gav Wood
8ea53b69eb
Merge pull request #824 from ethcore/web3-sha3
...
json-rpc web3_sha3
2016-03-26 11:20:52 +01:00
Gav Wood
44d9ccf2c5
Update web3.rs
...
[ci-skip]
2016-03-26 11:19:51 +01:00
Gav Wood
c981d6431d
Merge pull request #819 from ethcore/travis-cleanup
...
remove some unused files
2016-03-26 11:19:04 +01:00
NikVolf
52726088f3
actually fix build
2016-03-26 04:06:40 +03:00
NikVolf
079a39a5f1
wiki test
2016-03-26 03:19:55 +03:00
NikVolf
dc4654fa4c
avoid copy
2016-03-26 03:15:27 +03:00
NikVolf
3d94670f1f
web3_sha3
2016-03-26 03:00:05 +03:00
Gav Wood
b30fc3a715
Fix build.
2016-03-26 00:53:35 +01:00
Gav Wood
51d182eb5a
Merge pull request #818 from ethcore/debug-symbols
...
debug symbols for master/beta
2016-03-26 00:30:29 +01:00
Gav Wood
3f04f4e5c6
Merge pull request #809 from ethcore/ipc-syntax
...
Syntax helpers for IPC RPC
2016-03-26 00:30:00 +01:00
Gav Wood
f231440480
Use network id for the web3_net_version return.
2016-03-26 00:23:07 +01:00
Gav Wood
b45ed30936
Disable two tests that will require an improved TestBlockChainClient
2016-03-25 16:41:01 +01:00
NikVolf
8184e27cb8
deleted atavisms
2016-03-25 17:24:04 +03:00
NikVolf
c014d5d12e
debug symbols for master/beta
2016-03-25 16:55:48 +03:00
debris
22d9edb138
Merge branch 'master' of github.com:ethcore/parity into state_tests
2016-03-25 13:09:59 +01:00
debris
cdcbc56255
refactored state tests
2016-03-25 13:08:57 +01:00
Gav Wood
100e6fa88f
Merge pull request #803 from ethcore/executive_tests
...
refactored loading of execution tests
2016-03-25 10:43:33 +00:00
debris
e1b841b526
Merge branch 'master' of github.com:ethcore/parity into executive_tests
2016-03-25 10:40:21 +01:00
Marek Kotewicz
2c2e8ef154
Merge pull request #805 from ethcore/rustfmt
...
Rustfmt.toml
2016-03-25 10:39:59 +01:00
Gav Wood
c99a486826
UsingQueue: Tests for new function, remove unused function.
2016-03-24 23:15:51 +01:00
Gav Wood
d50c9f9fac
Merge remote-tracking branch 'origin/master' into bettermining
2016-03-24 23:10:54 +01:00
Gav Wood
830ef7ddfc
New mining framework.
...
Fixes #756 .
2016-03-24 23:03:22 +01:00
NikVolf
cb2e1e1572
one more
2016-03-25 00:44:02 +03:00
NikVolf
1864c243fa
indents
2016-03-25 00:42:09 +03:00
NikVolf
19e05595c8
whitespace extra
2016-03-25 00:41:15 +03:00
NikVolf
17a9bb81e8
whitespaces
2016-03-25 00:39:20 +03:00
Gav Wood
28122a1e89
Merge pull request #810 from ethcore/debris-patch-1
...
install-partiy runs brew reinstall parity on osx
2016-03-24 21:27:20 +00:00
Marek Kotewicz
ee337471c2
install-partiy runs brew reinstall parity on osx
2016-03-24 22:22:04 +01:00
NikVolf
aa7ecdbd65
initial commit
2016-03-25 00:07:01 +03:00
Arkadiy Paronyan
01a39e4f4e
Merge pull request #807 from ethcore/tracegetwork
...
Fix mining from spinning
2016-03-24 18:27:17 +01:00
Arkadiy Paronyan
b2665d0c5e
Update install-parity.sh
2016-03-24 18:11:07 +01:00
Gav Wood
3be2763929
Merge branch 'master' into bettermining
2016-03-24 16:43:17 +00:00
arkpar
416040f313
Fixed test
2016-03-24 17:09:41 +01:00
Gav Wood
8dbd6f36b5
Avoid warning.
2016-03-24 16:00:32 +00:00
debris
a7ce6fca9e
fixed checking if state is correct in executive tests
2016-03-24 16:40:52 +01:00
Gav Wood
ae5eece76f
Don't care if engaged in sync since it's typically doing so.
2016-03-24 14:40:13 +00:00
Gav Wood
6c18a1f285
Fix logic. agaib.
2016-03-24 14:40:10 +00:00
Gav Wood
cbba403992
Fix logic error.
2016-03-24 14:39:32 +00:00
Gav Wood
e6136eb075
Fix mining.
2016-03-24 14:39:29 +00:00
Gav Wood
e214489106
Fix compile.
2016-03-24 13:56:22 +00:00
Gav Wood
0ab57c48c3
Add tracing.
2016-03-24 13:51:51 +00:00
Tomasz Drwięga
bc03040b0f
Removing ethash sizes
2016-03-24 11:50:33 +01:00
Gav Wood
1700b6a087
Add UsingQueue.
2016-03-24 07:49:54 +00:00
debris
1aa34e9dd4
fixed loading of executive tests, unrevealed failing consensus tests
2016-03-24 01:25:59 +01:00
debris
3352b0e916
json-tests vm loading
2016-03-23 18:36:05 +01:00
Tomasz Drwięga
9a867ad277
Adding new crates
2016-03-23 18:20:06 +01:00
Gav Wood
4e013ba2fc
Refactor pending_block to always return invalid txs and sometimes a block.
...
Docuemnt SealingWork properly.
2016-03-23 16:28:02 +00:00
Tomasz Drwięga
a0db1d5416
Merge branch 'master' into rustfmt
...
Conflicts:
ethash/src/sizes.rs
util/src/uint.rs
2016-03-23 16:55:54 +01:00
Gav Wood
97449afbb9
Merge branch 'master' into bettermining
2016-03-23 14:18:16 +01:00
Gav Wood
038b67cbd4
Merge pull request #802 from ethcore/tx_queue_bugs
...
Fixing future-current transactions clash
2016-03-23 14:02:44 +01:00
Tomasz Drwięga
c2d2e41624
Fixing future-current transactions clash
2016-03-23 12:23:50 +01:00
Arkadiy Paronyan
ebd7273071
Merge pull request #800 from ethcore/fixjsonrpc
...
Increase threads to num_cpus & fix author reporting
2016-03-22 21:08:59 +01:00
Gav Wood
0e026ed11f
Fix author reporting. num_cpus for JSONRPC threads.
2016-03-22 19:12:17 +01:00
Gav Wood
7624bcf49e
Increase threads to 4.
2016-03-22 18:43:06 +01:00
Gav Wood
d7fb464fa9
Merge pull request #798 from ethcore/eth_rpc
...
another batch of rpc improvements
2016-03-22 18:38:55 +01:00
debris
a0cbe7cd7e
fixed eth_call, eth_sendTransaction and eth_estimateGas
2016-03-22 17:17:50 +01:00
debris
0cdac6de3c
uncle
2016-03-22 16:07:42 +01:00
Gav Wood
a134f939e9
Non-functioning draft of code.
2016-03-22 13:05:18 +01:00
Nikolay Volf
0c8afa932a
Merge pull request #794 from ethcore/tracing
...
Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it.
2016-03-22 10:21:31 +03:00
debris
f2a0e24491
removed outdated comment
2016-03-21 20:29:35 +01:00
Gav Wood
2ab9d02158
Fix test.
2016-03-21 12:39:13 +01:00
debris
0e5395013a
implemented eth_sendRawTransaction
2016-03-21 12:00:30 +01:00
Gav Wood
8906b78b07
Revert break.
2016-03-21 11:56:11 +01:00
Gav Wood
205f062433
Merge branch 'master' into tracing
2016-03-21 11:54:50 +01:00
Gav Wood
8ed8652296
Reuse should_Trace.
2016-03-21 11:53:52 +01:00
debris
068c0f3782
test for eth_getTransactionReceipt
2016-03-21 11:47:50 +01:00
Gav Wood
c4d45e0cf0
Trace basic calls! And tests.
2016-03-21 11:24:03 +01:00
Gav Wood
6701aff2a2
Merge pull request #793 from loxal/patch-1
...
complete getting started steps for OS X
2016-03-21 10:46:42 +01:00
Alexander Orlov
677193ca52
complete getting started steps for OS X
...
You get
`multirust: no default toolchain configured`
when
`multirust default stable`
is not executed.
2016-03-20 20:44:32 +01:00
Gav Wood
7051529880
Merge pull request #788 from ethcore/test-fix
...
Auto detect available port (with fixed test)
2016-03-20 19:43:57 +01:00
Gav Wood
74f7f3f016
Merge pull request #792 from ethcore/eth_getTransactionReceipt
...
eth_getTransactionReceipt
2016-03-20 19:43:49 +01:00
Gav Wood
72b604b8e8
Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it.
2016-03-20 19:20:37 +01:00
debris
52e9801721
client implementation of transaction receipt
2016-03-20 18:44:57 +01:00
Arkadiy Paronyan
8a5aa354f2
Merge pull request #791 from ethcore/tracing
...
Comprehensive tests for tracing transactions
2016-03-20 18:44:24 +01:00
Gav Wood
c2933e005a
Tests for not tracking builtin calls.
2016-03-20 17:51:22 +01:00
debris
2a3e695f8a
LocalizedReceipt
2016-03-20 17:29:39 +01:00
Gav Wood
b4c2505eab
Merge branch 'master' into tracing
2016-03-20 16:30:59 +01:00
Gav Wood
dcb23de65c
Merge pull request #771 from ethcore/tx_queue_timeout
...
Disable preparing work package if miners don't ask for it.
2016-03-20 16:29:13 +01:00
Gav Wood
6ac350a996
Tests for lots more configurations.
2016-03-20 16:24:19 +01:00
arkpar
6e9ea76aab
Auto detect available port
2016-03-20 16:21:49 +01:00
Marek Kotewicz
f1f421af76
Merge pull request #786 from ethcore/clitweak
...
Listen on all interfaces for JSONRPC by default.
2016-03-20 15:13:45 +01:00
Marek Kotewicz
fbb166f3ce
Merge pull request #787 from ethcore/eth_estimateGas
...
eth_estimateGas
2016-03-20 15:13:22 +01:00
Tomasz Drwięga
ef10c6f637
Avoiding possible overflow when block number gets smaller.
2016-03-20 12:18:41 +01:00
Arkadiy Paronyan
f4df3860b0
Merge pull request #789 from ethcore/revert-782-test-fix
...
Revert "Auto detect available port"
2016-03-20 12:18:16 +01:00
Tomasz Drwięga
40fc3dc060
Merge branch 'master' into tx_queue_timeout
2016-03-20 12:16:57 +01:00
Arkadiy Paronyan
2ec40604d9
Revert "Auto detect available port"
2016-03-20 12:12:58 +01:00
Gav Wood
5afd32dd84
Minor tweaks.
2016-03-20 12:09:55 +01:00
Gav Wood
d2d5806e9b
Test for failed create transactions, failed actions are logged as such.
2016-03-20 12:04:31 +01:00
debris
aa47d944e1
implemented rpc eth_estimateGas method, added tests for rpc eth_call and eth_estimateGas
2016-03-20 11:34:19 +01:00
Gav Wood
f75fb6a59f
Create transaction tracing test.
2016-03-20 11:33:36 +01:00
debris
d15ce15751
Merge branch 'eth_call' into eth_estimateGas
2016-03-20 10:40:18 +01:00
debris
d536d20643
fixed indentation
2016-03-20 10:36:44 +01:00
Gav Wood
05a9c16329
JSONRPC interface defaults to local.
...
Please enter the commit message for your changes. Lines starting
2016-03-20 10:34:34 +01:00
debris
83d08ba399
Merge branch 'master' of github.com:ethcore/parity into eth_call
2016-03-20 10:29:43 +01:00
debris
7c6f0e472d
implementation of eth_estimateGas
2016-03-20 10:29:30 +01:00
Marek Kotewicz
6feb503c67
Merge pull request #777 from ethcore/call
...
added output to execution result
2016-03-20 10:28:28 +01:00
Gav Wood
004cd00f13
Merge pull request #782 from ethcore/test-fix
...
Auto detect available port
2016-03-20 10:23:55 +01:00
Marek Kotewicz
865847f71d
Merge pull request #785 from ethcore/author0x
...
Allow 0x prefix for --author.
2016-03-20 10:19:58 +01:00
Gav Wood
c611566a3e
Listen on all interfaces for JSONRPC by default.
2016-03-20 10:19:21 +01:00
Marek Kotewicz
4396eaeebb
Merge pull request #784 from ethcore/cargo_impr
...
updated dependencies, moved rpctest to its own submodule
2016-03-20 10:09:24 +01:00
debris
fef8237701
fixes after merge
2016-03-20 10:07:50 +01:00
debris
46bfed6750
Merge branch 'call' into eth_call
2016-03-20 10:05:22 +01:00
debris
9fb19e6dd0
Merge branch 'master' of github.com:ethcore/parity into call
2016-03-20 10:04:27 +01:00
Gav Wood
0cef2cfc46
Merge pull request #778 from ethcore/json_tests_refactor
...
use ethjson module to load chain json tests
2016-03-20 09:51:36 +01:00
Gav Wood
c729f9d9ca
Merge pull request #772 from ethcore/tracing
...
Tracing implemented.
2016-03-19 23:52:23 +01:00
Gav Wood
387d0743e6
Allow 0x prefix for --author.
2016-03-19 23:51:24 +01:00
Marek Kotewicz
83b132ace2
Merge pull request #780 from ethcore/travis_ethjson
...
test ethjson module on travis
2016-03-19 23:32:16 +01:00
debris
b9623e6c5b
improvements to build, updated dependencies, moved rpctest to its own submodule
2016-03-19 23:27:50 +01:00
Gav Wood
2cb1937e1e
Move code to right module.
2016-03-19 22:37:11 +01:00
arkpar
cabccf9ef5
Test URL logged
2016-03-19 22:19:59 +01:00
Gav Wood
7bba745f8b
Fix JSON test again.
2016-03-19 22:14:16 +01:00
Gav Wood
bc6a892f2b
Test outer create.
2016-03-19 22:12:52 +01:00
debris
9a227dce46
Merge branch 'json_tests_refactor' into eth_call
2016-03-19 21:42:10 +01:00
debris
521f2a1433
implemented eth_call
2016-03-19 21:37:11 +01:00
Gav Wood
718feeccbc
Fix for JSON tests.
2016-03-19 21:05:18 +01:00
Gav Wood
a2fc006ee5
First test.
2016-03-19 21:02:44 +01:00
arkpar
da027e93cf
Auto detect available port
2016-03-19 21:00:05 +01:00
Gav Wood
2d55e08b41
Fix for jsontests,
2016-03-19 19:06:13 +01:00
Gav Wood
ab9b8c7bf3
Output data (code) for creates.
2016-03-19 18:46:41 +01:00
debris
40f20de7aa
test ethjson module on travis
2016-03-19 18:46:28 +01:00
debris
24cb15ef2e
fixed missing import
2016-03-19 18:38:02 +01:00
Gav Wood
7d93fa2533
Output stored for calls.
2016-03-19 18:37:55 +01:00
debris
2face3f938
use ethjson module to load chain json tests
2016-03-19 18:13:14 +01:00
Gav Wood
bd7cd68c32
Track depth.
2016-03-19 14:35:09 +01:00
debris
bc5df9c908
added output to execution result
2016-03-19 14:29:09 +01:00
Gav Wood
c837c3164a
Merge pull request #775 from ethcore/rpc
...
batch of rpc fixes
2016-03-19 14:14:02 +01:00
Gav Wood
152f132b7b
Fix JSONRPC test utils.
2016-03-19 14:10:32 +01:00
Gav Wood
66837452c2
Expose tracing all the way to BlockChain; now it's up to blockchain to integrate.
2016-03-19 13:37:47 +01:00
Gav Wood
203438fb42
Fix tests.
2016-03-19 13:07:49 +01:00
debris
693a3b0739
fixed failing eth rpc tests
2016-03-19 12:55:36 +01:00
Gav Wood
1bfcbca8af
Add doumentation, make tracing optional and expose at OpenBlock level.
2016-03-19 12:54:34 +01:00
debris
e5c6579a8c
next batch of rpc fixes, 103 still failing
2016-03-19 12:23:48 +01:00
debris
52dbcd8152
rpc tests, now 421 passing / 116 failing
2016-03-19 11:44:36 +01:00
debris
906e9b395e
fixed parsing blockchain file, added default account to rpc tests
2016-03-19 11:02:44 +01:00
Tomasz Drwięga
48d8d1c628
Merge branch 'master' into tx_queue_timeout
...
Conflicts:
miner/src/miner.rs
2016-03-19 09:26:05 +01:00
Gav Wood
1d822132f0
Merge pull request #757 from ethcore/ethrpc_test
...
rpctest executable
2016-03-19 08:45:13 +01:00
Gav Wood
d6f94c4ad7
Fix test and first part of optionality.
2016-03-19 08:31:19 +01:00
debris
a76aad2e12
fixed invalid json files
2016-03-18 23:56:51 +01:00
Gav Wood
d16558eb83
Merge pull request #753 from ethcore/tx_queue_live
...
Refactoring error transaction_queue error handling and `update_sealing` method.
2016-03-18 23:54:22 +01:00
Gav Wood
bd338a5741
Tracing implemented.
...
TODO:
- make it optional;
- track output;
- usher through to level higher than ExecutionResult.
2016-03-18 23:49:12 +01:00
debris
ef297dbec7
removed warnings by adding missing documentation
2016-03-18 22:57:26 +01:00
debris
79aa8570d0
pricing { linear: {} }
2016-03-18 22:54:36 +01:00
Tomasz Drwięga
48be70e4a8
Fixing ethminer doctest
2016-03-18 20:45:07 +01:00
debris
e4ec80941c
fixed failing builin test
2016-03-18 20:17:25 +01:00
Tomasz Drwięga
f8dd1a6354
Merge branch 'master' into tx_queue_timeout
...
Conflicts:
ethcore/src/client/test_client.rs
miner/src/miner.rs
2016-03-18 19:36:32 +01:00
debris
839cecd2da
fixed od builting parsing
2016-03-18 19:31:31 +01:00
Tomasz Drwięga
62c32eb288
Merge branch 'master' into tx_queue_live
...
Conflicts:
miner/src/miner.rs
2016-03-18 19:31:14 +01:00
debris
1c9cc6167d
updated rpc helpers docs
2016-03-18 19:16:46 +01:00
debris
3b8c6a1ab2
linear -> pricing
2016-03-18 19:08:57 +01:00
debris
79b8dd829d
fixed compilation with --release flag
2016-03-18 18:16:22 +01:00
debris
ae3e6d7fe8
fixed name of rpctest executable in rpctest --help
2016-03-18 18:08:28 +01:00
debris
757f0c9bc4
Merge branch 'master' of github.com:ethcore/parity into ethrpc_test
2016-03-18 18:05:29 +01:00
Gav Wood
2309e19fd9
Merge pull request #760 from ethcore/tx_queue_gas_limit
...
Avoid importing transactions with gas above 1.1*block_gas_limit to transaction queue
2016-03-18 18:05:26 +01:00
Gav Wood
a1fb0619bb
Merge pull request #752 from ethcore/tx_queue_invalid
...
Removing transactions that failed to be pushed to block.
2016-03-18 18:03:11 +01:00
Tomasz Drwięga
7d77324765
BlockGasLimit taken from push_transaction result
2016-03-18 14:22:50 +01:00
Tomasz Drwięga
0dc1ddef9a
Flipping sealing_enabled flag after no requests for sealing_block for some time
2016-03-18 13:59:11 +01:00
Tomasz Drwięga
58bb5e967a
Merge branch 'master' into tx_queue_gas_limit
...
Conflicts:
miner/src/transaction_queue.rs
2016-03-18 12:25:36 +01:00
Gav Wood
4e97a0b868
Merge pull request #766 from ethcore/updating_clippy
...
Updating clippy
2016-03-18 12:16:03 +01:00
Tomasz Drwięga
7fb365634a
Updating gas_limit in test_client generated blocks
2016-03-18 10:36:01 +01:00
Tomasz Drwięga
942d38fb13
Removing allow dead_code
2016-03-18 10:22:00 +01:00
Tomasz Drwięga
e58ec31e20
Fixing warnings
2016-03-18 10:14:19 +01:00
Tomasz Drwięga
338e5fadb9
Bumping clippy
2016-03-18 10:08:47 +01:00
Tomasz Drwięga
cee45e1a8e
Merge branch 'master' into tx_queue_live
...
Conflicts:
miner/src/miner.rs
2016-03-18 09:48:35 +01:00
Tomasz Drwięga
a6bd15d333
Fixing compilation
2016-03-18 09:46:13 +01:00
Tomasz Drwięga
48c72a168c
Merge branch 'master' into tx_queue_invalid
2016-03-18 09:44:31 +01:00
debris
3e6d0602ea
running rpc tests
2016-03-17 23:58:30 +01:00
Arkadiy Paronyan
0d77937caf
Merge pull request #754 from ethcore/tx_queue_all
...
Attempting to add all transactions to mined block
2016-03-17 20:02:54 +01:00
Gav Wood
4da8ede826
Merge pull request #761 from ethcore/ver-fix
...
Prettier version w/o git dir; Use rustc compile time version
2016-03-17 19:32:42 +01:00
arkpar
a61d1d8d51
Indent
2016-03-17 18:43:01 +01:00
arkpar
b1793fcb16
Prettier version wo git dir; Use rustc compile time version
2016-03-17 18:41:55 +01:00
Tomasz Drwięga
2dc314f993
Removing update_seal when new transactions arrives
2016-03-17 18:30:26 +01:00
Tomasz Drwięga
7ae60056b2
Common error handling
2016-03-17 16:13:00 +01:00
debris
a3f6d36018
Merge branch 'master' of github.com:ethcore/parity into ethrpc_test
2016-03-17 15:52:09 +01:00
debris
c695b83e52
new way of loading PodState
2016-03-17 15:51:40 +01:00
Gav Wood
3fb180973b
Merge pull request #751 from ethcore/tq-stop-sync
...
Stop adding transactions to queue while not fully synced
2016-03-17 15:47:06 +01:00
Tomasz Drwięga
fece330ca4
Refactoring removing invalid transactions from queue
2016-03-17 15:30:03 +01:00
Tomasz Drwięga
309af743e0
Ignoring transactions slightly above gas_limit
2016-03-17 15:23:25 +01:00
debris
1f03ae54d6
moved ethcores spec to its own module, added genesis
2016-03-17 15:15:10 +01:00
Nikolay Volf
85b08e6e7b
get rid of the function
2016-03-17 15:09:08 +01:00
Nikolay Volf
7929af67c8
propagation is out
2016-03-17 15:02:18 +01:00
Nikolay Volf
0f96ce9bd2
no flag also
2016-03-17 14:56:19 +01:00
Tomasz Drwięga
c4021a77ca
Stop adding transactions right after we know that no other will make it to block.
2016-03-17 14:40:40 +01:00
Nikolay Volf
0b35a36cb0
Merge branch 'master' into tq-stop-sync
...
Conflicts:
sync/src/chain.rs
2016-03-17 14:19:12 +01:00
Nikolay Volf
a285fbab6d
overhaul to flag
2016-03-17 14:11:32 +01:00
debris
0f889d4222
added genesis method to ethjson blockchain
2016-03-17 14:03:53 +01:00
Tomasz Drwięga
dec69651fd
Attempting to add all transactions to mined block
2016-03-17 13:41:30 +01:00
debris
0621da8535
ethjson spec submodule
2016-03-17 13:41:11 +01:00
Tomasz Drwięga
833c5fdd31
Merge branch 'master' into tx_queue_live
...
Conflicts:
sync/src/chain.rs
2016-03-17 13:35:01 +01:00
Gav Wood
a76eb022d0
Merge pull request #746 from ethcore/tx_queue
...
Verify sender's balance before importing transaction to queue
2016-03-17 13:32:48 +01:00
Gav Wood
c88601a376
Merge pull request #750 from ethcore/tx_block_pending
...
Returning number of transactions pending in block not queue
2016-03-17 13:21:06 +01:00
Tomasz Drwięga
caedb64ade
Adding missing space
2016-03-17 13:18:26 +01:00
Nikolay Volf
83f5cc6aa6
adding helper can_sync
2016-03-17 13:14:06 +01:00
Tomasz Drwięga
e1c3ab1846
Renaming status fields to something more descriptive.
2016-03-17 13:07:34 +01:00
Tomasz Drwięga
b684bc9ba0
Updating sealing when new transactions are received
2016-03-17 12:52:26 +01:00
Arkadiy Paronyan
cd26ccba6b
Merge pull request #733 from ethcore/build_speedup
...
Speeding up build
2016-03-17 12:47:29 +01:00
Tomasz Drwięga
c382fa7eab
Removing invalid transactions from queue
2016-03-17 12:29:55 +01:00
Nikolay Volf
5c4edbdd6b
Merge branch 'master' into tq-stop-sync
2016-03-17 12:25:14 +01:00
Arkadiy Paronyan
de484b2495
Merge pull request #742 from ethcore/mining-stop-sync
...
adding check for a sync when giving work to miner
2016-03-17 12:23:43 +01:00
Tomasz Drwięga
7247f9e27f
Fixing doctest
2016-03-17 12:23:15 +01:00
Nikolay Volf
03ca9d2c06
adding message from client to sync and disabling sending transactions to the queue while syncing
2016-03-17 12:17:53 +01:00
debris
f92a0c8df2
rpctest executable
2016-03-17 11:50:31 +01:00
Tomasz Drwięga
bc04e0c713
Adding missing commas
2016-03-17 11:49:56 +01:00
Tomasz Drwięga
b1557b547b
Reverting check if block queue is empty
2016-03-17 11:47:41 +01:00
Tomasz Drwięga
0e7778a7b7
Increasing balance in tests
2016-03-17 11:27:38 +01:00
Gav Wood
4050462ad4
Update sync_provider.rs
2016-03-17 11:23:30 +01:00
Gav Wood
22bc9f6458
Merge pull request #745 from ethcore/ethjson
...
json deserialization module
2016-03-17 11:21:29 +01:00
Tomasz Drwięga
884f2dd873
Returning number of transactions pending in block not queue
2016-03-17 11:19:12 +01:00
debris
5e44769f82
Merge branch 'ethjson' into ethrpc_test
2016-03-17 10:56:30 +01:00
Tomasz Drwięga
95dda4aa68
Full transaction cost
2016-03-17 10:44:10 +01:00
Tomasz Drwięga
81c36499ea
Fixing sync test
2016-03-17 10:20:35 +01:00
Tomasz Drwięga
10c309fccb
Merge branch 'master' into tx_queue
2016-03-17 10:20:21 +01:00
Arkadiy Paronyan
c0da47db9c
Merge pull request #749 from ethcore/arkpar-patch-1
...
Update install-parity.sh
2016-03-17 10:08:30 +01:00
Arkadiy Paronyan
5cd3eaa111
Update install-parity.sh
2016-03-17 09:54:05 +01:00
Gav Wood
ecfcc4f3b6
Merge pull request #747 from ethcore/sync
...
Restart sync on getting old unknown header
2016-03-16 20:32:10 +01:00
arkpar
b9584b7ec9
restart sync on getting old unknown header
2016-03-16 18:25:32 +01:00
Tomasz Drwięga
0925968840
Adding test
2016-03-16 17:22:23 +01:00
Tomasz Drwięga
8741a85443
Fixing build
2016-03-16 16:56:36 +01:00
Tomasz Drwięga
d54c95da9d
Removing unused import
2016-03-16 10:48:31 +01:00
Tomasz Drwięga
fdba8de600
Validating senders balance before importing transaction to queue
2016-03-16 10:45:55 +01:00
Nikolay Volf
bd892026f6
tests
2016-03-16 10:37:08 +01:00
Tomasz Drwięga
be32e79a7a
Merge branch 'master' into tx_queue
2016-03-16 09:28:37 +01:00
Nikolay Volf
8427e99c73
checking queue also
2016-03-15 23:58:46 +01:00
Tomasz Drwięga
974222aabd
Removing printlns
2016-03-15 23:13:53 +01:00
Tomasz Drwięga
188e325b20
Importing transactions from hashset. Notifying about every block
2016-03-15 23:01:36 +01:00
Gav Wood
5a96f99a8c
Merge pull request #744 from ethcore/sync
...
Missing return for #737
2016-03-15 19:43:05 +01:00
debris
196c6e8ecc
tests for loading test json files
2016-03-15 19:32:07 +01:00
debris
b4849d1c58
finished blockchain test deserialization
2016-03-15 18:42:23 +01:00
arkpar
e538b417f0
Missing return
2016-03-15 18:35:07 +01:00
debris
d96858d38c
proper blockchain json parsing
2016-03-15 18:17:48 +01:00
Nikolay Volf
99bae23996
[ci skip] grammar fix
2016-03-15 17:56:35 +01:00
Nikolay Volf
ab4bfbac0d
adding check for a sync
2016-03-15 17:13:44 +01:00
Arkadiy Paronyan
77bdca5b68
Merge pull request #741 from ethcore/block-test
...
Enact block with uncles test
2016-03-15 16:55:50 +01:00
Tomasz Drwięga
d57b0177a7
Disabling benches and beta tests
2016-03-15 15:55:37 +01:00
Tomasz Drwięga
74245be4f5
Enabling fast finish
2016-03-15 15:09:12 +01:00
Arkadiy Paronyan
eac73a4e54
Merge pull request #740 from ethcore/fix-libc-ver
...
Fix outdated libc version on dependency
2016-03-15 14:51:12 +01:00
Tomasz Drwięga
c970d7f80e
Merge branch 'master' into build_speedup
...
Conflicts:
.travis.yml
2016-03-15 14:48:19 +01:00
arkpar
9dea31031c
Enact block with uncles test
2016-03-15 14:35:45 +01:00
Nikolay Volf
1eb0f1b991
Merge branch 'master' into fix-libc-ver
2016-03-15 13:37:10 +01:00
Nikolay Volf
6d939ddfce
updating lock
2016-03-15 13:36:27 +01:00
Arkadiy Paronyan
828d20629b
Merge pull request #735 from ethcore/transaction_queue_race
...
Fixing possible race in transaction queue
2016-03-15 12:47:30 +01:00
Gav Wood
b0f233a06c
Merge pull request #737 from ethcore/sync
...
Sync fixed again
2016-03-15 12:13:44 +01:00
Arkadiy Paronyan
e5f54966af
Merge pull request #734 from ethcore/fixblockchainrace
...
Don't change best block until extras is committed.
2016-03-15 11:56:49 +01:00
Arkadiy Paronyan
b64713e5ac
Merge pull request #736 from ethcore/travis-stable-only
...
stable only until travis speedup
2016-03-15 11:56:11 +01:00
Gav Wood
e98cfd84a9
Merge pull request #629 from ethcore/uint_opt
...
Optimizing uint operations (architecture independent)
2016-03-15 11:24:00 +01:00
arkpar
b9b0444662
Trace sending to unconfirmed session
2016-03-15 11:20:19 +01:00
Nikolay Volf
ec4f7c4190
stable only until travis speedup
2016-03-15 11:12:54 +01:00
Tomasz Drwięga
7045e9f2f7
More cleaning
2016-03-15 11:05:31 +01:00
Tomasz Drwięga
2cecb1eada
Cleaning
2016-03-15 11:04:48 +01:00
Gav Wood
59d0d2df9a
Don't change best block until extras is committed.
2016-03-15 10:59:58 +01:00
Tomasz Drwięga
26dd67ebeb
Speeding up build
2016-03-15 10:57:09 +01:00
Tomasz Drwięga
40ac01b730
Fixing possible race in transaction queue
2016-03-15 10:54:19 +01:00
arkpar
85833d228a
Ignore new blocks while seeking
2016-03-15 01:22:58 +01:00
Tomasz Drwięga
d5ec1775ef
Merge branch 'master' into uint_opt
...
Conflicts:
test.sh
util/bigint/src/uint.rs
2016-03-14 23:45:16 +01:00
Gav Wood
d6d0f8d4eb
Merge pull request #725 from ethcore/unclesminingfix
...
Add RLP, not a data item.
2016-03-14 20:20:45 +01:00
Gav Wood
7ba396b8d3
Merge pull request #687 from ethcore/pv63-receipts
...
PV63 receipts response
2016-03-14 20:18:10 +01:00
Gav Wood
7628df6fe6
Merge pull request #723 from ethcore/rpc_tests
...
another batch of rpc tests
2016-03-14 19:18:08 +01:00
Arkadiy Paronyan
ffbc6f51cb
Merge pull request #726 from ethcore/docker
...
dockerfiles update
2016-03-14 19:02:04 +01:00
debris
dfef09161c
update dockerfiles
2016-03-14 18:47:23 +01:00
debris
c476e7da31
update docker
2016-03-14 18:25:05 +01:00
Gav Wood
97051cb949
Add RLP, not a data item.
2016-03-14 18:20:24 +01:00
debris
81beaf1094
update dockerfiles
2016-03-14 17:53:08 +01:00
Nikolay Volf
8cdb013f9f
Merge branch 'master' into pv63-receipts
...
Conflicts:
ethcore/src/client/client.rs
2016-03-14 17:36:51 +01:00
Arkadiy Paronyan
683c13db37
Merge pull request #721 from ethcore/titi
...
Lock reports to avoid out of order badness.
2016-03-14 17:26:01 +01:00
debris
9b241faf01
uncle method mock
2016-03-14 17:01:29 +01:00
Arkadiy Paronyan
d844de442a
Merge pull request #722 from ethcore/network
...
Fixed handshake leak
2016-03-14 16:23:54 +01:00
debris
47ca84041b
tests for eth_mining, eth_compileLLL, eth_compileSolidity, eth_compileSerpent
2016-03-14 14:59:09 +01:00
arkpar
4e5ebc9457
missing mut
2016-03-14 14:22:18 +01:00
arkpar
f6e8c03ff6
Merge branch 'master' of github.com:ethcore/parity into titi
2016-03-14 14:18:59 +01:00
debris
0de73609d2
eth_hashrate && eth_submitHashrate tests
2016-03-14 14:18:29 +01:00
Arkadiy Paronyan
38de95cc3b
Merge pull request #719 from ethcore/targetgaslimit
...
Allow configuration of target gas limit.
2016-03-14 14:04:09 +01:00
arkpar
c8b65c769b
Fixed handshake leak
2016-03-14 13:54:06 +01:00
Arkadiy Paronyan
42499addc8
Merge pull request #714 from ethcore/master-version
...
Version 1.1 in master
2016-03-14 13:40:52 +01:00
Gav Wood
5503cd4646
Lock reports to avoid out of order badness.
2016-03-14 12:41:11 +01:00
Gav Wood
44223f3658
Merge pull request #720 from ethcore/network
...
Silence UDP warnings
2016-03-14 11:10:12 +01:00
Nikolay Volf
8f4323f3bb
Merge branch 'master' into pv63-receipts
...
Conflicts:
ethcore/src/client/test_client.rs
2016-03-14 11:06:28 +01:00
Gav Wood
7320ad077f
Merge remote-tracking branch 'origin/master' into targetgaslimit
2016-03-14 10:54:38 +01:00
Nikolay Volf
3eb08b0d61
fix tests and deuncommented
2016-03-14 10:53:37 +01:00
Gav Wood
dc8b9c3205
Fix build.
2016-03-14 10:48:32 +01:00
Nikolay Volf
829ed4d0a6
commented empty slice/vec comparison
2016-03-14 10:47:22 +01:00
Arkadiy Paronyan
acd39843d4
Merge pull request #715 from ethcore/rpc-personal-tests
...
Rpc personal tests
2016-03-14 10:31:01 +01:00
Arkadiy Paronyan
a1fe1a6136
Merge pull request #704 from ethcore/fixing_warnings
...
Fixing warnings
2016-03-14 10:28:28 +01:00
Arkadiy Paronyan
d5fa49376e
Merge pull request #713 from ethcore/docoptclean
...
docopts cleanups
2016-03-14 10:26:38 +01:00
arkpar
d3c1b5455b
Silenced UDP warnings
2016-03-14 10:25:04 +01:00
Nikolay Volf
8532f2dc2e
removed tests that used fixedhash
2016-03-14 09:44:02 +01:00
Nikolay Volf
b4ba070619
Merge branch 'master' into master-version
2016-03-14 09:40:38 +01:00
Nikolay Volf
6827ff9319
[ci skip] fix tesh.sh
2016-03-14 09:38:44 +01:00
Gav Wood
7af0a1dc2c
Missing comma.
2016-03-14 02:02:32 +01:00
Gav Wood
f6b7884a1d
Allow configuration of target gas limit.
2016-03-14 02:00:22 +01:00
Arkadiy Paronyan
c53974f125
Merge pull request #717 from ethcore/build
...
Removed rocksdb build dependency
2016-03-14 01:58:15 +01:00
Gav Wood
8ad66875e5
Merge pull request #710 from ethcore/fix-discovery
...
Fixed splitting Neighbours packet
2016-03-14 01:32:13 +01:00
arkpar
7bc3c0b026
Removed rocksdb build dependency
2016-03-14 01:27:27 +01:00
Nikolay Volf
2117d363e2
new account test & fix
2016-03-14 01:06:42 +01:00
arkpar
9e7ff2c00e
Version 1.1
2016-03-14 01:00:17 +01:00
Gav Wood
e792998d0a
Merge remote-tracking branch 'origin/master' into fixing_warnings
2016-03-14 01:00:12 +01:00
Gav Wood
fe722419e7
Merge branch 'master' into fixing_warnings
2016-03-14 00:57:49 +01:00
Gav Wood
2d1a837a8b
docopts cleanups.
...
one for @LefterisJP: 80-character line for docopts.
2016-03-14 00:52:31 +01:00
Nikolay Volf
1957a14961
personal tests setup
2016-03-14 00:48:43 +01:00
arkpar
615e03542e
Use slice.chunks
2016-03-14 00:41:25 +01:00
arkpar
45c3600d5a
Fixed splitting Neighbours packet
2016-03-13 23:20:26 +01:00
Gav Wood
97fe4fcab4
Merge pull request #701 from ethcore/sstore-key-exp
...
management of account expiration & memory
2016-03-13 23:19:49 +01:00
Gav Wood
3a019801d2
Merge pull request #708 from ethcore/docsfix
...
Remove EarlyMerge from user docs.
2016-03-13 23:15:45 +01:00
Gav Wood
8fd8f687ee
Remove EarlyMerge from user docs.
2016-03-13 23:12:47 +01:00
Gav Wood
eb651b6462
Merge pull request #705 from ethcore/refcounteddb
...
Fixes and traces for refcountdb.
2016-03-13 23:07:58 +01:00
Gav Wood
5c964694b4
Merge pull request #706 from ethcore/fix-accountdb
...
Check for NULL_RLP in AccountDB
2016-03-13 22:29:19 +01:00
Gav Wood
26f41b711c
Bring back batching.
2016-03-13 21:54:06 +01:00
Gav Wood
0ccb9df4f1
Merge remote-tracking branch 'origin/master' into rcdb
2016-03-13 21:43:41 +01:00
Tomasz Drwięga
fd834084f9
unknonw lint
2016-03-13 21:39:23 +01:00
Gav Wood
90d135e018
Merge pull request #700 from ethcore/merge_ethminer
...
ethminer as crate
2016-03-13 21:35:27 +01:00
arkpar
420f473f90
Check for NULL_RLP in AccountDB
2016-03-13 21:28:57 +01:00
Gav Wood
1be92ea8ef
Fixes and traces for refcountdb.
2016-03-13 21:21:30 +01:00
Tomasz Drwięga
13df958f4a
Fixing warnings
2016-03-13 21:14:00 +01:00
Tomasz Drwięga
4cf18c728d
Fixing sync invalid sync test
2016-03-13 20:53:47 +01:00
Tomasz Drwięga
e2e067cdd0
Bumping clippy
2016-03-13 20:44:25 +01:00
Tomasz Drwięga
54ff64c0e0
Merge branch 'master' into merge_ethminer
...
Conflicts:
parity/main.rs
2016-03-13 20:42:33 +01:00
Nikolay Volf
c5edf237b2
adding shrink-to-fit
2016-03-13 19:52:37 +01:00
Gav Wood
81291622eb
Avoid batches for now.
2016-03-13 19:22:42 +01:00
Gav Wood
48df41a30a
Merge pull request #692 from ethcore/refcounteddb
...
Old ref-counted DB code
2016-03-13 19:02:24 +01:00
Gav Wood
706c56f56a
Usage of LATEST_ERA fixes for archive and ref-counted DBs.
2016-03-13 18:19:52 +01:00
Gav Wood
5107fc5897
Update options.
2016-03-13 18:09:44 +01:00
Gav Wood
ac655af091
Update overlaydb
2016-03-13 18:07:36 +01:00
Gav Wood
9e912c7c0d
Add new file.
2016-03-13 18:07:10 +01:00
Gav Wood
6cedb263aa
Add missing file.
2016-03-13 17:01:50 +01:00
Gav Wood
b4f7f220f1
Merge remote-tracking branch 'origin/master' into merge_ethminer
2016-03-13 16:35:52 +01:00
Nikolay Volf
e9f673e08d
Merge pull request #699 from ethcore/rpc_tests
...
next batch of rpc tests and fixes
2016-03-13 16:03:27 +01:00
Nikolay Volf
809c239ff8
fix rev
2016-03-13 15:59:25 +01:00
Gav Wood
76696e3b49
Minor build fixes.
2016-03-13 15:36:03 +01:00
Gav Wood
08b9cc2c41
Merge changes from #674 into branch.
2016-03-13 15:29:55 +01:00
Nikolay Volf
a4f03100e9
registering timer
2016-03-13 15:11:16 +01:00
debris
6ee13b0000
implemented eth_getCompilers
2016-03-13 15:02:46 +01:00
Gav Wood
4a58e142bd
Remove duplicate ciippys.
2016-03-13 15:02:08 +01:00
Gav Wood
02f43f2e8c
Merge branch 'ethminer_crate'
2016-03-13 15:00:47 +01:00
debris
29c85e16cd
added eth_sign and eth_sendRawTransaction to eth interface
2016-03-13 14:57:26 +01:00
Gav Wood
826928d2ba
Merge branch 'master' of github.com:ethcore/parity
2016-03-13 14:55:17 +01:00
Nikolay Volf
735aa8ca17
Merge branch 'sstore-key-exp' into account-io
2016-03-13 14:46:49 +01:00
Nikolay Volf
89dc6fa9cc
io handlers
2016-03-13 14:46:45 +01:00
debris
00820c342a
fixed eth_getCode and added tests for it
2016-03-13 14:45:39 +01:00
debris
c2b3ba533b
fixed eth_getTransactionCount**, and eth_getUncleCount** rpc methods, added tests for them
2016-03-13 14:37:33 +01:00
Marek Kotewicz
a4103e0830
Merge pull request #695 from ethcore/rpc_tests
...
implemented eth_geStorageAt rpc method, added more tests for rpc
2016-03-13 13:57:11 +01:00
Gav Wood
f0862acffe
Merge branch 'master' of github.com:ethcore/parity
2016-03-13 13:13:23 +01:00
Gav Wood
4e8092b008
Merge pull request #690 from ethcore/fixjdb
...
Fix JournalDB era marker
2016-03-13 13:11:12 +01:00
Nikolay Volf
450ae4147f
memory and expiration mngmt
2016-03-13 13:03:02 +01:00
Gav Wood
94932386e3
Merge pull request #685 from ethcore/sync
...
More sync fixes
2016-03-13 12:14:24 +01:00
debris
487ba9b08a
implemented eth_storageAt rpc method, added more tests for rpc
2016-03-13 12:09:30 +01:00
arkpar
1131618630
Fixed test
2016-03-13 11:55:48 +01:00
Gav Wood
ead43eecd0
Merge pull request #694 from ethcore/heaviaze-key-tests
...
mark some key tests as heavy
2016-03-13 11:52:00 +01:00
arkpar
ff51d0fa67
Additional tests
2016-03-13 11:50:09 +01:00
Nikolay Volf
0f21779ec4
make heavy
2016-03-13 11:06:57 +01:00
arkpar
0a6fea1b77
Silenced some non-important warnings
2016-03-13 10:33:55 +01:00
Marek Kotewicz
70624f816a
Merge pull request #693 from ethcore/network
...
Limit incoming connections
2016-03-13 10:11:42 +01:00
Marek Kotewicz
1f8e0f86ac
Merge pull request #688 from ethcore/updating_clippy
...
Updating clippy
2016-03-13 10:07:44 +01:00
Marek Kotewicz
c9e54d8913
Merge pull request #691 from ethcore/rpc_tests
...
eth_accounts, eth_getBalance rpc functions && tests
2016-03-13 10:05:38 +01:00
Tomasz Drwięga
dac90992ad
Merge branch 'master' into updating_clippy
...
Conflicts:
Cargo.lock
util/src/journaldb/overlayrecentdb.rs
2016-03-13 00:20:31 +01:00
debris
49dd666199
EthTester
2016-03-12 20:06:55 +01:00
arkpar
361280a9be
Limit incoming connections
2016-03-12 19:52:37 +01:00
debris
e09de6ea3d
added missing eth_getBalance rpc method and tests for it
2016-03-12 19:51:24 +01:00
Gav Wood
e7574d4516
Update lib.rs
2016-03-12 19:29:18 +01:00
Nikolay Volf
0684abd345
fixed to return receipts grouped by requested block
2016-03-12 19:23:17 +01:00
Gav Wood
e85a2f3804
Update main.rs
...
[noci]
2016-03-12 19:22:38 +01:00
debris
a9a1c80fac
implemented eth_accounts, fixed personal_accounts, added test account provider, tests for eth_accounts
2016-03-12 19:21:08 +01:00
arkpar
707f67c6b4
Optional last era
2016-03-12 19:19:45 +01:00
Gav Wood
89986ec0e0
Update main.rs
...
[noci]
2016-03-12 19:19:16 +01:00
arkpar
0b4355d549
rocksdb version bump
2016-03-12 19:03:33 +01:00
Nikolay Volf
bd9cfb4ee5
Merge branch 'pv63-state' into pv63-receipts
2016-03-12 18:52:37 +01:00
Nikolay Volf
ade8b8356b
Merge branch 'master' into pv63-state
...
Conflicts:
ethcore/src/client/client.rs
2016-03-12 18:09:45 +01:00
arkpar
1ca7c35c19
Fix latest era marker
2016-03-12 17:30:46 +01:00
Arkadiy Paronyan
8ce073ed9a
Merge pull request #683 from ethcore/jdb-state-queries
...
state query for archive jdb
2016-03-12 16:19:00 +01:00
arkpar
1e23a4c888
Don't redownload queued blocks on restart
2016-03-12 16:01:34 +01:00
arkpar
16618094f5
Cleanup header_ids
2016-03-12 16:01:34 +01:00
arkpar
1fe575bf7b
Download bodies for validated hash chain only
2016-03-12 16:01:34 +01:00
arkpar
7ad7996144
Fixed common block detection
2016-03-12 16:01:34 +01:00
Arkadiy Paronyan
bf84aee5f6
Merge pull request #658 from ethcore/fixjdb
...
Fix for option 1 of JournalDB
2016-03-12 15:37:47 +01:00
Gav Wood
51275f79f8
Merge branch 'master' of github.com:ethcore/parity
2016-03-12 14:41:00 +01:00
Tomasz Drwięga
451a5d78e3
Removing unused (?) serde::Error
2016-03-12 13:40:39 +01:00
Tomasz Drwięga
19b6c74675
Two more warnings
2016-03-12 13:39:17 +01:00
Gav Wood
6c6d919eac
Merge branch 'master' into fixjdb1
2016-03-12 12:16:08 +01:00
Gav Wood
98bae098be
Update cargo lock.
2016-03-12 12:10:55 +01:00
Gav Wood
3250e36b4a
Merge pull request #689 from ethcore/jdbrenames
...
Rename into something that is a little more descriptive.
2016-03-12 11:36:55 +01:00
Gav Wood
b03679e1a6
Fix typos.
2016-03-12 11:22:02 +01:00
Gav Wood
82a8810057
Rename into something that is a little more descriptive.
2016-03-12 11:19:42 +01:00
Gav Wood
d7039b72e2
Update archivedb.rs
2016-03-12 10:48:28 +01:00
Gav Wood
e1c0177932
Update main.rs
2016-03-12 10:44:48 +01:00
Tomasz Drwięga
65dadcc2a2
Adding todos
2016-03-12 10:44:24 +01:00
Tomasz Drwięga
c6dc6c0c41
One more warning
2016-03-12 10:41:35 +01:00
Tomasz Drwięga
d0f7555348
Merge branch 'master' into updating_clippy
...
Conflicts:
util/src/journaldb/archivedb.rs
2016-03-12 10:40:22 +01:00
Gav Wood
9424d53062
Update lib.rs
2016-03-12 10:37:27 +01:00
Tomasz Drwięga
4fc8a8d5cd
Merge branch 'updating_clippy' of github.com:ethcore/parity into updating_clippy
2016-03-12 10:29:51 +01:00
Tomasz Drwięga
4b6e1dd4d2
Fixing warnings
2016-03-12 10:25:51 +01:00
Tomasz Drwięga
3ea52c2324
Merge branch 'master' into ethminer_crate
...
Conflicts:
parity/main.rs
2016-03-12 10:22:43 +01:00
Tomasz Drwięga
c133a2fd35
Fixing warnings
2016-03-12 10:07:55 +01:00
Tomasz Drwięga
e10457d235
Bumping clippy
2016-03-12 10:06:50 +01:00
Gav Wood
88e23fcb9a
Merge pull request #634 from ethcore/jdb_option2
...
JournalDB with in-memory overlay (option2)
2016-03-12 10:01:17 +01:00
Gav Wood
874393ba06
Fix tests,
2016-03-12 09:57:57 +01:00
Gav Wood
e6a273f3a7
Fix tests.
2016-03-12 09:53:54 +01:00
Gav Wood
12e1abdfb7
Port fixes to new infrastrtcutre.
2016-03-12 09:51:17 +01:00
Tomasz Drwięga
aebc91d96f
Merge branch 'master' into ethminer_crate
...
Conflicts:
Cargo.toml
rpc/Cargo.toml
sync/Cargo.toml
2016-03-12 09:50:18 +01:00
Tomasz Drwięga
05ff8a0b94
Merge branch 'ethminer_crate' of github.com:ethcore/parity into ethminer_crate
2016-03-12 00:05:21 +01:00
Tomasz Drwięga
7cfe1d258b
Adding more detailed logging
2016-03-11 23:49:32 +01:00
Nikolay Volf
fb51ac0d95
blockchain receipts rlp generation
2016-03-11 23:33:01 +01:00
Arkadiy Paronyan
1031ce641d
Merge pull request #682 from ethcore/additional_sstore_test
...
additional (failing) SecretStore test
2016-03-11 22:45:43 +01:00
arkpar
896ba57555
Merge branch 'master' of github.com:ethcore/parity into jdb_option2
2016-03-11 22:43:59 +01:00
Nikolay Volf
0c9c97fcb9
Merge pull request #670 from ethcore/updating_clippy
...
Updating clippy & fixing warnings.
2016-03-11 23:57:06 +03:00
Marek Kotewicz
e6aba74726
Merge pull request #681 from ethcore/jsonrpc_tests
...
rpc web3 tests
2016-03-11 20:53:13 +01:00
Marek Kotewicz
9e23a0c240
Merge pull request #677 from ethcore/personal-rpc-cli
...
Making personal json-rpc configurable via cli
2016-03-11 20:52:58 +01:00
Nikolay Volf
19f23f8445
increasing history to be useful for geth fast sync
2016-03-11 23:37:47 +04:00
Nikolay Volf
349584772b
redundant lines
2016-03-11 23:34:18 +04:00
Nikolay Volf
da6f6d57cd
state data query to client
2016-03-11 23:24:44 +04:00
Nikolay Volf
e970dd4530
client state data func
2016-03-11 23:09:14 +04:00
Nikolay Volf
b1327a045f
fixed new account generation
2016-03-11 22:47:12 +04:00
debris
90e20cbcad
additional (failing) sstore test
2016-03-11 20:08:01 +01:00
Marek Kotewicz
cd835e88fc
Merge pull request #661 from ethcore/rpc_pending_filter
...
RPC Pending Transactions Filter
2016-03-11 19:40:35 +01:00
Tomasz Drwięga
fadbc61dff
Merge branch 'ethminer_crate' into rpc_pending_filter
...
Conflicts:
miner/src/miner.rs
parity/main.rs
2016-03-11 19:27:09 +01:00
Tomasz Drwięga
c3a79c1478
Merge branch 'master' into ethminer_crate
...
Conflicts:
ethcore/src/client/client.rs
parity/main.rs
sync/src/chain.rs
sync/src/lib.rs
2016-03-11 19:22:40 +01:00
Tomasz Drwięga
f724cab92d
Merge branch 'master' into updating_clippy
...
Conflicts:
ethcore/src/lib.rs
sync/src/chain.rs
sync/src/lib.rs
util/src/keys/store.rs
util/src/lib.rs
2016-03-11 19:17:09 +01:00
Nikolay Volf
1e40997ff7
state query for archive jdb
2016-03-11 22:15:56 +04:00
Arkadiy Paronyan
c9f5a9bc9a
Merge pull request #678 from ethcore/reorgjdb
...
Rearrange journaldb infrastructure to make more extensible
2016-03-11 18:47:19 +01:00
Nikolay Volf
03a4f9e268
Merge pull request #673 from ethcore/boxjdb
...
JournalDB -> Box<JournalDB>, and it's a trait.
2016-03-11 20:03:39 +03:00
Nikolay Volf
08b4488ef3
Merge branch 'master' into personal-rpc-cli
...
Conflicts:
parity/main.rs
2016-03-11 20:54:18 +04:00
Nikolay Volf
eaf22198e2
Merge pull request #676 from ethcore/fix-tx-warnings
...
fix warning for transaction_queue.add usage
2016-03-11 19:48:05 +03:00
Nikolay Volf
87fb0b31eb
Merge branch 'master' into reorgjdb
2016-03-11 20:05:41 +04:00
Tomasz Drwięga
9f19d2993c
Merge branch 'master' into ethminer_crate
...
Conflicts:
util/bigint/src/uint.rs
2016-03-11 16:24:52 +01:00
debris
c6ba378b6b
rpc web3 tests
2016-03-11 16:17:09 +01:00
Arkadiy Paronyan
5d3ead91e2
Merge pull request #680 from ethcore/uint_mem
...
Adding std::mem back (only for asm)
2016-03-11 16:16:21 +01:00
Nikolay Volf
9b28e04b85
Merge pull request #679 from ethcore/master-readme-update
...
update readme to exclude beta step (stable is ok)
2016-03-11 18:11:25 +03:00
Nikolay Volf
89dbc2ac25
[ci skip] update readme to exclude beta spec (stable is ok)
2016-03-11 18:08:29 +03:00
Tomasz Drwięga
179569f9f8
Adding std::mem back
2016-03-11 16:01:18 +01:00
Tomasz Drwięga
0dbe6684ad
adding std::mem
2016-03-11 15:58:12 +01:00
Tomasz Drwięga
9c92d601b1
Merge branch 'master' into ethminer_crate
...
Conflicts:
rpc/src/v1/impls/eth.rs
2016-03-11 15:56:30 +01:00
Nikolay Volf
04af38bb0d
fix test compilation
2016-03-11 18:54:28 +04:00
Nikolay Volf
fcc0432856
Merge pull request #675 from ethcore/rpc_unit_tests
...
fixed U256 and transaction request deserialization
2016-03-11 17:25:13 +03:00
Gav Wood
5499f4530c
Fix tests.
2016-03-11 15:01:15 +01:00
Tomasz Drwięga
b458452f0e
TestSyncProvider fixes
2016-03-11 14:57:17 +01:00
Tomasz Drwięga
36ff65d050
Fixing warnings
2016-03-11 14:53:03 +01:00
Tomasz Drwięga
197ea7f7d6
Using miner in rpc instead of sync
2016-03-11 14:51:07 +01:00
Nikolay Volf
8d67316ece
Merge branch 'master' into reorgjdb
...
Conflicts:
parity/main.rs
2016-03-11 17:41:04 +04:00
Gav Wood
8ae103087d
Fixups for new API.
2016-03-11 15:07:43 +01:00
Gav Wood
cfe3b07130
Merge branch 'boxjdb' into reorgjdb
2016-03-11 15:03:43 +01:00
Gav Wood
38d470f3bc
Reorganise command line options into more general engine.
2016-03-11 14:45:19 +01:00
Tomasz Drwięga
03da6c991f
Merge branch 'master' into ethminer_crate
...
Conflicts:
Cargo.lock
Cargo.toml
ethcore/src/client/client.rs
hook.sh
parity/main.rs
rpc/Cargo.toml
rpc/src/v1/impls/eth.rs
sync/Cargo.toml
sync/src/tests/helpers.rs
2016-03-11 14:37:07 +01:00
Gav Wood
7e8b6c3660
Merge branch 'boxjdb' into reorgjdb
2016-03-11 14:06:32 +01:00
Nikolay Volf
22d1def894
Merge pull request #666 from ethcore/moregethcli
...
More geth compatibility.
2016-03-11 16:05:27 +03:00
Gav Wood
b25551be7b
Merge pull request #671 from ethcore/clippy_hook
...
Removing running clippy by default on nightly.
2016-03-11 14:03:16 +01:00
Marek Kotewicz
176b9a992d
Merge pull request #667 from ethcore/rpc_tests
...
rpc net submodule tests
2016-03-11 13:58:32 +01:00
Gav Wood
51cfd4b0ea
Remove unneeded clone.
2016-03-11 13:58:11 +01:00
debris
ecd33a6093
fixed U256 and transaction request deserialization, added tests for transaction request
2016-03-11 13:54:52 +01:00
Gav Wood
4771fdf0fb
Rearrange journaldb infrastructure.
2016-03-11 13:50:39 +01:00
Gav Wood
2a856a13f0
Obvious typo fix.
2016-03-11 13:21:53 +01:00
Gav Wood
d71c5d4c17
Place Sync/Send in trait.
2016-03-11 13:19:10 +01:00
Nikolay Volf
d3f83ad7be
Merge branch 'master' into personal-rpc-cli
2016-03-11 16:05:22 +04:00
Nikolay Volf
99c5794929
fix warning for transaction_queue.add usage
2016-03-11 16:00:30 +04:00
Gav Wood
e461916f5a
Merge remote-tracking branch 'origin/master' into boxjdb
2016-03-11 12:56:33 +01:00
Gav Wood
756f964130
JournalDB -> Box<JournalDB>, and it's a trait.
2016-03-11 12:54:48 +01:00
Nikolay Volf
70ee6aa942
refactoring to use generic account provider as web3 svc
2016-03-11 15:50:13 +04:00
Nikolay Volf
ed0047725c
adding cli extension
2016-03-11 15:49:49 +04:00
debris
1554d5adef
Merge branch 'master' into rpc_tests
2016-03-11 12:32:08 +01:00
debris
d1fa292956
Merge branch 'master' into rpc_unit_tests
2016-03-11 12:31:56 +01:00
debris
190630cc6b
separated transaction_request to its own submodule, added basic tests for it
2016-03-11 12:31:45 +01:00
Tomasz Drwięga
dd2fb4df67
Storing BlockNumber & transactions directly in enum
2016-03-11 12:31:42 +01:00
Nikolay Volf
62e94e1744
Merge pull request #665 from ethcore/client_submodules
...
Client module overhaul
2016-03-11 14:28:30 +03:00
arkpar
8f54c24e47
Merged changes from jdb_option1, keep LATEST_ERA from decreasing
2016-03-11 11:52:11 +01:00
Tomasz Drwięga
2fd036b073
Merge branch 'ethminer_crate' into rpc_pending_filter
...
Conflicts:
rpc/src/v1/helpers/poll_manager.rs
rpc/src/v1/impls/eth.rs
2016-03-11 11:44:44 +01:00
debris
68a13973a4
fixed ethcore-rpc tests build after merge
2016-03-11 11:42:24 +01:00
Tomasz Drwięga
55a14b3aaf
Fixing transaction queue test
2016-03-11 11:40:12 +01:00
Tomasz Drwięga
eb8e92c37f
Cargo.lock
2016-03-11 11:18:38 +01:00
debris
389d17974e
Merge branch 'client_submodules' into rpc_tests
2016-03-11 11:17:28 +01:00
debris
ebd2a92267
Merge branch 'master' of github.com:ethcore/parity into client_submodules
2016-03-11 11:17:08 +01:00
Tomasz Drwięga
d84e008e00
Removing superflous check for nightly
2016-03-11 11:16:49 +01:00
Marek Kotewicz
fd39975cf0
Merge pull request #587 from ethcore/rpc-signing-extend
...
Rpc transaction signing
2016-03-11 11:14:17 +01:00
Marek Kotewicz
eb2171e287
Merge pull request #652 from ethcore/tx_queue_rpc
...
Transaction queue exposed via JSON rpc.
2016-03-11 11:08:16 +01:00
debris
7ea53d39e6
Merge branch 'client_submodules' into rpc_tests
2016-03-11 11:05:25 +01:00
Tomasz Drwięga
a8a21da9ba
Updating hook and removing running clippy from dev-dependencies
2016-03-11 11:05:20 +01:00
debris
bfac5f9238
Merge branch 'master' of github.com:ethcore/parity into client_submodules
2016-03-11 11:03:52 +01:00
debris
18939462c3
sync_provider function
2016-03-11 11:03:43 +01:00
Marek Kotewicz
8d6ea3a0ef
Merge pull request #499 from ethcore/thread
...
Remove unneeded locking
2016-03-11 10:59:21 +01:00
Tomasz Drwięga
8709dd28f8
Fixing clippy warnings
2016-03-11 10:58:51 +01:00
Tomasz Drwięga
3a4a7ac822
Bumping clippy version
2016-03-11 10:35:26 +01:00
Tomasz Drwięga
5b204a5ff5
Merge branch 'master' into ethminer_crate
...
Conflicts:
parity/main.rs
rpc/src/v1/impls/eth.rs
sync/src/lib.rs
2016-03-11 10:31:07 +01:00
debris
3479a9bf95
Merge branch 'client_submodules' into rpc_tests
2016-03-11 10:30:46 +01:00
debris
a6d268db16
fixed missing reexport
2016-03-11 10:30:13 +01:00
debris
8e52510dbb
implemented net_listening method
2016-03-11 10:21:25 +01:00
Tomasz Drwięga
3bbdc03d0c
Fixing doctest.
2016-03-11 10:17:51 +01:00
debris
34a120e127
net tests
2016-03-11 10:17:20 +01:00
Gav Wood
d9c462a3d3
Use proper listen address. Tidyups.
2016-03-11 10:05:27 +01:00
Gav Wood
4c757997f6
Merge remote-tracking branch 'origin/master' into moregethcli
2016-03-10 21:41:29 +01:00
Gav Wood
29916edb91
More geth compatibility.
2016-03-10 21:36:45 +01:00
debris
87dd42f7bc
Merge branch 'master' of github.com:ethcore/parity into client_submodules
2016-03-10 21:17:58 +01:00
arkpar
06a3abd01e
Removed unused return type
2016-03-10 21:15:43 +01:00
arkpar
8785bd37e8
Merge branch 'master' of github.com:ethcore/parity into jdb_option2
2016-03-10 21:06:21 +01:00
arkpar
5f37f6edb4
Correct cache update order
2016-03-10 21:01:17 +01:00
debris
c5c8851b50
moved TestBlockChainClient to ethcore
2016-03-10 20:27:50 +01:00
Nikolay Volf
a2dea3885b
refactoring to AccountService
2016-03-10 23:09:45 +04:00
Gav Wood
84a48142de
Add more geth options.
2016-03-10 19:50:04 +01:00
Nikolay Volf
a207b6a17e
Merge pull request #664 from ethcore/sync-provider
...
extend sync status interface to sync provider
2016-03-10 21:18:41 +03:00
Nikolay Volf
47aacbb819
work is in progress
2016-03-10 21:56:02 +04:00
Nikolay Volf
2a24bb7cc6
Merge pull request #663 from ethcore/archive_default
...
--archive is default. --pruning is option.
2016-03-10 20:48:04 +03:00
arkpar
a6b5aad8c9
Merge branch 'master' of github.com:ethcore/parity into thread
2016-03-10 18:40:17 +01:00
Nikolay Volf
25a63611f8
extend sync status interface to sync provider
2016-03-10 20:32:17 +04:00
Nikolay Volf
5571503c22
traitified secret store
2016-03-10 20:18:01 +04:00
Gav Wood
c951dee766
--archive is default. --pruning is option.
2016-03-10 17:09:34 +01:00
Tomasz Drwięga
0eaf0a8db1
Updating hook.
2016-03-10 16:40:57 +01:00
Tomasz Drwięga
92022ac14d
Merge branch 'master' into ethminer_crate
...
Conflicts:
ethcore/src/client.rs
parity/main.rs
rpc/src/v1/impls/eth.rs
sync/src/chain.rs
2016-03-10 16:38:58 +01:00
Nikolay Volf
094ae4e9f9
personal is back to the master ver
2016-03-10 19:15:10 +04:00
Nikolay Volf
3b21a5f54c
Merge branch 'master' into rpc-signing-extend
...
Conflicts:
parity/main.rs
2016-03-10 19:08:41 +04:00
Tomasz Drwięga
c37370a8a7
PendingTransaction filter.
2016-03-10 16:04:59 +01:00
Gav Wood
8dd41bfe0c
Merge pull request #641 from ethcore/jsonrpc_interfaces
...
jsonrpc uses client and sync interfaces
2016-03-10 15:44:05 +01:00
Tomasz Drwięga
9741d48496
Transaction data associated with polls.
2016-03-10 15:35:36 +01:00
Gav Wood
5764ec5ddc
Merge pull request #609 from ethcore/tx-rpc-expose
...
Expose transaction insertion in sync lib
2016-03-10 15:28:43 +01:00
Gav Wood
29ddf34d6d
Merge pull request #660 from ethcore/poll_get
...
Removing get prefix from poll_info
2016-03-10 15:24:09 +01:00
Tomasz Drwięga
9ea3c0eba0
Fixing compilation on beta & stable
2016-03-10 15:20:54 +01:00
Tomasz Drwięga
027f122aea
Removing get prefix from poll_info
2016-03-10 14:24:33 +01:00
Tomasz Drwięga
9db4720162
Fixing clippy warnings.
2016-03-10 14:15:47 +01:00
Tomasz Drwięga
0535fb30c6
Merge branch 'master' into ethminer_crate
...
Conflicts:
sync/src/lib.rs
2016-03-10 14:03:09 +01:00
Gav Wood
4cfcaf8521
Merge pull request #657 from ethcore/tx_queue_update_height_bug
...
Tx queue update height bug
2016-03-10 13:20:00 +01:00
Gav Wood
f708d36fad
Merge pull request #651 from ethcore/tx_queue_integration
...
Tx_queue_docs -> To master
2016-03-10 13:19:40 +01:00
Gav Wood
16e12b1ae5
Merge pull request #645 from ethcore/import_route
...
blockchain import_route
2016-03-10 13:14:56 +01:00
Gav Wood
1a28e9297c
Merge pull request #655 from ethcore/io
...
Stop workers before stopping event loop
2016-03-10 12:53:00 +01:00
Tomasz Drwięga
eb1fab9202
Adding clippy support to ethminer.
2016-03-10 12:33:29 +01:00
Tomasz Drwięga
2e72173620
Merge branch 'master' into ethminer_crate
...
Conflicts:
Cargo.lock
Cargo.toml
hook.sh
miner/src/transaction_queue.rs
rpc/Cargo.toml
sync/Cargo.toml
sync/src/chain.rs
2016-03-10 12:25:36 +01:00
debris
6681aaf76a
split client into few submodules
2016-03-10 11:32:10 +01:00
Tomasz Drwięga
d4e7eafede
Merge branch 'master' into tx_queue_integration
...
Conflicts:
sync/src/transaction_queue.rs
2016-03-10 11:23:39 +01:00
Tomasz Drwięga
6d0578e19c
Additional explanation for ordering of commit/insert_block
2016-03-10 11:16:54 +01:00
Tomasz Drwięga
0cf405527e
Fixing update height bug
2016-03-10 11:14:25 +01:00
Gav Wood
99e577ad2f
Merge pull request #650 from ethcore/tx_queue_validation
...
Validate sender before importing to queue
2016-03-10 11:14:22 +01:00
Tomasz Drwięga
276768a826
Failing test case for #656
2016-03-10 11:11:59 +01:00
Gav Wood
cd37fa7cb5
Merge pull request #640 from ethcore/tx_queue_min_gas
...
Gas price threshold for transactions
2016-03-10 11:09:09 +01:00
Gav Wood
90ae7500da
Update main.rs
2016-03-10 11:07:10 +01:00
Gav Wood
249a89fc2d
Merge pull request #627 from ethcore/clippy-dev
...
`dev` feature enabled when compiling without `--release`
2016-03-10 11:05:56 +01:00
arkpar
ff12b53ba6
Stop workers before stopping event loop
2016-03-10 10:40:16 +01:00
Nikolay Volf
a2046b429f
exposing only one func
2016-03-10 13:27:33 +04:00
debris
190a2c3b35
Merge branch 'master' of github.com:ethcore/parity into import_route
2016-03-10 10:17:44 +01:00
debris
0a7cda09ff
changed route name to enacted and retracted
2016-03-10 10:17:17 +01:00
Tomasz Drwięga
02b7e7698a
Breaking couple of lines to keep number of characters below limit
2016-03-10 10:09:55 +01:00
Tomasz Drwięga
ca2cf8e591
Lowering minimal gas price
2016-03-10 10:05:51 +01:00
Tomasz Drwięga
cc47c80243
Merge branch 'master' into tx_queue_rpc
2016-03-10 09:44:46 +01:00
Tomasz Drwięga
2f9b955210
Merge branch 'master' into ethminer_crate
...
Conflicts:
parity/main.rs
2016-03-10 09:39:26 +01:00
Tomasz Drwięga
9f77a85491
Fixing compilation on nightly
2016-03-10 09:35:46 +01:00
Tomasz Drwięga
878e38c0cf
Fixing deps again
2016-03-10 09:33:25 +01:00
Tomasz Drwięga
c3803807a9
Merge pull request #648 from ethcore/bq-fix
...
Don't call mark_as_bad needlessly
2016-03-10 09:28:26 +01:00
Tomasz Drwięga
6864a08000
Merge branch 'master' into tx_queue_validation
2016-03-10 09:26:57 +01:00
Tomasz Drwięga
3c1888c26a
Fixing deps
2016-03-10 09:26:04 +01:00
debris
4750d2f667
Merge branch 'master' into import_route
2016-03-10 01:04:05 +01:00
Gav Wood
2ecad23fab
Merge pull request #647 from ethcore/sync
...
Fixed sync handling large forks
2016-03-10 00:53:20 +01:00
Gav Wood
204d31a056
Merge pull request #631 from ethcore/tx_queue_docs
...
Additional documentation for transaction queue
2016-03-10 00:45:30 +01:00
Gav Wood
50c8d7f633
Merge pull request #607 from ethcore/tx_queue_integration
...
Transaction Queue Integration
2016-03-10 00:45:07 +01:00
Gav Wood
ac42045155
Merge pull request #639 from ethcore/keys-cli
...
Keys cli
2016-03-10 00:25:01 +01:00
Nikolay Volf
ddc3440712
Merge branch 'master' into tx-rpc-expose
...
Conflicts:
sync/src/chain.rs
2016-03-10 03:22:32 +04:00
arkpar
84a741d0f9
Don't call mark_as_bad needlessly
2016-03-10 00:21:07 +01:00
debris
f397fb210f
fixed typo
2016-03-10 00:11:35 +01:00
Nikolay Volf
663eec8a76
Merge branch 'master' into tx-rpc-expose
2016-03-10 03:03:27 +04:00
arkpar
d7e729a4ea
Fixed sync handling large forks
2016-03-09 23:55:56 +01:00
Nikolay Volf
0f056f3abb
Merge branch 'master' into clippy-dev
...
Conflicts:
Cargo.toml
2016-03-10 02:45:53 +04:00
Arkadiy Paronyan
095a397d7c
Merge pull request #643 from ethcore/fix-warning
...
fix build warning
2016-03-09 21:56:38 +01:00
debris
8b042ac875
blockchain import_route
2016-03-09 21:55:23 +01:00
Marek Kotewicz
abeb50bd08
Merge pull request #642 from ethcore/jsonrpc_update
...
updated jsonrpc-core and http-server libs
2016-03-09 20:46:49 +01:00
Nikolay Volf
accc1db43f
chaning docopt config a bit
2016-03-09 23:39:36 +04:00
Nikolay Volf
8a83e27d6a
cfg-test for noop verifier
2016-03-09 22:55:41 +04:00
arkpar
c302fa9a4e
Style
2016-03-09 18:37:44 +01:00
debris
423dd7e0a9
updated jsonrpc-core and http-server libs
2016-03-09 18:04:13 +01:00
debris
082a4d9078
jsonrpc uses client and sync interfaces as a preparetion for jsonrpc tests
2016-03-09 17:31:43 +01:00
Tomasz Drwięga
02b23d3deb
Merge pull request #638 from ethcore/jsonrpc_panic_handle
...
jsonrpc panics gracefully shutdown client
2016-03-09 17:16:02 +01:00
Nikolay Volf
7ff4d14544
adding return to if branch
2016-03-09 19:27:44 +04:00
Nikolay Volf
f49e32cc79
Merge branch 'master' into keys-cli
2016-03-09 19:20:17 +04:00
debris
bcb9b0e457
wait_for_exit takes only one input param, which is PanicHandler
2016-03-09 15:32:27 +01:00
Tomasz Drwięga
3c0587b375
Merge branch 'ethminer_crate' into tx_queue_min_gas
2016-03-09 15:27:27 +01:00
Tomasz Drwięga
3d74e5bd47
Fixing doctest
2016-03-09 15:27:07 +01:00
Tomasz Drwięga
493c61f09d
Minimal gas price threshold. Closes : #636
2016-03-09 15:22:11 +01:00
Tomasz Drwięga
363de973c9
Adding documentation and ditching EthMiner
2016-03-09 14:26:28 +01:00
Nikolay Volf
6ad0ba8fe2
basic commands
2016-03-09 17:11:15 +04:00
debris
3655354980
Merge branch 'master' into jsonrpc_panic_handle
2016-03-09 13:46:08 +01:00
Tomasz Drwięga
9d664336b5
Tratifying Miner
2016-03-09 13:30:59 +01:00
Tomasz Drwięga
5db84c3233
Adding transactions to block
2016-03-09 13:09:34 +01:00
Tomasz Drwięga
79d2beb42a
Same bug in full_mul
2016-03-09 11:50:35 +01:00
debris
a1640dcf72
jsonrpc panic handle
2016-03-09 11:38:53 +01:00
Tomasz Drwięga
9c714688cd
Merge branch 'uint_opt' of github.com:ethcore/parity into uint_opt
2016-03-09 11:32:39 +01:00
Tomasz Drwięga
b3fc16ed9a
Fixing bug in multiplication implementation
2016-03-09 11:32:23 +01:00
Tomasz Drwięga
f84d40734d
Validating sender before importing to queuue
2016-03-09 10:26:51 +01:00
Tomasz Drwięga
e92ee1c0ea
Merge branch 'master' into tx_queue_integration
2016-03-09 09:27:20 +01:00
Tomasz Drwięga
389779d86c
Updating benchmarks to avoid inlining/optimizing
2016-03-09 00:05:47 +01:00
arkpar
a069e890ba
Replaced --archive option with --pruning
2016-03-08 19:14:43 +01:00
arkpar
d31aa05847
Merge branch 'master' of github.com:ethcore/parity into jdb_option2
2016-03-08 18:40:21 +01:00
Arkadiy Paronyan
798c348d0e
Merge pull request #633 from ethcore/fixing_docopt
...
Fixing CLI parameters
2016-03-08 18:36:02 +01:00
arkpar
ca7d3b91d0
Merge branch 'master' of github.com:ethcore/parity into jdb_option2
2016-03-08 18:35:25 +01:00
Tomasz Drwięga
b2fc077f8c
Fixing CLI parameters
2016-03-08 16:42:33 +01:00
Tomasz Drwięga
49f1834ffb
Fixing travis yml whitespace
2016-03-08 16:40:35 +01:00
Tomasz Drwięga
9acb36af87
Fixing tests compilation. Removing ethminer dependency on client
2016-03-08 16:23:32 +01:00
Tomasz Drwięga
84444c697c
Adding ethminer to dev/ci files
2016-03-08 15:53:12 +01:00
Tomasz Drwięga
99a6802b61
Moving block sealing and transaction_queue to separate create
2016-03-08 15:46:44 +01:00
Tomasz Drwięga
799d3bd2c8
Fixing doc test for queue
2016-03-08 12:42:32 +01:00
Tomasz Drwięga
655bb0ed5d
Additional documentation for transaction queue
2016-03-08 12:36:06 +01:00
Tomasz Drwięga
c47209e9bf
Using better subtraction when optimizations are enabled
2016-03-08 12:09:04 +01:00
Tomasz Drwięga
1184679d23
Merge branch 'tx_queue_integration' into tx_queue_rpc
2016-03-08 10:17:01 +01:00
Tomasz Drwięga
f973610b38
Merge branch 'master' into tx_queue_integration
2016-03-08 10:15:11 +01:00
Tomasz Drwięga
9ae2341ba9
Couple of more aggresive optimizations
2016-03-08 10:05:46 +01:00
Tomasz Drwięga
17b2d2a2d7
Implementing mul and full_mul
2016-03-08 01:20:16 +01:00
Gav Wood
9780897fc7
Merge pull request #628 from ethcore/gethcli
...
Normal CLI options with geth.
2016-03-07 23:35:40 +01:00
Tomasz Drwięga
76865694ce
Subtraction optimization
2016-03-07 19:03:29 +01:00
Tomasz Drwięga
c5840be1cb
Small improvements
2016-03-07 18:36:17 +01:00
Tomasz Drwięga
e7be3c5378
Simplifing mul_u32 and add carry
2016-03-07 17:09:19 +01:00
Tomasz Drwięga
cc0adf5442
Optimizing and simplifying add and shl
2016-03-07 17:06:08 +01:00
Tomasz Drwięga
4717be07d6
Optimizing mul_u32
2016-03-07 16:45:50 +01:00
Tomasz Drwięga
0fd52176dc
Fixing tests in bigint and util
2016-03-07 16:28:51 +01:00
arkpar
57485a73ec
Merge branch 'master' into thread
2016-03-07 15:10:15 +01:00
Tomasz Drwięga
ab42ec8c81
Removing unneeded lifetime
2016-03-07 14:40:39 +01:00
Tomasz Drwięga
b61c0397bc
removing unused variable
2016-03-07 14:36:38 +01:00
Tomasz Drwięga
69db469d39
Merge branch 'master' into clippy-dev
...
Conflicts:
util/src/journaldb.rs
2016-03-07 14:35:42 +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
Gav Wood
f601975701
Merge pull request #626 from ethcore/network
...
Do not remove the peer immediatelly on send error
2016-03-07 12:31:32 +01:00
Gav Wood
ec3698066b
Normal CLI options with geth.
...
Support node identity.
Support fine-grained JSONRPC API enabling.
2016-03-07 12:21:11 +01:00
Tomasz Drwięga
e83f856104
Merging chain_blocks_verified to chain_new_blocks
2016-03-07 12:16:37 +01:00
Tomasz Drwięga
3153d12bd9
feature enabled when compiling without --release
2016-03-07 11:40:44 +01:00
arkpar
58721475ff
Do not remove the peer immediatelly on send error
2016-03-07 11:34:07 +01:00
Gav Wood
f9e93d594b
Merge pull request #622 from ethcore/jsonrpc_block_behind
...
Jsonrpc block behind
2016-03-07 11:00:56 +01:00
Arkadiy Paronyan
92e18a79ea
Merge pull request #624 from ethcore/killspam
...
Remove println!s.
2016-03-07 10:58:50 +01:00
Gav Wood
72016196cd
Remove println!s.
2016-03-07 10:56:39 +01:00
debris
bcae4f6e7b
fixed jsonrpc reporting current block is one less than actuall, fixed #612
2016-03-07 10:30:19 +01:00
Tomasz Drwięga
b0ac103900
Merge branch 'master' into tx_queue_integration
2016-03-07 09:54:07 +01:00
Gav Wood
318e7e9e04
Merge pull request #613 from ethcore/jdb_option1
...
JournalDB option 1 fix
2016-03-07 09:38:50 +01:00
debris
0da2ec1c0a
Merge branch 'master' of github.com:ethcore/parity
2016-03-07 09:35:31 +01:00
Gav Wood
4d1effb008
Fix tests.
2016-03-07 09:10:02 +01:00
Gav Wood
73207c2355
Revert accidental beta regressions.
2016-03-07 08:01:14 +01:00
Gav Wood
fd87633db6
Remove superfluous LATEST_KEY write.
2016-03-07 07:57:50 +01:00
Arkadiy Paronyan
7e9f13750f
Merge pull request #611 from ethcore/network
...
Network tracing cleanup
2016-03-07 07:44:49 +01:00
arkpar
744c4c7d8b
JournalDB documentation
2016-03-07 07:06:55 +01:00
Gav Wood
0980c7130a
Fix replay_keys
...
Counters should never have an entry with zero value.
2016-03-07 06:58:43 +01:00
Gav Wood
4230fdfffe
More veriosning fixups.
2016-03-06 22:43:21 +01:00
Gav Wood
bc2fb14b5d
Add memory usage reports.
...
Update to be similar to master.
2016-03-06 22:39:04 +01:00
Gav Wood
bfd882c7e0
Fix warnings.
2016-03-06 22:05:12 +01:00
Gav Wood
51c95d4d67
Implement option 1.
2016-03-06 21:57:55 +01:00
arkpar
d77d9ad9d8
JournalDB with history overlay
2016-03-06 19:57:00 +01:00
Tomasz Drwięga
c49258e866
Merge branch 'tx_queue_integration' into tx_queue_rpc
2016-03-06 11:15:16 +01:00
Tomasz Drwięga
e91de78528
Renaming back bad as retracted
2016-03-06 11:12:02 +01:00
Tomasz Drwięga
64b5e23ba5
Merge branch 'tx_queue_integration' of github.com:ethcore/parity into tx_queue_integration
2016-03-06 11:05:13 +01:00
Tomasz Drwięga
aaf2e0c3fb
Locking outside of loop
2016-03-06 11:04:24 +01:00
arkpar
003d1fd0cc
Network tracing improvements
2016-03-05 23:32:38 +01:00
Nikolay Volf
ad81356683
fix namespace
2016-03-06 00:48:00 +03:00
Nikolay Volf
e100ecbeac
exposing in lib
2016-03-05 23:47:28 +03:00
Nikolay Volf
57e6e1e1b5
[ci ship] redundant lines
2016-03-05 20:15:19 +03:00
Tomasz Drwięga
3f493ab118
Merge branch 'tx_queue_integration' into tx_queue_rpc
2016-03-05 17:46:45 +01:00
Tomasz Drwięga
4a53d62be4
Fixing inconsistency when replacing transactions in queue
2016-03-05 17:41:35 +01:00
Tomasz Drwięga
18cbea394d
Small renaming
2016-03-05 17:14:48 +01:00
Tomasz Drwięga
c13afcf404
Removing assertion and just comparing fees
2016-03-05 17:06:04 +01:00
Tomasz Drwięga
ae1c1b918f
Fixing compilation
2016-03-05 16:51:01 +01:00
Tomasz Drwięga
67f2bc40e6
Merge remote-tracking branch 'origin/tx_queue_integration' into tx_queue_rpc
2016-03-05 16:49:13 +01:00
Tomasz Drwięga
8915974cf0
Fixing compilation
2016-03-05 16:48:03 +01:00
Tomasz Drwięga
cc3839ae57
Revert "Revert "Transaction Queue integration""
...
This reverts commit d330f0b7b7 .
Conflicts:
sync/src/transaction_queue.rs
2016-03-05 16:46:04 +01:00
Tomasz Drwięga
5ac7b9f812
Merge branch 'master' into tx_queue_integration
...
Conflicts:
sync/src/transaction_queue.rs
2016-03-05 16:44:35 +01:00
Tomasz Drwięga
0a7fc4af73
Recalculating heights in future when removing transaction
2016-03-05 16:42:34 +01:00
Nikolay Volf
bb8a79f18c
finalizing
2016-03-05 18:29:01 +03:00
Tomasz Drwięga
6afa1c85b7
Replacing transactions instead of just inserting
2016-03-05 16:20:41 +01:00
Tomasz Drwięga
765d7179f5
Failing tests for transaction queue
2016-03-05 15:43:04 +01:00
Nikolay Volf
1aaae7b553
[ci skip] codegen bug
2016-03-05 16:42:02 +03:00
Tomasz Drwięga
78a39d3ac9
Avoid importing same transaction twice (especially with different nonce_height)
2016-03-05 14:34:15 +01:00
debris
068d776b17
Merge branch 'master' of github.com:ethcore/parity
2016-03-05 13:49:03 +01:00
Tomasz Drwięga
0109e5e9d4
Removing memory leak when transactions are dropped from set
2016-03-05 13:03:34 +01:00
Gav Wood
b14b4cfef8
Merge pull request #602 from ethcore/revert-595-tx_queue_integration
...
Revert "Transaction Queue integration"
2016-03-05 12:54:01 +01:00
Gav Wood
d330f0b7b7
Revert "Transaction Queue integration"
2016-03-05 12:53:54 +01:00
Nikolay Volf
9e5bf94a5a
Merge branch 'master' into rpc-signing-extend
2016-03-05 14:31:39 +03:00
Gav Wood
5ac0da6bba
Merge pull request #601 from ethcore/fix-benches
...
fix benches compilation
2016-03-05 12:30:33 +01:00
Nikolay Volf
cfbaa2d6e9
fixed namespaces
2016-03-05 14:25:46 +03:00
Nikolay Volf
c4fe307b06
Merge pull request #595 from ethcore/tx_queue_integration
...
Transaction Queue integration
2016-03-05 14:21:54 +03:00
Gav Wood
937a8e26a6
Merge pull request #597 from ethcore/verifier_improvements
...
verifier trait improvements
2016-03-05 12:12:47 +01:00
Gav Wood
c4faa69049
Merge pull request #600 from ethcore/rust_stable
...
build on rust stable
2016-03-05 12:11:57 +01:00
Gav Wood
0768d556a9
Merge pull request #599 from ethcore/silent-geth
...
Geth import silent if no geth
2016-03-05 12:11:21 +01:00
Tomasz Drwięga
b9a6a70ced
Renaming bad blocks as retracted
2016-03-05 11:37:19 +01:00
debris
9e5f8d4434
build on rust stable
2016-03-05 11:36:12 +01:00
debris
1743e480e3
rust_stable
2016-03-05 11:35:44 +01:00
Tomasz Drwięga
8a13e87cbe
Renaming BlocksWith helper to EachBlockWith
2016-03-05 11:30:27 +01:00
Nikolay Volf
1d04a7b8f9
changing warning to trace
2016-03-05 13:16:09 +03:00
debris
5ad5773014
verifier improvements
2016-03-05 10:45:05 +01:00
Gav Wood
a7e5113f2c
Merge pull request #593 from ethcore/journaldb
...
Additional journaldb logging and assert
2016-03-05 09:48:01 +01:00
Gav Wood
504e74a9ad
Merge pull request #578 from ethcore/finduncles
...
Uncle inclusion in block authoring.
2016-03-05 09:47:51 +01:00
Tomasz Drwięga
77d526fd0b
Merge branch 'master' into tx_queue_integration
...
Conflicts:
ethcore/src/client.rs
sync/src/tests/helpers.rs
2016-03-05 00:57:45 +01:00
arkpar
a4640beb2c
Typo
2016-03-05 00:00:43 +01:00
arkpar
2d6738fcde
Additional logging and assert
2016-03-04 23:53:57 +01:00
Gav Wood
8ed632eb96
Merge pull request #592 from ethcore/network
...
Fixed potential deadlock on startup
2016-03-04 23:51:56 +01:00
Gav Wood
87cd8ebd26
Merge pull request #591 from ethcore/sync
...
Fixing an overflow panic
2016-03-04 23:51:45 +01:00
Gav Wood
d7b49c9f15
Merge pull request #590 from ethcore/sync-fix
...
Fixed one more case of sync stalling
2016-03-04 23:51:32 +01:00
Gav Wood
e11b74e8d2
Merge pull request #589 from ethcore/disablejournaldb
...
JournalDB can now operate in "archive" mode
2016-03-04 23:51:21 +01:00
Gav Wood
8f00056171
Avoid sealing unnecessarily.
2016-03-04 23:43:59 +01:00
Gav Wood
86c34c7d10
Remove "fix".
2016-03-04 23:29:56 +01:00
Gav Wood
098a6ad2cc
Reset HISTORY.
2016-03-04 23:09:05 +01:00
Gav Wood
d63e535b3c
Merge branch 'master' into finduncles
2016-03-04 23:08:48 +01:00
Gav Wood
96617533c8
Remove unneeded field.
2016-03-04 22:57:44 +01:00
Gav Wood
559e01ea84
Review remarks resolved.
2016-03-04 22:54:59 +01:00
arkpar
182aec2f94
Fixed potential deadlock on startup
2016-03-04 22:01:36 +01:00
arkpar
f028ff1d40
Use same BlockChainInfo for propagation
2016-03-04 21:52:03 +01:00
Gav Wood
bc018faedc
Avoid forcing a resync for the pre-existing journaldbs.
2016-03-04 21:17:42 +01:00
Gav Wood
bbbaffbc53
"--archive" option for disabling the journal DB
...
Fixes #579
2016-03-04 21:06:28 +01:00
Nikolay Volf
5d9a599b17
Merge branch 'master' into rpc-signing-extend
2016-03-04 22:42:32 +03:00
Nikolay Volf
316e48e3b5
Merge pull request #586 from ethcore/secret-store-ext
...
Secret store integration with client
2016-03-04 22:41:47 +03:00
Gav Wood
ba67b67ff3
JournalDB can now operate in "archive" mode.
2016-03-04 20:19:36 +01:00
Arkadiy Paronyan
d398326049
Merge pull request #588 from ethcore/fix-build-master
...
fix build on nightly rust
2016-03-04 19:57:45 +01:00
Nikolay Volf
8ff49c06dd
somehow that was not set to the right path
2016-03-04 21:53:24 +03:00
Nikolay Volf
5fdc6be9bc
Merge branch 'master' into secret-store-ext
2016-03-04 21:46:20 +03:00
Nikolay Volf
31127425ba
Merge pull request #585 from ethcore/uint-deserialize
...
deserialization for uint generic
2016-03-04 21:45:34 +03:00
Nikolay Volf
a4f4764e2a
Merge pull request #559 from ethcore/tx_queue
...
TransactionsQueue implementation
2016-03-04 21:43:33 +03:00
arkpar
3fa1776ecf
Fixed sync stalling on a new block arriving while body request is pending
2016-03-04 19:11:44 +01:00
Nikolay Volf
a8f8195418
Merge pull request #583 from ethcore/json-rpc-personal
...
JSON-RPC personal service (follows #582 )
2016-03-04 20:11:22 +03:00
Nikolay Volf
af5ed8b5f7
rpc-signing-extend
2016-03-04 20:10:07 +03:00
Nikolay Volf
c72c27b47e
client integration
2016-03-04 20:09:21 +03:00
Nikolay Volf
2e3fb103ab
extended secret store operations
2016-03-04 20:08:42 +03:00
Nikolay Volf
d59972a9ac
deserialization for uint generic
2016-03-04 20:07:23 +03:00
Tomasz Drwięga
d9f23470c4
Merge branch 'tx_queue_integration' into tx_queue_rpc
2016-03-04 16:54:00 +01:00
Tomasz Drwięga
bcaed67eaa
Swapping order of inserting block to chain and commiting to DB to avoid race conditions
2016-03-04 16:48:10 +01:00
Tomasz Drwięga
bd7614f445
Merge branch 'tx_queue' into tx_queue_integration
...
Conflicts:
sync/src/transaction_queue.rs
2016-03-04 16:25:39 +01:00
Tomasz Drwięga
677c3996b9
Taking expected nonce from state into consideration when removing txs
2016-03-04 16:12:48 +01:00
Tomasz Drwięga
b320ff4602
Getting rid of first_nonces (we can fetch it from state)
2016-03-04 15:02:11 +01:00
Nikolay Volf
ae51d99fb8
[ci skip] trailing commas
2016-03-04 16:40:17 +03:00
Nikolay Volf
4131a60b43
Merge branch 'master' into json-rpc-personal
2016-03-04 16:25:49 +03:00
Nikolay Volf
0d01099f44
moving unlock logics to secret-store itself
2016-03-04 16:23:00 +03:00
Marek Kotewicz
9c1f3d5fff
Merge pull request #582 from ethcore/secret-store-sync-ready
...
making key directory thread-safe
2016-03-04 13:22:32 +01:00
Gav Wood
ee312cba1c
Merge pull request #581 from ethcore/verifier_trait
...
verifier trait
2016-03-04 12:58:10 +01:00
Nikolay Volf
4f62e80de7
name fix
2016-03-04 14:53:18 +03:00
Nikolay Volf
da65761712
Merge branch 'secret-store-sync-ready' into json-rpc-personal
2016-03-04 14:49:00 +03:00
Nikolay Volf
e17b2a4db8
replacing unsafe cell with rwlock
2016-03-04 14:48:05 +03:00
Nikolay Volf
6a57e83509
json rpc personal service
2016-03-04 14:46:54 +03:00
Tomasz Drwięga
410bd263dd
Merge branch 'tx_queue_integration' into tx_queue_rpc
2016-03-04 12:34:34 +01:00
Tomasz Drwięga
f7371daca3
Merge branch 'tx_queue' into tx_queue_integration
2016-03-04 12:20:31 +01:00
debris
706ce5dfb6
verifier trait
2016-03-04 11:56:04 +01:00
Tomasz Drwięga
8542d651ae
Refactoring transactions queue to avoid cloning transactions
2016-03-04 11:45:20 +01:00
Gav Wood
52dceff3ea
Merge branch 'master' into finduncles
2016-03-03 15:16:56 +01:00
Gav Wood
00b5fcebe3
Merge pull request #580 from ethcore/fixblockchainmem
...
shrink_to_fit after removing hashes.
2016-03-03 15:08:47 +01:00
Gav Wood
f8dc1f2e3a
Avoid leaking block_details.
...
Fixes #576
2016-03-03 12:56:34 +01:00
Gav Wood
09e01fa0f8
Merge pull request #504 from ethcore/rpc_poll_ids
...
support for rpc polling
2016-03-03 12:44:27 +01:00
Gav Wood
f9533c5d16
Merge pull request #569 from ethcore/rpc_serde_generator
...
limit serde codegen only to rpc types submodule
2016-03-03 12:43:05 +01:00
Gav Wood
806f962b7d
Merge pull request #573 from ethcore/issue-test/568
...
fork test for Issue test/568
2016-03-03 12:41:32 +01:00
Gav Wood
dadc2a96ea
shrink_to_fit after removing hashes.
2016-03-03 12:39:19 +01:00
Gav Wood
df77f51bcc
History to 30 to pass tests.
2016-03-03 11:47:24 +01:00
Gav Wood
3daa4c6497
Fix max uncles.
2016-03-03 11:39:00 +01:00
Gav Wood
6933bb971b
Test.
2016-03-02 23:41:15 +01:00
Tomasz Drwięga
f4a71dc03c
Merge branch 'tx_queue' into tx_queue_integration
2016-03-02 21:27:08 +01:00
Tomasz Drwięga
fc9999fb05
Changing uint to numbers
2016-03-02 21:26:48 +01:00
Tomasz Drwięga
82866fcab5
Merge branch 'master' into tx_queue
2016-03-02 21:14:11 +01:00
Gav Wood
039c0056bc
Uncle inclusion in block authoring. Still need tests.
2016-03-02 19:38:00 +01:00
Gav Wood
1a7ef8cc85
Merge pull request #560 from ethcore/clippy_warnings
...
Fixing clippy warnings = small refactoring of `request_blocks`
2016-03-02 19:06:45 +01:00
Gav Wood
877270c35f
Fixes.
2016-03-02 18:32:54 +01:00
Gav Wood
42df98450c
Include uncles in exclused.
2016-03-02 18:05:47 +01:00
Gav Wood
671965d44f
Test for ancestry.
2016-03-02 17:31:42 +01:00
Gav Wood
c75737bcf0
Add ancestry iterator.
2016-03-02 17:04:44 +01:00
Nikolay Volf
c4333461bb
Merge pull request #571 from ethcore/journaldb
...
Improved journaldb logging
2016-03-02 18:07:01 +03:00
Gav Wood
f1cd0299cc
Merge pull request #570 from ethcore/ancientenactcheck
...
Additional check to ancient enactments.
2016-03-02 15:44:43 +01:00
Gav Wood
3c7814c8ac
Remove debug line.
2016-03-02 15:43:48 +01:00
Nikolay Volf
028434f93d
Merge branch 'master' into issue-test/568
...
Conflicts:
ethcore/src/tests/client.rs
2016-03-02 17:15:09 +03:00
Nikolay Volf
02aad03f92
helpers
2016-03-02 17:06:53 +03:00
debris
e66dbac11b
Merge branch 'master' into rpc_serde_generator
2016-03-02 14:17:34 +01:00
debris
b1a62575c9
fixed PollFilter::PendingTransaction returning empty hash
2016-03-02 14:09:44 +01:00
debris
190468e1f8
fixed trailing ,
2016-03-02 14:03:43 +01:00
debris
03ffcd0e64
Merge branch 'master' into rpc_poll_ids
2016-03-02 13:59:03 +01:00
Gav Wood
f5de0187e7
Merge remote-tracking branch 'origin/master' into clippy_warnings
2016-03-02 13:40:35 +01:00
Gav Wood
1ae573bf21
Fix install-deps.sh.
2016-03-02 13:40:11 +01:00
Gav Wood
47b4729332
Fix check.
2016-03-02 13:28:51 +01:00
Gav Wood
4fd926bfd6
Merge branch 'master' of github.com:ethcore/parity
2016-03-02 13:27:45 +01:00
arkpar
041cfda80b
Improved journaldb logging
2016-03-02 13:21:33 +01:00
Gav Wood
3b3399ccc3
Merge pull request #564 from ethcore/inclusive_bloom_ranges
...
chainfilter shouldnt exclude to_block from results
2016-03-02 13:05:45 +01:00
Gav Wood
13deb4f048
Merge branch 'master' of github.com:ethcore/parity
2016-03-02 13:01:48 +01:00
Gav Wood
931c293426
Merge pull request #567 from ethcore/fix-kcov
...
Fix coverage test run
2016-03-02 13:01:14 +01:00
Gav Wood
162300a4a6
Merge pull request #547 from ethcore/mining
...
Mining
2016-03-02 13:00:22 +01:00
Gav Wood
3309959139
Additional check to ancient enactments.
2016-03-02 12:57:34 +01:00
debris
bdf3b197ad
limit serde codegen only to rpc types submodule
2016-03-02 12:42:08 +01:00
debris
28c5f6f9c3
fixed failing test
2016-03-02 12:32:30 +01:00
Marek Kotewicz
c9bb7ea0f4
Merge pull request #565 from ethcore/uint-warnings
...
fix uint warnings
2016-03-02 12:32:01 +01:00
debris
5a7dfa4df2
Merge branch 'master' into rpc_poll_ids
2016-03-02 12:27:38 +01:00
Marek Kotewicz
c46126806e
Merge pull request #562 from ethcore/chain_generator
...
Finished blockchain generator.
2016-03-02 12:17:01 +01:00
Nikolay Volf
771fbcbd27
remove redundant modification
2016-03-02 13:02:33 +03:00
Nikolay Volf
5dfc3d2849
resolving path at runtime
2016-03-02 13:01:38 +03:00
Nikolay Volf
6b9fde5790
Merge branch 'master' into mining
2016-03-02 08:54:21 +03:00
Nikolay Volf
34b812696b
remove unused imports
2016-03-02 08:49:48 +03:00
debris
a0acfd5113
Merge branch 'master' into rpc_poll_ids
2016-03-02 06:12:06 +01:00
debris
feff1f9e6e
chainfilter shouldnt exclude to_block from results
2016-03-02 06:09:27 +01:00
debris
4f891973aa
Merge branch 'master' into chain_generator
2016-03-02 06:03:57 +01:00
Marek Kotewicz
cda48e3ce8
Merge pull request #563 from ethcore/fixed_broken_master
...
fixed broken master
2016-03-02 06:01:52 +01:00
debris
67a1f2065e
fixed broken master
2016-03-02 06:01:31 +01:00
debris
32074cc420
fixed compilation issue caused by incorrect merge
2016-03-02 05:55:42 +01:00
debris
05897ddbb0
fixed pending transaction mock implementation
2016-03-02 05:50:28 +01:00
debris
5f97d51967
renamed poll_indexed to poll_manager
2016-03-02 05:46:38 +01:00
debris
3b4d4a9b63
Merge branch 'master' into rpc_poll_ids
2016-03-02 05:15:21 +01:00
debris
4571df9fc6
Merge branch 'master' of github.com:ethcore/parity into chain_generator
2016-03-02 04:54:55 +01:00
debris
010659cf12
added missing , in comment
2016-03-02 04:54:47 +01:00
debris
68ba016279
improved blockchain generator
2016-03-02 04:25:03 +01:00
arkpar
324e070581
Reverted some changes
2016-03-02 01:24:06 +01:00
arkpar
15ecba57ec
Merge branch 'master' of github.com:ethcore/parity into thread
2016-03-02 01:20:41 +01:00
Gav Wood
d55aa54412
Merge branch 'master' into mining
2016-03-02 00:59:39 +01:00
Gav Wood
0082d12ea9
Merge pull request #544 from ethcore/uint-refact
...
uint to separate crate
2016-03-02 00:59:03 +01:00
Gav Wood
3ac14a6d89
Merge pull request #554 from ethcore/chain_generator
...
improved test chain generator
2016-03-02 00:58:52 +01:00
Gav Wood
1ad1836bd3
Merge pull request #558 from ethcore/chain_rename
...
Fixing spelling in propagade->propagate
2016-03-02 00:57:36 +01:00
Gav Wood
173d383f9f
Merge pull request #557 from ethcore/transaction_cell
...
Changing RefCell to Cell in transaction.
2016-03-02 00:57:00 +01:00
Gav Wood
30c6820437
Refactor and cleanup.
2016-03-02 00:52:18 +01:00
Gav Wood
929f44fe4f
Tests for Client sealing.
2016-03-02 00:34:38 +01:00
Tomasz Drwięga
c889d9b3eb
Exposing transaction queue pending in RPC
2016-03-01 23:06:51 +01:00
Tomasz Drwięga
c6934431d1
Adding test for sync.chain_new_blocks.
2016-03-01 22:52:28 +01:00
Tomasz Drwięga
7565625ce0
Integrating TransactionQueue with client
2016-03-01 22:30:23 +01:00
Tomasz Drwięga
083747dc67
Lowering complexity of request_blocks
2016-03-01 22:05:54 +01:00
Tomasz Drwięga
30e7ac8d6d
Fixing trivial warnings
2016-03-01 22:05:50 +01:00
Tomasz Drwięga
725e894f9b
TransactionsQueue implementation
2016-03-01 21:48:58 +01:00
Tomasz Drwięga
8c9c701de5
Fixing spelling in propagade->propagate
2016-03-01 21:34:57 +01:00
Tomusdrw
aab274d3ef
Changing RefCell to Cell in transaction. Implementing Copy on Uints.
2016-03-01 21:29:22 +01:00
Gav Wood
046b8e4704
Merge branch 'master' into mining
2016-03-01 20:16:27 +01:00
Gav Wood
a21fda23a6
Enable transition test.
2016-03-01 20:14:28 +01:00
Gav Wood
628a53ccec
Update tests. Fix our tests.
2016-03-01 20:02:59 +01:00
Gav Wood
140711dd8a
Fixups from review.
...
Reduce size of default extra-data.
Introduce find_uncle_headers.
2016-03-01 19:59:12 +01:00
Nikolay Volf
7c3d7fc460
Merge pull request #556 from ethcore/mordenfix
...
Fix for morden consensus.
2016-03-01 21:28:29 +03:00
Gav Wood
f2eae8bc50
Merge branch 'master' into mining
2016-03-01 18:46:02 +01:00
Gav Wood
61420d3c9c
Fix for morden consensus.
2016-03-01 18:17:59 +01:00
Gav Wood
afc0605080
Refactor engine to make it clear that we're actually checking the seal.
2016-03-01 17:23:44 +01:00
Gav Wood
f705f6957a
Merge branch 'master' into mining
2016-03-01 16:59:39 +01:00
Gav Wood
a5c65b2a3d
Reduce spam.
2016-03-01 16:59:01 +01:00
Gav Wood
48df869202
--author and --extra-data options. Fixed null parent-hash.
2016-03-01 16:58:14 +01:00
debris
38d74bf78c
Merge branch 'master' of github.com:ethcore/parity into chain_generator
2016-03-01 16:22:51 +01:00
debris
3e2366b38b
improved chain generator
2016-03-01 16:22:06 +01:00
Marek Kotewicz
bbe2e8076b
Merge pull request #550 from ethcore/chain_generator
...
blockchain generator
2016-03-01 16:21:27 +01:00
debris
47688e49cd
removed redundant whitespaces
2016-03-01 13:54:14 +01:00
debris
063020f507
added license headers
2016-03-01 13:46:33 +01:00
debris
ab9fddf6b2
blockchain generator
2016-03-01 13:44:09 +01:00
Nikolay Volf
be4cfa83b3
Merge pull request #545 from ethcore/table
...
Sparse Table Implementation (Row, Col) -> Val
2016-03-01 15:01:35 +03:00
Nikolay Volf
f9422ea687
Merge pull request #548 from guanqun/patch-1
...
[ci skip] fixup install script
2016-03-01 11:16:43 +03:00
Lu Guanqun
c45d3560b8
fixup install script
...
It's renamed in upstream.
ae8e470ca6
2016-03-01 10:09:22 +08:00
Gav Wood
1eca9acffb
Fix is_mining.
2016-03-01 02:33:41 +01:00
Gav Wood
e366846ecf
Merge pull request #546 from ethcore/clippy_warnings
...
Fixing clippy warnings
2016-03-01 01:52:59 +01:00
Gav Wood
5ccb172e73
Hashrate now reported correctly.
2016-03-01 01:52:22 +01:00
Gav Wood
2266d74c2a
Fix JSONRPC I/O.
2016-03-01 01:15:00 +01:00
Tomasz Drwięga
816e549d4c
Changing implementation of is_empty to something more efficient
2016-03-01 00:40:55 +01:00
Gav Wood
2276445790
Merge pull request #543 from wlk/ignore-out-directory
...
ignore out directory
2016-03-01 00:11:37 +01:00
Gav Wood
394e9c679b
Reorganised ImportError to be a type of Errpr (rather than vice-versa).
...
Added support for eth_submitWork.
2016-03-01 00:02:48 +01:00
Tomasz Drwięga
ed6a35f618
More idiomatic implementations
2016-03-01 00:00:52 +01:00
Tomasz Drwięga
2f3b0c9d1c
Removing get_ prefix
2016-02-29 23:57:02 +01:00
Tomasz Drwięga
8c60eaa548
Unused variable
2016-02-29 23:43:48 +01:00
Nikolay Volf
82a528961b
remove line
2016-03-01 01:13:00 +03:00
Tomasz Drwięga
212aac42bd
Removing clippy warnings
2016-02-29 23:09:51 +01:00
Tomasz Drwięga
f2fdb8b69b
Table tests
2016-02-29 22:56:56 +01:00
Nikolay Volf
f528d8c50a
common -> numbers (as most narrow)
2016-03-01 00:44:45 +03:00
Nikolay Volf
16038d9555
hash&uint -> numbers
2016-03-01 00:23:49 +03:00
Nikolay Volf
d0125f3ff5
uint to separated crate
2016-03-01 00:21:15 +03:00
Tomusdrw
4bf77c03f5
Moving Table to utils. Fixing couple of small things
2016-02-29 22:16:28 +01:00
arkpar
d0129ff67b
Fixed cache memory leak
2016-02-29 21:15:39 +01:00
Wojciech Langiewicz
8920bea241
ignore out directory
2016-02-29 21:14:38 +01:00
arkpar
cb4d17825b
Fixed lock order
2016-02-29 19:49:29 +01:00
Gav Wood
ffc5c2ea7b
eth_getwork implemented.
2016-02-29 19:30:13 +01:00
Gav Wood
5869dc8273
Merge pull request #539 from ethcore/bigint-u512mul
...
u256 full multiplication
2016-02-29 19:05:03 +01:00
arkpar
dff7f2e8e5
Merge branch 'master' of github.com:ethcore/parity into thread
2016-02-29 18:25:06 +01:00
arkpar
0ccbba9073
Merge branch 'master' of github.com:ethcore/parity into thread
2016-02-29 18:11:59 +01:00
Nikolay Volf
b30f066651
tabified
2016-02-29 19:15:13 +03:00
Nikolay Volf
1a4e95a9dc
u256*u256->u512
2016-02-29 18:57:46 +03:00
Gav Wood
2c32b0fc1c
Merge branch 'master' into mining
2016-02-29 16:40:57 +01:00
Arkadiy Paronyan
9c25bebb61
Merge pull request #537 from ethcore/fixpanic
...
Fix panic when downloading stales, update homestead transition
2016-02-29 16:29:21 +01:00
Gav Wood
a1e1f4f87c
Disable stTransitionTest until Dimitri updates to correct number.
2016-02-29 15:33:33 +01:00
Gav Wood
eb0b0b890f
Merge branch 'master' into fixpanic
2016-02-29 15:33:24 +01:00
Gav Wood
71da65eb7b
Merge branch 'master' of github.com:ethcore/parity
2016-02-29 15:33:02 +01:00
Gav Wood
e20858a5dc
Compile fixes.
2016-02-29 15:30:08 +01:00
Gav Wood
72f4dfdd7a
Merge pull request #534 from ethcore/bigint-autoinclude
...
changing x64 asm config
2016-02-29 15:16:30 +01:00
Gav Wood
de645eb6a9
Merge branch 'master' into mining
2016-02-29 15:04:50 +01:00
Gav Wood
791b0d82aa
Fix panic when downloading stales.
2016-02-29 14:59:10 +01:00
Gav Wood
83b8e7df5a
Initial refactor and block closing.
2016-02-29 14:57:41 +01:00
Nikolay Volf
06623333d9
fix tabs
2016-02-29 15:23:43 +03:00
Gav Wood
6197b3ee60
New provisional Homestead block.
2016-02-29 12:47:34 +01:00
Nikolay Volf
e0c158c12f
removed space
2016-02-29 14:40:59 +03:00
Nikolay Volf
2e29e66b92
Merge pull request #533 from ethcore/stTransitionTests
...
uncomment state transition tests
2016-02-29 14:32:57 +03:00
Nikolay Volf
9b9e054dc3
changing x64 asm config
2016-02-29 14:29:51 +03:00
Marek Kotewicz
47c074adb3
Merge pull request #532 from ethcore/weak_jsonrpc
...
jsonrpc uses weak pointers to client
2016-02-29 12:29:29 +01:00
debris
5357f58131
uncomment state transition tests
2016-02-29 12:04:58 +01:00
debris
77bfe5ae00
jsonrpc uses weak pointers to client
2016-02-29 11:58:33 +01:00
Arkadiy Paronyan
90b41a81f5
Merge pull request #531 from ethcore/mordenswitch
...
Morden switch to Homestead rules at #494,000.
2016-02-29 11:15:01 +01:00
Nikolay Volf
f0c11fa0ec
Merge pull request #524 from ethcore/blockchain_cleanup
...
Blockchain module cleanup
2016-02-29 13:09:46 +03:00
Gav Wood
be4b0472c8
Morden switch to Homestead rules at #494,000.
2016-02-29 10:33:57 +01:00
debris
1481f3f477
replaced match with if to shorten the code
2016-02-27 19:27:34 +01:00
debris
1cc719d413
description for prepare_block_blooms_update function
2016-02-27 19:17:29 +01:00
Gav Wood
a01d5f5c4a
Merge branch 'master' of github.com:ethcore/parity
2016-02-27 18:45:33 +01:00
debris
1d19196299
Merge branch 'master' of https://github.com/ethcore/parity into blockchain_cleanup
2016-02-27 18:39:39 +01:00
Gav Wood
b1fc9bb342
Merge pull request #528 from ethcore/bigint-opt
...
Multiplication issue + very exhaustive tests for it
2016-02-27 18:27:15 +01:00
Gav Wood
22a2de971b
Merge pull request #498 from ethcore/eip8
...
EIP-8
2016-02-27 17:49:11 +01:00
Nikolay Volf
afbf41c48c
Merge branch 'master' into bigint-opt
...
Conflicts:
util/src/uint.rs
2016-02-27 19:17:51 +03:00
Nikolay Volf
6a0e9c5ed0
tabified
2016-02-27 18:55:07 +03:00
Gav Wood
734adf0214
Merge pull request #527 from ethcore/determinatetests
...
Make "random" trie tests fully deterministic.
2016-02-27 16:50:56 +01:00
Nikolay Volf
019638628c
removed duplicates
2016-02-27 18:45:19 +03:00
arkpar
4bdd5267b0
Ack size test
2016-02-27 16:44:47 +01:00
Nikolay Volf
dc604c21b5
most complete carry test ever
2016-02-27 18:43:38 +03:00
arkpar
e6bab014d1
Fixed outgoing ack size
2016-02-27 16:40:22 +01:00
debris
fe13d28472
Merge branch 'master' of https://github.com/ethcore/parity into blockchain_cleanup
2016-02-27 16:13:57 +01:00
Gav Wood
7ee2782a29
Merge branch 'master' of github.com:ethcore/parity
2016-02-27 16:10:15 +01:00
Gav Wood
16bc7b57cb
Merge pull request #526 from ethcore/serde_update
...
udpated serde to version 0.7.0
2016-02-27 16:09:44 +01:00
debris
53b19e9f2d
Merge branch 'master' of https://github.com/ethcore/parity into blockchain_cleanup
2016-02-27 16:06:02 +01:00
debris
b60b84fe67
use transient-hashmap from crates.io
2016-02-27 15:56:41 +01:00
Gav Wood
b3f09596b1
Merge pull request #516 from ethcore/sync
...
Better memory management
2016-02-27 15:54:19 +01:00
Gav Wood
ec8c1cb5f9
Make "random" trie tests fully determinate.
2016-02-27 15:49:44 +01:00
debris
f1538ebc76
Merge branch 'master' into rpc_poll_ids
2016-02-27 15:34:02 +01:00
Gav Wood
faa6347896
Update handshake.rs
2016-02-27 15:07:21 +01:00
Gav Wood
213bfc4417
Update handshake.rs
2016-02-27 15:05:13 +01:00
Gav Wood
b2dd6ded1d
Update discovery.rs
2016-02-27 15:02:05 +01:00
debris
11de5b4923
udpated serde to version 0.7.0
2016-02-27 13:14:58 +01:00
Nikolay Volf
e3c8c99583
finally caught mul bug
2016-02-27 15:02:02 +03:00
Gav Wood
d01c1c0d32
Merge branch 'master' of github.com:ethcore/parity
2016-02-27 11:40:41 +01:00
Marek Kotewicz
db9774fb62
Merge pull request #523 from ethcore/typo
...
Typo
2016-02-27 10:32:41 +01:00
debris
7b3613e1f0
updated ExtrasUpdate function
2016-02-27 10:21:44 +01:00
debris
01f69ca80c
moved creation of blockchains db transaction to apply_update function
2016-02-27 10:19:33 +01:00
debris
d57518d90c
Merge branch 'master' into blockchain_cleanup
2016-02-27 02:18:07 +01:00
debris
cd43e32e25
added docs and license headers
2016-02-27 02:16:39 +01:00
debris
53e8d99075
blockchain split into few separate submodules, cleanup insert_block process
2016-02-27 01:37:12 +01:00
Gav Wood
07b9f9f6f3
Merge pull request #521 from ethcore/bigint-u512-opt
...
U512 add/sub optimize
2016-02-26 23:46:47 +01:00
Gav Wood
bcc6ba3603
Merge branch 'master' of github.com:ethcore/parity
2016-02-26 23:15:10 +01:00
Gav Wood
a211520d19
Merge pull request #509 from ethcore/geth-import-no-utility-crate
...
Account management + geth keystore import (no utility crate added)
2016-02-26 23:13:20 +01:00
Gav Wood
9b244022c7
Fix up README.
2016-02-26 22:44:33 +01:00
Gav Wood
5d5471f981
Fix minor typo.
2016-02-26 22:40:32 +01:00
Gav Wood
92625a5095
Merge branch 'master' of github.com:ethcore/parity
2016-02-26 22:39:23 +01:00
Gav Wood
52faf8164d
Update store.rs
2016-02-26 21:38:05 +01:00
Nikolay Volf
98a75d06d1
benches
2016-02-26 23:37:13 +03:00
Gav Wood
8bd585b2b9
Merge pull request #505 from ethcore/network
...
Delayed UPnP initialization
2016-02-26 21:33:29 +01:00
Nikolay Volf
9585138f20
add/sub 512
2016-02-26 23:24:04 +03:00
Gav Wood
e64293dbe7
Merge pull request #503 from ethcore/client_bugs
...
Fixing marking blocks as bad & SyncMessage bugs + small client refactoring.
2016-02-26 21:10:04 +01:00
Tomasz Drwięga
f118e30b20
Renaming variables to more descriptive
2016-02-26 19:56:32 +01:00
Tomasz Drwięga
f55d111469
Merge branch 'master' into client_bugs
...
Conflicts:
ethcore/src/client.rs
2016-02-26 19:43:06 +01:00
Gav Wood
fd63fa6836
Update block.rs
2016-02-26 17:27:56 +01:00
Gav Wood
a51ba5ca33
Merge pull request #515 from ethcore/bigint-opt
...
optimization of U256
2016-02-26 17:25:18 +01:00
debris
2947a1415b
Merge branch 'master' into rpc_poll_ids
2016-02-26 15:57:23 +01:00
Nikolay Volf
3750a8964c
removed redundant clones
2016-02-26 17:48:50 +03:00
Gav Wood
d18e0cb21b
Merge pull request #520 from ethcore/db
...
Removed rocksdb from build scripts and instructions
2016-02-26 14:53:36 +01:00
Nikolay Volf
5013c4d1f1
naughty overflow bug fixed
2016-02-26 16:50:12 +03:00
arkpar
34bc02af1e
Merge branch 'master' of github.com:ethcore/parity into network
2016-02-26 14:23:10 +01:00
Nikolay Volf
023c623650
mul overflow multipart test
2016-02-26 16:19:55 +03:00
Nikolay Volf
3858a2011f
[ci skip] mul multipart tests
2016-02-26 16:12:47 +03:00
Nikolay Volf
228e3fefe0
[ci skip] multipart sub test
2016-02-26 16:03:04 +03:00
Nikolay Volf
e95538f3ec
[ci skip] style fixes, multipart add test
2016-02-26 15:56:55 +03:00
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
Gav Wood
6e5ae636cc
Merge pull request #464 from ethcore/db
...
RocksDB abstraction layer + Hash index for state DB
2016-02-26 13:51:13 +01:00
arkpar
08d54f9b49
Merge branch 'master' of github.com:ethcore/parity into thread
2016-02-26 13:38:06 +01:00
arkpar
80d60cedf6
Removed rocksdb from build scripts and instructions
2016-02-26 13:27:05 +01:00
arkpar
9920dcea17
Merge branch 'master' of github.com:ethcore/parity into db
2016-02-26 13:16:22 +01:00
Gav Wood
7a706fa0d2
Merge pull request #418 from ethcore/jsonrpc2
...
bloomfilter
2016-02-26 13:08:41 +01:00
Nikolay Volf
f29417eea9
allow dead code for macros expansion
2016-02-26 14:50:55 +03:00
Nikolay Volf
9823e30c2e
Merge pull request #519 from ethcore/net-fix
...
Fixed a race condition when connecting peer disconnects immediately
2016-02-26 14:48:15 +03:00
arkpar
c66178e3f7
Fixed a race condition when a connecting peer disconnects immediately
2016-02-26 11:38:06 +01:00
Arkadiy Paronyan
4af8657c21
Merge pull request #518 from wlk/fix-gitignore-for-intellij
...
ignore intellij idea project files as well
2016-02-26 10:53:22 +01:00
Wojciech Langiewicz
5545cbc6bc
ignore intellij idea project files as well
2016-02-26 10:07:30 +01:00
arkpar
c76fc14a5c
rocksdb dependency version bump
2016-02-26 03:22:18 +01:00
arkpar
4660612e08
Merge branch 'master' of github.com:ethcore/parity into db
2016-02-25 20:52:31 +01:00
Nikolay Volf
4b0ec64299
random init for benches
2016-02-25 22:48:34 +03:00
Nikolay Volf
e946e2ab18
epic mul overflow bug
2016-02-25 22:27:22 +03:00
arkpar
937547f178
rocksdb dependency version bump
2016-02-25 20:20:00 +01:00
Nikolay Volf
600859ed04
[ci skip] flush
2016-02-25 19:58:09 +03:00
arkpar
c139b6bcbb
Fixed json tests build
2016-02-25 17:48:23 +01:00
Tomasz Drwięga
a0f930fa07
Merge branch 'master' into client_bugs
2016-02-25 17:22:13 +01:00
arkpar
0344f2b4c9
Block queue mem limit test
2016-02-25 17:14:45 +01:00
arkpar
bed89d0740
Fixed sync tests
2016-02-25 16:32:34 +01:00
Nikolay Volf
2ee4a0c8c6
mistake of ne/jcxz
2016-02-25 18:16:08 +03:00
Nikolay Volf
5d22ad3fc8
counter jump better
2016-02-25 18:10:33 +03:00
Nikolay Volf
864e754074
overflowing_sub in sub
2016-02-25 18:02:08 +03:00
Nikolay Volf
7525ff23cf
removed artefact cls/pushf/popf
2016-02-25 17:59:08 +03:00
Nikolay Volf
fb5779a00e
specific feature for asm opt
2016-02-25 16:55:03 +03:00
Nikolay Volf
5467b06c4f
fix bench iter
2016-02-25 16:40:36 +03:00
arkpar
21f62012d6
Merge branch 'master' of github.com:ethcore/parity into sync
2016-02-25 14:22:41 +01:00
Arkadiy Paronyan
6b0be50dd0
Merge pull request #517 from ethcore/unicase_update
...
updated version of unicase
2016-02-25 14:22:22 +01:00
debris
85350f3c66
updated version of unicase
2016-02-25 14:21:29 +01:00
Nikolay Volf
f17d893f53
fixed mul, fixed register pref
2016-02-25 16:20:57 +03:00
arkpar
1b9f428183
Merge branch 'master' of github.com:ethcore/parity into sync
2016-02-25 14:20:28 +01:00
arkpar
781f763f1f
Memory management
2016-02-25 14:09:39 +01:00
Marek Kotewicz
ba464bbac4
Merge pull request #493 from ethcore/jsonrpc_security
...
jsonrpc security, cors headers, fixed #359
2016-02-25 14:08:18 +01:00
Nikolay Volf
b6a6bc0f4e
Merge pull request #482 from peterjoel/issue_161
...
Rust implementations to replace data tables (#161 )
2016-02-25 03:31:04 +03:00
Nikolay Volf
ae76a509dc
inline test
2016-02-25 03:10:02 +03:00
Nikolay Volf
da69ea51fe
inline
2016-02-25 03:09:33 +03:00
Nikolay Volf
370d9015b4
Merge branch 'master' into bigint-opt
2016-02-25 02:10:19 +03:00
Nikolay Volf
53af2d7dfb
Merge pull request #512 from ethcore/fix-block-inclusive
...
fix issue with starting requested block number was not included itself
2016-02-25 02:09:28 +03:00
Nikolay Volf
0794049d18
fix naughty macros
2016-02-25 02:05:59 +03:00
Nikolay Volf
ccaa194681
mul, bench showtime
2016-02-25 02:00:34 +03:00
arkpar
1a73d70334
Report memory usage
2016-02-24 22:37:28 +01:00
arkpar
5a9bba3fa5
Merge branch 'master' of github.com:ethcore/parity into db
2016-02-24 21:32:21 +01:00
arkpar
cb3608c6d3
Limit download ahead
2016-02-24 21:23:58 +01:00
Nikolay Volf
7821505139
sub x64 optimize
2016-02-24 23:08:21 +03:00
Nikolay Volf
476bb85d41
r m/r + setc/xor
2016-02-24 21:36:31 +03:00
Nikolay Volf
dd8652dbf4
u256 to inline assembly opt
2016-02-24 21:17:29 +03:00
Tomasz Drwięga
08647282df
Fixing mark_as_bad implementation
2016-02-24 17:01:29 +01:00
debris
0318907fb3
rpc eth_getFilterChanges returns new blocks, implemented eth_uninstallFilter
2016-02-24 14:16:05 +01:00
Nikolay Volf
d4ad673d64
tested out
2016-02-24 15:01:45 +03:00
Nikolay Volf
d51942e59d
fix issue with starting requested block number was not included itself
2016-02-24 14:36:41 +03:00
Marek Kotewicz
e519e162df
Merge pull request #510 from ethcore/fixed_gh_token
...
fixed travis --org GH_TOKEN
2016-02-24 11:24:42 +01:00
debris
365218590c
fixed travis --org GH_TOKEN
2016-02-24 11:19:27 +01:00
Tomasz Drwięga
d914a27bdf
Removing lifetimes from Blocks
2016-02-24 11:17:25 +01:00
Tomasz Drwięga
d3fe3f2691
Client refactoring [WIP]
2016-02-24 10:55:39 +01:00
debris
932b31227f
Merge branch 'jsonrpc2' into rpc_poll_ids
2016-02-24 10:45:26 +01:00
debris
da936d2e94
removed unused umports
2016-02-24 10:45:17 +01:00
debris
4ce9aad749
Merge branch 'jsonrpc2' into rpc_poll_ids
2016-02-24 10:35:15 +01:00
debris
ca251215cf
simplified filter iterators
2016-02-24 10:35:05 +01:00
debris
394e57d3ce
removed unnecessary maps
2016-02-24 10:23:25 +01:00
debris
ad268d27d7
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-24 10:10:49 +01:00
Nikolay Volf
5bd355e0af
removing extra crate
2016-02-24 09:55:09 +03:00
Nikolay Volf
769e776ee4
Merge pull request #506 from ethcore/log
...
Improved log format
2016-02-23 23:19:52 +03:00
arkpar
40f908a499
Log formatting
2016-02-23 20:14:37 +01:00
arkpar
8beba717f8
Delayed UPnP initialization
2016-02-23 19:38:06 +01:00
debris
35cabecad8
support for polling
2016-02-23 18:51:29 +01:00
Tomasz Drwięga
4084acd869
Removing dangling comment
2016-02-23 18:51:18 +01:00
Tomasz Drwięga
990c5c8faa
Refactoring client and fixing mark_as_bad & SyncMessage bugs
2016-02-23 18:44:13 +01:00
Nikolay Volf
6fe189cbd9
Merge pull request #502 from ethcore/network
...
Log address on failed connection attempt
2016-02-23 17:59:50 +03:00
arkpar
492bf7154e
Log address
2016-02-23 15:02:08 +01:00
debris
52ed69b619
Merge branch 'master' into jsonrpc2
2016-02-23 14:53:09 +01:00
Nikolay Volf
a05e8d226f
Merge pull request #501 from ethcore/todr
...
Bumping clippy and fixing warnings.
2016-02-23 14:23:45 +03:00
Tomusdrw
3734959f55
Deriving PartialEq and disabling clippy warning
2016-02-23 11:54:10 +01:00
Tomusdrw
07e704c968
Fixing clippy warnings. Implementing PartialEq for Uints
2016-02-23 11:40:23 +01:00
Tomusdrw
c2952b49b4
Bumping clippy version Fixes #496
2016-02-23 10:47:57 +01:00
Nikolay Volf
cffaa3b2ee
Merge pull request #500 from ethcore/todr
...
Bumping versions. Fixes #496
2016-02-23 12:34:15 +03:00
debris
bda778626c
Merge branch 'master' into jsonrpc_security
2016-02-23 10:28:27 +01:00
Tomusdrw
60a8b92e10
Bumping versions. Fixes #496
2016-02-23 10:14:56 +01:00
arkpar
778fa92ebe
Remove locks from the block chain
2016-02-22 23:52:39 +01:00
arkpar
c8076b2f9d
Threading performance optimizations
2016-02-22 23:41:59 +01:00
arkpar
000d2446b5
EIP8
2016-02-22 23:05:27 +01:00
Nikolay Volf
bceafe9094
fix import statement
2016-02-23 00:05:28 +03:00
Nikolay Volf
94f9501702
Merge branch 'master' into geth-import
2016-02-22 23:41:06 +03:00
Nikolay Volf
4061799e90
scrypto decrypt fix
2016-02-22 23:40:38 +03:00
Nikolay Volf
e604c97a43
more account tests
2016-02-22 23:12:13 +03:00
Nikolay Volf
93f2ee66bc
geth directory import
2016-02-22 22:19:33 +03:00
Arkadiy Paronyan
4e023a1bb8
Merge pull request #494 from ethcore/usererrors
...
Manage final user-input errors.
2016-02-22 20:04:17 +01:00
Gav Wood
72d0719223
Update docs.
2016-02-22 18:11:53 +01:00
Gav Wood
a6c41514d4
Update docs.
2016-02-22 18:10:21 +01:00
Nikolay Volf
61a3e687f5
store extra interface
2016-02-22 20:08:16 +03:00
Nikolay Volf
753f52fc22
geth import finish
2016-02-22 20:07:56 +03:00
debris
4b69b96f9b
added assert checking bloom index size
2016-02-22 15:14:35 +01:00
Arkadiy Paronyan
5fdc9c8adb
Merge pull request #495 from ethcore/netcleanups
...
Remove unneeded code, fix minor potential issue with length.
2016-02-22 14:38:31 +01:00
Gav Wood
5917290562
Remove unneeded code, fix minor potential issue with length.
2016-02-22 13:59:25 +01:00
Gav Wood
64d566ff52
Manage final user-input errors.
2016-02-22 13:58:41 +01:00
arkpar
764f6e9347
Merge branch 'db' of github.com:ethcore/parity into db
2016-02-22 13:48:43 +01:00
arkpar
077c5662a8
Fixed a warning
2016-02-22 13:47:25 +01:00
arkpar
61949d0ed4
Merge branch 'master' of github.com:ethcore/parity into db
2016-02-22 13:44:25 +01:00
debris
90184658a7
jsonrpc security, cors headers, fixed #359
2016-02-22 13:41:38 +01:00
debris
5e27e1b9aa
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-22 11:08:51 +01:00
Marek Kotewicz
38ccc24577
Merge pull request #488 from ethcore/shortversio
...
Remove "unknown" from version string.
2016-02-22 10:54:34 +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
Gav Wood
e63aba73c5
Remove "unknown" from version string.
2016-02-22 09:04:44 +01:00
debris
155404bf92
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-22 08:50:03 +01:00
debris
8db8e5b5f8
unit tests for reset chain head
2016-02-22 08:46:47 +01:00
Gav Wood
aedc65dbbf
Merge branch 'master' of github.com:ethcore/parity
2016-02-21 21:46:17 +01:00
Gav Wood
fbee46d69d
Fix netstats.
2016-02-21 21:45:56 +01:00
Nikolay Volf
a8f4d24dad
Merge branch 'master' into geth-import
2016-02-21 23:44:52 +03:00
Nikolay Volf
8bc0b7c77c
import pub
2016-02-21 23:44:12 +03:00
Gav Wood
0477d245bc
Merge pull request #486 from ethcore/gitversion
...
Include git commit date & hash.
2016-02-21 21:41:20 +01:00
Nikolay Volf
5b05cbb128
extended keys with accont meta
2016-02-21 23:23:46 +03:00
Gav Wood
0c832853b6
Avoid the dep = "*"
2016-02-21 21:22:11 +01:00
Gav Wood
ea187253a2
Include git commit date & hash.
2016-02-21 21:14:09 +01:00
Gav Wood
22ff5bb7d7
Merge pull request #485 from ethcore/properversion
...
Use proper version string.
2016-02-21 20:23:37 +01:00
Gav Wood
6fa2284c68
Remove unneeded deps.
2016-02-21 20:03:01 +01:00
Gav Wood
63bbd0ccd8
Use proper version string.
2016-02-21 20:00:45 +01:00
Gav Wood
75129613c5
Merge pull request #480 from ethcore/network
...
Networking fixes
2016-02-21 18:57:10 +01:00
arkpar
67cd29f4e1
Whitespaces
2016-02-21 16:58:56 +01:00
arkpar
91276ad82e
Added comments
2016-02-21 16:52:25 +01:00
Gav Wood
8b50fa658f
Fix typo in deps script.
2016-02-21 16:32:11 +01:00
Gav Wood
8b692e6d9d
Merge pull request #484 from ethcore/discovery
...
Fix potential deadlock on node table update
2016-02-21 15:11:13 +01:00
arkpar
fe84eb4ff6
Fix locking
2016-02-21 14:04:10 +01:00
Nikolay Volf
bcc4ca48ab
to new namespace
2016-02-21 15:19:08 +03:00
Nikolay Volf
a6316b1e20
Merge branch 'master' into db
2016-02-21 15:05:36 +03:00
Peter
ce81a24bfd
Tests for issue #161
...
Implementations of get_cache_size and get_data_size in Rust (issue #161 )
Removed sizes module, containing replaced data tables
Fixed whitespace issues after code review
2016-02-21 02:11:09 +00:00
arkpar
93d259e8cb
Merge branch 'master' of github.com:ethcore/parity into network
2016-02-21 00:11:32 +01:00
Gav Wood
6448d073a7
Merge pull request #481 from ethcore/warnings
...
Squash more warnings
2016-02-20 22:00:08 +01:00
Gav Wood
26ad918e03
Merge pull request #477 from ethcore/temp-path
...
dev/test/build tools to separate crate
2016-02-20 21:59:59 +01:00
arkpar
7bc2853de9
Removed TODO
2016-02-20 15:14:54 +01:00
arkpar
8bd052b986
Fixed warnings
2016-02-20 11:54:12 +01:00
arkpar
b1bfd00875
Zombie connections
2016-02-20 11:47:39 +01:00
Nikolay Volf
0b48507d39
Delete LICENSE.txt
2016-02-20 12:38:16 +03:00
arkpar
69df91de68
Deregister handshake properly when converting to session
2016-02-20 01:36:08 +01:00
arkpar
00f2c6e3e4
Merge branch 'master' of github.com:ethcore/parity into db
2016-02-20 00:48:36 +01:00
Gav Wood
b66f88181a
Merge pull request #479 from ethcore/network
...
Back to original slab crate
2016-02-20 00:25:17 +01:00
Gav Wood
548f77d6d3
Merge pull request #476 from ethcore/usererrors
...
Better user errors.
2016-02-20 00:24:59 +01:00
arkpar
e64d3daa06
exclude common headers from coverage
2016-02-19 20:14:28 +01:00
Gav Wood
dc3ceeb5bb
Use new is_valid_node_url function.
2016-02-19 20:02:23 +01:00
Gav Wood
5f164e1c98
Merge branch 'master' of github.com:ethcore/parity
2016-02-19 19:55:26 +01:00
Gav Wood
6c82e405dd
Remove regex &c., use network code for enode ID.
2016-02-19 19:42:23 +01:00
arkpar
5572d1792d
Back to original slab crate
2016-02-19 18:43:55 +01:00
Nikolay Volf
84e7ce2758
Merge branch 'master' into temp-path
...
Conflicts:
util/Cargo.toml
util/src/lib.rs
2016-02-19 19:11:24 +03:00
Gav Wood
6518576a3f
Merge pull request #440 from ethcore/discovery
...
UDP Discovery
2016-02-19 16:57:40 +01:00
arkpar
2a1d984bf1
exclude common headers from coverage
2016-02-19 16:41:05 +01:00
arkpar
ab233a941f
Slightly improved tests
2016-02-19 16:34:31 +01:00
arkpar
9648081abe
exclude common headers from coverage
2016-02-19 16:14:17 +01:00
Nikolay Volf
ab0fe65f3f
unlisting as dev-dependencies
2016-02-19 18:09:31 +03:00
debris
3253d2a17b
fixed ethsync tests compile errors and warnings
2016-02-19 15:34:12 +01:00
Nikolay Volf
bd18b4930d
license for random_path.rs
2016-02-19 17:20:02 +03:00
Nikolay Volf
fed90c126e
dev/test tools to separate crate
2016-02-19 17:18:20 +03:00
arkpar
2f62994f61
Updated cargo.lock
2016-02-19 15:17:31 +01:00
debris
ec428c070b
added trailing ,
2016-02-19 14:17:04 +01:00
arkpar
beab90c707
Added is_valid_node_url
2016-02-19 14:13:20 +01:00
debris
a760f5263f
Merge branch 'jsonrpc2' of github.com:ethcore/parity into jsonrpc2
2016-02-19 14:08:33 +01:00
debris
8113c689fc
Merge branch 'master' into jsonrpc2
2016-02-19 14:07:11 +01:00
Gav Wood
fd71e1395c
Merge branch 'master' of github.com:ethcore/parity
2016-02-19 13:55:00 +01:00
arkpar
f15275bb5b
Merge branch 'master' of github.com:ethcore/parity into db
2016-02-19 13:52:07 +01:00
arkpar
85c842b7fd
Restored service test
2016-02-19 13:47:13 +01:00
arkpar
1d60d82698
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-19 13:44:57 +01:00
arkpar
d9fec87143
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-19 13:39:43 +01:00
Gav Wood
1866174327
Merge pull request #475 from ethcore/multirust-override
...
update readme with rust override
2016-02-19 13:31:28 +01:00
Gav Wood
8747fe2dc9
Merge pull request #449 from ethcore/secret-store-enc
...
Secret store (part2 - encrypted key/value svc)
2016-02-19 13:30:45 +01:00
Gav Wood
d43b23d663
Update directory.rs
2016-02-19 13:30:36 +01:00
Gav Wood
9dfa54a6b7
Merge pull request #474 from ethcore/rustbeta
...
fixed warnings on rust beta
2016-02-19 13:28:49 +01:00
Nikolay Volf
fe979f0d46
[ci skip] update readme with rust override
2016-02-19 15:21:52 +03:00
Gav Wood
2cc690f31f
Better user errors.
...
Fixed up README.
2016-02-19 12:54:51 +01:00
Nikolay Volf
63c5a2e58f
copy instead of ref-map
2016-02-19 14:52:29 +03:00
debris
ef8055f900
Merge branch 'master' into jsonrpc2
2016-02-19 12:52:16 +01:00
debris
ecde760b42
Merge branch 'master' of github.com:ethcore/parity into rustbeta
2016-02-19 12:40:30 +01:00
debris
b5d6359030
fixed allow warnings in ethcore
2016-02-19 12:40:23 +01:00
Arkadiy Paronyan
57ef5e2691
Merge pull request #473 from ethcore/killtest
...
Kill bad test.
2016-02-19 12:36:36 +01:00
Nikolay Volf
25bae2897b
[ci skip] merging master
2016-02-19 14:25:51 +03:00
Gav Wood
1cd76de8ba
Update readme for betaUpdate readme for beta
2016-02-19 11:57:59 +01:00
debris
f50bf528e6
fixed allow warnings in util
2016-02-19 11:57:52 +01:00
Gav Wood
33b649bb01
Update script.
2016-02-19 11:57:04 +01:00
Gav Wood
4f6bff1c47
Kill bad test.
2016-02-19 11:39:36 +01:00
Gav Wood
0e10efc727
Update blockchain.rs
2016-02-19 11:33:46 +01:00
Gav Wood
a4846e4aad
Update bytes.rs
2016-02-19 11:31:40 +01:00
Marek Kotewicz
f307a0c705
Merge pull request #470 from ethcore/rustbeta
...
Rustbeta
2016-02-19 11:28:32 +01:00
Gav Wood
ba4c2c94ec
Update Cargo.toml
2016-02-19 11:26:24 +01:00
debris
8831e73d98
ignore panic forwarding tests
2016-02-19 11:05:39 +01:00
debris
2ad8f6bd74
do not run benches on travis
2016-02-19 11:03:02 +01:00
debris
bef6d5f2a1
fixed insecure rlp uint conversion, and failing json tests
2016-02-19 10:51:35 +01:00
debris
e3e84020f4
travis-beta and travis-nightly feaetures
2016-02-19 01:25:06 +01:00
debris
f45b2f9a24
.travis matrix fixes for rust beta
2016-02-19 01:13:00 +01:00
debris
1486b7e6a0
add beta to build matrix
2016-02-19 00:55:57 +01:00
Arkadiy Paronyan
89b84d4551
Merge pull request #469 from ethcore/ethcore_compiling
...
parity compiling fine
2016-02-19 00:53:50 +01:00
debris
c0aca706d2
removed commented out line
2016-02-19 00:51:17 +01:00
debris
19a3daf533
parity compiling fine
2016-02-19 00:50:23 +01:00
arkpar
8fa62130e3
Added TODOs
2016-02-19 00:23:05 +01:00
Nikolay Volf
d2349cdd8e
Merge pull request #468 from ethcore/ethcore_compiling
...
compiling ethcore on beta
2016-02-19 02:12:23 +03:00
debris
df3d17789a
compiling ethcore on beta
2016-02-19 00:06:06 +01:00
Marek Kotewicz
3c599838dc
Merge pull request #467 from ethcore/ark_beta
...
Utils compiling in beta
2016-02-18 23:33:39 +01:00
arkpar
af8ba06795
utils compilable in beta
2016-02-18 23:29:41 +01:00
Nikolay Volf
704d6bd069
Merge pull request #466 from ethcore/ethash
...
Get rid of lru_cache dependency
2016-02-19 00:38:21 +03:00
arkpar
cc5384fff5
Get rid of lru_cache dependency
2016-02-18 22:35:14 +01:00
arkpar
e0623f57f9
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-18 21:49:11 +01:00
arkpar
68795ea031
Fixed typos
2016-02-18 21:40:17 +01:00
arkpar
99600ba370
DB Test
2016-02-18 21:15:56 +01:00
Gav Wood
8e93989eec
Merge branch 'rustup' into rustbeta
2016-02-18 21:09:36 +01:00
Gav Wood
ae2ef83f16
Merge branch 'clippy_optional' of https://github.com/Manishearth/parity into Manishearth-clippy_optional
2016-02-18 20:59:28 +01:00
Nikolay Volf
beb0da4ff4
and adding actual dependency
2016-02-18 22:56:21 +03:00
Gav Wood
f84ffdbfef
Merge pull request #459 from ethcore/daemonize
...
Add daemonization.
2016-02-18 20:50:10 +01:00
Nikolay Volf
031b15daab
update cargo.lock
2016-02-18 22:12:25 +03:00
Nikolay Volf
8b4278aeaa
feature dep for heapsize
2016-02-18 22:06:59 +03:00
Nikolay Volf
198119466b
forking heapsize
2016-02-18 19:21:24 +03:00
debris
80f4f422fc
updated heapsizeof
2016-02-18 15:17:26 +01:00
debris
ebe8e19cc0
fixed compiling with rustc 1.8.0-nightly (57c357d89 2016-02-16)
2016-02-18 14:36:59 +01:00
Gav Wood
7d75626e75
Fix options.
2016-02-18 14:28:24 +01:00
Gav Wood
1447fb9d30
Switch to using non-macro ready for beta.
2016-02-18 14:16:55 +01:00
Gav Wood
379876341e
Correct alignment.
2016-02-18 13:56:15 +01:00
Gav Wood
c6bcd464c2
Avoid changing user for daemonize. Just stick to the basics.
2016-02-18 13:54:18 +01:00
Gav Wood
7f2acedf9f
Reintroduce daemonize.
2016-02-18 13:10:04 +01:00
Gav Wood
870731cb9f
No need to bring in daemonize module.
2016-02-18 13:08:25 +01:00
Gav Wood
ca353dd18e
Remove daemonize feature.
2016-02-18 13:07:57 +01:00
Gav Wood
97f549cf5f
Add daemonization.
2016-02-18 12:42:01 +01:00
arkpar
e99f604133
rocksdb abstraction layer
2016-02-18 03:46:34 +01:00
arkpar
68d606b5f0
rocksdb abstraction layer
2016-02-18 03:46:24 +01:00
Nikolay Volf
fffd93607d
just in case check
2016-02-17 23:38:16 +03:00
Nikolay Volf
95c74dbd30
more func
2016-02-17 23:34:55 +03:00
Nikolay Volf
aad49cb19f
more functional
2016-02-17 23:25:25 +03:00
debris
ed880b3b58
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-17 15:59:36 +01:00
debris
046984f7e8
fixed log transaction hashes
2016-02-17 14:57:54 +01:00
debris
49027c529a
increase db version
2016-02-17 14:46:23 +01:00
debris
68d546ce02
tests for log serialization
2016-02-17 14:45:25 +01:00
debris
c74c016ce2
moved filter logic from rpc module to ethcore
2016-02-17 14:13:51 +01:00
arkpar
0cfc4cbb34
More tests
2016-02-17 14:07:26 +01:00
arkpar
c9f3f5e544
Tweaked connection limits to be a bit more aggressive
2016-02-17 14:07:11 +01:00
arkpar
eef193e8bd
Don't add useless peers to table
2016-02-17 14:06:19 +01:00
debris
5826a34ebb
storing block receitps in db, client logs method implementation
2016-02-17 12:35:37 +01:00
Nikolay Volf
40f5ea4007
removed idea trash
2016-02-17 11:59:14 +03:00
Nikolay Volf
ca99679d1d
fixed test names
2016-02-17 11:57:13 +03:00
Nikolay Volf
14b02ff26f
tests and fixes
2016-02-17 11:48:12 +03:00
arkpar
e4baf37bf8
Fixed adding boot nodes to discovery table; Ping optimization
2016-02-17 02:55:46 +01:00
arkpar
a179722542
Merge branch 'discovery' of github.com:ethcore/parity into discovery
2016-02-17 01:39:27 +01:00
arkpar
39a98cd555
Prevent connection deletion until unregister is called; minor tweaks
2016-02-17 01:39:16 +01:00
Nikolay Volf
0b916e0a51
Merge branch 'master' into discovery
2016-02-17 03:21:41 +03:00
Nikolay Volf
d63f13245f
doc typo
2016-02-17 03:17:02 +03:00
Nikolay Volf
4a028f5faf
cleanup asserts
2016-02-17 02:49:13 +03:00
Nikolay Volf
63f6ab4e6d
resolved with bytes-encodable issue
2016-02-17 02:32:16 +03:00
arkpar
b6ccbdb694
Lower max handshakes to reduce network load
2016-02-16 23:37:24 +01:00
arkpar
7e0dfb41d0
Minor test tweaks and code cleanup
2016-02-16 23:33:32 +01:00
Manish Goregaokar
8802fb2fd8
Make clippy an optional dependency
2016-02-17 02:07:41 +05:30
arkpar
fbe06d3f2f
More tests
2016-02-16 21:25:01 +01:00
arkpar
4f73d63f90
Tweaked CLI options
2016-02-16 19:51:51 +01:00
arkpar
217cbec50e
Disconnect test
2016-02-16 19:08:58 +01:00
Nikolay Volf
9895f00e5e
warnings, docs, and finding bugs
2016-02-16 20:52:36 +03:00
debris
b01652f3e7
LocalizedLogEntry and Filter in ethcore module
2016-02-16 18:21:45 +01:00
arkpar
f4fa747cd0
ip_utils tests
2016-02-16 17:55:37 +01:00
arkpar
a4ea0737b2
Fixed some tests
2016-02-16 17:54:34 +01:00
arkpar
d95e971030
Prevent deadlocks
2016-02-16 17:53:31 +01:00
Nikolay Volf
a649d6f131
first vector up
2016-02-16 19:19:32 +03:00
debris
7e5e56de40
bloom_filters finally working
2016-02-16 16:54:58 +01:00
Nikolay Volf
ac0ca94230
Merge branch 'master' into secret-store-enc
2016-02-16 17:02:08 +03:00
debris
d000ad2441
more tests and fixes for blockchains bloom filters
2016-02-16 14:46:21 +01:00
Nikolay Volf
50b6c6d4ad
Merge pull request #448 from ethcore/master-upgrade
...
Master upgrade
2016-02-16 15:06:43 +03:00
debris
0699cdd5d0
tests for blockchain bloomfilters
2016-02-16 11:41:34 +01:00
Nikolay Volf
feb9b96ce7
version bump, test script for full suite
2016-02-16 13:40:58 +03:00
Nikolay Volf
6bafb34586
Merge pull request #447 from ethcore/rmcontrib
...
Remove contributing stuff now that we have CLA bot.
2016-02-16 13:20:18 +03:00
Nikolay Volf
b7c5b0a3c1
script for full test suite
2016-02-16 13:12:29 +03:00
Marek Kotewicz
cdce3697e0
Merge pull request #446 from ethcore/mordenboot
...
Add Morden bootnode.
2016-02-16 11:06:16 +01:00
Gav Wood
672518ba36
Merge branch 'master' of github.com:ethcore/parity
2016-02-16 11:01:12 +01:00
Tomusdrw
22e2458ce5
Adding rustfmt_skip and fixing couple of places that have troubles after formatting.
2016-02-16 11:01:04 +01:00
Gav Wood
714f01fda7
Remove contributing stuff now that we have CLA bot.
2016-02-16 11:00:38 +01:00
Tomusdrw
771bcb5bda
Adding formatting script
2016-02-16 10:57:58 +01:00
Tomusdrw
f0ef6ed016
If-else in single line
2016-02-16 10:57:52 +01:00
Gav Wood
425350aa65
Add Morden bootnode.
2016-02-16 10:53:28 +01:00
debris
0d80821841
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-16 10:11:30 +01:00
Nikolay Volf
26e992ad2e
encrypting any bytes covertible now via hashmap
2016-02-16 11:30:22 +03:00
Nikolay Volf
67058123ba
Merge branch 'master' into secret-store-enc
2016-02-16 09:17:28 +03:00
arkpar
33e8d749d2
Max handhsakes reached is now a debug warning
2016-02-16 03:05:05 +01:00
arkpar
fa316c21ae
Merge branch 'discovery' of github.com:ethcore/parity into discovery
2016-02-16 02:31:53 +01:00
arkpar
c5ca293d72
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-16 02:31:31 +01:00
arkpar
58fdfe77d3
Handle pinning and enable_discovery options
2016-02-16 02:31:17 +01:00
arkpar
f771306867
Get public address/UPNP refactoring
2016-02-16 02:05:45 +01:00
arkpar
203947388b
Get public address/UPNP refactoring
2016-02-16 02:05:36 +01:00
arkpar
681350b03d
Merge branch 'discovery' of github.com:ethcore/parity into discovery
2016-02-16 01:36:23 +01:00
arkpar
dbf3691c22
Return nothing on state requests instead of panicing
2016-02-16 01:13:13 +01:00
arkpar
fb0b5b2e5b
Raise fd limit in linux
2016-02-16 00:22:44 +01:00
Arkadiy Paronyan
dc6790915e
Merge pull request #441 from ethcore/beta-backmerge
...
beta fixes to master
2016-02-16 00:08:41 +01:00
Nikolay Volf
6bbe551ce8
returing beta dot-tags
2016-02-16 01:39:58 +03:00
Nikolay Volf
29980d3e96
travis fix
2016-02-16 01:07:39 +03:00
Nikolay Volf
453d880999
resolving frontier conflicts
2016-02-16 01:01:03 +03:00
Nikolay Volf
734652d913
work in progress
2016-02-16 00:56:25 +03:00
debris
0a3e8a0fdb
more tests for bloomfilter
2016-02-15 21:56:33 +01:00
arkpar
64913d5009
Additional address filter
2016-02-15 21:43:30 +01:00
debris
9e760e9fb8
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-15 21:39:38 +01:00
debris
6d91852c55
test chainfilter on realdata
2016-02-15 21:32:09 +01:00
arkpar
0bef355494
Removed temp test code
2016-02-15 20:34:05 +01:00
arkpar
a2c0508792
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-15 20:30:08 +01:00
Arkadiy Paronyan
482292551b
Merge pull request #423 from ethcore/secret-store
...
Secret store (part1 - key management)
2016-02-15 20:29:54 +01:00
arkpar
01a83e6031
Populate discovery from node table
2016-02-15 20:28:27 +01:00
arkpar
4b9c7f7517
Add incoming connection to node table
2016-02-15 19:54:27 +01:00
arkpar
0e1e80477a
Save key to a file
2016-02-15 18:36:34 +01:00
debris
a9e3875230
fixed ethsync tests
2016-02-15 17:47:01 +01:00
arkpar
30968925ee
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-15 16:03:34 +01:00
Nikolay Volf
017a1adb24
fixing issues and moving
2016-02-15 18:01:52 +03:00
arkpar
4d40991c1a
Discovery test
2016-02-15 16:01:45 +01:00
debris
552fe1fb4b
removed unused functions and warnings
2016-02-15 15:42:43 +01:00
debris
fb4901cbcf
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-15 15:22:43 +01:00
debris
0fab166fba
refactored chainfilter.rs, split out indexer
2016-02-15 15:22:13 +01:00
Nikolay Volf
31762095b7
Merge branch 'master' into secret-store
2016-02-15 17:19:04 +03:00
arkpar
cf45d5914a
Node table tests
2016-02-15 14:39:56 +01:00
Marek Kotewicz
e1fe4a3871
Merge pull request #438 from ethcore/currecttransition
...
Use 1100000 as the homestead transition, fix build instructions.
2016-02-15 14:21:48 +01:00
Gav Wood
75197f4586
Update keys_directory.rs
2016-02-15 14:21:45 +01:00
Gav Wood
9f03640a06
Merge pull request #420 from ethcore/net
...
More sync and propagation fixes
2016-02-15 14:06:36 +01:00
Gav Wood
38a568e426
Use 1100000 as the homestead transition, fix build instructions.
2016-02-15 13:49:44 +01:00
debris
8b28f627ca
fixed order of eth_getLogs
2016-02-15 13:39:58 +01:00
arkpar
f141e69671
Added test for restart on malformed block
2016-02-15 13:34:58 +01:00
debris
fada9bb1ba
eth_getLogs implementation
2016-02-15 13:18:26 +01:00
arkpar
b503fb5de8
Merge branch 'master' of github.com:ethcore/parity into net
2016-02-15 12:57:19 +01:00
Marek Kotewicz
e7864c301c
Merge pull request #436 from ethcore/cargo_packages
...
back to cargo crates
2016-02-15 11:58:02 +01:00
arkpar
ba95260113
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-15 11:56:36 +01:00
arkpar
186c7585d2
Node table persistency
2016-02-15 11:54:38 +01:00
debris
bae2682518
bloom possibilities
2016-02-15 11:47:51 +01:00
debris
89bc3e9153
Merge branch 'cargo_packages' into jsonrpc2
2016-02-15 10:53:07 +01:00
debris
4c474d8d91
Merge branch 'master' into jsonrpc2
2016-02-15 10:53:01 +01:00
Marek Kotewicz
d62d78a0fc
Merge pull request #435 from ethcore/clippy_warnings
...
Fixing clippy warnings
2016-02-15 10:48:47 +01:00
debris
874dcdd840
back to cargo crates
2016-02-15 10:47:56 +01:00
Tomusdrw
2c4700f4c1
Fixing clippy warnings
2016-02-15 00:55:45 +01:00
Gav Wood
5b6e47c56f
Merge pull request #434 from ethcore/cargo-lock
...
preserving root cargo lock
2016-02-14 20:26:41 +01:00
Nikolay Volf
3c82e4865d
ignore updates
2016-02-14 20:49:36 +03:00
arkpar
986448ce7a
Merge branch 'net' into discovery
2016-02-14 18:27:31 +01:00
arkpar
d496523021
Merge branch 'net' of github.com:ethcore/parity into net
2016-02-14 18:09:11 +01:00
arkpar
8b0ec51c0f
Update last imported number on new block
2016-02-14 18:08:30 +01:00
arkpar
76590d5a82
Merge branch 'master' of github.com:ethcore/parity into net
2016-02-14 17:50:14 +01:00
arkpar
debf1ed934
Propagate only one last hash for peers that are too far behind
2016-02-14 17:49:20 +01:00
arkpar
38f4a06f1d
Fixed panic on accessing expired node
2016-02-14 17:45:00 +01:00
arkpar
61c52f15a3
Fixed panic on accessing expired node
2016-02-14 17:42:03 +01:00
Nikolay Volf
304173f595
preserving root cargo lock
2016-02-14 19:35:45 +03:00
arkpar
fc7483ab87
Propagate only one last hash for peers that are too far behind
2016-02-14 17:10:55 +01:00
Nikolay Volf
3389606c7b
crypto section fails checks
2016-02-14 19:09:36 +03:00
Nikolay Volf
75383199d6
kdf params error checking
2016-02-14 18:22:42 +03:00
Nikolay Volf
c50a687213
Merge branch 'master' into net
2016-02-14 17:53:39 +03:00
Nikolay Volf
ae5ec6bad9
Merge branch 'master' into secret-store
2016-02-14 16:01:29 +03:00
Nikolay Volf
c1ab00d915
Merge pull request #432 from ethcore/nightly-fix
...
Nightly fix
2016-02-14 15:53:47 +03:00
debris
9e0cfa1fad
ignore transition tests for now, make travis build green again
2016-02-14 13:31:51 +01:00
debris
0502951b1c
Merge branch 'master' of github.com:ethcore/parity into nightly-fix
2016-02-14 13:27:39 +01:00
debris
3ffaed9857
fixed util benches on nighly
2016-02-14 13:25:12 +01:00
Gav Wood
ef059911dc
Merge pull request #431 from ethcore/nightly-fix
...
nightly fixes
2016-02-14 13:12:40 +01:00
debris
f1b39ee1e5
nightly fixes
2016-02-14 12:54:27 +01:00
Marek Kotewicz
4cfb7a2eb2
Merge pull request #430 from ethcore/delayhomestead
...
Delay homestead transition
2016-02-14 12:21:20 +01:00
Gav Wood
00992069c5
Delat Homestead transition.
2016-02-14 12:18:26 +01:00
arkpar
dee375bfac
Handle session creation error
2016-02-14 12:11:18 +01:00
Nikolay Volf
398a83971f
Merge pull request #429 from ethcore/homesteaddelay
...
Delay Homestead transition from 1,000,000.
2016-02-14 14:07:41 +03:00
Gav Wood
b821412f72
Delay in test frontier file.
2016-02-14 12:02:44 +01:00
Gav Wood
48f657c031
Delay Homestead transition from 1,000,000.
2016-02-14 12:01:18 +01:00
arkpar
7503d6695a
Fixed panic on session creation
2016-02-14 11:54:08 +01:00
arkpar
718646f943
Refactored host to use different containers for handshakes and sessions
2016-02-14 11:34:59 +01:00
debris
2748e770e4
Merge branch 'master' into jsonrpc2
2016-02-14 11:13:22 +01:00
Marek Kotewicz
e1cd5186c6
Merge pull request #428 from ethcore/fix-nightly-2
...
Nightly fix effort (still should fail)
2016-02-14 03:36:17 +01:00
arkpar
2d89708ea8
Reduced thread contention
2016-02-14 02:11:55 +01:00
arkpar
9768fddb19
Homestead block set to 1100000
2016-02-14 01:05:54 +01:00
arkpar
76ea030b78
Small refactoring
2016-02-14 01:03:48 +01:00
Nikolay Volf
9ff3155a64
clippy, returing docopt
2016-02-14 00:58:41 +03:00
arkpar
62b9f4b91d
UDP discovery working
2016-02-13 22:57:39 +01:00
Nikolay Volf
2205b80703
trigger build
2016-02-13 18:11:46 +03:00
Marek Kotewicz
254b855963
Merge pull request #425 from ethcore/fix-nightly
...
clippy version update, docopt-macro moving to fork
2016-02-13 14:17:41 +01:00
debris
3a09b2f226
fixed build
2016-02-13 13:15:46 +01:00
debris
3fcade9f6d
bloom possibilities in progress
2016-02-13 13:05:28 +01:00
Nikolay Volf
84c752583a
clippy version update, docopt-macro moving to fork
2016-02-13 13:17:16 +03:00
Nikolay Volf
91c6b6e2c1
coverage fix
2016-02-13 01:29:28 +03:00
Nikolay Volf
7fa0fd2440
garbage collection
2016-02-13 01:12:32 +03:00
Nikolay Volf
19e1f63909
issues with loading and more tests
2016-02-12 23:27:09 +03:00
Nikolay Volf
89c5d9f6f6
tests and serialization fixes
2016-02-12 20:09:24 +03:00
Nikolay Volf
f198e53891
documentation effort
2016-02-12 18:39:47 +03:00
arkpar
2af379d4b1
Merge branch 'net' of github.com:ethcore/parity into discovery
2016-02-12 15:52:11 +01:00
arkpar
48924f490b
Merge branch 'master' of github.com:ethcore/parity into discovery
2016-02-12 15:52:00 +01:00
arkpar
fcd0dafbe4
Fixed random failing test
2016-02-12 15:48:26 +01:00
arkpar
34b465a125
Check for peer registration
2016-02-12 14:20:18 +01:00
debris
c9e0071fde
blockchain bloomfilter should be ok by now...
2016-02-12 14:03:23 +01:00
arkpar
f74c5dc921
More sync and propagation fixes
2016-02-12 13:07:02 +01:00
Nikolay Volf
1c57214786
constructor rename
2016-02-12 12:52:42 +03:00
arkpar
09b6503795
Discovery packets
2016-02-12 09:52:32 +01:00
Gav Wood
23d2899e54
Merge pull request #416 from ethcore/net
...
Network/Sync fixes and optimizations
2016-02-12 09:18:37 +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
Gav Wood
3575e6bbc1
Update main.rs
2016-02-12 00:24:10 +01:00
Nikolay Volf
6cdc220406
key directory
2016-02-12 01:43:37 +03:00
arkpar
01d9ffcd9b
Minor fixes
2016-02-11 22:14:06 +01:00
arkpar
62ac80d53f
Merge branch 'master' of github.com:ethcore/parity into net
2016-02-11 21:10:47 +01:00
arkpar
84732d4b94
Sync fixes
2016-02-11 21:10:41 +01:00
Gav Wood
0a41dedc05
Merge pull request #414 from ethcore/state
...
Use latest era instead of end era as journal marker
2016-02-11 18:44:52 +01:00
arkpar
aed348ce8b
Merge branch 'master' of github.com:ethcore/parity into net
2016-02-11 18:36:45 +01:00
arkpar
f4d8070bda
Fixed one extra block/header being requested
2016-02-11 18:36:26 +01:00
Arkadiy Paronyan
6c8f82d865
Merge pull request #402 from ethcore/jsonrpc2
...
api changes
2016-02-11 18:35:15 +01:00
Nikolay Volf
d9b6ab1128
flush
2016-02-11 19:48:47 +03:00
Nikolay Volf
02990290c6
json generation
2016-02-11 18:25:00 +03:00
debris
2cf0f1b5f3
moved chainfilter from util to ethcore, blockchain stores block blooms
2016-02-11 14:35:03 +01:00
Nikolay Volf
e61376565e
parsing tests
2016-02-11 16:17:38 +03:00
arkpar
64b15cdbc0
Merge branch 'master' of github.com:ethcore/parity into net
2016-02-11 14:08:56 +01:00
arkpar
6281d18227
net-key option
2016-02-11 14:08:52 +01:00
arkpar
0d0441a186
Use latest era instead of end era as journal marker
2016-02-11 13:32:27 +01:00
Gav Wood
413502e7f6
Merge branch 'master' of github.com:ethcore/parity
2016-02-11 11:56:09 +01:00
Gav Wood
3bfe8bea45
Deps script.
2016-02-11 11:55:49 +01:00
Arkadiy Paronyan
7b47635879
Merge pull request #408 from ethcore/noinitnodes
...
Option for no init nodes.
2016-02-11 11:15:07 +01:00
Gav Wood
439e99d32b
Option for no init nodes.
2016-02-11 10:46:55 +01:00
Gav Wood
25e2e382ea
Add contributing agreement.
2016-02-11 10:34:52 +01:00
debris
b0f2ae147b
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-11 10:20:15 +01:00
Nikolay Volf
50a6e90e3d
Merge pull request #406 from ethcore/net
...
Fixed block_bodies not returning a list
2016-02-11 04:32:19 +03:00
Nikolay Volf
f0431218d6
basic parsing
2016-02-11 04:22:59 +03:00
Arkadiy Paronyan
83c4a05d31
Merge pull request #405 from ethcore/cliopt
...
Fix test.
2016-02-11 02:08:36 +01:00
arkpar
7bb661e21c
Fixed block_bodies not returning a list
2016-02-11 02:07:46 +01:00
Nikolay Volf
ebe3990d0d
fixing tests and build
2016-02-11 03:40:22 +03:00
Nikolay Volf
e19b89be2c
flush
2016-02-11 03:32:44 +03:00
Gav Wood
5f742c9142
Fix test.
2016-02-11 00:38:19 +01:00
Arkadiy Paronyan
61c8f7b00b
Merge pull request #404 from ethcore/cliopt
...
Allow path to be configured.
2016-02-10 23:55:48 +01:00
Gav Wood
b4faad8469
Merge branch 'master' into cliopt
2016-02-10 23:51:22 +01:00
Nikolay Volf
7bfb832312
type metadata for key files
2016-02-11 01:06:35 +03:00
debris
e577431051
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-10 23:06:03 +01:00
debris
4fe86a4419
eth_getBlockByNumber
2016-02-10 22:54:12 +01:00
debris
93975be5e3
transaction by block number and index
2016-02-10 22:36:59 +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
Gav Wood
3e49c960a0
Install both rocksdb deps.
2016-02-10 21:31:21 +01:00
Gav Wood
cb09768145
Fix deps script again.
2016-02-10 21:22:24 +01:00
Gav Wood
30f291e6ce
Merge branch 'master' of github.com:ethcore/parity
2016-02-10 21:21:32 +01:00
Gav Wood
25c3e49b4f
Fix deps script.
2016-02-10 21:21:17 +01:00
Gav Wood
9ac4f51601
Allow path to be configured.
2016-02-10 21:17:47 +01:00
Nikolay Volf
428962df35
Merge pull request #400 from ethcore/upnp
...
Upnp
2016-02-10 22:25:19 +03:00
debris
db35e21bcd
few client methods use BlockId instead of hash and BlockNumber
2016-02-10 19:29:27 +01:00
Arkadiy Paronyan
0f665a6cbc
Merge pull request #398 from ethcore/jsonrpc2
...
eth_syncing, fixed #397
2016-02-10 19:13:00 +01:00
Gav Wood
1d60e38f14
Merge pull request #399 from ethcore/sigterm
...
Using modified version of ctrlc that catches SIGTERM
2016-02-10 18:34:53 +01:00
Gav Wood
0e679fbee5
Revert collecting trie stats.
2016-02-10 18:26:39 +01:00
debris
2c360d6c9b
fixed protocol_version, hash_rate, block_number and gas_price methods
2016-02-10 18:26:06 +01:00
Gav Wood
e8aaf26ab4
Revert printing trie insertion stats.
2016-02-10 18:26:03 +01:00
Gav Wood
637ca97dc6
Synchronous UPnP.
2016-02-10 18:11:10 +01:00
debris
a938ac67d1
eth_syncing use best_block_hash instead of last_imported_block_number
2016-02-10 18:03:29 +01:00
Gav Wood
39d5b68785
Merge branch 'master' of github.com:ethcore/parity
2016-02-10 17:21:07 +01:00
Nikolay Volf
66a370af9b
Merge pull request #396 from ethcore/close_gently
...
Catching panics.
2016-02-10 18:55:53 +03:00
Tomusdrw
d7a36f4a9d
Using modified version of ctrlc that catches SIGTERM
2016-02-10 16:55:15 +01:00
Gav Wood
5c73c298dc
Merge branch 'master' of github.com:ethcore/parity
2016-02-10 16:46:06 +01:00
Gav Wood
35374ac09c
Start of UPnP.
2016-02-10 16:45:54 +01:00
Tomusdrw
96dda7b73a
Forwarding panics from threads
2016-02-10 16:35:52 +01:00
debris
373f0da56a
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-10 16:29:05 +01:00
debris
9159d5812b
eth_syncing, fixed #397
2016-02-10 16:28:59 +01:00
Marek Kotewicz
e69cd0f8c3
Merge pull request #391 from ethcore/jsonrpc2
...
jsonrpc
2016-02-10 15:33:02 +01:00
Tomusdrw
7925642b1b
Removing overengineered stuff
2016-02-10 15:28:43 +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
Tomusdrw
0d121dd51a
Removing unecessary locks causing dead-locks
2016-02-10 14:49:31 +01:00
Tomusdrw
31bcc541d0
Fixing parity build
2016-02-10 14:16:53 +01:00
Tomusdrw
6b0cc0c8fa
Merge branch 'master' into close_gently
...
Conflicts:
parity/main.rs
2016-02-10 13:13:04 +01:00
Tomusdrw
2a498fc3eb
Implementing PanicHandlers for all places when new thread is spawned. Handling Client panics
2016-02-10 12:50:27 +01:00
debris
75b54cc277
updated BlockId and TransactionId description
2016-02-10 12:43:26 +01:00
debris
8c43c989af
fixed Uniquely typo
2016-02-10 12:41:36 +01:00
debris
7491815e27
fixed ethsync tests
2016-02-10 11:44:03 +01:00
debris
626277ef9a
block and transaction ids, jsonrpcs eth_getTransactionByHash
2016-02-10 11:28:40 +01:00
debris
b86ddbb923
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-10 10:13:07 +01:00
debris
bceae29fca
small clenaup
2016-02-10 10:12:56 +01:00
Gav Wood
9f8766c8da
Merge pull request #394 from ethcore/ext-tests
...
Externalities tests (still clumsy)
2016-02-10 02:50:02 +01:00
Gav Wood
f0e26e3495
Merge pull request #395 from ethcore/coverage-reasonable
...
excluding test code itself from coverage
2016-02-10 01:49:28 +01:00
Nikolay Volf
92a08c26ad
excluding test code itself from coverage
2016-02-10 03:27:54 +03:00
Nikolay Volf
4ab99a6bb3
fixed conflicting namespaces
2016-02-10 02:20:36 +03:00
debris
4df096fed3
optimize blockchains transaction_at
2016-02-10 00:12:09 +01:00
debris
d0792dff31
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-09 23:23:35 +01:00
Nikolay Volf
dabce9ab45
cleanup, warnings
2016-02-10 01:11:22 +03:00
Nikolay Volf
2982c7973e
externalities suicide test
2016-02-10 01:02:31 +03:00
Nikolay Volf
2b6eb97f66
log test
2016-02-10 00:41:45 +03:00
Nikolay Volf
71786dd172
should_panic test
2016-02-10 00:32:47 +03:00
Arkadiy Paronyan
4ab845806d
Merge pull request #392 from ethcore/https-fix
...
(BETA) https link in the installer (?)
2016-02-09 21:15:22 +01:00
Nikolay Volf
167c568d55
https link in the installer
2016-02-09 22:34:15 +03:00
Nikolay Volf
3b01ca93cd
call fail test
2016-02-09 22:30:35 +03:00
Gav Wood
a691846cf8
Merge pull request #390 from ethcore/options
...
Additional tweaks to options.
2016-02-09 19:31:54 +01:00
debris
27acdf38e2
fixed ethsync tests
2016-02-09 18:34:06 +01:00
debris
75ccb22d26
add Debug, PartialEq and Eq to LocalizedTransaction
2016-02-09 18:14:04 +01:00
Nikolay Volf
1603b2bf64
flush
2016-02-09 19:47:14 +03:00
debris
3abe5e941f
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
2016-02-09 17:45:51 +01:00
debris
b12d0f690d
fixed filter deserialization
2016-02-09 17:45:39 +01:00
debris
1f69b60041
filter deserialization
2016-02-09 17:37:16 +01:00
Nikolay Volf
5767931df6
dried out tests
2016-02-09 19:29:52 +03:00
Gav Wood
d8f8038f16
Additional tweaks to options.
2016-02-09 17:23:25 +01:00
Nikolay Volf
b42f5145a6
check env_info
2016-02-09 07:54:58 -08:00
Gav Wood
015aaad2c4
Merge pull request #388 from ethcore/options
...
--chain option for setting which network to go on.
2016-02-09 16:50:31 +01:00
Tomusdrw
0757ac1493
PanicHandler - work in progress
2016-02-09 16:47:21 +01:00
debris
abcfe9f9e8
eth_getBlock properly returns transactions
2016-02-09 16:38:21 +01:00
Nikolay Volf
7f607905ed
moving around setups
2016-02-09 07:31:57 -08:00
Gav Wood
8be5340385
Tabs!
2016-02-09 16:19:12 +01:00
Gav Wood
e987a492dc
--chain option for setting which network to go on.
...
Add contents function to util.
2016-02-09 15:51:48 +01:00
Nikolay Volf
cc4206f690
initial test setup
2016-02-09 06:28:27 -08:00
debris
5d05c36791
LocalizedTransaction
2016-02-09 15:17:01 +01:00
Gav Wood
1ae4da46b3
Merge pull request #387 from ethcore/coverage-effort
...
Ethash unit tests final
2016-02-09 13:59:48 +01:00
Nikolay Volf
97789cbab7
Merge pull request #374 from ethcore/jsonrpc
...
jsonrpc
2016-02-09 15:51:28 +03:00
debris
ac2ee42804
Merge branch 'jsonrpc' into jsonrpc2
2016-02-09 13:25:47 +01:00
Marek Kotewicz
c57a0a5f2e
Merge pull request #384 from ethcore/editorconfig
...
Editorconfig file.
2016-02-09 13:23:21 +01:00
debris
fd18be4317
change CLIENT_DB_VER_STR instead of DB_VERSION
2016-02-09 13:21:32 +01:00
Nikolay Volf
095c60d440
possible panic resolution, block family tests
2016-02-09 04:20:18 -08:00
debris
c50eb78ca1
jsonrpc optionals
2016-02-09 13:17:55 +01:00
Arkadiy Paronyan
46d3fe3070
Merge pull request #382 from ethcore/coverage-effort
...
Coverage effort [in progress]
2016-02-09 13:14:55 +01:00
Nikolay Volf
9358e9444c
unordered h256-pass fix
2016-02-09 03:58:32 -08:00
debris
40068c1938
added missing docs
2016-02-09 12:27:05 +01:00
Gav Wood
5938b65097
Additional help at he end of the install; no need to install sudo.
2016-02-09 12:24:36 +01:00
Nikolay Volf
55a29bfa86
unordered verification
2016-02-09 03:23:35 -08:00
Gav Wood
ffadbf1d10
Force apt-get update on ubuntu.
2016-02-09 12:20:27 +01:00
Gav Wood
a33fbbd991
Merge branch 'master' of github.com:ethcore/parity
2016-02-09 12:10:14 +01:00
Gav Wood
b1110272a4
Parity install sceipt cleanups.
2016-02-09 12:09:51 +01:00
Gav Wood
83fe91c88f
Install script avoids compiling on Ubuntu.
2016-02-09 11:39:04 +01:00
Tomusdrw
9d9c56a054
Editorconfig file.
2016-02-09 10:50:29 +01:00
debris
e911e64704
db_version 2
2016-02-09 10:19:04 +01:00
debris
bb3ffe5764
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
2016-02-09 10:13:35 +01:00
Gav Wood
0fc5a5c91e
Merge pull request #380 from ethcore/coverage-config
...
making root kcov runner simular to the one running on CI
2016-02-09 09:54:47 +01:00
Gav Wood
1b89654d0c
Merge pull request #381 from ethcore/docker
...
add gcc as a dependency to dockerfiles
2016-02-09 09:53:15 +01:00
Nikolay Volf
fc0153a5a4
returning client to the place it should be, cleanup
2016-02-09 00:54:33 +03:00
Nikolay Volf
3ef3f5ac31
Merge branch 'coverage-config' into coverage-effort
2016-02-09 00:11:01 +03:00
Nikolay Volf
22dd075692
proper fail conditions
2016-02-08 23:43:53 +03:00
Nikolay Volf
1ae7db2e03
coverage & panics avoidance
2016-02-08 23:07:14 +03:00
KKudryavtsev
6e89f5ef22
tabified
2016-02-08 19:58:19 +01:00
KKudryavtsev
b9d2b42050
Merge branch 'master' of github.com:ethcore/parity into docker
2016-02-08 19:25:18 +01:00
KKudryavtsev
3fed6a2f1c
added gcc dependency to Dockerfiles
2016-02-08 19:23:42 +01:00
Nikolay Volf
8fe5b4e2ba
removing tests from coverage
2016-02-08 21:12:12 +03:00
Nikolay Volf
c60c702170
making it EXACTLY the same
2016-02-08 20:20:45 +03:00
Gav Wood
7bc340956f
Correct node id for bootnode.
2016-02-08 16:57:57 +01:00
Nikolay Volf
f5b218ba89
making local coverage identical to CI
2016-02-08 07:25:41 -08:00
Gav Wood
ac218dc502
Merge pull request #377 from ethcore/net
...
beta: Check for handshake expiration before attempting replace
2016-02-08 16:21:31 +01:00
debris
e5e33826a7
fixed failin ethsync test
2016-02-08 16:07:38 +01:00
arkpar
2cf7734897
Enable travis build for beta branch
2016-02-08 15:54:13 +01:00
debris
483ee1fbce
blockchain transaction api
2016-02-08 15:53:22 +01:00
arkpar
bb9d5db969
Check for handshake expiration before attempting replace
2016-02-08 15:44:39 +01:00
Gav Wood
76d51a3da6
Merge pull request #375 from ethcore/net
...
Check for handshake expiration before attempting connection replace
2016-02-08 15:41:49 +01:00
Gav Wood
666a1c3a57
Merge pull request #364 from ethcore/block-propagation
...
Blocks propagation
2016-02-08 15:41:17 +01:00
Gav Wood
3bd3f7967e
Merge pull request #376 from ethcore/netopts
...
Network params.
2016-02-08 15:40:24 +01:00
Gav Wood
9d495d5beb
Network params.
2016-02-08 15:04:12 +01:00
arkpar
b411a3d55d
Check for handshake expiration before attempting replace
2016-02-08 15:03:44 +01:00
Gav Wood
4076c41de8
Merge pull request #373 from ethcore/ourbootnode
...
Add parity-node-zero to bootnodes.
2016-02-08 14:23:43 +01:00
Marek Kotewicz
4c25269b1d
Update README.md
2016-02-08 14:19:29 +01:00
Marek Kotewicz
db9a7f4c45
Update README.md
2016-02-08 14:18:48 +01:00
debris
038f80437e
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
2016-02-08 14:15:06 +01:00
Gav Wood
a531229076
Back to 30303.
2016-02-08 14:06:49 +01:00
debris
41e64bff4e
tests for block serialization
2016-02-08 14:02:47 +01:00
Gav Wood
3c6f61a058
Merge branch 'master' of github.com:ethcore/parity
2016-02-08 14:01:33 +01:00
Gav Wood
35902cb205
Merge pull request #370 from ethcore/travis_job_id
...
kcov uses travis_job_id instead of coveralls token
2016-02-08 14:00:21 +01:00
Gav Wood
b27a7e0387
30304 for bootnode.
2016-02-08 13:55:49 +01:00
Gav Wood
7c8525ed09
Merge branch 'master' of github.com:ethcore/parity
2016-02-08 13:55:32 +01:00
Gav Wood
69644d74c7
Install dev files for rocksdb.
2016-02-08 13:54:35 +01:00
Gav Wood
047731b11d
Add parity-node-zero.ethcore.io to boot nodes.
2016-02-08 13:39:06 +01:00
Gav Wood
986f08e0d8
Merge branch 'master' of github.com:ethcore/parity
2016-02-08 13:35:27 +01:00
Gav Wood
66685b2296
Don't use sudo for multirust.
2016-02-08 13:34:21 +01:00
debris
f532d76928
trying to trigger travis build
2016-02-08 13:34:01 +01:00
debris
d53893b346
kcov uses travis_job_id instead of coveralls token
2016-02-08 13:07:59 +01:00
Nikolay Volf
11103b083a
fixed test
2016-02-08 03:35:51 -08:00
Nikolay Volf
3dd220b62f
refactoring of report functions, some comments
2016-02-08 03:14:48 -08:00
Nikolay Volf
deffb271bc
refactoring of report functions, some comments
2016-02-08 03:14:39 -08:00
debris
a0451a3cb5
eth_getBlockXXX takes into account include_tx param
2016-02-08 12:13:05 +01:00
debris
90f965cf53
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
2016-02-08 11:59:03 +01:00
debris
b2c083ce56
fixed U256 serialization, tests for transaction serialization
2016-02-08 11:58:47 +01:00
debris
3adfebdc20
jsonrpc eth_getCode method
2016-02-08 10:58:08 +01:00
Nikolay Volf
70d59e4a52
Merge branch 'nvolf' into block-propagation
2016-02-08 01:40:15 +03:00
Nikolay Volf
871b7113ec
fixes for valid rlp
2016-02-08 01:39:02 +03:00
Nikolay Volf
b6f74bd143
Merge branch 'master' into nvolf
...
Conflicts:
util/src/journaldb.rs
2016-02-08 00:58:59 +03:00
Nikolay Volf
69a4349ee2
documentation
2016-02-08 00:52:56 +03:00
Nikolay Volf
e9af2dfd96
new hashes tests
2016-02-08 00:20:59 +03:00
Nikolay Volf
4b1d67ef49
bunch of tests for new block packet
2016-02-08 00:08:15 +03:00
Nikolay Volf
3f17acca1d
empty new block test
2016-02-07 23:01:09 +03:00
Nikolay Volf
c3f23839e8
Merge branch 'ark' into nvolf
2016-02-07 13:40:00 +03:00
Nikolay Volf
37cc69542c
Merge branch 'state' into nvolf
2016-02-07 13:39:06 +03:00
Nikolay Volf
efef36b5e8
handling sync message
2016-02-07 03:00:43 +03:00
Nikolay Volf
d40d4ef87c
fix tests
2016-02-07 01:43:44 +03:00
Nikolay Volf
0e0f1fea69
tests
2016-02-07 01:15:53 +03:00
Nikolay Volf
67c5e376b8
review fixes
2016-02-06 23:40:41 +03:00
debris
4116bdd8fd
Merge branch 'master' into jsonrpc
2016-02-06 21:31:46 +01:00
Nikolay Volf
3e84691cec
adding expect
2016-02-06 23:31:37 +03:00
Nikolay Volf
74c97ea36d
removed unused latest_number
2016-02-06 23:08:20 +03:00
Nikolay Volf
8cd55276c3
... and test as well
2016-02-06 23:04:58 +03:00
Nikolay Volf
391ef7e664
actually should be this way
2016-02-06 23:03:26 +03:00
Nikolay Volf
9727f27854
blocks + hashes
2016-02-06 23:00:52 +03:00
Nikolay Volf
62f3b8cae5
Merge branch 'master' into block-propagation
2016-02-06 22:34:13 +03:00
Nikolay Volf
6b02b6eddb
using rlp::encode
2016-02-06 22:25:20 +03:00
Nikolay Volf
0905372f70
updating peer best hash when sync
2016-02-06 22:23:25 +03:00
Nikolay Volf
49e61b87a0
calculating peer highest number on fly
2016-02-06 22:16:59 +03:00
Nikolay Volf
b606df451e
many fixes
2016-02-06 20:56:21 +03:00
Nikolay Volf
b01f954b05
final tests
2016-02-06 01:45:25 +03:00
arkpar
4af85b488b
Fixed an issue with forked counters
2016-02-05 22:54:33 +01:00
Nikolay Volf
90e4722284
Merge branch 'master' into block-propagation
2016-02-05 21:47:27 +03:00
Nikolay Volf
cc3f712fec
propagade initial
2016-02-05 09:34:08 -08:00
debris
9c3317620d
Merge branch 'master' into jsonrpc
2016-02-05 14:16:39 +01:00
debris
432c0d59c4
few additional rpc eth methods
2016-02-05 13:21:34 +01:00