Skip to content

Commit

Permalink
chores: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 4, 2024
1 parent b0e4706 commit 1a3ac47
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion crates/iota-core/tests/staged/iota.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ MoveObject:
STRUCT:
- type_:
TYPENAME: MoveObjectType
- has_public_transfer: BOOL
- version:
TYPENAME: SequenceNumber
- contents: BYTES
Expand Down
18 changes: 0 additions & 18 deletions crates/iota-open-rpc/spec/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "100000000",
"id": {
Expand Down Expand Up @@ -2397,7 +2396,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "100000000",
"id": {
Expand All @@ -2421,7 +2419,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "100000000",
"id": {
Expand All @@ -2445,7 +2442,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "100000000",
"id": {
Expand All @@ -2469,7 +2465,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "100000000",
"id": {
Expand All @@ -2493,7 +2488,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "100000000",
"id": {
Expand Down Expand Up @@ -3009,7 +3003,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "10000",
"id": {
Expand Down Expand Up @@ -3109,7 +3102,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "10000",
"id": {
Expand All @@ -3134,7 +3126,6 @@
"content": {
"dataType": "moveObject",
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
"hasPublicTransfer": true,
"fields": {
"balance": "20000",
"id": {
Expand Down Expand Up @@ -3697,7 +3688,6 @@
"content": {
"dataType": "moveObject",
"type": "0x0000000000000000000000000000000000000000000000000000000000000009::test::TestField",
"hasPublicTransfer": true,
"fields": {}
}
}
Expand Down Expand Up @@ -6143,7 +6133,6 @@
"required": [
"dataType",
"fields",
"hasPublicTransfer",
"type"
],
"properties": {
Expand All @@ -6156,9 +6145,6 @@
"fields": {
"$ref": "#/components/schemas/MoveStruct"
},
"hasPublicTransfer": {
"type": "boolean"
},
"type": {
"type": "string"
}
Expand Down Expand Up @@ -10654,7 +10640,6 @@
"required": [
"bcsBytes",
"dataType",
"hasPublicTransfer",
"type",
"version"
],
Expand All @@ -10668,9 +10653,6 @@
"moveObject"
]
},
"hasPublicTransfer": {
"type": "boolean"
},
"type": {
"type": "string"
},
Expand Down
6 changes: 1 addition & 5 deletions crates/iota-rest-api/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3047,17 +3047,13 @@
"MoveStruct": {
"type": "object",
"required": [
"contents",
"has_public_transfer"
"contents"
],
"properties": {
"contents": {
"description": "Base64 encoded data",
"type": "string",
"format": "base64"
},
"has_public_transfer": {
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 1a3ac47

Please sign in to comment.