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

# πŸš€ Feature Request While developing my dapps, I noticed that I was not always reading what I wrote when interacting with fullnode.devnet.aptoslabs.com if I wrote and then read immediately...

documentation
enhancement
interface

If I fund my account with X gas and then submit a request with max_gas X+1, this is the response you get (in this example, from the simulation endpoint): ```...

enhancement
interface

# πŸš€ Feature Request Add an iterator interface to `aptos_stdlib::simple_map::SimpleMap` (like [`IterableTable`](https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/move-examples/data_structures/sources/iterable_table.move). ## Motivation We intend to use `simple_map::SimpleMap` as a lightweight replacement for `IterableTable`. ## Pitch Given that `simple_map`...

enhancement

### Description After `u8, u64, u128, bool, hex, string, address` are passed in cmd, they are encoded again by BCS. ### Test Plan Add `Raw` type which is encoded by...

CICD:run-e2e-tests

### Description Default to using the onchain package system instead of git ### Test Plan TBD - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/3362)

### Description Add chinese/mandarin version of Aptos whitepaper to aptos dev webpage. ### Test Plan Mostly adding docs and new paper pdf version. Please let me know if I should...

# πŸ› Bug ## Steps to reproduce Go through the "[your first dapp](https://aptos.dev/tutorials/your-first-dapp/)" tutorial. The tutorial didnt really work for me so I just used the dapp example in the...

bug

https://aptos-org.slack.com/archives/C041GNZC4TZ/p1662939359501349?thread_ts=1662939038.211849&cid=C041GNZC4TZ Ran this manually for the writeset table to fix immediate problem: ``` CREATE INDEX concurrently write_set_changes_inserted_at ON write_set_changes(inserted_at); ``` but we should have this index on every table that...

enhancement

I noticed that in the stake.move module, there is a way to move StakePool.pending_inactive -> StakePool.active; the function is called `reactivate_stake`. However, there is no function that can move StakePool.pending_active...

enhancement
community

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