Merge 753807133e9ab3ad90631995847a3d41f3ac79f6 into 0efa5540886f64438b9045faa6e4eba73edefa67
6d5034ba
pull/320/merge
1/30 ++ 0 --
Commits and releases over time
No repositories match that filter.
Bumps [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit) from v0.2.46 to 0.2.62. This release includes the previously tagged commit. - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/ea5e8482060f1f421a9b3276d160f42257dc5e1c...358bd98f7d9d33fefe5a148875d1d61e7e558f2d) --- updated-dependencies: - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.62 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the minor-and-patch group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3d0d9888cb7fd7b750713d6e236d1fcb99157228...efb35369e0ad2afab669f228072c1b0d510eae64) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Regenerated from the go-algorand PR 6690 review changes: genesis blocks start their txn counter at 1000, and the block fields no longer describe the zero values returned for blocks that predate their enabling upgrade.
The app_box_* opcodes can operate on another application's boxes, but the AVM chapter never said this requires the accessed application's opt-in. Add a paragraph pointing at the ForeignBoxReads and FamilyBoxAccess parameters and the family reentrancy rule, which are specified in the ledger's Applications chapter.
Regenerated Appendix A and the auto-included opcode tables from algorand/go-algorand#6690, which audits the AVM opcode documentation. Notable box changes: the short descriptions now state the 64-byte name limit, and the shared availability/authorization/reentrancy prose no longer repeats under every box opcode, deferring to the normative sections of this spec instead.