aptos-core
aptos-core copied to clipboard
Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
# 🐛 Bug Got this error when trying to self-host transaction stream service (that has [no docs](https://aptos.dev/en/build/indexer/txn-stream/self-hosted) available) ``` panicked at ecosystem/indexer-grpc/indexer-grpc-table-info/src/table_info_service.rs:489:39: called `Result::unwrap()` on an `Err` value: ServiceUnavailable(Json(AptosError {...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...
lint
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description Prover currently does nothing when using `x as u256` in the spec language if x is not a constant. This is not an issue for general number types...
Automated PR to bump the forge deployer version
Introduce SchedulerWrapper by wrapping the dispatching logic (currently V2 branches marked unimplemented!). Refactor executor.rs to: - decouple parameters (module read validation), - isolate functionality (process execution results), - clean up...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description This PR adds `git_hash` to each of the humio log lines. When debugging for execution divergence or other compat errors, it's good to easily get the version of...