Skip to content

Commit

Permalink
Enhancement: Update git submodule with go-algorand release commit `31…
Browse files Browse the repository at this point in the history
…a1099c` (#1304)
  • Loading branch information
tzaffi authored Nov 2, 2022
1 parent be89f75 commit a751525
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ _*.json

# Python
__pycache__
.venv

# jetbrains IDE
.idea
Expand Down
14 changes: 8 additions & 6 deletions misc/parity/reports/algod2indexer_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ definitions:
- INDEXER: '"Indicates what type of signature is used by this account, must be one of:\n* sig\n* msig\n* lsig\n* or null if unknown"'
- ALGOD: '"Indicates what type of signature is used by this account, must be one of:\n* sig\n* msig\n* lsig"'
total-box-bytes:
- INDEXER: '{"description":"For app-accounts only. The total n...'
- ALGOD: null
description:
- INDEXER: '"For app-accounts only. The total number of bytes allocated for the keys and values of boxes which belong to the associated application."'
- ALGOD: '"\\[tbxb\\] The total number of bytes used by this account''s app''s box keys and values."'
total-boxes:
- INDEXER: '{"description":"For app-accounts only. The total n...'
- ALGOD: null
description:
- INDEXER: '"For app-accounts only. The total number of boxes which belong to the associated application."'
- ALGOD: '"\\[tbx\\] The number of existing boxes created by this account''s app."'
required:
- - INDEXER: '"total-boxes"'
- ALGOD: null
- - INDEXER: '"total-box-bytes"'
- ALGOD: null
- - INDEXER: '"total-boxes"'
- ALGOD: null
- - INDEXER: null
- ALGOD: '"min-balance"'

0 comments on commit a751525

Please sign in to comment.