IMPORTANT This release requires a protocol upgrade. This release contains a consensus protocol upgrade, which implements the following spec: https://github.com/algorandfoundation/specs/tree/85e6db1fdbdef00aa232c75199e10dc5fe9498f6 |
---|
Highlights
- Contract to contract: Smart contracts can now call other smart contracts, using the new inner transaction type appl
- State Proof keys: online participants will now generate Post Quantum-secure Falcon keys when renewing online status. These keys will be used to generate Algorand State Proofs
- Batch Verification: nodes can now group signatures in batches for faster verification
Important Note
Note: Users running a local consensus private network with vFuture may need to rebuild the local network when upgrading their MainNet node.
Changelog
- Agreement
- New Features
- Enhancements
- Bug Fix - add a fallback for missing state proof keys in participation file (#3619)
- AVM (Algorand Virtual Machine)
- Algod
- New Feature
- Enhancements
- Update Algod's
/Accounts/ACCOUNTID
endpoint to return Minimum Balance information (#3287) - Enumerate conditions that might cause this fetchAndWrite to return false (#3301)
- Add config.DeadlockDetectionThreshold (#3339)
- Removing C/crypto dependencies from
data/abi
package (#3375) - Delete unused
AtomicCommitWriteLock()
(#3383) - Deprecate
FastPartitionRecovery
fromConsensusParams
(#3386) - Add context to (most) agreement logged writes (#3411)
- Update Algod's
- Bug Fixes
- Use updated sumhash lib (#3684)
- Remove batch verification flag from the compact certs struct (#3644)
- Deregister metrics tracker on close (#3661)
- Fix ParticipationKeyResponse type (#3264)
- Fix: stop the completed catchup service (#3299)
- blocks service: avoid serving blocks past service shutdown (#3303)
- Goal
- Enhancements
- Support reference types in
goal app method
(#3275) - Support app creation in
goal app method
(#3353) - Update
goal account info
to return Minimum Balance information (#3287) - Update
goal app method
handling of args and return values (#3352) - Allow setting manager, reserve, freeze, and clawback at goal asset create (#3369)
- Support reference types in
- Bug Fixes
- Enhancements
- Ledger
- Enhancements
- Bug Fixes
- Network
- Tx Sync
- Bug Fix * tx sync was incorrectly validating transactions (#3554)
- REST API
- Logging
- Tools
- New Features
- Enhancements
- Optimize catchpointdump utility (#3561)
- catchpointdump: allow print filters (#3566)
- Add filter fields to catchpointdump net command (#3598)
- Tools: Goal node create improvements (#3639)
- Tools: Decrease partkey rounds to 3mil for feature networks (#3662)
- tealdbg: increase intermediate reading/writing buffers (#3335)
- Bug Fix * set genesis proto version in catchpointdump (#3596)
- Tests
- Enhancements
- Improve testaccountinformationv2 (#3624)
- set gotestsum format to standard: Verbose (#3634)
- Test for catchup stop on completion (#3306)
- Add test to exercise lookup corner cases (#3376)
- Disable parallelism for e2e-go tests (#3242)
- fix e2e.sh mixed indent characters (#3266)
- Disable flaky test (#3268)
- Add Custom Scenario for Performance Testing (#3278)
- Reword partitiontest lint message. (#3297)
- testing: improve new networks spawning performance (#3308)
- Add help and fish mode to e2e interactive mode. (#3313)
- Add slightly more coverage to TestAcctUpdatesLookupRetry (#3384)
- Bug Fixes
- Rollback changes to ParticipationExpirationTest (#3611)
- Fix bug in TestParticipationAccountsExpirationFuture/TestParticipationAccountsExpirationNonFuture (#3616)
- Fix participation key expiration tests (#3621)
- Fix randomly failing testpseudonodefailedenqueuedtasks (#3683)
- Fix a typo in agreement test (#3651)
- Add partitiontest to tests. (#3658)
- Fix unit test TestAsyncTelemetryHook_QueueDepth (#2685)
- Fix a data race in app tests (#3269)
- TestEcdsa: fix flaky "tampering" of public key (#3282)
- Fix random data race in TestAppAccountDataStorage (#3315)
- Fix flaky test in randomized ABI encoding test (#3346)
- Fix bug in testassetgroupcreatesenddestroy (#3631)
- Remove parallel from txnproofs and fix timeout bug (#3628)
- Enhancements
- Other
- Enhancements
- Adding new scenario for feature networks (#3451)
- Add bandwidth testing to perf pipeline (#3487)
- Fixing telemetry ports for feature networks (#3497)
- Update ledger README reference to trackers (#3540)
- Add comment to help explain txntest.Txn rationale (#3574)
- Moving windows build to Github Actions (#3575)
- update THANKS.md file (#3595)
- Changing golang version to 1.16.11 in go-algorand (#2825)
- Updating Readme.md with circleci status badges (#3245)
- Add qkniep to THANKS.md (#3320)
- Adding method pseudo op to readme (#3338)
- CircleCI pipeline change for binary uploads (#3381)
- Feature Networks pipeline related changes (#3393)
- Update license to 2022 (#3360)
- Cicd: Limit pr type and category check to master branch (#3675)
- Cicd: Adding pr type label checker (#3645)
- Devops: Regen net.json for scenario2 test to include api endpoints for nodes. (#3654)
- Bug Fixes
- Fix typo Fulll to Full (#3456)
- Revert
fillBytes
method tobigIntToBytes
for lower golang version (#3498) - Revert "Changing golang version to 1.16.11 in go-algorand" (#3506)
- Moving to centos stream 8 (#3560)
- Revert golang1.16 arm32 changes (#3615)
- Remove
make gen
from ci *build (#3617) - Fix formatting for CircleCI badges (#3272)
- Fix algorand specs link (#3309)
- Devops: Fix bandwidth testing (#3638)
- Enhancements