Skip to content

Commit 1a3ac47

Browse files
committed
chores: Update snapshots
1 parent b0e4706 commit 1a3ac47

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

crates/iota-core/tests/staged/iota.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ MoveObject:
591591
STRUCT:
592592
- type_:
593593
TYPENAME: MoveObjectType
594-
- has_public_transfer: BOOL
595594
- version:
596595
TYPENAME: SequenceNumber
597596
- contents: BYTES

crates/iota-open-rpc/spec/openrpc.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,6 @@
12421242
"content": {
12431243
"dataType": "moveObject",
12441244
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
1245-
"hasPublicTransfer": true,
12461245
"fields": {
12471246
"balance": "100000000",
12481247
"id": {
@@ -2397,7 +2396,6 @@
23972396
"content": {
23982397
"dataType": "moveObject",
23992398
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
2400-
"hasPublicTransfer": true,
24012399
"fields": {
24022400
"balance": "100000000",
24032401
"id": {
@@ -2421,7 +2419,6 @@
24212419
"content": {
24222420
"dataType": "moveObject",
24232421
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
2424-
"hasPublicTransfer": true,
24252422
"fields": {
24262423
"balance": "100000000",
24272424
"id": {
@@ -2445,7 +2442,6 @@
24452442
"content": {
24462443
"dataType": "moveObject",
24472444
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
2448-
"hasPublicTransfer": true,
24492445
"fields": {
24502446
"balance": "100000000",
24512447
"id": {
@@ -2469,7 +2465,6 @@
24692465
"content": {
24702466
"dataType": "moveObject",
24712467
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
2472-
"hasPublicTransfer": true,
24732468
"fields": {
24742469
"balance": "100000000",
24752470
"id": {
@@ -2493,7 +2488,6 @@
24932488
"content": {
24942489
"dataType": "moveObject",
24952490
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
2496-
"hasPublicTransfer": true,
24972491
"fields": {
24982492
"balance": "100000000",
24992493
"id": {
@@ -3009,7 +3003,6 @@
30093003
"content": {
30103004
"dataType": "moveObject",
30113005
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
3012-
"hasPublicTransfer": true,
30133006
"fields": {
30143007
"balance": "10000",
30153008
"id": {
@@ -3109,7 +3102,6 @@
31093102
"content": {
31103103
"dataType": "moveObject",
31113104
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
3112-
"hasPublicTransfer": true,
31133105
"fields": {
31143106
"balance": "10000",
31153107
"id": {
@@ -3134,7 +3126,6 @@
31343126
"content": {
31353127
"dataType": "moveObject",
31363128
"type": "0x2::coin::Coin<0x2::iota::IOTA>",
3137-
"hasPublicTransfer": true,
31383129
"fields": {
31393130
"balance": "20000",
31403131
"id": {
@@ -3697,7 +3688,6 @@
36973688
"content": {
36983689
"dataType": "moveObject",
36993690
"type": "0x0000000000000000000000000000000000000000000000000000000000000009::test::TestField",
3700-
"hasPublicTransfer": true,
37013691
"fields": {}
37023692
}
37033693
}
@@ -6143,7 +6133,6 @@
61436133
"required": [
61446134
"dataType",
61456135
"fields",
6146-
"hasPublicTransfer",
61476136
"type"
61486137
],
61496138
"properties": {
@@ -6156,9 +6145,6 @@
61566145
"fields": {
61576146
"$ref": "#/components/schemas/MoveStruct"
61586147
},
6159-
"hasPublicTransfer": {
6160-
"type": "boolean"
6161-
},
61626148
"type": {
61636149
"type": "string"
61646150
}
@@ -10654,7 +10640,6 @@
1065410640
"required": [
1065510641
"bcsBytes",
1065610642
"dataType",
10657-
"hasPublicTransfer",
1065810643
"type",
1065910644
"version"
1066010645
],
@@ -10668,9 +10653,6 @@
1066810653
"moveObject"
1066910654
]
1067010655
},
10671-
"hasPublicTransfer": {
10672-
"type": "boolean"
10673-
},
1067410656
"type": {
1067510657
"type": "string"
1067610658
},

crates/iota-rest-api/openapi/openapi.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,17 +3047,13 @@
30473047
"MoveStruct": {
30483048
"type": "object",
30493049
"required": [
3050-
"contents",
3051-
"has_public_transfer"
3050+
"contents"
30523051
],
30533052
"properties": {
30543053
"contents": {
30553054
"description": "Base64 encoded data",
30563055
"type": "string",
30573056
"format": "base64"
3058-
},
3059-
"has_public_transfer": {
3060-
"type": "boolean"
30613057
}
30623058
}
30633059
},

0 commit comments

Comments
 (0)