Ecosystem metrics
- New Repos
- 25
- New
- Commits
- 666
- down 21.4%
- Releases
- 2
- down 71.4%
- Contributors
- 50
- down 2.0%
- Merges
- 21
- down 25.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
11117 commits in all time
May 02, 2026 13:21 – Jul 31, 2026 13:21 UTC
Merge 2023fb310b749f911a7b3eea2396c2a22ed9ba0d into 1c722ffa72855faafa549f03e243ddf4a42cb0ce
54476791
pull/829/merge
3/101 ++ 0 --
Merge remote-tracking branch 'upstream/main' into pqsig-support
I retained your changes to .test-env and my recent changes. They might be trying to solve the same problem though, and maybe you can remove yours now. My changes make it so that the indexer and conduit built during CI tests use the SDK with the changes made in the PR under test. The previous situation was horrible - you would make changes to the SDK, but those changes were not used by the indexer/conduit that were built while testing your changes! That might be what you were dealing with too.
2023fb31
pull/829/head
3/101 ++ 0 --
CI: Add nightly workflow running e2e against unpinned test data
The PR workflow pins CI_E2E_FILENAME to a commit hash, so its block data is frozen and cannot surface encoding changes in go-algorand. New block or transaction fields are fatal rather than ignorable, because the SDK decodes with ErrorIfNoField set, so an unknown map key aborts block import. The unit tests cannot catch it either: they encode and decode with the same SDK structs, which round-trips regardless of what algod puts on the wire.
312c3b3e
pull/200/head
1/79 ++ 0 --
Merge branch 'feat/frac-user-delegation' into worktree-frac-design-import
Conflicts in the election ready-check and results mapping resolved by keeping this branch's wording (veto, terms.items) alongside the incoming branch's logic (trim-based candidate-name fallback, allBodiesPresent gate). assignmentWarnings stays a named binding: the page-level Callout in ManagePeriodDetail reads it.
8bf73e2c
worktree-frac-design-import
12/61 ++ 168 --