Arkadiy Paronyan
|
dc8bc8d8dd
|
[beta] Update comments and reg ABI (#4788)
* Update comments.
* Fix up new ABI.
|
2017-03-06 20:18:57 +01:00 |
|
Arkadiy Paronyan
|
c7dbd87f8e
|
Backporting to beta (#4418)
* v1.5.1
* Disable notifications (#4243)
* Fix wrong token handling (#4254)
* Fixing wrong token displayed
* Linting
* Revert filtering out
* Revert the revert
* Don't panic on uknown git commit hash (#4231)
* Additional logs for own transactions (#4278)
* Integration with zgp whitelist contract (#4215)
* zgp-transactions checker
* polishing
* rename + refactor
* refuse-service-transactions cl option
* fixed tests compilation
* Renaming signAndSendTransaction to sendTransaction (#4351)
* Fixed deadlock in external_url (#4354)
* Fixing web3 in console (#4382)
* Fixing estimate gas in case histogram is not available (#4387)
* Restarting fetch client every now and then (#4399)
|
2017-02-03 13:57:04 +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 |
|
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 |
|
Gav Wood
|
d1653567d9
|
Add contract ABI auto-generatr.
o
|
2016-12-13 22:32:34 +01:00 |
|