Tomasz Drwięga
|
e11353f94c
|
UnverifiedTransaction type (#4134)
* Introducing ValidSignedTransaction
* Verifiying transactions in engines
* Widening use of VerifiedSignedTransaction
* Renaming Transactions
* Uncommenting banning queue & Fixing tests
* Fixing json tests
* Fixing pre-homestead test
* Fixing imports
* Addressing grumbles
* Fixing test
|
2017-01-13 08:51:36 +00:00 |
|
Tomasz Drwięga
|
21006da125
|
Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119)
* Implementing secret
* Fixing tests
|
2017-01-11 12:16:47 +01:00 |
|
keorn
|
be30c44179
|
Validator/authority contract (#3937)
* dir
* simple validator list
* stub validator contract
* make the engine hold Weak<Client> instead of IoChannel
* validator set factory
* register weak client with ValidatorContract
* check chain security
* add address array to generator
* register provider contract
* update validator set on notify
* add validator contract spec
* simple list test
* split update and contract test
* contract change
* use client in tendermint
* fix deadlock
* step duration in params
* adapt tendermint tests
* add storage fields to test spec
* constructor spec
* execute under wrong address
* create under correct address
* revert
* validator contract constructor
* move genesis block lookup
* add removal ability to contract
* validator contract adding validators
* fix basic authority
* validator changing test
* more docs
* update sync tests
* remove env_logger
* another env_logger
* cameltoe
* hold EngineClient instead of Client
* add a comment about lock scope
|
2017-01-10 12:23:59 +01:00 |
|
keorn
|
fbc9f0d7fb
|
Add block rewards to more Engines (#4055)
* add block rewards
* imports
|
2017-01-05 21:16:13 +01:00 |
|
Robert Habermeier
|
8125b5690c
|
Port try macro to new ? operator. (#3962)
* initial untry sweep
* restore try in ipc codegen, fix inference
* change a few missed try instances
|
2016-12-27 12:53:56 +01:00 |
|
keorn
|
afc4cd2785
|
Allow contract constructors in chain spec (#3932)
* constructor spec
* execute under wrong address
* create under correct address
* revert
* move genesis block lookup
* remove env_logger
|
2016-12-23 18:44:39 +01:00 |
|
keorn
|
d8470cc5ca
|
revert slack
|
2016-12-16 00:07:07 +01:00 |
|
keorn
|
447196398a
|
fix start_step
|
2016-12-15 23:36:06 +01:00 |
|
keorn
|
b7b531ca75
|
more slack in test
|
2016-12-15 19:54:28 +01:00 |
|
keorn
|
b88d50dc9b
|
fix naming collision
|
2016-12-15 19:27:06 +01:00 |
|
keorn
|
fa504e510f
|
Merge branch 'master' into auth-bft
|
2016-12-12 21:28:46 +01:00 |
|
Gav Wood
|
17cc2be4b5
|
Rename ethcore -> parity in license.
|
2016-12-11 19:30:54 +01:00 |
|
keorn
|
d4c9493b00
|
verification cache retrieval
|
2016-12-11 17:50:12 +01:00 |
|
keorn
|
f3af0f46be
|
Merge branch 'master' into auth-bft
|
2016-12-10 18:14:35 +01:00 |
|
keorn
|
5f09eb9d04
|
update tests to new spec (#3790)
|
2016-12-10 10:38:10 +01:00 |
|
arkpar
|
97f358ced9
|
AuthorityRound network simulation test
|
2016-12-09 20:38:06 +01:00 |
|
arkpar
|
ca7406773f
|
AuthorityRound network simulation test
|
2016-12-09 19:27:16 +01:00 |
|
keorn
|
3ebfa1481d
|
better proposal block handling
|
2016-12-08 12:03:34 +01:00 |
|
keorn
|
b73689f041
|
Merge branch 'engine-password' into auth-bft
|
2016-12-07 15:17:49 +01:00 |
|
keorn
|
727ace0561
|
add test
|
2016-12-07 15:14:21 +01:00 |
|
keorn
|
4361cb53e7
|
Merge branch 'engine-password' into auth-bft
|
2016-12-07 14:49:42 +01:00 |
|
keorn
|
5faa4a85cb
|
remove dummy type
|
2016-12-07 14:49:07 +01:00 |
|
keorn
|
c582540746
|
Merge branch 'engine-password' into auth-bft
|
2016-12-07 11:41:38 +01:00 |
|
keorn
|
3ae09de019
|
restore is_new_best
|
2016-12-07 11:40:46 +01:00 |
|
keorn
|
5c333fce31
|
Merge branch 'engine-password' into auth-bft
|
2016-12-07 10:35:52 +01:00 |
|
keorn
|
71a96588b0
|
add the methods to engines
|
2016-12-07 10:34:06 +01:00 |
|
keorn
|
8f641e67f3
|
Merge branch 'engine-password' into auth-bft
|
2016-12-06 13:13:02 +00:00 |
|
keorn
|
01bf483b63
|
remove unnecessary impls
|
2016-12-05 17:29:47 +00:00 |
|
keorn
|
529a7fc33c
|
add password and AccountProvider
|
2016-12-05 17:08:16 +00:00 |
|
keorn
|
94302f3f61
|
throw out difficulty checks
|
2016-12-05 15:27:44 +00:00 |
|
keorn
|
c61a0e97b3
|
make engine determine block order
|
2016-12-05 15:20:32 +00:00 |
|
keorn
|
e0f2fac441
|
new error type
|
2016-12-02 13:32:00 +00:00 |
|
keorn
|
f0e9eae244
|
remove difficulty check
|
2016-12-01 22:07:18 +00:00 |
|
keorn
|
39ea703c69
|
vote on message generation
|
2016-12-01 20:50:24 +00:00 |
|
keorn
|
155da50fcd
|
Merge branch 'master' into auth-bft
|
2016-11-30 13:06:21 +00:00 |
|
Gav Wood
|
d525a6d7f0
|
Merge pull request #3654 from ethcore/clippy-bump
Bumping clippy
|
2016-11-29 18:00:13 +01:00 |
|
keorn
|
294e89e5c0
|
use EngineError instead of BlockError
|
2016-11-29 12:51:27 +00:00 |
|
Tomasz Drwięga
|
2b3d100de2
|
Fixing some clippy warnings
|
2016-11-28 15:54:22 +01:00 |
|
arkpar
|
d0c80a6903
|
Updated tests
|
2016-11-28 01:37:25 +01:00 |
|
keorn
|
1692c07ba6
|
Merge branch 'master' into auth-bft
|
2016-11-25 10:51:06 +00:00 |
|
keorn
|
340d377930
|
Revert "dont keep account provider in miner"
This reverts commit 11ccacd6d0 .
|
2016-11-22 16:05:27 +00:00 |
|
keorn
|
959ccc705a
|
fix indent
|
2016-11-21 12:07:43 +00:00 |
|
keorn
|
c6db157554
|
fix flaky test, clean up specs
|
2016-11-21 12:06:14 +00:00 |
|
keorn
|
9d8ac7a09b
|
extra line [ci skip]
|
2016-11-17 19:08:00 +00:00 |
|
keorn
|
11b6578bc3
|
update tests
|
2016-11-17 18:46:50 +00:00 |
|
keorn
|
11ccacd6d0
|
dont keep account provider in miner
|
2016-11-17 18:32:12 +00:00 |
|
Arkadiy Paronyan
|
df1fbf50d8
|
Build fix (#3470)
|
2016-11-16 08:47:50 +01:00 |
|
keorn
|
8efaf08da3
|
typos and warning
|
2016-11-15 13:02:46 +00:00 |
|
keorn
|
fde6ff2186
|
nicer extra info
|
2016-11-15 11:10:32 +00:00 |
|
keorn
|
071e66c9a8
|
fix flaky test
|
2016-11-14 19:03:02 +00:00 |
|