Ecosystem metrics
- New Repos
- 25
- New
- Commits
- 631
- down 28.3%
- Releases
- 2
- down 71.4%
- Contributors
- 49
- down 3.9%
- Merges
- 21
- down 30.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
11132 commits in all time
May 02, 2026 17:42 – Jul 31, 2026 17:42 UTC
Merge 404ea956f32c9c05ec3bdb5745456e9215238191 into 564e5164780b79ae9404e80ca411ff99814b74ca
0631f52a
pull/596/merge
3/63 ++ 6 --
feat: expose simulate group usage and fees paid
404ea956
feat/v42
1/14 ++ 1 --
feat: allow schema and program page changes on application update
50982cd4
feat/v42
3/49 ++ 5 --
Merge 5ae4172500ef34753b1e611c1a4b25f1dcec74c7 into 0f7e6123bd921221f16d50ab54b3125810ad8b54
52965d16
pull/28/merge
137/17,395 ++ 4,273 --
wip: configurable biometrics, standard ed25519 path
5ae41725
feat/subtle-shim
27/2,218 ++ 180 --
CI: Add nightly workflow running e2e against unpinned test data (#200)
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.
1ea309c7
master
1/79 ++ 0 --
Merge 558132cced4aff0b51ec8361282b2849fd58dfc0 into 2b779fd6c4c3f1e46450c46457bfafadc2b1937b
e382cf1f
pull/825/merge
15/782 ++ 37 --
Merge pull request #829 from jannotti/pqsig-support
Pqsig support
558132cc
pqsig-support
3/101 ++ 0 --
Merge 1c111bfc76980424b7e7a42dcafd035688e6b2c2 into b499e1e2c9b7b2fb0efae4e76c450d9aaf4da352
3b052c6e
pull/1115/merge
10/410 ++ 32 --
Commit from GitHub Actions (Community Interest Tracker)
5be932af
main
1/1 ++ 0 --
feat: global schema and extra pages on update
1c111bfc
feat/v42
3/104 ++ 15 --
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 --