Marek Kotewicz
|
68db425fe8
|
Merge pull request #7067 from sorpaas/patch-1
ECIP-1039: Monetary policy rounding specification
|
2017-11-24 15:49:33 +01:00 |
|
Wei Tang
|
8e89be775c
|
Wrong era used in ECIP1017 test
It is era 49, and should correspond to ECIP1017/ECIP1039's era 50.
|
2017-11-24 20:17:26 +08:00 |
|
Wei Tang
|
bef85fb876
|
Add test for ECIP1017 at block 250000000
|
2017-11-24 19:31:48 +08:00 |
|
Robert Habermeier
|
81212c5031
|
Merge branch 'master' into upload-crates
|
2017-11-17 16:42:41 +01:00 |
|
Wei Tang
|
b35cc3f716
|
Change reward calculation to only use divide once
|
2017-11-16 12:34:04 +08:00 |
|
Wei Tang
|
2ca57d7cdb
|
ECIP-1039: Monetary policy rounding specification
Fix potential rounding errors between geth and parity in the long-term future.
|
2017-11-16 12:25:05 +08:00 |
|
Marek Kotewicz
|
605cd5cd9f
|
Merge pull request #7006 from paritytech/no-uncles
Disable uncles by default
|
2017-11-15 23:51:49 +01:00 |
|
Robert Habermeier
|
ec5519ccd1
|
rename hash crate to keccak-hash
|
2017-11-10 20:08:28 +01:00 |
|
keorn
|
261c0d5368
|
no default uncles
|
2017-11-09 23:56:02 +00:00 |
|
Robert Habermeier
|
acdec22d58
|
Merge branch 'master' into warn-blacklisted
|
2017-11-07 16:56:57 +01:00 |
|
Arkadiy Paronyan
|
85465fc0b1
|
Skip nonce check for gas estimation (#6997)
|
2017-11-07 09:21:30 +01:00 |
|
Tomasz Drwięga
|
ffee6aacff
|
Creating pending block with all transactions from the queue (#6942)
* Allow to include all queue transactions in pending block.
* Fix tests.
|
2017-11-03 15:20:20 +01:00 |
|
Dmitry Kashitsyn
|
713bba00ac
|
Removes FUTURE_QUEUE_LIMITS_SHIFT (#6962)
|
2017-11-02 15:06:17 +01:00 |
|
Nikolay Volf
|
f72858ee0a
|
Add hint in ActionParams for splitting code/data (#6957)
* Action params and embedded params handling
* fix namespaces
|
2017-11-02 12:49:57 +01:00 |
|
Tomasz Drwięga
|
0a69d5ac4c
|
Return decoded seal fields. (#6932)
|
2017-11-01 11:29:03 +01:00 |
|
Tomasz Drwięga
|
b861ad37a4
|
Reserve nonces for signing (#6834)
* Nonce future - reserve and dispatch
* Single thread nonce tests
* Track status of reserved nonces.
* Initialization of nonce reservations.
* Prospective Signer
* Fix cli tests.
|
2017-11-01 11:23:18 +01:00 |
|
Marek Kotewicz
|
39e27076ad
|
Merge pull request #6842 from paritytech/td-evm-json
Fix JSON tracing for sub-calls.
|
2017-10-29 21:47:14 -07:00 |
|
Tomasz Drwięga
|
8dfdebc2a2
|
Refactor static context check in CREATE. (#6886)
* Refactor static context check in CREATE.
* Fix wasm.
|
2017-10-25 11:27:18 +02:00 |
|
David Dorgan
|
bdf1e6afcc
|
Revert "Sync parity-ewf with parity"
This reverts commit f7ba063b22 .
|
2017-10-24 13:31:58 +01:00 |
|
David Dorgan
|
f7ba063b22
|
Sync parity-ewf with parity
|
2017-10-24 12:31:50 +01:00 |
|
Tomasz Drwięga
|
b98150526c
|
Fix serialization of non-localized transactions (#6868)
* Fix serialization of non-localized transactions.
* Return proper SignedTransactions representation.
|
2017-10-24 12:13:00 +02:00 |
|
Tomasz Drwięga
|
1253a5c577
|
Merge branch 'master' into td-evm-json
|
2017-10-24 09:16:51 +02:00 |
|
Robert Habermeier
|
dd13526f6c
|
warn when blacklisted account present in store
|
2017-10-24 09:04:28 +02:00 |
|
Arkadiy Paronyan
|
097815cb71
|
Ethstore optimizations (#6827)
|
2017-10-20 20:20:41 +02:00 |
|
Tomasz Drwięga
|
2d222a5920
|
Capture traces and write some tests.
|
2017-10-20 16:06:36 +02:00 |
|
Tomasz Drwięga
|
4ac406da6b
|
Merge branch 'master' into td-evm-json
|
2017-10-20 13:36:45 +02:00 |
|
Dmitry Kashitsyn
|
153b8572dd
|
Fixes tests
|
2017-10-17 22:24:47 +07:00 |
|
Tomasz Drwięga
|
2d10cd0ecc
|
Fixing JSON WiP. Refactor & Write tests.
|
2017-10-17 14:54:56 +02:00 |
|
Dmitry Kashitsyn
|
c0fc83988f
|
Refactors ethcore to use journaldb crate (#6693)
|
2017-10-17 11:46:07 +07:00 |
|
debris
|
3830f9b464
|
fixed failing test
|
2017-10-16 22:12:17 +02:00 |
|
debris
|
95f0384510
|
Merge branch 'master' into ipc_cleanup
|
2017-10-16 18:19:41 +02:00 |
|
Marek Kotewicz
|
bb1be15dc4
|
Merge pull request #6792 from paritytech/kvdb_error
consistent KeyValueDB errors
|
2017-10-16 18:19:18 +02:00 |
|
debris
|
16d84f8ecf
|
finished removing ipc
|
2017-10-16 18:18:43 +02:00 |
|
debris
|
fa019bd03e
|
remove ipc codegen from ethcore
|
2017-10-16 17:50:25 +02:00 |
|
Arkadiy Paronyan
|
5b29b6d064
|
Squash remaining warnings (#6789)
* Fixed comment warnings
* Fixed remaining warnings
|
2017-10-16 12:31:52 +02:00 |
|
debris
|
6dc50d01b5
|
KeyValueDB trait uses errors instead of strings
|
2017-10-16 12:11:35 +02:00 |
|
Marek Kotewicz
|
44db0c55c5
|
Merge pull request #6720 from paritytech/kvdb_split
separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb
|
2017-10-16 10:57:27 +02:00 |
|
Afri Schoedon
|
774598974e
|
Forward-port #6754 #6755 (#6785)
|
2017-10-16 10:56:23 +02:00 |
|
Marek Kotewicz
|
8365f4d80e
|
updated ethabi to version 4.0 (#6742)
* updated ethabi to version 4.0
* ethabi 4.0.1
|
2017-10-16 10:21:35 +02:00 |
|
debris
|
2ce0eae406
|
Merge branch 'master' into kvdb_split
|
2017-10-16 10:01:12 +02:00 |
|
Dmitry Kashitsyn
|
4df541e47a
|
Refactors references to MemoryLruCache in ethcore (#6693)
|
2017-10-15 21:47:06 +07:00 |
|
debris
|
db3ff67182
|
Merge branch 'master' into kvdb_split
|
2017-10-15 16:40:20 +02:00 |
|
debris
|
616cafb04a
|
renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create
|
2017-10-15 16:17:15 +02:00 |
|
debris
|
d88ec35a6a
|
Merge branch 'master' into kvdb_split
|
2017-10-15 15:55:44 +02:00 |
|
Dmitry Kashitsyn
|
3df67b376b
|
Removes redundant mut in ethcore
|
2017-10-15 20:10:20 +07:00 |
|
Arkadiy Paronyan
|
b0c15497e1
|
Fixed kovan chain validation (#6758)
* Fixed kovan chain validation
* Fork detection
* Fixed typo
|
2017-10-14 21:59:26 +02:00 |
|
debris
|
b277c3810f
|
Merge branch 'master' into kvdb_split
|
2017-10-13 16:27:12 +02:00 |
|
Arkadiy Paronyan
|
691e93834c
|
Fixed modexp gas calculation overflow (#6741)
|
2017-10-13 16:06:53 +02:00 |
|
debris
|
5c220ab64b
|
Merge branch 'master' into kvdb_split
|
2017-10-13 12:18:49 +02:00 |
|
debris
|
f36b4e0fca
|
fixed wrong kvdb import in json_tests
|
2017-10-12 17:05:32 +02:00 |
|