Ecosystem metrics

New Repos
29
New
Commits
741
down 10.0%
Releases
3
down 25.0%
Contributors
49
down 15.5%
Merges
31
up 29.2%

Repository Explorer

11089 commits in all time May 05, 2026 23:27 – Aug 03, 2026 23:27 UTC
Merge 6345d67cdfb7f1b9e3d18767f5b288be1332761e into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit ab706ff7 Branch pull/17/merge Document 4/3,363 ++ 1,954 --
fix(deps): update all non-major dependencies
Git Commit 6345d67c Branch renovate/all-minor-patch Document 4/3,363 ++ 1,954 --
iglosiggio go-algorand
Merge 879a42f41dba8c6af174e70917f8e433a3d99f77 into 88fe542f3a2b6cbe898497cd3321f7bd20a7429b
Git Commit 829f53e3 Branch pull/6617/merge Document 15/39,467 ++ 2,069 --
iglosiggio go-algorand
chore: Remove unused DocCost implementation
Git Commit 879a42f4 Branch pull/6617/head Document 1/0 ++ 5 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@c35165810858fc16e02c0f70d9b824b8df87e8fc 🚀
Git Commit 1c62c553 Branch gh-pages Document 9/16 ++ 16 --
feat: add arc76 account derivation packages for Bitcoin, Bitcoin Cash, Ethereum, and Solana
- Introduced `arc76-bitcoin` for deterministic account derivation for Bitcoin (native SegWit / bech32 addresses).
- Introduced `arc76-bitcoincash` for deterministic account derivation for Bitcoin Cash (CashAddr addresses).
- Introduced `arc76-ethereum` for deterministic account derivation for Ethereum and EVM-compatible chains.
- Introduced `arc76-solana` for deterministic account derivation for Solana.
- Added shared `arc76-core` package for PBKDF2-HMAC-SHA256 seed derivation used by all chain-specific packages.
- Implemented tests for each package to ensure cross-language compatibility with known-answer values.
- Updated README files for each package with usage instructions and security warnings.
Git Commit aa8378e8 Branch master Document 39/1,693 ++ 66 --
scholtz-aures wallet
fix: sort assets by assetId to ensure older assets are listed first
Git Commit c3516581 Branch master Document 1/2 ++ 0 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@323a366e01ed25c8eff87907fc77dace97115227 🚀
Git Commit dbd04129 Branch gh-pages Document 9/58 ++ 58 --
scholtz-aures wallet
feat: implement splitHopsIntoPaths function to organize route hops into legs
Git Commit 323a366e Branch master Document 1/38 ++ 1 --
feat: add back camera as feed and set viewer/creator addresses for creator debug screen (#379)
Git Commit da0a0f56 Branch main Document 17/1,084 ++ 1,168 --
scholtz-aures wallet
refactor: simplify account information reload logic in useSwap
Git Commit 60384f4b Branch master Document 1/6 ++ 9 --
feat: update AI integration guides and README files to clarify keypair sharing risks across same-curve chains
Git Commit c0ed1fd0 Branch master Document 10/382 ++ 26 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@08bd49ef1048804d4171c475c4eb5ee46b0040d0 🚀
Git Commit 2a4b3ec3 Branch gh-pages Document 9/16 ++ 16 --
cce sortition
Merge 51b5c443e4ec1034552d2c7c547f786d75f11c1a into d1d6e8e43bee1e5671eb7f0eeb3c3929fd8df2b2
Git Commit 2ff726f0 Branch pull/10/merge Document 8/283 ++ 99 --
scholtz-aures wallet
Merge pull request #166 from scholtz/fix/combine-route-response-merge-hops
fix: merge hops across all legs in combined route response
Git Commit 08bd49ef Branch master Document 1/8 ++ 3 --
scholtz-aures wallet
fix: merge hops across all legs in combined route response
combineRouteResponse() correctly summed outputAmount/totalNetworkFeeMicroAlgos
and concatenated txsToSign across every leg of a v2 combined split, but only
spread routes[0]?.route for everything else - so the displayed hops array
silently reflected just the first leg. A multi-leg swap could show e.g. 16
transactions to sign but only 2 hops, since the other legs' hops were dropped
even though their transactions were included and their output was counted.

Root-caused and verified against BiatecRouter's own snapshot test
infrastructure (RouterServiceMultiLegHopsTests) - the router's API response
was already complete per-leg, confirming the gap was purely in this display
merge.
Git Commit c2e3b07b Branch master Document 1/8 ++ 3 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@a8280cde3b8339c886c4a0ebce86750f85b4d485 🚀
Git Commit 355d4c79 Branch gh-pages Document 9/88 ++ 84 --
scholtz-aures wallet
feat: Implement ARC-60 data signing functionality
- Added support for ARC-60 (Algorand Wallet Arbitrary Signing API) to enable signing of arbitrary data requests.
- Introduced new components and Vuex store actions to handle signData requests and signatures.
- Updated localization files to include new ARC-60 related strings in multiple languages.
- Enhanced the Connect page to display and manage signData requests alongside existing WalletConnect requests.
- Implemented domain validation for authenticator data to ensure security during signing operations.
Git Commit a8280cde Branch master Document 18/870 ++ 89 --
scholtz-aures wallet
fix: merge hops across all legs in combined route response
combineRouteResponse() correctly summed outputAmount/totalNetworkFeeMicroAlgos
and concatenated txsToSign across every leg of a v2 combined split, but only
spread routes[0]?.route for everything else - so the displayed hops array
silently reflected just the first leg. A multi-leg swap could show e.g. 16
transactions to sign but only 2 hops, since the other legs' hops were dropped
even though their transactions were included and their output was counted.

Root-caused and verified against BiatecRouter's own snapshot test
infrastructure (RouterServiceMultiLegHopsTests) - the router's API response
was already complete per-leg, confirming the gap was purely in this display
merge.
Git Commit ea4a2c3a Branch fix/biatec-routes-count-combined-splitting Document 1/8 ++ 3 --
cce sortition
tests: strengthen frozen-boundary promotion coverage
Git Commit 51b5c443 Branch sortition-update-freeze Document 6/98 ++ 20 --
Merge 137105af551c6d08e1ee5f2d7ad9771778675e4b into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
Git Commit 87842220 Branch pull/66/merge Document 10/1,149 ++ 1,264 --