11459 commits in all time Mar 22, 2026 15:45 – Jun 20, 2026 15:45 UTC
Merge 0044da8aa85e8b17b29f7a28fafd4e0c11f2f6cb into a58b2c00341646501399c3d89dc5443962ef41db
Git Commit 6117246d Branch pull/160/merge Document 1/4 ++ 11 --
Merge 2751b4b22ea4e89cfaeaf5003c2ff4afa0ecd1b0 into b1b0a3e7d26ad41ab2942e1335645223affa028a
Git Commit bc9c39c6 Branch pull/13/merge Document 4/64 ++ 115 --
otechmo asa-list
Merge aaf31e795779559f4bee15f08ab51484b0ee11b9 into 8436f365a1123aef9a1e2ef13b179ea1e38386a2
Git Commit e4e0c4ad Branch pull/914/merge Document 2/17 ++ 0 --
otechmo asa-list
Add LEMA asset icon
Git Commit aaf31e79 Branch pull/914/head Document 2/17 ++ 0 --
dependabot[bot] d-asa
Merge 05bd1f31b1eab672928a21770a34eef618fb92e4 into c138921bdc81ac772fea570d0f286575b27a0b45
Git Commit 544d48a3 Branch pull/166/merge Document 2/8 ++ 8 --
dependabot[bot] d-asa
chore(deps-dev): bump jupyterlab from 4.5.7 to 4.5.9
---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-version: 4.5.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 05bd1f31 Branch dependabot/pip/jupyterlab-4.5.9 Document 2/8 ++ 8 --
dependabot[bot] d-asa
Merge 377523f4fd49993879395f8cf2096a834b81a6e8 into c138921bdc81ac772fea570d0f286575b27a0b45
Git Commit 3574a92b Branch pull/165/merge Document 1/70 ++ 66 --
dependabot[bot] d-asa
chore(deps): bump msgpack from 1.1.2 to 1.2.1
Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/msgpack/msgpack-python/releases)
- [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/msgpack/msgpack-python/compare/v1.1.2...v1.2.1)

---
updated-dependencies:
- dependency-name: msgpack
  dependency-version: 1.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 377523f4 Branch dependabot/pip/msgpack-1.2.1 Document 1/70 ++ 66 --
renovate[bot] use-wallet
Merge 5f0a096cd874c929c1c311a73578939505c7e8d2 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit d1c565d9 Branch pull/421/merge Document 15/2,842 ++ 1,783 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit 5f0a096c Branch renovate/non-major-dependencies Document 15/2,842 ++ 1,783 --
dependabot[bot] devportal
Merge 76010b572483f3eacc1b453c97a772f9908f7ac6 into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit c7ce54e4 Branch pull/543/merge Document 2/14 ++ 59 --
dependabot[bot] devportal
Merge cf81e6bd85f5d43d1ea053c0a5ab1c8354998713 into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit 8c05ae8c Branch pull/565/merge Document 2/253 ++ 298 --
dependabot[bot] devportal
Merge 596f1d2a7802c64efb35579ea60d9ff50ebf0b24 into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit f8eb33b5 Branch pull/581/merge Document 2/763 ++ 366 --
dependabot[bot] devportal
Merge 97f4f981fa0bb5bd2d8018cf35ef8aea7a502dc2 into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit ed965b42 Branch pull/582/merge Document 2/1,066 ++ 1,087 --
dependabot[bot] devportal
Merge 2beaa632d45fb3e3745b31805658c42dcd460fc6 into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit 0c788efc Branch pull/583/merge Document 3/5 ++ 5 --
dependabot[bot] devportal
Merge f560d51487edbfbf248f5ab24cf5a0294f760ad5 into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit f8916622 Branch pull/585/merge Document 2/137 ++ 182 --
dependabot[bot] devportal
Merge 4db11e413eadb0ee77748dbf9ce2502899146f4d into a716540d831618c0511a6d4cf94e4cbbc872aeab
Git Commit 5ee760be Branch pull/597/merge Document 2/254 ++ 165 --
LoafPickleWW wen-tools
feat: implement API endpoint to fetch and parse active agents from Algorand registry contract
Git Commit 9239a048 Branch main Document 1/3 ++ 3 --
manuelmauro algonaut
Merge 15371747899c2fc95752c4b25ed09f46ce72a083 into 4144110e83b9afe1570a9e602f4a520dc997c6b7
Git Commit 677e24ac Branch pull/369/merge Document 58/3,680 ++ 41 --
manuelmauro algonaut
fix(nft): address CodeRabbit review comments
Crate:
- arc89: validate metadata size at the decode() boundary (reject > MAX_METADATA_SIZE);
  normalize the short-metadata identifier bit in compute_hash/set_hash so the
  hash always reflects the body size per ARC-89; expand the method-constant set
  to the full registry interface.
- asa: NftMint::fractional now validates decimals in 1..=19 (returns
  InvalidFractionalDecimals) — fixes the 10u64.pow overflow and the decimals=0
  inconsistency with is_fractional_nft.
- url: encapsulate Cid (private fields + v0/v1 constructors + accessors) so an
  invalid CIDv0 codec state is unrepresentable; return UnsupportedCid (not
  MalformedCid) for unsupported v1 multicodecs.
- royalty: clamp royalty_basis to MAX_BASIS_POINTS (10000) in royalty_for to
  prevent u128->u64 truncation; add the constant.
- arc69: require `standard` on the wire (drop the serde default) so a note that
  omits it is rejected by from_note.
- indexer: give Arc74Client a 30s default request timeout (+ with_timeout).

Docs:
- ADR: sync the D2 feature example with the shipped manifest (only `fetch`);
  add a language to the D3 fenced block (markdownlint MD040); fix the
  self-contradicting "Status is Proposed" line under an accepted ADR.

examples/nft/mint_arc19: use Cid::v1 for the encapsulated constructor.
Git Commit 15371747 Branch feat/algonaut-nft Document 9/231 ++ 55 --
Argimirodelpozo puya-ts
Merge 0073561a5d9673298d1ef3a23e4c2b6098dc09e9 into e56f6efde0b906a499824f49b7c6b6c1a330e60d
Git Commit c427608f Branch pull/383/merge Document 2/85 ++ 28 --