Skip to content

Commit

Permalink
Merge pull request #1288 from algorandfoundation/staging
Browse files Browse the repository at this point in the history
staging => master
  • Loading branch information
nullun authored Jan 15, 2025
2 parents cf0082a + daaea69 commit 641a561
Show file tree
Hide file tree
Showing 11 changed files with 1,966 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .go-algorand-stable.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.27.0-stable
v4.0.1-stable
2 changes: 1 addition & 1 deletion .indexer.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1
3.7.2
8 changes: 7 additions & 1 deletion docs/clis/indexer/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ indexer daemon [flags]
--default-balances-limit uint32 set the default Limit parameter for querying balances, if none is provided (default 1000)
--default-blocks-limit uint32 set the default Limit parameter for querying blocks, if none is provided (default 100)
--default-boxes-limit uint32 set the default allowed Limit parameter for searching an app's boxes (default 1000)
--default-transactions-limit uint32 set the default Limit parameter for querying transactions, if none is provided (default 1000)
--dev-mode has no effect currently, reserved for future performance intensive operations
--dev-mode allow performance intensive operations like searching for accounts at a particular round
-n, --dummydb use dummy indexer db
Expand All @@ -64,6 +66,8 @@ indexer daemon [flags]
-l, --loglevel string verbosity of logs: [error, warn, info, debug, trace] (default "info")
--max-account-list-size uint32 set the maximum number of items for query parameters that accept account lists. Set zero for no limit (default 50)
--max-accounts-limit uint32 set the maximum allowed Limit parameter for querying accounts (default 1000)
--max-api-resources-per-account uint32 set the maximum total number of resources (created assets, created apps, asset holdings, and application local state) per account that will be allowed in REST API lookupAccountByID and searchForAccounts responses before returning a 400 Bad Request. Set zero for no limit (default 1000)
Expand All @@ -74,6 +78,8 @@ indexer daemon [flags]
--max-balances-limit uint32 set the maximum allowed Limit parameter for querying balances (default 10000)
--max-blocks-limit uint32 set the maximum allowed Limit parameter for querying blocks (default 1000)
--max-boxes-limit uint32 set the maximum allowed Limit parameter for searching an app's boxes (default 10000)
--max-conn uint32 set the maximum connections allowed in the connection pool, if the maximum is reached subsequent connections will wait until a connection becomes available, or timeout according to the read-timeout setting
Expand Down
4 changes: 2 additions & 2 deletions docs/get-details/algorand-networks/mainnet.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: MainNet

# Version
`v3.27.0-stable`
`v4.0.1-stable`

# Release Version
https://github.com/algorand/go-algorand/releases/tag/v3.27.0-stable
https://github.com/algorand/go-algorand/releases/tag/v4.0.1-stable

# Genesis ID
`mainnet-v1.0`
Expand Down
4 changes: 2 additions & 2 deletions docs/get-details/algorand-networks/testnet.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: TestNet

# Version
`v3.27.0-stable`
`v4.0.1-stable`

# Release Version
https://github.com/algorand/go-algorand/releases/tag/v3.27.0-stable
https://github.com/algorand/go-algorand/releases/tag/v4.0.1-stable

# Genesis ID
`testnet-v1.0`
Expand Down
1 change: 1 addition & 0 deletions docs/get-details/dapps/avm/teal/opcodes/.pages
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Opcodes
arrange:
- index.md
- v11.md
- v10.md
- v9.md
- v8.md
Expand Down
3 changes: 2 additions & 1 deletion docs/get-details/dapps/avm/teal/opcodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This page lists the TEAL opcodes by version. For more information on TEAL, see t

Opcodes by version:

- [v10 - Current version on Mainnet](v10.md)
- [v11 - Current version on Mainnet](v11.md)
- [v10](v10.md)
- [v9](v9.md)
- [v8](v8.md)
- [v7](v7.md)
Expand Down
Loading

0 comments on commit 641a561

Please sign in to comment.