Home Reports Mar 20, 2026

Friday, March 20, 2026

Commits
87
pushed this day
Repositories
12
with activity
Contributors
15
distinct authors
Lines changed
+173,038 −33,981
additions / deletions

March 2026

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 14

Commit Log

87 commits · 12 repositories

00:11:29 vibekit gabrielkuettel feat: add alpha arcade integration +375 −1
01:00:23 go-algorand - FI from master +1273 −2083
01:00:23 go-algorand - Build 2662 Data +1 −1
01:09:23 vibekit gabrielkuettel feat: add @getvibekit/sdk package +475 −0
01:13:46 vibekit gabrielkuettel fix: increase Bun idle timeout and Fly VM memory +3 −2
01:19:46 vibekit gabrielkuettel fix: keep 1 machine running to avoid cold starts +1 −1
03:03:45 algo-voting dependabot[bot] build(deps): update vue-router requirement from ^5.0.3 to ^5.0.4 +1 −1
03:32:31 algostack - 0.8.6 +3 −3
05:33:26 vibekit gabrielkuettel feat: add api key for alpha arcade +3 −2
05:38:23 vibekit gabrielkuettel fix: guard against undefined prob in market options, support API key +2 −2
05:44:45 vibekit gabrielkuettel fix: fall back to on-chain lookup for app ID market queries +5 −1
05:52:47 vibekit gabrielkuettel fix: handle microunit prices in multi-option markets +10 −4
06:37:45 xchain-accounts d13co txn review improvements +1 −1
06:44:35 vibekit gabrielkuettel feat: add @getvibekit/sdk/react subpath with renderToolParts +261 −57
06:44:48 algorand-typescript-testing boblat chore: fix audit vulnerabilities +393 −581
06:44:48 algorand-typescript-testing boblat chore: update puya-ts version +275 −115
06:44:48 algorand-typescript-testing boblat refactor: use `immutable` property of native type instead of hardcoding it +3 −3
06:51:04 algorand-typescript-testing boblat Merge pull request #121 from algorandfoundation/chore/update-puya-ts +670 −698
06:54:30 algorand-typescript-testing boblat refactor: remove unused typeInfo parameter +3 −7
06:54:30 algorand-typescript-testing boblat fix: unsupported type error when cloning object with Account, Application or Asset property +133 −18
06:55:54 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
06:57:54 vibekit gabrielkuettel fix: revert alpha-arcade exports to src for bun runtime +4 −4
08:25:35 algorand-typescript-testing boblat fix: correct default sender for inner txns and creator for new contracts +13 −11
10:12:24 puya achidlow simple test +3 −1
10:12:24 puya achidlow convert arc4.Struct to use non-metaclass dataclass-transform approach +17 −44
10:12:24 puya Argimirodelpozo chore: compile all +1834 −1292
10:12:24 puya Argimirodelpozo chore: compile_all +64 −64
10:12:24 puya achidlow add test to ensure a clean error if BytesBacked is attempted to be used directly +12 −0
10:12:24 puya achidlow rename BytesBackedTypeBuilder -> BytesConvertibleTypeBuilder +21 −21
10:12:24 puya Argimirodelpozo chore: compile_all +427 −339
10:12:24 puya Argimirodelpozo fix: only preserve UTF-8 encoding during optimisations if the op is a concat +48 −11
10:12:24 puya achidlow ensure we never try to select a single return type for StackType.any +1 −0
10:12:24 puya Argimirodelpozo chore: add changelog +43 −0
10:12:24 puya Argimirodelpozo test: add contract test case for bytes_backed_ops +16016 −0
10:12:24 puya achidlow turn BytesBacked into an ABC and make it a "marker", moving actual methods to new _BytesConvertible +90 −69
10:12:24 puya achidlow remove bases from PyType, just use mro +6 −45
10:12:24 puya iglosiggio StackType.any should support BytesBacked pytypes +23 −11
10:12:24 puya achidlow allow BytesBacked as state/box key +81 −44
10:12:24 puya achidlow fix doc generation +3 −3
10:12:24 puya achidlow add BytesBacked as an option in intrinsic args whenever the AVM stack type is bytes +251 −140
10:12:24 puya Argimirodelpozo changed the `PYTYPE_TO_LITERAL` mapping so `BytesBackedType` gets correctly mapped to a `BytesLiteralType` +110 −124
10:12:24 puya Argimirodelpozo make `Bytes` inherit the marker class `BytesBacked` (with corresponding change to the `BytesType` pytype) +2 −2
10:29:20 puya daniel-makerx feat: add GlobalMap stub +74 −0
10:29:21 puya daniel-makerx test: add test cases for global map +327 −0
10:29:21 puya daniel-makerx feat: implement GlobalMap +398 −19
10:29:22 puya daniel-makerx chore: add changelog fragment +42 −0
10:29:22 puya daniel-makerx feat: add LocalMap stub +95 −0
10:29:22 puya daniel-makerx chore: add changelog fragment +1 −0
10:29:22 puya daniel-makerx test: add test cases for local map +350 −0
10:29:22 puya daniel-makerx feat: implement LocalMap +415 −9
10:29:22 puya daniel-makerx chore: compile all +61040 −0
10:29:22 puya daniel-makerx chore: compile all +52886 −0
10:29:23 puya daniel-makerx refactor: rename BoxPrefixedKeyExpression -> MapPrefixedKeyExpression +39 −33
10:29:23 puya daniel-makerx chore: compile all +14817 −14802
10:29:23 puya daniel-makerx refactor: add get_storage_key_codec to be used explicitly for storage keys +17 −7
10:29:24 puya daniel-makerx chore: compile all +1851 −1304
10:29:24 puya daniel-makerx chore: compile all +14 −2
10:29:24 puya daniel-makerx refactor: move disabling of DeprecationWarning to structure method +4 −4
10:29:24 puya daniel-makerx test: improve test coverage and error messages +90 −6
10:29:24 puya daniel-makerx feat: add warning if global or local maps are defined with no state totals definition +38 −2
10:29:24 puya daniel-makerx test: ignore DeprecationWarning during AWST deserialization +4 −5
10:38:22 puya daniel-makerx Update changelog.d/20260305_171549_daniel.mcgregor_global_local_map_support.md +2 −2
12:37:37 liquid-auth-js PhearZero fix: default logo url +1 −1
12:43:20 liquid-auth-js PhearZero ci: skip oxc action +1 −1
12:44:53 liquid-auth-js PhearZero Merge pull request #27 from algorandfoundation/chore/maintaince-pass +4657 −11040
12:49:42 liquid-auth-js semantic-release-bot Notes added by 'git notes add' +1 −0
12:59:14 liquid-auth-js semantic-release-bot Notes added by 'git notes add' +1 −0
13:13:10 liquid-auth-js PhearZero ci: add repository and bugs to package.json +10 −2
13:14:34 liquid-auth-js semantic-release-bot chore(release): [skip ci] Liquid Client +14 −1
13:14:35 liquid-auth-js semantic-release-bot Notes added by 'git notes add' +1 −0
13:17:46 liquid-auth-js PhearZero fix: include dist assets +4 −1
13:18:22 liquid-auth-js semantic-release-bot Notes added by 'git notes add' +1 −0
13:18:22 liquid-auth-js semantic-release-bot chore(release): [skip ci] Liquid Client +8 −1
13:31:58 liquid-auth-js PhearZero docs: update usage for library +16 −12
15:24:51 a-day-in-my-bobalife michaeltchuang chore: log greeting (2026-03-20) +1 −0
15:40:27 js-algorand-sdk dependabot[bot] Bump flatted from 3.1.1 to 3.4.2 +5 −4
18:50:58 algokit-walletsdk-kmp mithiraj95 Add Solana support to wallet-sdk-core and wallet-sdk-ui modules +133 −14
18:54:19 algokit-walletsdk-kmp mithiraj95 Merge remote-tracking branch 'michael/main' into walletsdk-259 +6727 −88
21:22:11 go-algorand jannotti Add app handling and `applicationdetails` command +402 −22
22:15:41 go-algorand - build: fix MacOS 14 SDK and CLT 16.x issue +10 −0
22:20:14 algo-voting sambitsargam Merge pull request #808 from sambitsargam/dependabot/npm_and_yarn/vue-router-tw-5.0.4 +1 −1
23:00:56 testnet-dispenser d13co first +5134 −0
23:19:51 testnet-dispenser d13co second +82 −4
23:19:59 testnet-dispenser d13co env vars +43 −25
23:20:42 testnet-dispenser d13co fix: frontend build env var issue +33 −24
23:25:06 go-algorand - tests: fix TestDiscardUnrequestedBlockResponse race +1 −0
23:33:20 algokit-walletsdk-kmp michaeltchuang refactor: fix lint issues and db json versions +286 −739