Ecosystem metrics
- New Repos
- 15
- down 99.2%
- Commits
- 880
- down 3.7%
- Releases
- 3
- down 70.0%
- Contributors
- 49
- down 2.0%
- Merges
- 47
- up 51.6%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6668 commits in all time
May 29, 2026 22:40 – Aug 27, 2026 22:40 UTC
feat: implement post-quantum transaction detection and theme context provider for PQ-enabled accounts
193e10ed
main
4/70 ++ 34 --
feat: create ConnectButton component with multi-wallet support and account management UI
16f2cc3d
main
1/33 ++ 0 --
spike: allow modification of fv and lv
d33c95f4
spike/group_modifier
4/38 ++ 9 --
Merge pull request #657 from algorandfoundation/main
Nav and throughput fixes: main -> main-dist
4cb7c04a
main-dist
5/15 ++ 35 --
Merge 7276a8e301c92c6feb21e94c647ac7c780074148 into 137e52932bd16bcf04774e43901c79ad68891b7b
fe8a088c
pull/657/merge
5/15 ++ 35 --
Merge pull request #656 from algorandfoundation/docs/fix-block-size-param
7276a8e3
main
1/1 ++ 1 --
Merge 59cba6cba2031ec7cfeecd641d2254cb48d5b71c into 8284e3ff259d591042b2c10038ea9f8a19be6d46
17699c79
pull/6711/merge
4/621 ++ 38 --
Merge ce21ed4e9204d649fc70046e548884fbf7325efa into 9929271cd64f2d0256973943a683c9131823a1a8
f7310101
pull/656/merge
1/1 ++ 1 --
docs: correct block size limit to 5242880 bytes
7362a444
docs/fix-block-size-param
1/1 ++ 1 --
Merge 9f7df394a827988932c31f0c808ca843085da86a into 8284e3ff259d591042b2c10038ea9f8a19be6d46
c31c31ef
pull/6711/merge
4/608 ++ 38 --
by-value cache maps with verifiedTxnCtx entries
9f7df394
pull/6711/head
2/79 ++ 12 --
docs: drop the unreferenced explore gif and mp4
2 MB of media nothing links to. AGENTS.md says docs/ holds exactly the two canonical design documents; this restores that.
4bd06ea3
main
2/0 ++ 0 --
docs: the one upstream change post-quantum accounts need
Falcon keypairs work today and PQ signatures are live on chain (algod 5.0.0, v42). The address half is already solved -- algosdk 3.7.0 exports addressFromPQKey, verified byte-identical to a hand-rolled derivation of the spec. The gap is that keystore-node feeds a BIP39 seed straight into Falcon generateKey, skipping the PQK domain separation the SDK applies to a 25-word mnemonic, so the same words yield a different key. Records why deriving an address on top of today's key is a footgun rather than a shortcut, and what to ask the keystore team for.
018ad96a
main
1/32 ++ 0 --
skills(use-vibekit): PQ signatures are live, correct the claim
MainNet and TestNet both report algod 5.0.0 AVAIL, which carries v42. The previous note said networks reject post-quantum signatures until the upgrade lands -- wrong, and it was shipping inside the CLI binary. The remaining blocker is the keystore's key derivation, not the chain.
4034234a
main
2/4 ++ 3 --
skills(use-vibekit): warn against deriving a PQ address with algosdk
algosdk 3.7.0 already exports addressFromPQKey and returns a well-formed address for a keystore Falcon key -- verified identical to a hand-rolled derivation of the spec. It is a trap: the SDK derives the keypair from a 25-word mnemonic via pq25WordMnemonicToSeed (the PQK step), the keystore derives it from a BIP39 seed. Same words, different key, different address, and funds at that address would not be recoverable in any other wallet.
9e26c897
main
2/11 ++ 1 --
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into 8284e3ff259d591042b2c10038ea9f8a19be6d46
7f9cd35e
pull/6703/merge
49/2,826 ++ 950 --
Merge remote-tracking branch 'upstream/master' into f512-support
ffdc4ff5
f512-support
60/2,866 ++ 3,931 --
skills(use-vibekit): document key derivation, and that falcon is not an account
vibekit keystore passes everything through to the Foundation keystore, whose generate subcommands were undocumented -- so an agent asked for a post-quantum account reaches for 'generate falcon' and reports success. It mints a real Falcon-1024 keypair, but the keystore implements none of the account derivation in the Algorand PQ spec: no PQK seed step, no canonical-salt search, no PQA address. The key has no address, never appears in keystore accounts, and without the PQK step the same mnemonic yields a different keypair than a spec-compliant wallet. Post-quantum signatures also need the v42 consensus upgrade before any network accepts them. Also warns never to run 'generate seed' unannounced or echo the phrase.
390c1843
main
2/41 ++ 1 --
comment about seeds
Co-authored-by: Cosimo Bassi <65770425+cusma@users.noreply.github.com>
208da7a6
f512-support
1/2 ++ 1 --
Merge pull request #655 from algorandfoundation/docs/block-throughput
9929271c
main
2/6 ++ 4 --
apply interning for addresses and consensus version
78d7d2b8
pull/6711/head
2/97 ++ 10 --