Merge d57284877c3a8d1ddd0d521048b9583641f01332 into 3442519234c85345cde5f05b60f52e14d74fa7f3
c95de39b
pull/556/merge
2/8 ++ 0 --
Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Empty resource reference objects ({}) in transaction access lists are
now treated as empty box references with appIndex=0 and name=b"",
preventing decode errors when processing transactions from the blockchain.
This aligns with the fix in js-algorand-sdk#1041 and ensures the SDK
can properly decode transactions containing empty resource references
in the "al" field.
Empty resource reference objects ({}) in transaction access lists are
now treated as empty box references with appIndex=0 and name=b"",
preventing decode errors when processing transactions from the blockchain.
This aligns with the fix in js-algorand-sdk#1041 and ensures the SDK
can properly decode transactions containing empty resource references
in the "al" field.