Ecosystem metrics

New Repos
8
down 68.0%
Commits
804
up 28.2%
Releases
9
up 350.0%
Contributors
52
up 4.0%
Merges
18
down 10.0%

Repository Explorer

10763 commits in all time May 09, 2026 15:28 – Aug 07, 2026 15:28 UTC
cce go-algorand
Merge f9ff66b7755f2a123c056e77beff9b9191567e00 into 22949aba207988c3cb9e248b0b413b33ce9e8115
Git Commit c96507c7 Branch pull/6701/merge Document 2/17 ++ 1 --
nullun go-algorand
Merge a41aa413296f6974bca2da0d8bd7d20ddfad62f4 into 22949aba207988c3cb9e248b0b413b33ce9e8115
Git Commit 0d852526 Branch pull/6690/merge Document 38/2,528 ++ 3,925 --
cce go-algorand
tests: fix flaky race in TestWebsocketProxyWsNet
The test waited for netB's outbound peer count to reach 1, then immediately asserted netA's inbound count with no retry. Those two registrations are not ordered with respect to each other: WebsocketNetwork.ServeHTTP writes the 101 response in upgrader.Upgrade() and only calls addPeer() after building the peer and running peer.init(), while netB registers its outbound peer as soon as its dial returns from reading that 101.

Extend the existing Eventually to cover netA's inbound peer as well, so the following exact count assertions run once both ends have registered. Reproducible before the change by sleeping between peer.init() and addPeer() in wsNetwork.go.
Git Commit f9ff66b7 Branch pull/6701/head Document 1/6 ++ 1 --
Argimirodelpozo puya
Merge b446a6c5904dcead3f273da870c618547ded204b into 42c961709f0bd03541a3cb09373a375186408214
Git Commit c90a5868 Branch pull/744/merge Document 300/21,427 ++ 196 --
nullun go-algorand
Merge ffd0657c6c8db9e612ca713966b2393bcb2d03c5 into 22949aba207988c3cb9e248b0b413b33ce9e8115
Git Commit 51a0fb4e Branch pull/6690/merge Document 38/2,518 ++ 3,923 --
github go-algorand
add Go Benchmark (go) benchmark result for 22949aba207988c3cb9e248b0b413b33ce9e8115
Git Commit 2b6e5a7f Branch gh-pages Document 1/445 ++ 1 --
algorandskiy go-algorand
network: remove GetNetworkType from wsPeer (#6699)
Git Commit 22949aba Branch master Document 5/3 ++ 10 --
SashaMIT go-algorand
Merge b8dbad1ce7247edd6932c640ce527d3c5f9d83c9 into 8be13b9a28763ec756845e9b34035e5655be3baa
Git Commit a410d708 Branch pull/6694/merge Document 2/12 ++ 6 --
cce go-algorand
ci: finish input hardening in ci-nightly.yml
Use the runner-provided GITHUB_REF/GITHUB_REF_NAME defaults in the Upload Binaries step instead of interpolating github.ref / github.ref_name into the shell script. Git ref names may contain quotes, backticks, semicolons and pipes, so the interpolated form was the same command-injection class this branch already fixed for CI_E2E_FILENAME.

Also strip CR/LF from the branch name before writing CI_E2E_FILENAME to $GITHUB_ENV. workflow_dispatch inputs are free-form, and an embedded newline would append extra entries to the env file that later steps in the job would inherit. Quote $GITHUB_ENV while there.

No behavior change: rel/nightly still sets NIGHTLY_BUILD, TRAVIS_BRANCH still gets the short ref name, and CI_E2E_FILENAME still maps '/' to '-'.
Git Commit b8dbad1c Branch pull/6694/head Document 1/7 ++ 4 --
cce go-algorand
Merge dc4c305f128ccfc6ac6de265c4c953f322cfc334 into 8be13b9a28763ec756845e9b34035e5655be3baa
Git Commit c1b3caa4 Branch pull/6701/merge Document 1/11 ++ 0 --
cce go-algorand
tests: fix flaky race failure in TestAppEmptyBox
Git Commit dc4c305f Branch pull/6701/head Document 1/11 ++ 0 --
Merge d6c6c2ff0ee1aec9df0d6f54927efae7546b0db3 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
Git Commit 8cca598f Branch pull/66/merge Document 10/1,149 ++ 1,264 --
chore(deps): Update all non-major dependencies
Git Commit d6c6c2ff Branch renovate/all-non-major-dependencies Document 10/1,149 ++ 1,264 --
algorandskiy go-algorand
Merge 28a1f47233d8e670e37f31cf16fb9a76a3105079 into 8be13b9a28763ec756845e9b34035e5655be3baa
Git Commit ab895c4f Branch pull/6699/merge Document 5/3 ++ 10 --
Merge 94c4397b04a22b3514ae8db6e4b1413f3a7b557f into 5fedc0fbbdc30073db774f16a5cca46dc735c1ca
Git Commit 7b812999 Branch pull/326/merge Document 6/694 ++ 159 --
docs: remove common tx params
Git Commit 94c4397b Branch feat/docs-transactions Document 1/0 ++ 12 --
Merge a11448bcb130486cb956b398850aae9800a40168 into 0ec234eccd98e0ea2009a837e2358ce4b91a0521
Git Commit 189e1ba9 Branch pull/597/merge Document 3/373 ++ 26 --
docs: remove common send params
Git Commit a11448bc Branch feat/docs-transactions Document 1/0 ++ 12 --
docs: add transactions concepts page
Git Commit 21fbbe7f Branch feat/docs-transactions Document 3/385 ++ 26 --
Merge a67e551cdf94a0750444c08cafd22713a053b45a into 5fedc0fbbdc30073db774f16a5cca46dc735c1ca
Git Commit 68b4b064 Branch pull/326/merge Document 6/706 ++ 159 --
docs: absorbed and deleted transaction management page
Git Commit a67e551c Branch feat/docs-transactions Document 5/51 ++ 160 --
Merge 7679dd91ba44b5cb2ccc0515b9b24d18af7d4294 into 0e26b4b274a282ae273b68b29140379d39803971
Git Commit ca6ec050 Branch pull/605/merge Document 2/74 ++ 14 --
chore(deps): bump @remix-run/router and react-router-dom
Bumps [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) to 1.23.3 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together.


Updates `@remix-run/router` from 1.23.2 to 1.23.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.3/packages/router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.3/packages/router)

Updates `react-router-dom` from 6.30.3 to 6.30.4
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.30.4/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.4/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@remix-run/router"
  dependency-version: 1.23.3
  dependency-type: indirect
- dependency-name: react-router-dom
  dependency-version: 6.30.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 7679dd91 Branch dependabot/npm_and_yarn/multi-7958ac4c45 Document 2/74 ++ 14 --