10969 commits in all time Mar 31, 2026 13:00 – Jun 29, 2026 13:00 UTC
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 --
Merge d2413e7ed6209cb2ea9947ecf3f95836292c2f0b into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit 6f24bd8e Branch pull/171/merge Document 1/1 ++ 1 --
dependabot-github-actions(deps): bump actions/cache from 3 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit d2413e7e Branch dependabot/github_actions/main/actions/cache-6 Document 1/1 ++ 1 --
Merge f44e506be07f30717d1c52c27d04ea9f54297b09 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit b8e3e611 Branch pull/438/merge Document 2/5 ++ 5 --
chore(deps): pin dependencies
Git Commit f44e506b Branch renovate/pin-dependencies Document 2/5 ++ 5 --
Merge 522b96eac9012d06fed3a6e7259dc97369cbda13 into 242ba7f45169b563cb20ffd67f17776522c05a25
Git Commit 486e8ebc Branch pull/871/merge Document 1/1 ++ 1 --
build(deps-dev): update eslint requirement from ^10.5.0 to ^10.6.0
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.5.0...v10.6.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 522b96ea Branch dependabot/npm_and_yarn/eslint-tw-10.6.0 Document 1/1 ++ 1 --
Merge 7aecb77aa6730379d26cb69a8fd31c6024f9d0f1 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
Git Commit 3e8c54b4 Branch pull/6567/merge Document 16/1,627 ++ 22 --