James
James
Closes https://github.com/anoma/namada/issues/197 This PR makes it so that votes are applied for things (e.g. Ethereum events) which already exist in storage but that are not yet `seen = true`. There...
Closes https://github.com/anoma/namada/issues/710 This PR would make it so that a local .tar.gz can be used for joining a network, rather than having to download it from a remote server at...
Relates to https://github.com/anoma/namada/issues/104 This PR adds a `WasmLoader` type that is used by the `Shell` to read *.wasm files during ABCI `InitChain`, in place of the raw `wasm_dir` path field...
This PR is for running CI on every merge to the `eth-bridge-integration` branch. It shouldn't be merged so should stay as a draft PR. This PR should ideally always be...
This PR removes logic to do with having a channel from the Ethereum oracle task to the `geth` task so that `geth` could be shut down if the Ethereum oracle...
This draft PR contains WIP code for making it so that the Ethereum oracle is configured from values in blockchain storage, rather than using a default hardcoded config. PRs to...
(Relates to https://github.com/anoma/namada/pull/494 but is more general than that PR) When calling `PrepareProposal` with some txs from the mempool, we should check that the returned proposed block contains: - *all*...
We should have a way of running a local ledger node alongside an Ethereum node of some sort (e.g. `geth`, or some dummy Ethereum node like a Hardhat node), with...
The Ethereum event oracle currently uses hardcoded configuration. It should instead use values from storage as set at genesis/by governance (added in https://github.com/anoma/namada/pull/575). To do this, when creating the oracle,...
We should specify at least one Tendermint version we are definitely compatible in our repo in a machine friendly way. Then given any commit of namada, it should be easy...