Callum Waters

Results 87 issues of Callum Waters

## Description It seems from talking to Evan that the mempool state channel message should actually be of a higher priority than the tx messages --- #### PR checklist -...

cat 🐈

As mentioned, this probably won't be effective unless we modify the current priorities of channels (else we'd constantly be sending block parts). I would be fine with having a hybrid...

### Summary Currently the knuu e2e tests are part of the go test suite. The problem is that these e2e tests are permissioned. You need to have the kube config...

testing
refactor
WS: V2✌️

### Summary This test currently panics in InitGenesis when it is run - [ ] Fix the test - [ ] Update outdated e2e readme on usage + prerequisites

testing
blocked
WS: V2✌️
priority:high

### Summary Right now our token filter tests have been commented out: https://github.com/celestiaorg/celestia-app/blob/897b448cb8d2b655743bf1e786f6823775468964/test/tokenfilter/tokenfilter_test.go#L135-L141 The reason being that the app version isn't passed in the header (so the tests simply panic)....

testing
blocked
WS: V2✌️
priority:high

### Summary Discovered in https://github.com/celestiaorg/celestia-app/pull/3112, `github.com/cosmos/ibc-go/v6/testing` doesn't support versions as it does not pass the version field to `BeginBlock`. The `0` app version causes the application to panic. ### Proposal...

bug
WS: V2✌️
priority:normal

Replay protection is the characteristic of preventing a user that signs a transaction from having that transaction executed multiple times on chain. Imagine Alice forming a transaction to send 5...

enhancement

As part of the performance workstream, this is a draft version of a tool for plotting the sending and receiving of data by nodes ![example](https://github.com/celestiaorg/celestia-app/assets/27455974/25b23eb8-9138-455d-b903-c86255d130e0)

### Summary Kinda doesn't need one ### Problem Definition Currently, the `signer` can only be set with a single address that it uses to sign all the transactions. Some users...

enhancement