10965 commits in all time Mar 31, 2026 16:06 – Jun 29, 2026 16:06 UTC
Argimirodelpozo puya-ts
Merge 6c4ac50ccf701c0818da3eedff39e452efaf1df4 into e56f6efde0b906a499824f49b7c6b6c1a330e60d
Git Commit 1fe6ced8 Branch pull/391/merge Document 52/4,442 ++ 5 --
Argimirodelpozo puya-ts
test: add on-chain tests for devportal + missing lsig compilation util
Git Commit 6c4ac50c Branch feat/devportal-examples-update Document 27/2,269 ++ 0 --
github go-algorand
add Go Benchmark (go) benchmark result for e39e98059096fae320981932b07c704028cdecde
Git Commit f8800370 Branch gh-pages Document 1/445 ++ 1 --
nullun go-algorand
network: avoid panic on invalid fallback DNS resolver (#6654)
Git Commit e39e9805 Branch master Document 2/30 ++ 5 --
Regenerate code from specification file (#816)
Co-authored-by: Algorand Generation Bot <codegen@algorand.com>
Git Commit f3a5a5f8 Branch main Document 6/51 ++ 3 --
joe-p js-algorand-sdk
wip: specify 1024
Git Commit 22f02e32 Branch feat/pq Document 2/12 ++ 12 --
cusma go-algorand
Merge f04a326449bb47abab50fd0aee564798b85bf352 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
Git Commit 339100d5 Branch pull/6639/merge Document 55/6,155 ++ 1,601 --
cusma go-algorand
chore: adopt fee for usage
Git Commit f04a3264 Branch pull/6639/head Document 3/9 ++ 19 --
cusma go-algorand-sdk
Merge efc02b4b60c1474e857ca31bd1a9d04dd93b28af into bfbd438b6ed3e2fc1447effa5fcb5da701aa9dd4
Git Commit f6d4c730 Branch pull/815/merge Document 2/39 ++ 11 --
cusma go-algorand-sdk
chore: update PQScheme type
Git Commit efc02b4b Branch feat/pq-account Document 1/4 ++ 2 --
cusma go-algorand
Merge d2c40c328fd466942699016ad3ef197899fa467d into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
Git Commit 5a534e5d Branch pull/6639/merge Document 55/6,165 ++ 1,601 --
cusma go-algorand
chore: make generate
Git Commit d2c40c32 Branch pull/6639/head Document 6/1,505 ++ 1,501 --
cusma go-algorand
Merge remote-tracking branch 'upstream/master' into pq-account
# Conflicts:
#	daemon/algod/api/server/v2/generated/data/routes.go
#	daemon/algod/api/server/v2/generated/experimental/routes.go
#	daemon/algod/api/server/v2/generated/nonparticipating/private/routes.go
#	daemon/algod/api/server/v2/generated/nonparticipating/public/routes.go
#	daemon/algod/api/server/v2/generated/participating/private/routes.go
#	daemon/algod/api/server/v2/generated/participating/public/routes.go
Git Commit 61fc69c6 Branch pull/6639/head Document 25/1,843 ++ 2,023 --
wjbeau connect
Merge 9924d42750c1fee1c99b665febc57f9e8fb51522 into 7f79ac47303ab4678180f231f60d7dee29e2da0e
Git Commit fe796dc5 Branch pull/192/merge Document 38/5,389 ++ 6,729 --
wjbeau connect
Merge branch 'main' into beta-v1
Git Commit 9924d427 Branch beta-v1 Document No file changes
wjbeau connect
chore: consolidate to single @perawallet/connect package + tag-triggered release
Collapse the two-package / two-branch setup into one package published
from main, with releases triggered by git tags instead of branch pushes:

- package.json: rename @perawallet/connect-beta -> @perawallet/connect,
  set version 1.6.0-beta.0, update description
- replace the two branch-push workflows with one tag-triggered release.yml;
  a prerelease tag (vX.Y.Z-beta.N) publishes under the `beta` dist-tag,
  a clean tag (vX.Y.Z) under `latest`; a guard fails on tag/version drift
- CONTRIBUTING: document the single-main branch model and release procedure

Per docs/superpowers/specs/2026-06-29-release-consolidation-design.md.
GitHub Release step left commented pending action SHA pinning.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Git Commit 11faff1c Branch beta-v1 Document 4/47 ++ 54 --
wjbeau connect
fix: cast window for Buffer polyfill to satisfy TS build
The WalletConnect client lib swap (#191) dropped a transitive ambient
Window.Buffer type, breaking the release build (TS2339). Match the
existing (window as any) polyfill pattern used for global.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Git Commit f4148061 Branch beta-v1 Document 1/1 ++ 1 --
wjbeau connect
docs: add release & branching consolidation design spec
Design for collapsing the two-branch / two-package setup into a single
@perawallet/connect package on a single main branch, with tag-triggered
releases (beta prereleases -> beta dist-tag, stable -> latest).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Git Commit 7b295a3e Branch beta-v1 Document 1/195 ++ 0 --
nullun go-algorand
Merge ebca8e90cb9d19f2fa0259e38a0f6cb17c0e953a into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
Git Commit 3bf3ee59 Branch pull/6654/merge Document 2/30 ++ 5 --
nullun go-algorand
Merge af733d93c1f236e509e37b68de0dc8a4020f3865 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
Git Commit 3c7333a5 Branch pull/6652/merge Document 3/146 ++ 16 --
nullun go-algorand
tools/network: avoid panic on an unresolvable fallback DNS address
FallbackResolver resolved the configured FallbackDNSResolverAddress but only
logged failures at Debug and carried on with a nil *net.IPAddr: the non-secure
path then dereferenced it and panicked, while the secure path built a bogus
'<nil>:53' resolver. A node with a misconfigured fallback address could crash
during SRV bootstrap.

When the fallback address cannot be resolved, log a warning and fall back to
the default resolver, matching the system -> fallback -> default chain that
readFromSRV already relies on.
Git Commit ebca8e90 Branch pull/6654/head Document 2/30 ++ 5 --
nullun go-algorand
network/dnssec: name the EDNS0 UDP buffer size constant
Replace the bare 1232 literal in query() - and its duplicate assertion in
the test - with a documented package constant. 1232 is the DNS Flag Day 2020
value; naming it keeps the single source of truth and explains the choice at
the point of use.
Git Commit af733d93 Branch pull/6652/head Document 2/7 ++ 4 --
cusma go-algorand
chore: cr 2 by @jannotti
Git Commit 54b694ea Branch pull/6639/head Document 16/102 ++ 244 --
giuliop go-algorand
Merge 152e2997e7ef10183c9880915f97937b167b04fa into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
Git Commit dd285e98 Branch pull/6653/merge Document 3/195 ++ 19 --