You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys. I have a question. So, I haven't worked on Aptos for a while, and today I realized that the package has changed a lot. I'm trying to conduct the following trasnaction:
The problem is, the code seems alright by Aptos SDK, I've tried every combination but the map (dict since I'm using python) gets encoded but doesn't get decoded on the network. Now, to solve this I can either figure out what is wrong with Aptos SDK, or get the exact bytes for the payload (I can deserialize it or even send it as is, because remains exactly the same). I would appropriate it if you help me with either of them.
I have tried examples, they work seamlessly, but there is no example of using map, and I think that's exactly the problem, since explorers are OK decoding everything else but a map.
🐛 Bug Description
Hi guys. I have a question. So, I haven't worked on Aptos for a while, and today I realized that the package has changed a lot. I'm trying to conduct the following trasnaction:
https://explorer.aptoslabs.com/txn/1829613228/userTxnOverview?network=mainnet
The problem is, the code seems alright by Aptos SDK, I've tried every combination but the map (dict since I'm using python) gets encoded but doesn't get decoded on the network. Now, to solve this I can either figure out what is wrong with Aptos SDK, or get the exact bytes for the payload (I can deserialize it or even send it as is, because remains exactly the same). I would appropriate it if you help me with either of them.
I have tried examples, they work seamlessly, but there is no example of using map, and I think that's exactly the problem, since explorers are OK decoding everything else but a map.
How to reproduce
Code snippet to reproduce
Stack trace / error message
This account is what I've been conducting my tests on:
https://explorer.aptoslabs.com/account/0x71073d5ec015ceb546278fe46b5282a7c6ee59d5bf081be3e63cc6c16d141d85?network=mainnet
Expected Behavior
https://explorer.aptoslabs.com/txn/1829613228/userTxnOverview?network=mainnet
System information
System details:
The text was updated successfully, but these errors were encountered: