9736 commits in all time Apr 29, 2026 20:35 – Jul 28, 2026 20:35 UTC
Merge c8e35d328aeecd4d74e51b28053ccf59b5b31093 into eb903edcae43b254e15ba4c87840e3cd20a5dfc9
Git Commit a149f1a5 Branch pull/320/merge Document 4/175 ++ 243 --
Merge eb903edcae43b254e15ba4c87840e3cd20a5dfc9 into d4e2088f738a46819185a6418854b08482bdac33
Git Commit 51d99828 Branch pull/318/merge Document 15/1,304 ++ 19 --
docs: add algorand client concepts page
Git Commit c8e35d32 Branch feat/docs-algorand-client Document 4/175 ++ 243 --
docs: resolve repo-local RemoteCode snippet URLs from the local checkout
Git Commit eb903edc Branch docs-staging Document 1/42 ++ 22 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@86d6f0230b1e21d9794bad0a8109a40aef1c1a54 🚀
Git Commit e6931d4b Branch gh-pages Document 11/136 ++ 135 --
scholtz-aures wallet
feat: add transaction simulation feature before signing
- Introduced a Simulation section on the "transactions to sign" screens, allowing users to dry-run transaction groups against the current network state.
- Implemented a new component, TransactionGroupSimulation, to display simulation results, including application state changes and potential failure reasons.
- Enhanced the user interface with informative messages regarding simulation status, success, and failure.
- Updated localization files to include new strings related to the simulation feature in multiple languages.
- Refactored existing code to accommodate the new simulation functionality, ensuring a seamless user experience.
Git Commit 86d6f023 Branch master Document 17/820 ++ 11 --
github go-algorand
add Go Benchmark (go) benchmark result for 4504ed4322e32e26cdc405720ec95837f2c7007d
Git Commit 5f550385 Branch gh-pages Document 1/445 ++ 1 --
github go-algorand
add Go Benchmark (go) benchmark result for e885e4e8a3665af82e40d00821756303d164ea9e
Git Commit 69debe8d Branch gh-pages Document 1/445 ++ 1 --
jannotti go-algorand
build: dependabot-7-28-26 (#6686)
Git Commit 4504ed43 Branch master Document 6/52 ++ 50 --
jannotti go-algorand
Txn: Check for local schema setting in update (#6682)
Git Commit e885e4e8 Branch master Document 2/28 ++ 17 --
jannotti go-algorand
Merge 65d9124433bf981d74b33b10ccd4d71d64419ee1 into d1e16149fce2151063e3e3bea2a79d4aa7ff6185
Git Commit b9801936 Branch pull/6686/merge Document 6/52 ++ 50 --
github go-algorand
add Go Benchmark (go) benchmark result for d1e16149fce2151063e3e3bea2a79d4aa7ff6185
Git Commit e4e22cf3 Branch gh-pages Document 1/445 ++ 1 --
iglosiggio go-algorand
chore: Export PQSig to SDK signature.go (#6683)
Git Commit d1e16149 Branch master Document 1/5 ++ 2 --
jannotti go-algorand
Merge 3a63501588b8e128f1e77151a760c89eac31c55b into ffbcac164595247833ab0ca9968a1a679a8dea6d
Git Commit 735c9526 Branch pull/6682/merge Document 2/28 ++ 17 --
jannotti go-algorand
Check for local schema setting in update
We should not allow (yet ignore) local schema update.
Git Commit 3a635015 Branch pull/6682/head Document 2/28 ++ 17 --
jannotti go-algorand
Merge 65d9124433bf981d74b33b10ccd4d71d64419ee1 into ffbcac164595247833ab0ca9968a1a679a8dea6d
Git Commit 1dc99ece Branch pull/6686/merge Document 6/52 ++ 50 --
jannotti go-algorand
build: combine dependabot dependency upgrades (July 2026)
Combines open dependabot PRs #6685, #6684, #6678, #6661 into a single
commit.

Upgrades across main module, tools/block-generator, and
tools/debug/algodump:
- github.com/getkin/kin-openapi v0.131.0 -> v0.144.0
- github.com/quic-go/webtransport-go v0.10.0 -> v0.11.1
- github.com/quic-go/quic-go v0.59.1 -> v0.60.0
- golang.org/x/crypto v0.51.0 -> v0.52.0

Dependabot only opened the webtransport-go bump against the main
module, but all three modules pinned v0.10.0, so all three are moved
together to keep the module graphs consistent.

go mod tidy also picked up the transitive changes that kin-openapi
v0.144.0 requires: go-openapi/jsonpointer v0.21.0 -> v0.22.5,
oasdiff/yaml v0.1.1, oasdiff/yaml3 v0.0.14, and a switch from
go-openapi/swag to go-openapi/swag/jsonname plus
santhosh-tekuri/jsonschema/v6, dropping mohae/deepcopy,
perimeterx/marshmallow, and ugorji/go/codec.
Git Commit 65d91244 Branch pull/6686/head Document 6/52 ++ 50 --
nullun go-algorand
Merge 592bd88b7dc7e7268598e8adc46122f89ac85c87 into 1b67449507b3b759f56ec63293ac1be3baab13be
Git Commit 9027da88 Branch pull/6674/merge Document 25/2,070 ++ 1,387 --
cce go-algorand
Merge 4fb7d5a74e855225413c33831502e171122cbad8 into 1b67449507b3b759f56ec63293ac1be3baab13be
Git Commit 90637cd8 Branch pull/6659/merge Document 13/2,549 ++ 168 --
jannotti go-algorand
Merge 7ab90c7153a191c5a722c01921877d17e572464b into ffbcac164595247833ab0ca9968a1a679a8dea6d
Git Commit 1eba1371 Branch pull/6686/merge Document 7/52 ++ 50 --
iglosiggio go-algorand
Merge 95b3c7758e2383f06d638be2fef29258fa399f02 into ffbcac164595247833ab0ca9968a1a679a8dea6d
Git Commit 89017341 Branch pull/6683/merge Document 1/5 ++ 2 --
iglosiggio go-algorand
chore: Move PQsig SDK definition to signature.go
Git Commit 377a98f1 Branch export-pqsig-to-sdk-signature Document 1/17 ++ 2 --
iglosiggio go-algorand
chore: Don't export previous symbols (modified by hand on the SDK side)
Git Commit 95b3c775 Branch export-pqsig-to-sdk-signature Document 1/0 ++ 12 --