James

Results 33 issues of James

Affects v0.9.0 `MockDB` is a fake implementation of the `DB` trait but some methods are not fully implemented e.g. https://github.com/anoma/namada/blob/6cbce4a4dcdd3811679f5eb4aa7c82f51dff74e6/shared/src/ledger/storage/mockdb.rs#L335-L342 There are some other methods which ignore passed in `height`...

testing
refactor / code quality

Context: https://github.com/anoma/namada/pull/619#discussion_r997895450

bug
ledger
pre-mainnet

After https://github.com/anoma/namada/pull/522, the ledger will check if the `tendermint` binary being used is officially compatible (i.e. the version string emitted by `tendermint version` matches what the ledger expects), and if...

ledger