Dev Ojha
Dev Ojha
## Background Add migration logic for creating initial TWAP records for every existing pool, at upgrade time. The logic for 'migrating' an existing pool is the same for creating a...
## Background We need more tests around the end block flow. There was one test added in #2168 that shows in the normal case, it works. We should extract that...
## Background vscode provides default workspace paths! https://code.visualstudio.com/docs/editor/variables-reference We should be able to remove the manual step of having to edit the vscodes settings to get a working gotests template...
## Background This issue discusses implementation details for "Property Checks", a suggested abstraction over the legacy SDK invariants. The goal of a property check is to be able to verify...
## Background As part of implementing overflow handling for TWAP, we need to have a clear understanding of what is the full range of SpotPrices in the gamm module, and...
## Background For our next release, I believe that we want to fork wasmd to re-enable stargate queries. We eventually want to move to a whitelist approach, so we can...
## Background Currently the simulator acts as a way of building complex state machine states, via running many messages that are expected to pass. We want to integrate the simulator...
cref #2069 The mutation score is 0.400000 (22 passed, 27 failed, 0 duplicated, 6 skipped, total is 55) Mutation testing score below desired level (0.400000 < 0.75) 1: ``` ---...
## Background Currently we have a CI workflow that runs epoch block + 1000 blocks on every commit to latest release branch. This is great for testing! We should also...
## Background Lets turn off all markdown lints, and then one by one enable markdown lints. Imo the markdown linter has generally been a huge waste of time, providing very...