BetaNet Update: Version 2.0.0

Hey everyone,

Last night (Nov. 5), there was an Algorand BetaNet 2.0.0 release which included the following major changes:

  1. Algorand Standard Asset (ASA) endpoints have been added. This feature is now ready for testing.
  2. Additional LogicSig templates with example code.
  3. Goal command line interface UX improvements
  4. Performance enhancements and bug fixes.

The full list of PRs associated with this release to BetaNet are listed at Commits · algorand/go-algorand · GitHub.

To update your current version of BetaNet to 2.0.0, run the following goal command:

./update.sh -c beta -i -d <betanet-data-directory> -n

To verify the update was successful, check that you are on version 2.0.0 by running

goal -v

The output of goal -v should look like

2.0.0.beta [rel/beta] (commit #38368dff)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand

2 Likes