James
James
> > NB: errors like the below may occur now when running tests using `.wasm` files which were built natively on ARM64 macOS, `*.wasm` files need to be built with...
This has broken a couple of times
"ferveo-tpke" pulls in `rand` and `rand_core` dependencies, which is probably what leads to the breakages. ```toml ferveo-tpke = [ "ferveo", "tpke", "ark-ec", "rand_core", "rand", ] ``` The "testing" feature does...
@tzemanovic does this change make sense in terms of accounts? Maybe this fn should ignore implicit accounts as well, in which case it could just accept `EstablishedAddress`es. All wasm tests...
Great, have updated to ignore implicit accounts while still accepting `Address`
From https://github.com/anoma/namada/pull/437#issue-1362022121 for `eth-bridge-integration` > With the abcipp feature flag enabled, test this PR with this Tendermint version: https://github.com/heliaxdev/tendermint/releases/tag/v0.1.1-abcipp > Otherwise, use this version: https://github.com/tendermint/tendermint/tree/0b58342a46b1917a40d506e48e87448dcc8b3131
If we start using a stable(ish) version of Tendermint, it might just be easier to get rid of `scripts/install/get_tendermint.sh` altogether and point users to where to get/install Tendermint from in...