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

Update `eth-bridge-integration` branch with v0.6.1 #1191

Closed james-chf closed 2 years ago

james-chf commented 2 years ago

Merging v0.6.1 in and updating Cargo.lock + wasm/checksums.json

This should get CI working again for eth-bridge-integration branch (and PRs against it)

cargo check/clippy fixes in ethereum_event.rs - had to add #![allow(dead_code)] to ethereum_events.rs as EthereumEvent::hash isn't (yet) used in this integration branch. I've noticed some other things that could be changed in ethereum_events.rs like there is no longer a need to use TryFrom in BorshSerialize but will open a separate PR for that once this PR is merged and CI is working.

james-chf commented 2 years ago

pls update wasm

james-chf commented 2 years ago

pls update wasm

ghost commented 2 years ago

s3 file doesn't exist

james-chf commented 2 years ago

pls update wasm

james-chf commented 2 years ago

Currently investigating failing in ABCI CI:

Failing in ABCI++ CI:

These same failures happened in two consecutive CI runs

james-chf commented 2 years ago

The CI for this PR has gone green but won't be merged (as I was merging in other things to debug e2e tests). The main issue blocking CI from passing was https://github.com/anoma/anoma/issues/1207 which will be fixed also in https://github.com/anoma/anoma/pull/1196 (which is updating to v0.6.1 also)