Roman

Results 85 comments of Roman

npm install -g @iboss/terrain@< version >

Hi @facundomedica When does this pattern of concurrently `Set()`ing and `Iterate()`ing occur in the SDK? From my understanding, all data is kept in cachekv until `Commit()`, at which point we...

Hi @robert-zaremba . Thank you for this change. Would you be able to please split this PR up into smaller components to ease and speed up the review process? We...

From the latest updates, streamswap is not planned to be pursued as a Go module so I'm going to close this for now. Thank you @robert-zaremba and please let me...

From my understanding, the semantics of events and metrics are different, and they serve different purposes. Events are primarily used by integrators and returned from common ABCI responses while telemetry...

Not sure I'm following why we are removing this. It is used by e2e https://github.com/osmosis-labs/osmosis/blob/811f922b10004ce16f2ee1255f0cb13cc211b8e3/.github/workflows/test.yml#L118 https://github.com/osmosis-labs/osmosis/blob/327a6d62550ea29110e78b046eae4ab01f951741/tests/e2e/containers/config.go#L21-L22

I see now, the alpine image is meant to be specifically local

The discussed approach of having fewer queries that take more inputs makes sense. I would like to suggest considering naming queries w/o "Join/Exit" but with "Calc". We've been trying to...

> @alexanderbez @p0mvn Should whitelisting of these queries be done in this PR or do we need to create a separate PR for that? Have you guys reviewed the determinism...

> hello @p0mvn. Are you sure we need to update sdk version in go.mod in this PR? Yes, that should be fine. We use a replace directive for cosmos-sdk so...