9103 commits in all time Dec 29, 2025 19:44 – Mar 29, 2026 19:44 UTC
Merge bd7d210631a790a009765f4ee5a3fee2ea07e354 into 03cffddd86c4c71ba45abec3d3ba0e3f17b62c01
Git Commit f8be1490 Branch pull/346/merge Document 1/1 ++ 1 --
Merge 66bce9857e342c54251e972da0575782cf67fac1 into d0ff3b68eb6cfb3641b16ac9b7fcd14733c8349d
Git Commit 8ca833f4 Branch pull/579/merge Document 2/115 ++ 7 --
chore(deps-dev): bump happy-dom from 20.0.10 to 20.8.9
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.10 to 20.8.9.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v20.0.10...v20.8.9)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.8.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 66bce985 Branch dependabot/npm_and_yarn/happy-dom-20.8.9 Document 2/115 ++ 7 --
jannotti go-algorand
Merge 6cf79dba20149ab81f8943b8cc11e16fab404db4 into 094ea6b25e84f0b8b66af847a54d4892b261aa5c
Git Commit d8094dea Branch pull/6588/merge Document 10/555 ++ 87 --
jannotti go-algorand
Check the dbround has not changed in later db calls
@gmalouf rightly pointed out that when we went back to fill in
"params" for a resource that was mentioned in the deltas, we needed a
lock to walk those deltas. And the problem was even worse. The
functions being used would obtain the lock while walking the deltas,
then drop it when they had to use the db.  Internally, they checked to
ensure the dbround did not change while they ran, but here the
_caller_ has already obtained a dbround that must not change.

So now we call the db functions directly (we don't need to walk the
deltas, because the entire reason we need to call these functions is
because the item was not in the deltas).  Since we are calling the db
directly, we can compare the dbround obtained with the one we were
operating with, and retyr if needed.
Git Commit 6cf79dba Branch pull/6588/head Document 1/30 ++ 8 --
joe-p algokit-utils-py
Merge cee03532955d36bd21402450038b29db990a9a88 into 3c8f3b90034b0de1ae7c585ebe0b7f91631c70b3
Git Commit 08a44813 Branch pull/266/merge Document 12/2,302 ++ 1,171 --
cce go-algorand
Merge 75daeeddeda3668190a5d84cae39c46fe1c01954 into 094ea6b25e84f0b8b66af847a54d4892b261aa5c
Git Commit 584ef5f2 Branch pull/4976/merge Document 6/47 ++ 24 --
Merge cdffb257f4eba6ea6d09a871ea428b17bfc8f4a4 into 9bc334a8819e21a61e5717e04c07dec184a7c579
Git Commit e996627a Branch pull/81/merge Document 2/3 ++ 3 --
chore(deps): update dependency conventional-changelog-conventionalcommits to v9
Git Commit cdffb257 Branch renovate/conventional-changelog-conventionalcommits-9.x Document 2/3 ++ 3 --
Merge 5f63d785bcb2688ce08c3f8c245d130881bd8183 into 03cffddd86c4c71ba45abec3d3ba0e3f17b62c01
Git Commit 0aae39b2 Branch pull/330/merge Document 1/1 ++ 1 --
Merge 05daef6a4f2b1f6bf4b09245e28a6dad7a155395 into 60794e9c875a26bbb13c2cdc37bf4033683d2b9b
Git Commit bab737a1 Branch pull/20/merge Document 3/269 ++ 1 --
Merge 19543190041391a7556633ad856675ec610c4fed into ee41700b0cb48311684b846c47028fff894f5218
Git Commit ef20f68d Branch pull/357/merge Document 4/235 ++ 150 --
Merge 1eeb0bfbc437cbadc46f0d38175f96c744e7d85b into 60794e9c875a26bbb13c2cdc37bf4033683d2b9b
Git Commit 2df24b57 Branch pull/26/merge Document 3/293 ++ 1 --
Merge 8c2455a177fa3d57341e0220d883cde172d9b6f7 into 60794e9c875a26bbb13c2cdc37bf4033683d2b9b
Git Commit 61f7cd71 Branch pull/33/merge Document 3/137 ++ 0 --
Merge 3898abb1a322161b9eef3b939f9a85617b64993b into 60794e9c875a26bbb13c2cdc37bf4033683d2b9b
Git Commit dddc221b Branch pull/24/merge Document 3/257 ++ 0 --
Merge 09c316399cdb1e5eabe9bb70b92c8903e5c820b9 into 094ea6b25e84f0b8b66af847a54d4892b261aa5c
Git Commit 65e60306 Branch pull/5341/merge Document 2/77 ++ 0 --
Merge de292d3c646151e29eba10b27c53dbcedae761c7 into ee41700b0cb48311684b846c47028fff894f5218
Git Commit f83f2644 Branch pull/358/merge Document 4/235 ++ 150 --
Merge 0e2af4d46c755a8581b55eecbf4829660d470839 into 5d41a0ffb3bc4ebad27b9b4edda321cbe8f244c2
Git Commit 655bf50c Branch pull/162/merge Document 1/3 ++ 3 --
Bump brace-expansion from 1.1.12 to 1.1.13
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 0e2af4d4 Branch dependabot/npm_and_yarn/brace-expansion-1.1.13 Document 1/3 ++ 3 --