9188 commits in all time Dec 30, 2025 10:01 – Mar 30, 2026 10:01 UTC
Merge d84e74548cfa90696a57853d3d1b2998acaccac6 into 60794e9c875a26bbb13c2cdc37bf4033683d2b9b
Git Commit 9c3e97f9 Branch pull/36/merge Document 2/9 ++ 9 --
Merge d4bea7175686d7093d2f83e557fb0dee4f08edbc into aaca7f9a3e34fdf52544e14daba442695789e21f
Git Commit a49de011 Branch pull/62/merge Document 72/6,370 ++ 1,782 --
achidlow puya
chore: compile all
Git Commit 5590068b Branch gvn Document 97/2,710 ++ 2,640 --
achidlow puya
- use ValueProviderVisitor in GVN to ensure exhaustiveness
- add ArrayPop & ArrayConcat handling to GVN
Git Commit c1ea046f Branch gvn Document 1/194 ++ 82 --
achidlow puya
extract ValueProviderVisitor from IRVisitor
Git Commit 96c816e6 Branch gvn Document 2/59 ++ 53 --
achidlow puya
add docstrings to some higher level IR models
Git Commit 343780e1 Branch gvn Document 1/10 ++ 0 --
chore: refresh test artifacts to use puya main branch
Git Commit d4bea717 Branch global-local-map-support Document 57/4,757 ++ 1,718 --
docs: add GlobalMap and LocalMap to state-management guide
Git Commit f62dbc45 Branch global-local-map-support Document 2/79 ++ 0 --
filipetamota pera-ios
[iOS] Remove Exchange Fee from Swap UI (#309)
* hide exchange fee info

* update quote endpoint. parse pera fee asset and use it to format pera fee value
Git Commit cffefee6 Branch main Document 4/36 ++ 20 --
Merge 3f7cfeaa160c5928f1ac6c689aca1025cabc264d into aaca7f9a3e34fdf52544e14daba442695789e21f
Git Commit ccd2b343 Branch pull/62/merge Document 15/1,613 ++ 64 --
docs: add GlobalMap and LocalMap to state-management guide
Git Commit 3f7cfeaa Branch global-local-map-support Document 2/79 ++ 0 --
filipetamota pera-ios
Merge 966ced2465ba8880734f0c56286f2370efe7d7c2 into b63b3bcc7486c10c185a286c0ccade991fb8e8cd
Git Commit c1b7b29f Branch pull/309/merge Document 4/36 ++ 20 --
Merge c0e9dd7e0da541acd64e13fbfacb84bfffed80e2 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit 21465b4b Branch pull/144/merge Document 1/1 ++ 1 --
npm: bump eslint from 9.39.4 to 10.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit c0e9dd7e Branch dependabot/npm_and_yarn/main/eslint-10.1.0 Document 1/1 ++ 1 --
Merge 3732fd05cb7d09537f79169b520c32794123d869 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit ac23f94a Branch pull/143/merge Document 1/1 ++ 1 --
npm: bump solhint from 5.2.0 to 6.1.0
Bumps [solhint](https://github.com/protofire/solhint) from 5.2.0 to 6.1.0.
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/protofire/solhint/compare/v5.2.0...v6.1.0)

---
updated-dependencies:
- dependency-name: solhint
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 3732fd05 Branch dependabot/npm_and_yarn/main/solhint-6.1.0 Document 1/1 ++ 1 --
Merge 974f953d5aebcd05f7d62815042fba97e5d27043 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit 55a693d8 Branch pull/142/merge Document 1/1 ++ 1 --
npm: bump hardhat from 2.28.6 to 3.2.0
Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) from 2.28.6 to 3.2.0.
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.2.0/v-next/hardhat)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 974f953d Branch dependabot/npm_and_yarn/main/hardhat-3.2.0 Document 1/1 ++ 1 --
achidlow puya
fix nasty potential bug with static index and VN collisions in extrac/replace ops
Git Commit 6c1bf5de Branch gvn Document 1/18 ++ 5 --
achidlow puya
refactoring: VN -> register and Value -> VN mappings don't need scoping
Git Commit b2fbcf6c Branch gvn Document 1/15 ++ 19 --