poa-bridge/bridge/src
Yurii Rashkovskii c3c2461af3
Problem: eth_getLogs returning no logs in some cases
Sometimes there's an event and eth_getLogs returns
nothing.

Solution: trim the nulls from the topic filter's tail

It appears that in some implementations or setups
eth_getLogs topics: [A, null, null, null] won't return
logs when only [A] was there.

This patch is a quick workaround that trims nulls from
that said tail. A proper fix would likely require
an incursion into ethabi to make Topic optional.
2018-05-04 13:58:19 -07:00
..
bridge Problem: home_deploy and foreign_deploy fields 2018-05-04 10:08:12 -07:00
api.rs Problem: eth_getLogs returning no logs in some cases 2018-05-04 13:58:19 -07:00
app.rs Problem: bridge sends out transactions slowly 2018-05-03 14:14:42 -07:00
config.rs Problem: bridge tests failing 2018-05-04 11:02:17 -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: nonce reuse 2018-04-29 13:20:42 -07:00
lib.rs Problem: nonce reuse 2018-04-29 13:20:42 -07: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