Skip to content

Commit 5427277

Browse files
authored
Merge pull request #1301 from algorandfoundation/automatic-pr-go-algorand-v4.1.1-stable-indexer-3.7.2
Automatic update generated for go-algorand: v4.1.1-stable and indexer: 3.7.2
2 parents a2cca66 + ccc8d83 commit 5427277

32 files changed

Lines changed: 170 additions & 49 deletions

File tree

.go-algorand-stable.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.0.3-stable
1+
v4.1.1-stable

docs/clis/goal/app/app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ goal app [flags]
4444
4545
-h, --help help for app
4646
47+
--reject-version uint If set non-zero, reject for this app version or higher
48+
4749
-w, --wallet string Set the wallet to be used for the selected operation
4850
4951
```

docs/clis/goal/app/box/box.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ goal app box [flags]
6060
6161
-k, --kmddir string Data directory for kmd
6262
63+
--reject-version uint If set non-zero, reject for this app version or higher
64+
6365
-w, --wallet string Set the wallet to be used for the selected operation
6466
6567
```
@@ -72,7 +74,7 @@ goal app box [flags]
7274

7375
* [goal app](../../../app/app/) - Manage applications
7476
* [goal app box info](../info/) - Retrieve information about an application box.
75-
* [goal app box list](../list/) - List all application boxes belonging to an application
77+
* [goal app box list](../list/) - List application boxes belonging to an application
7678

7779

7880

docs/clis/goal/app/box/info.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ goal app box info [flags]
6262
6363
-k, --kmddir string Data directory for kmd
6464
65+
--reject-version uint If set non-zero, reject for this app version or higher
66+
6567
-w, --wallet string Set the wallet to be used for the selected operation
6668
6769
```

docs/clis/goal/app/box/list.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ title: goal app box list
44

55

66

7-
List all application boxes belonging to an application
7+
List application boxes belonging to an application
88

99

1010

1111
### Synopsis
1212

1313

1414

15-
List all application boxes belonging to an application.
15+
List application boxes belonging to an application.
1616

17-
For printable strings, the box name is formatted as 'str:hello'
18-
19-
For everything else, the box name is formatted as 'b64:A=='.
17+
Printable names and values are formatted as 'str:hello' otherwise 'b64:A=='.
2018

2119

2220

@@ -34,9 +32,15 @@ goal app box list [flags]
3432

3533
```
3634
37-
-h, --help help for list
35+
-h, --help help for list
36+
37+
-l, --limit uint The maximum number of boxes to list. 0 means no limit.
38+
39+
-n, --next string The next-token returned from a previous call, used for pagination.
3840
39-
-m, --max uint Maximum number of boxes to list. 0 means no limit.
41+
-p, --prefix string Return only boxes that begin with the supplied prefix.
42+
43+
-v, --values Request and display box values.
4044
4145
```
4246

@@ -74,6 +78,8 @@ goal app box list [flags]
7478
7579
-k, --kmddir string Data directory for kmd
7680
81+
--reject-version uint If set non-zero, reject for this app version or higher
82+
7783
-w, --wallet string Set the wallet to be used for the selected operation
7884
7985
```

docs/clis/goal/app/call.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ goal app call [flags]
9898
9999
-k, --kmddir string Data directory for kmd
100100
101+
--reject-version uint If set non-zero, reject for this app version or higher
102+
101103
-w, --wallet string Set the wallet to be used for the selected operation
102104
103105
```

docs/clis/goal/app/clear.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ goal app clear [flags]
9898
9999
-k, --kmddir string Data directory for kmd
100100
101+
--reject-version uint If set non-zero, reject for this app version or higher
102+
101103
-w, --wallet string Set the wallet to be used for the selected operation
102104
103105
```

docs/clis/goal/app/closeout.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ goal app closeout [flags]
9898
9999
-k, --kmddir string Data directory for kmd
100100
101+
--reject-version uint If set non-zero, reject for this app version or higher
102+
101103
-w, --wallet string Set the wallet to be used for the selected operation
102104
103105
```

docs/clis/goal/app/create.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ goal app create [flags]
108108
109109
-k, --kmddir string Data directory for kmd
110110
111+
--reject-version uint If set non-zero, reject for this app version or higher
112+
111113
-w, --wallet string Set the wallet to be used for the selected operation
112114
113115
```

docs/clis/goal/app/delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ goal app delete [flags]
9898
9999
-k, --kmddir string Data directory for kmd
100100
101+
--reject-version uint If set non-zero, reject for this app version or higher
102+
101103
-w, --wallet string Set the wallet to be used for the selected operation
102104
103105
```

0 commit comments

Comments
 (0)