Daniel Porteous (dport)

Results 264 comments of Daniel Porteous (dport)

Okay figured it out, this is the correct code: ``` const payload = new aptos.TxnBuilderTypes.TransactionPayloadEntryFunction( aptos.TxnBuilderTypes.EntryFunction.natural( "0x1::aptos_account", "transfer", [], [ '0x81e2e2499407693c81fe65c86405ca70df529438339d9da7a6fc2520142b591e', '1000' ] )); ``` Notably, the top level payload...

Landing, we'll see if CI is happy with it or not.

Hi all, we're currently working on a fix to this problem. ## The issue Currently in the API there is a hardcoded limit (10,000) on the amount of resources the...

Relevant changes: - ~~https://github.com/aptos-labs/aptos-core/pull/5304~~ - https://github.com/aptos-labs/aptos-core/pull/5353 - https://github.com/aptos-labs/aptos-core/pull/5313

API support has landed, SDK support coming here: https://github.com/aptos-labs/aptos-core/pull/5405.

Closing this issue as #5298 is indeed referring to the same problem.

Let me see if I can fix the server thing for the try it feature, I'd say that's the main blocker. As well as the API in the top bar....

See https://github.com/stoplightio/elements/issues/2279 for the server problem with the "try it" feature.

@clay-aptos feel free to take over from here if you want to make some changes!