chore: update dependencies and client timeouts#45
Merged
AndrewWestberg merged 1 commit intomasterfrom Jan 30, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates project dependencies to their latest versions and adjusts client timeout configurations. It also adds comprehensive agent documentation files to assist AI coding assistants with the codebase, and disables integration tests that require external Ogmios instances.
Changes:
- Updated Gradle from 9.1.0 to 9.3.1, along with multiple library versions (Kotlin 2.3.0, Ktor 3.4.0, JUnit 6.0.2, etc.)
- Increased
SHORT_REQUEST_TIMEOUT_MSfrom default to 60 seconds and applied it to theutxo()query - Added comprehensive agent documentation structure in
.agent/directory with workflows, SOPs, and architecture docs - Disabled integration tests that require running Ogmios instances
Reviewed changes
Copilot reviewed 24 out of 26 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| buildSrc/src/main/kotlin/Versions.kt | Updated all dependency versions to latest releases |
| build.gradle.kts | Bumped version to 2.7.0-SNAPSHOT and added ktlint filter configuration |
| gradle/wrapper/gradle-wrapper.properties | Updated Gradle wrapper from 9.1.0 to 9.3.1 |
| src/main/kotlin/io/newm/kogmios/Client.kt | Added SHORT_REQUEST_TIMEOUT_MS constant |
| src/main/kotlin/io/newm/kogmios/StateQueryClient.kt | Changed utxo() default timeout to SHORT_REQUEST_TIMEOUT_MS |
| src/test/kotlin/io/newm/kogmios/protocols/**/*Test.kt | Added @disabled annotations to integration tests |
| src/main/kotlin/io/newm/kogmios/protocols/chainsync/ChainSyncTest.kt | Removed unnecessary type casts and uncommented @disabled annotation |
| .agent/** | Added comprehensive documentation for AI coding assistants |
| AGENTS.md, CLAUDE.md, .opencode | Added agent instruction files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d419932 to
83b4d2d
Compare
83b4d2d to
2849d20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.