aptos-core icon indicating copy to clipboard operation
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.

Results 1410 aptos-core issues
Sort by recently updated
recently updated
newest added

### Description - Switch back to Turbo.visit instead of full page loads - Reduce retry interval from 1000 ms to 250 ms, but retry more often Also, remove old wallet.persisted?...

If I compile / publish for the first time, or I just changed one of my dependencies (e.g. the framework), it should print a log message to stderr indicating that...

enhancement

### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/3965)

CICD:run-e2e-tests

…aform/helm ### Description This removes the obsolete remote logger functionality from our terraform + helm config. This is superseded by using the vector DaemonSet helm chart which collects logs from...

# 🐛 Bug ## To reproduce **Code snippet to reproduce** ```rust ./scripts/dev_setup.sh Unable to find supported package manager (yum, apt-get, dnf, or pacman). Abort ``` **Stack trace/error message** ``` //...

bug

# 🐛 Bug Prover is missing a GLIBC dependency in the installation for the prover. The rest of the CLI works fine ## To reproduce **Code snippet to reproduce** ```rust...

bug
move-prover

### Description Before ``` gtag('config', ""G-CWW2TW4HSD"", {"debug_mode":true}); ``` After ``` gtag('config', "G-CWW2TW4HSD", {"debug_mode":true}); ``` ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4025)

As it is now, this call returns a 400 with an empty response for some reason: ``` curl -v 'http://127.0.0.1:8080/v1/accounts/0x1/events/0x1::coin_store::CoinStore/withdraw_events' ``` ``` * Trying 127.0.0.1:8080... * Connected to 127.0.0.1 (127.0.0.1)...

enhancement

# 🐛 Bug ## To reproduce **Code snippet to reproduce** ```rust while true do ps -ef | grep "aptos-indexer" | grep -v "grep" if [ "$?" -eq 1 ] then...

bug
community

Installation from source failed with "Error": "Unexpected error: malformed utf8" Followed guide - https://aptos.dev/nodes/validator-node/run-validator-node-using-source On step 5 - Compile genesis blob and waypoint - failed: ``` aptos genesis generate-genesis --local-repository-dir...

bug