Update reference to arm32 build for 3.3.0 release #3461
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Updating golang version, introducing new features to goal and algod, cleaning up code, and adding State Proof loading methods. NOTE: we upgraded to golang 1.16.11 and arm32v7 (for arm32 builds)
Feature Highlights
goal app method
(Support reference types ingoal app method
#3275)Changelog
/Accounts/ACCOUNTID
endpoint to return Minimum Balance information (Minimum Account Balance in Algod #3287)data/abi
package (Removing C/crypto dependencies fromdata/abi
package #3375)AtomicCommitWriteLock()
(Delete unusedAtomicCommitWriteLock()
#3383)FastPartitionRecovery
fromConsensusParams
(DeprecateFastPartitionRecovery
fromConsensusParams
#3386)goal app method
(Support reference types ingoal app method
#3275)goal app method
(Support app creation ingoal app method
#3353)goal account info
to return Minimum Balance information (Minimum Account Balance in Algod #3287)goal app method
handling of args and return values (Updategoal app method
handling of args and return values #3352)goal account renewpartkey
(Separate Txn and PartKey validity forgoal account renewpartkey
#3286)WebsocketNetwork
(Use rejecting limit listener inWebsocketNetwork
#3380)Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources