Pedro Pombeiro
e81ef9e9d5
Assert that no error is returned in `TestConcurrentComplete()` ( #1028 )
2018-06-14 11:00:15 +02:00
Adrià Cidre
d5be8c525d
[ #856 ] move geth subpackages to root level ( #1007 )
2018-06-08 13:29:50 +02:00
Adrià Cidre
c82d5635b6
Allow gas and gas input as argument on signing TTXX ( #1000 )
...
* Allow gas and gas input as argument on signing TTXX
* Two different bindings ApproveSignRequest and ApproveSignRequestWithArgs
2018-06-06 09:35:32 +02:00
Ivan Danyliuk
953c26e8cf
Move signal logic into signal package
2018-05-03 09:35:58 +02:00
Igor Mandrigin
f3332cd7bb
Fix data races in pending_requests_test.go
2018-04-18 10:12:01 +02:00
Igor Mandrigin
f694a6d52b
Fix a deadlock when timeout happens while a sign request is being approved.
2018-04-18 10:12:01 +02:00
Igor Mandrigin
4cc6028d59
Implement `personal_sign`.
...
This commit implements `personal_sign` RPC or web3 personal.sign
methods.
NB! Contains breaking API changes.
2018-04-17 11:18:58 +02:00
Igor Mandrigin
a9eb5a7d2b
Generalize signing requests.
...
We need to be able to sign more than just transactions to make DApps
work properly. This change separates signing requests from the
transactions and make it more general to prepare to intoduce different
types of signing requests.
This change is designed to preserve status APIs, so it is
backward-comparible with the current API bindings.
2018-04-09 20:48:00 +02:00