feat: add batch compress tokens #5026
Annotations
2 errors
tests/e2e/mint-to.test.ts > mintTo > should mint to bob:
js/compressed-token/tests/e2e/mint-to.test.ts#L111
AssertionError: expected [Function] to throw error matching /custom program error: 0x1782/ but got 'Simulation failed. \nMessage: Transac…'
- Expected:
/custom program error: 0x1782/
+ Received:
"Simulation failed.
Message: Transaction simulation failed: Error processing Instruction 1: custom program error: 0x4.
Logs:
[
\"Program ComputeBudget111111111111111111111111111111 success\",
\"Program cTokenmWW8bLPjZEBAUgYy3zKxQZW6VKi7bqNFEVv3m invoke [1]\",
\"Program log: Instruction: MintTo\",
\"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]\",
\"Program log: Instruction: MintTo\",
\"Program log: Error: owner does not match\",
\"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4253 of 983406 compute units\",
\"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA failed: custom program error: 0x4\",
\"Program cTokenmWW8bLPjZEBAUgYy3zKxQZW6VKi7bqNFEVv3m consumed 20697 of 999850 compute units\",
\"Program cTokenmWW8bLPjZEBAUgYy3zKxQZW6VKi7bqNFEVv3m failed: custom program error: 0x4\"
].
Catch the `SendTransactionError` and call `getLogs()` on it for full details."
❯ tests/e2e/mint-to.test.ts:111:9
|
stateless-js
Process completed with exit code 1.
|