Skip to content

chore: update dependencies and client timeouts#45

Merged
AndrewWestberg merged 1 commit intomasterfrom
updates
Jan 30, 2026
Merged

chore: update dependencies and client timeouts#45
AndrewWestberg merged 1 commit intomasterfrom
updates

Conversation

@AndrewWestberg
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 30, 2026 19:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_MS from default to 60 seconds and applied it to the utxo() 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.

@AndrewWestberg AndrewWestberg force-pushed the updates branch 2 times, most recently from d419932 to 83b4d2d Compare January 30, 2026 19:20
@AndrewWestberg AndrewWestberg merged commit 1ac4940 into master Jan 30, 2026
2 checks passed
@AndrewWestberg AndrewWestberg deleted the updates branch January 30, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant