Skip to content

Fix for setting Arweave effective caller when in strict mode

Compare
Choose a tag to compare
@asiaziola asiaziola released this 16 Jan 12:29
· 255 commits to main since this release

This release fixes v1.2.43 release. When strict mode is set to true and signature type is arweave - arweave.wallets.ownerToAddress(caller) method should be used to determine effective caller's address from the wallet public key.

What's Changed

  • fix: incorrect effective caller when in strict mode by @asiaziola in #324

Full Changelog: 1.2.46...v1.2.47