Nivek Huang
Nivek Huang
I'm trying to simulate the multi-signature to get the gas fee.I changed `signerInfos` to refer to the [multisignature](https://github.com/cosmos/cosmjs/blob/0fe5c0c6f6abfaeeb3ab23a0a8a4f54affe0cc40/packages/stargate/src/multisignature.ts#L46 ) and [simulate](https://github.com/cosmos/cosmjs/blob/0fe5c0c6f6abfaeeb3ab23a0a8a4f54affe0cc40/packages/stargate/src/modules/tx/queries.ts#L47). ```js const request = SimulateRequest.fromPartial({ tx: Tx.fromPartial({ authInfo: AuthInfo.fromPartial({...
### Description Support multi transaction simulation. (https://github.com/aptos-labs/aptos-core/issues/5117) ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5119)
# 🚀 Feature Request `MultiEd25519PublicKey` as `accountOrPubkey` for the [simulateTransaction](https://github.com/aptos-labs/aptos-core/blob/75f11057cd3d7b821a68217aa6ff7481033a276e/ecosystem/typescript/sdk/src/aptos_client.ts#L376)
**Describe the bug** `Build container failed` ```py #0 364.5 [1/1] Cythonizing src/gevent/greenlet.py #0 364.5 warning: src/gevent/_gevent_cgreenlet.pxd:112:33: Declarations should not be declared inline. #0 364.5 #0 364.5 Error compiling Cython file:...
### Description This PR `export` the [aptos_types/abi.ts](https://github.com/aptos-labs/aptos-core/blob/main/ecosystem/typescript/sdk/src/aptos_types/abi.ts) and adds some `serialize` samples. ### Test Plan ```js yarn test ``` - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5431)