11463 commits in all time Mar 19, 2026 13:27 – Jun 17, 2026 13:27 UTC
renovate[bot] use-wallet
Merge 34ee6255b13c9217eef05d2d4682de45bb093ce6 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit fab92e22 Branch pull/421/merge Document 15/2,842 ++ 1,783 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit 34ee6255 Branch renovate/non-major-dependencies Document 15/2,842 ++ 1,783 --
nullun falcon
Merge 061acc790ecc0f681dad4f76b4d9b6e6a5451187 into ce15e75bceb372867daf6b8e81918ab6978686eb
Git Commit 3b562d03 Branch pull/16/merge Document 4/61 ++ 4 --
nullun falcon
Make sigs_ct static to silence macOS linker alignment warning
The ~769 KiB sigs_ct array was a non-static tentative definition, so
clang emitted it as a common symbol and ld64 requested 32 KiB alignment
for it, exceeding the 16 KiB segment maximum on arm64 macOS:

  ld: warning: reducing alignment of section __DATA,__common from
  0x8000 to 0x4000 because it exceeds segment maximum alignment

The array is only used in this file, so make it static, which places it
in __bss with ordinary alignment and avoids the warning.
Git Commit 061acc79 Branch pull/16/head Document 1/1 ++ 1 --
nullun falcon
Length handling for compressed det1024 signatures
Add a couple of small length checks when working with compressed
det1024 signatures, and tidy up the ordering of the bounds check in
falcon_det1024_verify_compressed. Mirrors the existing checks on both
the C and Go sides.

falcon_det1024_convert_compressed_to_ct only checked that comp_decode
succeeded, not that it consumed the entire signature, so a valid
compressed signature with arbitrary trailing bytes would still convert
to a valid CT signature. Enforce exact consumption, matching the check
falcon_verify applies to compressed signatures.

Add tests covering the rejection paths for signatures too short to
contain a header and salt version, and for signatures with trailing
bytes, in both Verify and ConvertToCT.
Git Commit a8915366 Branch pull/16/head Document 3/60 ++ 3 --
cusma go-algorand
Merge 4c2dec85623e726244673654bd959a36098e0608 into 3a483cd9f80ec95511998c5c4808fbbe4ae4f8e9
Git Commit 51f458ec Branch pull/6639/merge Document 52/6,030 ++ 1,553 --
cusma go-algorand
chore: make msgp
Git Commit 4c2dec85 Branch pull/6639/head Document 8/137 ++ 72 --
cusma go-algorand
Merge remote-tracking branch 'upstream/master' into pq-account
Git Commit 1c8e7c16 Branch pull/6639/head Document 5/8 ++ 16 --
onetechnical go-algorand
Merge 029447df17196c41992a7dbfc18dff83b43483b0 into 3a483cd9f80ec95511998c5c4808fbbe4ae4f8e9
Git Commit 3665a52d Branch pull/6567/merge Document 12/1,301 ++ 3 --