Latest Repo Discovered
bid-optimization
CSS
·
No license
Top Contributor of the Month
10970 commits in all time
Mar 31, 2026 13:57 – Jun 29, 2026 13:57 UTC
network: avoid panic on invalid fallback DNS resolver (#6654)
e39e9805
master
2/30 ++ 5 --
Regenerate code from specification file (#816)
Co-authored-by: Algorand Generation Bot <codegen@algorand.com>
f3a5a5f8
main
6/51 ++ 3 --
Merge f04a326449bb47abab50fd0aee564798b85bf352 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
339100d5
pull/6639/merge
55/6,155 ++ 1,601 --
Merge efc02b4b60c1474e857ca31bd1a9d04dd93b28af into bfbd438b6ed3e2fc1447effa5fcb5da701aa9dd4
f6d4c730
pull/815/merge
2/39 ++ 11 --
Merge d2c40c328fd466942699016ad3ef197899fa467d into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
5a534e5d
pull/6639/merge
55/6,165 ++ 1,601 --
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
61fc69c6
pull/6639/head
25/1,843 ++ 2,023 --
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>
11faff1c
beta-v1
4/47 ++ 54 --
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>
f4148061
beta-v1
1/1 ++ 1 --
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>
7b295a3e
beta-v1
1/195 ++ 0 --
Merge ebca8e90cb9d19f2fa0259e38a0f6cb17c0e953a into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
3bf3ee59
pull/6654/merge
2/30 ++ 5 --
Merge af733d93c1f236e509e37b68de0dc8a4020f3865 into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
3c7333a5
pull/6652/merge
3/146 ++ 16 --
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.
ebca8e90
pull/6654/head
2/30 ++ 5 --
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.
af733d93
pull/6652/head
2/7 ++ 4 --
Merge 152e2997e7ef10183c9880915f97937b167b04fa into 990a9b2dfa36882d448cd0a2ebed49af0986ca4a
dd285e98
pull/6653/merge
3/195 ++ 19 --
Merge d2413e7ed6209cb2ea9947ecf3f95836292c2f0b into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
6f24bd8e
pull/171/merge
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>
d2413e7e
dependabot/github_actions/main/actions/cache-6
1/1 ++ 1 --
Merge f44e506be07f30717d1c52c27d04ea9f54297b09 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
b8e3e611
pull/438/merge
2/5 ++ 5 --
chore(deps): pin dependencies
f44e506b
renovate/pin-dependencies
2/5 ++ 5 --