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

Fix up `eth_bridge_tests::everything` e2e test #1252

Closed james-chf closed 1 year ago

james-chf commented 1 year ago

The purpose of this test was to check that the EthBridge account's storage couldn't be modified arbitrarily wasm transaction. This test should be renamed and cleaned up to not reference things from the old design (e.g. the queue key).

Can salvage some things from this PR: https://github.com/anoma/anoma/pull/1229

james-chf commented 1 year ago

Opened here by accident, moving to https://github.com/anoma/namada/issues/668