aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

[keyless] Add KeylessSignature when simulating KeylessPublicKey #472

Closed GhostWalker562 closed 1 month ago

GhostWalker562 commented 1 month ago

Description

Regression in this PR https://github.com/aptos-labs/aptos-ts-sdk/commit/cb7e8bb8c6242eca6d488bb361bdd483dc1a421d#diff-97f79e1249bb5dfd1fc52b16da86fbcd1d517e8897c7cc0d70c79e73c61ecf3cR456 left out Keyless signatures which broke simulations leading to underpriced transactions.

Test Plan

Tested simulation in custom builds

Related Links

N/A

GhostWalker562 commented 1 month ago

@0xmaayan Forgot about that, just added it in!