Skip to content

Commit

Permalink
Fix invalid feature for account output
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 25, 2024
1 parent 790752b commit e097437
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions tips/TIP-0048/openapi3-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1499,9 +1499,9 @@ components:
header:
protocolVersion: 3
networkId: "8342982141227064571"
issuingTime: "1695275852000000000"
slotCommitmentId: "0x3a1e3b617060146e0362361a4b752833186108395f3b2b3d3e6c655e287d70767ea58d2a"
latestFinalizedSlot: 500
issuingTime: "1695275942000000000"
slotCommitmentId: "0x3a1e3b617060146e0362361a4b752833186108395f3b2b3d3e6c655e287d707601000000"
latestFinalizedSlot: 0
issuerId: "0x17432c5a7a672503480241125e3952414a7a320441080c624c264b004e09614a"
body:
type: 0
Expand All @@ -1516,10 +1516,10 @@ components:
type: 1
transaction:
networkId: "8342982141227064571"
creationSlot: 1048576
creationSlot: 11
contextInputs:
- type: 0
commitmentId: "0x3a1e3b617060146e0362361a4b752833186108395f3b2b3d3e6c655e287d70767ea58d2a"
commitmentId: "0x3a1e3b617060146e0362361a4b752833186108395f3b2b3d3e6c655e287d707601000000"
- type: 1
accountId: "0x17432c5a7a672503480241125e3952414a7a320441080c624c264b004e09614a"
- type: 2
Expand All @@ -1532,10 +1532,10 @@ components:
transactionId: "0xd2c5ccba12b6fad51652131289867492799c9fc5710244418aa6e955f8fa826100000000"
transactionOutputIndex: 0
allotments:
- accountId: "0x7e0d0a5848362b23120f55115b096774036d7610137a631413221f5573344507"
mana: "2285"
- accountId: "0x476820096e7038107d071a4e473f1e295f346e2d0824263e5e3e7d004f6b6915"
mana: "2189"
- accountId: "0x7e0d0a5848362b23120f55115b096774036d7610137a631413221f5573344507"
mana: "2285"
capabilities: "0x01"
outputs:
- type: 0
Expand All @@ -1561,23 +1561,35 @@ components:
type: 0
pubKeyHash: "0xed1484f4d1f7d8c037087fed661dd92faccae1eed3c01182d6fdd6828cea144a"
features:
- type: 3
- type: 2
entries:
hello: "0x776f726c64"
- type: 6
expirySlot: 4294967295
blockIssuerKeys:
- type: 0
publicKey: "0x9e05a32eafedefd40298e24ad4f8c334580187f7e9afbd9da13b5ba4007dd1b5"
- type: 0
publicKey: "0xa504844f7a0df2c5101d31696593b309040f8660d41035aba508f24c00668b21"
- type: 7
stakedAmount: "10000"
fixedCost: "400"
startEpoch: 0
endEpoch: 4294967295
unlocks:
- type: 0
signature:
type: 0
publicKey: "0x2daefbcbadd044da470acd2f7fcf6fcb04b873cc801e7ee408018e1dfa0257ac"
signature: "0x469a3426bf88a8ed1a0346892a519e5b56cd8f686b1ce9b904898a62b25a8f96124f4ad3db9b6241fee5be98d067d083e91b2c4ce96e91fb8bc0871443764f00"
signature: "0x9178a608cc0c6c703a41f5bad71e9e80bf9e580f26587df36379d12416c65a85974fafcd22b14d4a7853cc3d15b414e8bf37003dc77725d1d2c9b40d42a13501"
- type: 1
reference: 0
maxBurnedMana: "864"
signature:
type: 0
publicKey: "0x2daefbcbadd044da470acd2f7fcf6fcb04b873cc801e7ee408018e1dfa0257ac"
signature: "0x0893932c1ed4bd75caed5349dfaa963f2ec34e9bac79e6a860c2aa253a3cd6d6d2e9e5165b21b6b424a7a6262febd669852b5e1a352a93fef3e62e403d5ca002"
signature: "0x14718f345117d3f29d8e917ca4f8f758159914f45ef5c0d2cfd46c375edcab125ab4c08c59eb8b6d8e8ef2b7a4de92805bae45612277048bdb101ceed96b880c"

get-committee-example:
value:
epoch: 10
Expand Down

0 comments on commit e097437

Please sign in to comment.