Skip to content

Commit 1d7687d

Browse files
committed
chore: Update conformance test version to 0.0.4-alpha.3 and modify Response class to ignore Id property
1 parent 7816ab4 commit 1d7687d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
platform: linux_amd64
9797

9898
env:
99-
TEST_VERSION: '0.0.3-alpha.4'
99+
TEST_VERSION: '0.0.4-alpha.pr14.5'
100100
TEST_REPO: 'stringintech/kernel-bindings-tests'
101101
TEST_DIR: '.conformance-tests'
102102

tools/kernel-bindings-test-handler/Protocol/Response.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace BitcoinKernel.TestHandler.Protocol;
88
/// </summary>
99
public class Response
1010
{
11-
[JsonPropertyName("id")]
11+
[JsonIgnore]
1212
public string Id { get; set; } = string.Empty;
1313

1414
[JsonPropertyName("result")]

0 commit comments

Comments
 (0)