Daniel Porteous (dport)
Daniel Porteous (dport)
Small usability issue. In our CI I think this command fails silently: ``` cargo sort --grouped --workspace --check ``` Locally when I do it, it says this: ``` $ cargo...
Ensure the Rust SDK is caching ABI information / responses from various get_module functions. These are expensive and we'd like to not have to keep making them. There should be...
This shouldn't be much to check, mostly it's up to the caller to ensure they're using the BCS versions of endpoints, but we should double check the SDK itself to...
### Description This should help with https://github.com/aptos-labs/aptos-core/issues/5589, @jjleng was right to begin with 😛. Yet to be confirmed though. ### Test Plan todo - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5590)
User report that now that you can get more than 10k resources (which uses multiple calls now), it is much slower. **Report from @guijunchen**: After we upgraded the node, we...
## Description This adds to the CLI the ability to update itself. ### Test Plan First, I changed the version of the CLI in Cargo.toml from 1.0.4 to 1.0.3 to...
# Aptos Documentation Issue ## Location We should add an explanation of `CONSTRAINT_NOT_SATISFIED` in https://aptos.dev/guides/handle-aptos-errors/#move-virtual-machine-vm. ## Description As above. ## Audience dapp devs ## Additional context N/A
### Description This PR adds a notification to tell the user if their CLI is out of date. We print to stderr to not mess up the output of the...
The status page should have two sections: - Components where the information is derived purely from monitoring. - Manual ongoing issue reports. For the latter, there should be a template...
Update, see https://github.com/aptos-labs/aptos-core/pull/6173.