Skip to content

Commit ac2bf31

Browse files
committed
Update paths to cardano-blueprint test data
The paths moved upstream as we re-organized the network protocol cddls and example cbors.
1 parent 71f958c commit ac2bf31

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818

1919
# Temporary dir for testing
2020
/tmp/
21+
/.direnv/
22+
/vendor/

internal/test/cardano-blueprint

Submodule cardano-blueprint updated 57 files

protocol/localstatequery/messages_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ var tests = []testDefinition{
9797
MessageType: MessageTypeReacquireVolatileTip,
9898
},
9999
{
100-
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/api/examples/getSystemStart/query.cbor")),
100+
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/client/node-to-client/state-query/examples/getSystemStart/query.cbor")),
101101
Message: NewMsgQuery(&SystemStartQuery{simpleQueryBase{Type: QueryTypeSystemStart}}),
102102
MessageType: MessageTypeQuery,
103103
},
104104
{
105-
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/api/examples/getSystemStart/result.cbor")),
105+
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/client/node-to-client/state-query/examples/getSystemStart/result.cbor")),
106106
Message: NewMsgResult(unsafeCbor(
107107
SystemStartResult{
108108
Year: unsafeBigInt([]byte("703941703872597091335551638723343370661404331303175992839224705786473148")),

0 commit comments

Comments
 (0)