MSalopek
MSalopek
Hi, Conflicts happen after generating separate files that are a part of the same package. Such generated files have functions and variables with the same name which causes issues. Example:...
This should enable the user to choose whether or not they want all code to be generated or just the code that returns a map of all available methods ->...
## Summary of Bug Changes required for the ICS protocol were introduced to the cosmos-sdk `v0.47.0`. Previously, the changes were only available in `cosmos-sdk v0.45.X-ics` releases. The `Infraction` and `InfractionTypes`...
LSM features need to be available for [email protected]. Similarly to previous versions, we need to port LSM features by modifying the `x/staking` module. ## Context: ### Referencing v47 port Reference...
State and API breaking change was introduced to gaiad v15 that concerns the `DenomOwners` gRPC query. The changes need to be clearly documented so node operators and users are made...
## Description Add a template for upgrade instructions. --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and...
At present the gaia e2e testing uses hand-written tests to ensure normal operations are passing (happy path tests) and that no sources of non-determinisim exist. - e.g. [globalfee proposal execution](https://github.com/cosmos/gaia/blob/main/tests/e2e/e2e_globalfee_proposal_test.go#L13)...
At present, the e2e testing approach in gaia and ICS is essentially the same, but different initialization procedure, test trace execution and result output is used. The listed inconsistencies are...
# Problem At the time of writing, we are using an approach that involves running `gaiad export`, then manipulating the `genesis.json` to inject a validator set that we use to...