release: gl-client 0.4.0, gl-sdk 0.2.0, gl-sdk-napi 0.1.0, gl-sdk-swift 202604#691
Merged
release: gl-client 0.4.0, gl-sdk 0.2.0, gl-sdk-napi 0.1.0, gl-sdk-swift 202604#691
Conversation
6aee3fb to
43f0b44
Compare
Bump gl-client from 0.3.3 to 0.4.0. This is a minor version bump due to the removal of the `lsps` module (breaking change). Also updates gl-client dependency version in gl-cli, gl-plugin, and gl-sdk to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bump gl-sdk from 0.1.2 to 0.2.0 (Rust crate and Python bindings). Bump @greenlightcln/glsdk from 0.0.3 to 0.1.0 (npm). Major additions: get_info, list_peers, list_peer_channels, list_funds, stream_node_events, list_invoices, list_pays, DeveloperCert, and Signer::new_from_seed. Response types migrated from uniffi::Object to uniffi::Record for direct field access from bindings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Set up the full gltestserver test infrastructure in the TypeScript CI test job: - Install uv for Python dependency management - Install protoc via arduino/setup-protoc - Install Go and cfssl/cfssljson for certificate generation - Install bitcoind from bitcoin-core releases - Install lightningd via clnvm version manager - Pre-build Python test deps (gl-testing) via uv sync - Set gltestserver spawn cwd to workspace root for dep resolution - Always show gltestserver stdout/stderr in CI logs - Limit test matrix to x86_64-linux (only platform with lightningd) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a `task act` command that creates a clean clone from the current working state (including uncommitted changes via git stash create), then runs act against it. Avoids worktree issues with act. Usage: task act # run all workflows task act -- -j test -W ... # run specific job/workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
43f0b44 to
e368dbc
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.
Summary
lspsmodule)See individual CHANGELOGs for full details.
Test plan
cargo check -p gl-client -p gl-sdkpassesworkflow_dispatchon release.yml🤖 Generated with Claude Code