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