Ilya Ozherelyev

Results 7 issues of Ilya Ozherelyev

Remove unused dependency to prevent abandoned lyrics/logrus messing with Sirupsen logrus

**What changed?** I downgraded apache/thrfit version to the version compatible on the Cadence backend. **Why?** Cadence backend uses client to run internal operations, so client should be compatible with the...

**What changed?** I've switched all direct error handling to usage of either errors.Is or errors.As. I've split the PR into commits so it can be reviewed commit by commit. Most...

Hey folks, last summer, https://github.com/golang/mock became read-only, and all users are advised to update to go.uber.org/mock for mock generation. As far as I understand, this will be a breaking change...

Hey folks. I started using the library and found a missing piece that is very helpful for my case. We use both time related functions and context.Timeout, but we want...

**What changed?** Switched go mod for cadence-idls to submodule so we need to only update submodule when we want to updates idls. **Why?** Eliminate a confusion of separate version of...

Investigating failures in integration tests. Starting with localizing all log messages to test logger.