This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* MINIMAL REPRODUCTION: Merchant-Sponsored Transaction Stuck at Status 300 | |
* | |
* ISSUE: Transactions submit successfully to relay but get stuck at status 300 | |
* with empty receipts. Never making it on-chain. | |
* | |
* SETUP: | |
* npm install porto viem | |
* | |
* RUN: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* MINIMAL REPRODUCTION: Merchant-Sponsored Transaction Fails with v0.2.28 | |
* | |
* ISSUE: "fee signature is required when a payer is specified" | |
* | |
* SETUP: | |
* npm install porto@0.2.28 viem | |
* | |
* RUN: | |
* MERCHANT_ADDRESS=0x93ced86f0acdbccf5a4ea61ac0913371b3cb9e7b \ |