File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ func (m MockOutput) ToPlutusData() data.PlutusData {
135
135
return nil
136
136
}
137
137
138
+ func (m MockOutput ) String () string {
139
+ return ""
140
+ }
141
+
138
142
func (l * MockLogger ) Info (msg string , args ... any ) {}
139
143
func (l * MockLogger ) Error (msg string , args ... any ) {}
140
144
func (l * MockLogger ) Debug (msg string , args ... any ) {}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.4
7
7
require (
8
8
github.com/SundaeSwap-finance/kugo v1.3.0
9
9
github.com/SundaeSwap-finance/ogmigo/v6 v6.1.0
10
- github.com/blinklabs-io/gouroboros v0.134.2
10
+ github.com/blinklabs-io/gouroboros v0.135.1
11
11
github.com/blinklabs-io/plutigo v0.0.12
12
12
github.com/btcsuite/btcd/btcutil v1.1.6
13
13
github.com/gen2brain/beeep v0.11.1
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk
15
15
github.com/aws/aws-sdk-go v1.55.6 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
16
16
github.com/bits-and-blooms/bitset v1.20.0 h1:2F+rfL86jE2d/bmw7OhqUg2Sj/1rURkBn3MdfoPyRVU =
17
17
github.com/bits-and-blooms/bitset v1.20.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
18
- github.com/blinklabs-io/gouroboros v0.134.2 h1:ADkkZTYOvocbjO6IL6c/4I+ZTX6/LDLBuPTLiDQ/2KE =
19
- github.com/blinklabs-io/gouroboros v0.134.2 /go.mod h1:N4smrM9nmuSkYV92D7IL4z00/iAkbXysT1Ld7saVWeI =
18
+ github.com/blinklabs-io/gouroboros v0.135.1 h1:2Z+GkULXKMFb/D1x7EE/LkCesAt/MQxrf3JNffBWvF4 =
19
+ github.com/blinklabs-io/gouroboros v0.135.1 /go.mod h1:eCXFpt2fOhp2Id/0AqMaI/qr0bodbS0SIAOpNZVu9Iw =
20
20
github.com/blinklabs-io/ouroboros-mock v0.3.8 h1:+DAt2rx0ouZUxee5DBMgZq3I1+ZdxFSHG9g3tYl/FKU =
21
21
github.com/blinklabs-io/ouroboros-mock v0.3.8 /go.mod h1:UwQIf4KqZwO13P9d90fbi3UL/X7JaJfeEbqk+bEeFQA =
22
22
github.com/blinklabs-io/plutigo v0.0.12 h1:DxnYKvKYn9OlgiTJi5Ofd97znSJWUtVZjZFqxW9HW/A =
Original file line number Diff line number Diff line change 1
- // Copyright 2024 Blink Labs Software
1
+ // Copyright 2025 Blink Labs Software
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
@@ -173,3 +173,8 @@ func (txOut ResolvedTransactionOutput) ToPlutusData() data.PlutusData {
173
173
// Placeholder for PlutusData representation
174
174
return nil
175
175
}
176
+
177
+ func (txOut ResolvedTransactionOutput ) String () string {
178
+ // Placeholder for string representation
179
+ return ""
180
+ }
You can’t perform that action at this time.
0 commit comments