poa-bridge/bridge
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
..
src Problem: eth_getLogs returning no logs in some cases 2018-05-04 13:58:19 -07:00
Cargo.toml Problem: bridge should not deploy its contracts anymore 2018-05-01 09:43:34 -07:00
build.rs bridge/build.rs: make error messages helpful. resolves #98 2018-01-25 09:51:54 +01:00