Skip to content

Releases: aptos-labs/aptos-core

Aptos CLI Release v0.2.1

23 Jul 20:20
1a53e3a
Compare
Choose a tag to compare

Commits

  • 2d78d40: [Move examples] Fix example code (Kevin) #2119
  • 07803ab: [aptos-faucet] Print out the endpoint running the faucet on stdout (Greg) #2123
  • 326f679: [aptos-cli] Update documentation for Aptos CLI (Greg) #2124
  • 4d00027: [Aptos Framework] Update proposal fields for AptosGovernance to allow more generic metadata (#2121) (Kevin) #2121
  • d28db3d: [vm] Introducing a delta write (#2057) (George Mitenkov) #2057
  • 04b7b16: [docs-examples] Get first transaction to compile with random generator bug (Greg) #2128
  • bae85ab: [docs-examples] Format rust code in examples (Greg) #2128
  • acbfff4: [docs-examples] Cleanup and update dependencies for examples (Greg) #2128
  • 2fe2a5f: Minimizing node restarts in local swarm smoke tests (#2098) (Igor Kabiljo) #2098
  • eb22678: [consensus] rename some network methods and failpoints to make them more consistent (#2130) (Brian (Sunghoon) Cho) #2130
  • e5da27a: [Token] update token burn authority and capabiliyt (Bo Wu) #2055
  • 0518565: move stdlib: type_info::type_name() (#2122) (Alden Hu) #2122
  • 42dfff0: [forge] reuse existing management configmap (Rustie Lin) #2132
  • 102190b: [aptos-rosetta] Add E2E tests for data APIs (Greg) #2043
  • 6e4e900: [aptos-rosetta] Add E2E tests for network APIs (Greg) #2043
  • f8be18b: [aptos-rosetta] Refactor e2e tests (Greg) #2043
  • 13051b4: [aptos-rosetta] Fixup E2E tests for reliability (Greg) #2043
  • 4c96bad: [aptos-rosetta] Fix Rosetta to work with move changes (Greg) #2043
  • f84a2f4: [smoke-test] Add more checks to rosetta and fix faucet args (Greg) #2043
  • 1ef8a30: [Indexer Server] Fix errors, tests, and add ownership query by owner (#2112) (Bowen Yang) #2112
  • f950804: [forge] Better error message when unauthorized (Perry Randall) #2137
  • 1aa3d87: [smoke-test] Removing clean state dependency of some tests (#2143) (Wolfgang Grieskamp) #2143
  • b5ad20f: [doc] add leave instruction (#2148) (Sherry Xiao) #2148
  • f587731: [storage][pruner] Enable incremantal pruning (#2004) (zcc) #2004
  • aab962b: devnet release 07/21 (#2145) (Sherry Xiao) #2145
  • dc0ba4f: [API] Add Poem as an alternative backend (#1906) (Daniel Porteous (dport)) #1906
  • 44c7261: [storage] refine error msg on first event missing when requested by seq_num (aldenhu) #2149
  • beb868b: Porting NHC docs to this docs site. (#2147) (Raj Karamchedu) #2147
  • remove and replace x (#2042) #2042 (Christian Theilemann)
  • 194a924: [helm][aptos-node] config for incremental pruning (Rustie Lin) #2161
  • 77ad147: [Forge] Fix local mode forge run (#2153) (Sital Kedia) #2153
  • 84c0dde: [transaction-builder-generator] make it compile and some cleanups (David) #2151
  • 4e86f60: transaction-builder-generator -> aptos-sdk-builder (David) #2151
  • c90b56f: [aptos-sdk-builder] reintroduce and update generated payloads (David) #2151
  • 9260ecd: [types] remove VecBytes (David) #2151
  • 662f078: [cached-framework] commit sdk builder files (David) #2151
  • 914654e: [move-e2e-tests] cleanup println (David) #2151
  • 1a53e3a: [Aptos Framework] Validate against empty execution hash in voting::resolve() (#2154) (Kevin) #2154

AIT2 Aptos Framework v0.2.0

30 Jun 04:58
Compare
Choose a tag to compare

Aptos Framework used for Incentivized Testnet 2.

Aptos CLI AIT2 release v0.2.0

30 Jun 18:01
e061fdb
Compare
Choose a tag to compare
aptos-cli-0.2.0

[doc] add instruction to close metrics port (#1669)

Aptos CLI devnet release 2022-06-28

29 Jun 01:04
49f08c7
Compare
Choose a tag to compare
aptos-cli-v0.1.3

[helm] update monitoring rbac version (#1578)

Aptos Wallet Extension v0.1.1

20 Jun 03:02
Compare
Choose a tag to compare
Pre-release
  • NFTs
  • Changing networks
  • Better error handling
  • More standardized dApp API
  • Update to manifest v3

Download the build and use the doc site to see how to install and use the features

Aptos CLI devnet release 2022-06-09

10 Jun 23:24
Compare
Choose a tag to compare

Commits

  • 50f58c4: Add title argument to CLI release workflow (Daniel Porteous) #1349,#1354
  • f5ca28c: Fix permissions for release CLI workflow (Daniel Porteous) #1354

Aptos CLI v0.1.1

12 May 21:18
aptos-cli-v0.1.1
Compare
Choose a tag to compare

Adds genesis tooling and updates move dependencies.

Only works with a testnet built with commit 05372e9 and 25c860e. This is built for AIT1.

This can also be installed via cargo:

cargo install --git https://github.com/aptos-labs/aptos-core.git aptos --tag aptos-cli-v0.1.1

AIT1 Aptos Framework v0.1.0

12 May 20:28
05372e9
Compare
Choose a tag to compare

Aptos Framework used for Incentivized Testnet 1.

Extension Wallet Version 0.0.1 alpha

05 May 17:41
Compare
Choose a tag to compare
Pre-release

Initial pre-release of the Chrome Wallet Extension.

See: https://aptos.dev/tutorials/building-wallet-extension for details on building and functionality