Daniel Porteous (dport)
Daniel Porteous (dport)
As it is today Surf provides `DefaultABITable`. This is helpful if users only use the modules included in it, but otherwise it has two issues: 1. It doesn't include everything...
One thing I notice is if you don't have the right module ID the type inference still proceeds but it misses a lot of information. For example, this gives me...
Previously `applyReview` would copy the map every call and then add the new review. Particularly with a large number of flashcards, this would make the `addReviews` call take a long...
Imagine a card like this: ``` Master( id: sw.getKey(word), fields: ["x", "y"], combinations: [ Combination(front: [0], back: [1]), Combination(front: [1], back: [2]), ], ); ``` This is invalid because there...
## Description This PR makes the simulate and view function endpoints return how much gas they used. We will use this for compute unit based ratelimiting in API Gateway. ##...
I see a previous instance of this issue https://github.com/samirelanduk/tiktok-save/issues/11, but it was closed without being resolved, so I'm opening this to track. Repro is simple, just follow the README and...
The faucet returns a txn hash and the client must wait to see if it succeeds but FundAccount doesn't do that. The client can't wait themselves either easily because we...
## Summary Processor for Petra Poke. Leaving this in draft on purpose because we won't land it. ## Test Plan See https://github.com/aptos-labs/internal-ops/pull/3188.
## Stack - Prev: https://github.com/aptos-labs/aptos-indexer-processors/pull/204 - Next: N/A ## Summary todo ## Test Plan For now just unit tests. ``` cargo test ``` We'll roll this out to devnet and...