Skip to content

Commit 292a68f

Browse files
committed
Reverted opdoc to v11, removing all TEAL v12 output
1 parent f121e8b commit 292a68f

File tree

5 files changed

+6
-6741
lines changed

5 files changed

+6
-6741
lines changed

cmd/opdoc/opdoc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ func create(file string) *os.File {
443443
}
444444

445445
func main() {
446-
const docVersion = uint64(12)
446+
const docVersion = uint64(11)
447447

448448
opGroups := make(map[string][]string, len(logic.OpSpecs))
449449
for grp, names := range logic.OpGroups {

data/transactions/logic/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -647,11 +647,10 @@ Global fields are fields that are common to all the transactions in the group. I
647647

648648
Asset fields include `AssetHolding` and `AssetParam` fields that are used in the `asset_holding_get` and `asset_params_get` opcodes.
649649

650-
| Index | Name | Type | In | Notes |
651-
| - | ------ | -- | - | --------- |
652-
| 0 | AssetBalance | uint64 | | Amount of the asset unit held by this account |
653-
| 1 | AssetFrozen | bool | | Is the asset effectively frozen, accounting for local and global freeze state |
654-
| 2 | AssetFrozenLocally | bool | v12 | Is the account frozen or not |
650+
| Index | Name | Type | Notes |
651+
| - | ------ | -- | --------- |
652+
| 0 | AssetBalance | uint64 | Amount of the asset unit held by this account |
653+
| 1 | AssetFrozen | bool | Is the asset effectively frozen, accounting for local and global freeze state |
655654

656655

657656
| Index | Name | Type | In | Notes |
@@ -668,7 +667,6 @@ Asset fields include `AssetHolding` and `AssetParam` fields that are used in the
668667
| 9 | AssetFreeze | address | | Freeze address |
669668
| 10 | AssetClawback | address | | Clawback address |
670669
| 11 | AssetCreator | address | v5 | Creator address |
671-
| 12 | AssetGlobalFrozen | bool | v12 | Is the asset frozen or not |
672670

673671

674672
**App Fields**

0 commit comments

Comments
 (0)