Ecosystem metrics
- New Repos
- 30
- New
- Commits
- 731
- down 11.7%
- Releases
- 4
- up 0.0%
- Contributors
- 48
- down 15.8%
- Merges
- 31
- up 29.2%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
11086 commits in all time
May 06, 2026 01:28 – Aug 04, 2026 01:28 UTC
Merge ee041d363e5b6076524a45226e12c8b60237cb6c into 40a57d59e32cee150af4e0a9fbf1327939f04a98
f075310e
pull/1118/merge
1/9 ++ 23 --
Bump ip-address and socks
Bumps [ip-address](https://github.com/beaugunderson/ip-address) and [socks](https://github.com/JoshGlazebrook/socks). These dependencies needed to be updated together. Updates `ip-address` from 9.0.5 to 10.4.0 - [Release notes](https://github.com/beaugunderson/ip-address/releases) - [Commits](https://github.com/beaugunderson/ip-address/compare/v9.0.5...v10.4.0) Updates `socks` from 2.8.1 to 2.8.9 - [Release notes](https://github.com/JoshGlazebrook/socks/releases) - [Commits](https://github.com/JoshGlazebrook/socks/compare/2.8.1...2.8.9) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.4.0 dependency-type: indirect - dependency-name: socks dependency-version: 2.8.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ee041d36
dependabot/npm_and_yarn/multi-d126137448
1/9 ++ 23 --
Merge 6345d67cdfb7f1b9e3d18767f5b288be1332761e into 361d3066ffaca4241991cc6563403417bf562ecf
ab706ff7
pull/17/merge
4/3,363 ++ 1,954 --
fix(deps): update all non-major dependencies
6345d67c
renovate/all-minor-patch
4/3,363 ++ 1,954 --
Merge 879a42f41dba8c6af174e70917f8e433a3d99f77 into 88fe542f3a2b6cbe898497cd3321f7bd20a7429b
829f53e3
pull/6617/merge
15/39,467 ++ 2,069 --
chore: Remove unused DocCost implementation
879a42f4
pull/6617/head
1/0 ++ 5 --
Deploying to gh-pages from @ scholtz/wallet@c35165810858fc16e02c0f70d9b824b8df87e8fc 🚀
1c62c553
gh-pages
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.
aa8378e8
master
39/1,693 ++ 66 --
fix: sort assets by assetId to ensure older assets are listed first
c3516581
master
1/2 ++ 0 --
Deploying to gh-pages from @ scholtz/wallet@323a366e01ed25c8eff87907fc77dace97115227 🚀
dbd04129
gh-pages
9/58 ++ 58 --
fix: update publish workflows to ensure dependent packages are republished when core changes
dabf5ed3
master
3/43 ++ 28 --
feat: implement splitHopsIntoPaths function to organize route hops into legs
323a366e
master
1/38 ++ 1 --
feat: add back camera as feed and set viewer/creator addresses for creator debug screen (#379)
da0a0f56
main
17/1,084 ++ 1,168 --
refactor: simplify account information reload logic in useSwap
60384f4b
master
1/6 ++ 9 --
feat: update AI integration guides and README files to clarify keypair sharing risks across same-curve chains
c0ed1fd0
master
10/382 ++ 26 --
Deploying to gh-pages from @ scholtz/wallet@08bd49ef1048804d4171c475c4eb5ee46b0040d0 🚀
2a4b3ec3
gh-pages
9/16 ++ 16 --
Merge pull request #166 from scholtz/fix/combine-route-response-merge-hops
fix: merge hops across all legs in combined route response
08bd49ef
master
1/8 ++ 3 --
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.
c2e3b07b
master
1/8 ++ 3 --
feat: add auditor section to security audit report template for clarity on report origin
54de90f7
master
1/7 ++ 0 --