status-go/mailserver
Andrea Franz 874a3e8151
Feature/mailserver registry smart contract (#1135)
* add verifier and test using simulated backend

* add ContractCaller

* commit simulated backend after deploy and after smart contract writes

* use bind.NewKeyedTransactor for all transactions in tests

* rename RegistryVerifier to Verifier

* initialize contract verifier if MailServerRegistryAddress config is set

* use contractAddress.Hash()

* refactoring

* use fmt.Sprintf to format contract address in logs

* fix test and lint warnings

* update Gopkg.lock

* update Gopkg.lock once more
2018-08-20 15:55:43 +02:00
..
registry Feature/mailserver registry smart contract (#1135) 2018-08-20 15:55:43 +02:00
cleaner.go test leveldb panics on mailserver (#1065) 2018-06-27 14:22:09 +02:00
cleaner_test.go test leveldb panics on mailserver (#1065) 2018-06-27 14:22:09 +02:00
limiter.go Refactor mailserver tests (#970) 2018-05-21 13:30:37 +02:00
limiter_test.go Fix for mail server not limiting certain messages (#981) 2018-05-22 17:51:05 +02:00
mailserver.go [#1093] Mailserver compatible with sync AND async keys (#1096) 2018-07-16 11:07:17 +02:00
mailserver_db_panic_test.go mailserver pagination (#1039) 2018-07-02 09:38:10 +02:00
mailserver_test.go [#1093] Mailserver compatible with sync AND async keys (#1096) 2018-07-16 11:07:17 +02:00
ticker.go Add asymmetric key support for MailServer requests (#1075) 2018-07-04 11:30:57 +02:00