poa-bridge/bridge/src
Yurii Rashkovskii b890ada627
Problem: config allows arbitrary keys to be passed
This means that a misspelled config field can cause a lot
of confusion -- things won't work as expected.

Solution: restore more restrictive config deserialization
where unknown keys would trigger an error
2018-06-04 14:17:29 -07:00
..
bridge Merge pull request #95 from yrashk/mod-refactor 2018-06-04 14:14:45 -07:00
api.rs Problem: eth_getLogs returning no logs in some cases 2018-05-04 13:58:19 -07:00
app.rs Problem: slow performance and regular timeouts sending transactions 2018-06-01 18:31:47 -07:00
config.rs Problem: config allows arbitrary keys to be passed 2018-06-04 14:17:29 -07:00
contracts.rs Problem: integration tests won't compile or pass 2018-03-05 15:23:36 +07:00
database.rs Problem: bridge tests don't compile 2018-05-04 10:55:30 -07:00
error.rs Problem: gas price retrieving is not tested well 2018-05-28 10:04:15 -07:00
lib.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
macros.rs repo overhaul, separated binary from library, closes #10, added tests crate 2017-08-25 00:36:13 +02:00
message_to_mainnet.rs fixes #23 2018-02-25 00:21:23 +03:00
signature.rs remove panics. improve error handling for signature. 2018-02-15 12:49:12 +01:00
transaction.rs Problem: unlocking account every time to sign a tx 2018-04-26 17:53:38 -07:00
util.rs remove redundant conversions between types 2018-02-07 14:58:50 +01:00