anoma / anoma-archive

Reference implementation of the Anoma protocols in Rust.
https://anoma.net
GNU General Public License v3.0
425 stars 176 forks source link

Ethereum bridge VP and e2e test clean up #1229

Closed james-chf closed 2 years ago

james-chf commented 2 years ago

This is a PR to the mainline branch to clear up some code relating to the old Ethereum bridge design, which involved maintaining a queue of transfers. Also make the Ethereum bridge end-to-end test slightly clearer.

At the same time, trying to stop this test flaking in CI (https://github.com/anoma/namada/issues/161), though we probably shouldn't close the linked issue even after this PR lands for a while until we have not seen the flake. We need better logging to investigate why it is happening (I have seen it a few times).

james-chf commented 2 years ago

pls update wasm

tzemanovic commented 2 years ago

moved to https://github.com/anoma/namada/pull/323