Skip to content

Releases: aptos-labs/aptos-core

Petra (Aptos Wallet) Extension v0.1.4

15 Aug 19:35
Compare
Choose a tag to compare
  • Rename wallet to "Petra" 🎆 🎊
  • Add password encryption
  • (BREAKING CHANGE, view the docs to see how to submit transactions) Move dapp api to take in BCS transactions
  • Better importing of accounts
  • Move to bip44 mnemonics
  • Lots of bug fixes

Download the wallet-extension.zip and use the doc site to see how to install and use the features

Aptos CLI Release v0.2.5

12 Aug 06:10
374a31d
Compare
Choose a tag to compare

Commits

Aptos CLI Release v0.2.4

12 Aug 01:43
4a95654
Compare
Choose a tag to compare

Commits

Aptos CLI Release v0.2.3

04 Aug 23:43
Compare
Choose a tag to compare
aptos-cli-v0.2.3

[aptos-cli] Bump version to 0.2.3

Aptos Wallet Extension v0.1.3

29 Jul 01:04
Compare
Choose a tag to compare
  • Update to aptos_coin
  • In progress password flow (Can't import wallets)
  • dapp updates
  • bug fixes

Download the
wallet-extension.zip
and use the doc site to see how to install and use the features

Aptos CLI Release v0.2.2

28 Jul 18:03
02c1d40
Compare
Choose a tag to compare
Update action.yaml (#2217)

- install the Prover dependencies such as Z3 and Boogie

- enable the Prover test for the move-example pacakge

Aptos Wallet Extension v0.1.2

24 Jul 00:50
1a53e3a
Compare
Choose a tag to compare
  • Update for move module rename
  • New dapp API (signMessage)
  • Multiple accounts
  • Mnemonics
  • Transactions tab
  • Bugfixes

Download the wallet-extension.zip and use the doc site to see how to install and use the features

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)