-
The comment and error here say different things
https://github.com/cosmos/interchain-security/blob/f3a996699756bc223a168cb0b8886a355204c19e/x/ccv/provider/keeper/relay.go#L214-L216
danwt updated
2 years ago
-
There is an issue currently when running `make proto-gen` from a fresh system (no pulled docker).
We should fix, or find a workaround and make a new issue.
We could try bumping this to 1.18
h…
danwt updated
2 years ago
-
# Problem
Currently, the functions handling addition and removal of consumer chains proposals use confusing or misleading names.
```golang
func (k Keeper) SetPendingConsumerAdditionProp(ctx sdk.C…
-
By default, the consumer chain should not be able to change any parameter. Every consumer chain can whitelist some parameters, which need to be approved by the provider chain while voting on the gover…
mpoke updated
2 years ago
-
## Problem
Explorers may want to query data on the consumer chain that we do not have.
## Description
We might need to make more data available on the consumer (and possibly provider), for ex…
danwt updated
2 years ago
-
## What is fuzzing
Traditional fuzzing [[AFL](https://lcamtuf.coredump.cx/afl/)] is really good at finding bugs in programs that accept 'byte' style data. e.g. programs like parsers and renderers t…
danwt updated
2 years ago
-
Fails for 80d146a02b0b7631a01cd40f026e6609ccb2f3d9
## Suspected problem
I'm not sure if the action driver is wrong
https://github.com/cosmos/interchain-security/blob/80d146a02b0b7631a01cd40f0…
danwt updated
2 years ago
-
## Description
Type aliases do not work (intuitively).
## Impact
Yes, this is blocking .
## Input specification
```tla
---- MODULE main ----
EXTENDS Integers, FiniteSets, Sequence…
danwt updated
2 years ago
-
The spec has not mention of tombstoning (see [here](https://github.com/cosmos/ibc/blob/5ea902172b20d53e209f8c1fda9b11d005d9c110/spec/app/ics-028-cross-chain-validation/methods.md?plain=1#L1667-L1705))…
danwt updated
2 years ago
-
## How to test multiple consumer join/leave/maturity interleavings on Provider
### Problem
Issue
- https://github.com/cosmos/interchain-security/issues/335
discusses _what_ we should test …
danwt updated
2 years ago