Home Reports May 18, 2026
Monday, May 18, 2026
- Commits
- 105
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 14
- distinct authors
- Lines changed
- +33,433 −8,157
- additions / deletions
Monday, May 18, 2026
105 commits were pushed across 15 repos by 14 authors. There were 33,433 additions and 8,157 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 2 commits
- js-algorand-sdk 1 commit
- algokit-core 2 commits
- puya-ts 8 commits
- wallet-provider-extensions 4 commits
- xchain-accounts 1 commit
- algorealm-cli 2 commits
- rosetta-smart-contracts 16 commits
- solidity-land-registry 2 commits
- wen-tools 2 commits
- algonaut 57 commits
- a-day-in-my-bobalife 3 commits
- algokit-walletsdk-kmp 3 commits
- algo-voting 1 commit
- asa-list 1 commit
Commit Log
105 commits · 15 repositories
00:24:43
algokit-walletsdk-kmp
refactor: ktlintFormat
+484
−609
00:34:03
algokit-walletsdk-kmp
docs: update roadmap
+1
−1
00:39:53
algokit-walletsdk-kmp
refactor: optimize and clean up liquid stream code (#302)
+4934
−1222
01:00:21
go-algorand
Build 2721 Data
+1
−1
02:25:18
asa-list
Merge 384d026d4b8314f5b4ddf49a2befd53c690e3edc into d658e506cf02d69ee0556edeeb892ef453928dbe
+0
−0
03:29:34
algo-voting
build(deps-dev): update eslint requirement from ^10.3.0 to ^10.4.0
+1
−1
07:29:39
algonaut
chore(deps): bump dependencies and adapt to breaking changes
+83
−83
07:30:02
algonaut
chore: add lefthook config, expand Makefile, fix clippy warnings
+232
−175
07:34:26
algonaut
chore: migrate workspace to Rust 2024 edition
+120
−121
08:07:42
algonaut
chore: bump dependencies and add lefthook + Makefile (#242)
+315
−258
08:08:03
algonaut
chore: migrate workspace to Rust 2024 edition
+120
−121
08:09:20
algonaut
chore: migrate workspace to Rust 2024 edition (#246)
+120
−121
08:09:45
algonaut
chore: hoist dependency versions to workspace.dependencies
+154
−114
08:10:16
algonaut
chore: hoist dependency versions to workspace.dependencies (#244)
+154
−114
08:10:41
algonaut
chore: replace ring with ed25519-dalek so wasm32 builds
+21
−39
08:11:07
algonaut
chore: replace ring with ed25519-dalek so wasm32 builds (#245)
+21
−39
08:12:11
algonaut
docs: update CHANGELOG for the deps/edition/workspace/wasm sweep
+24
−0
08:14:28
algonaut
ci: drop CircleCI and modernize the GitHub Actions workflow
+45
−68
08:17:17
algonaut
ci: drop CircleCI and modernize the GitHub Actions workflow (#247)
+45
−68
08:26:12
algonaut
ci: run cucumber integration tests in GitHub Actions
+18
−0
08:32:56
algonaut
ci: pin integration job to ubuntu-24.04 and set up docker buildx
+2
−1
08:37:37
algonaut
ci: turn on harness verbose mode and dump sandbox.log on failure
+7
−1
08:52:12
algonaut
ci: run cucumber integration tests in GitHub Actions (#248)
+26
−1
09:18:31
puya-ts
fix: include sourceLocation when reporting error sites
+11
−5
09:19:01
puya-ts
refactor: deduplicate repeated logic into shared helpers and base types
+186
−282
09:25:20
puya-ts
refactor: drop dead and unnecessary code
+23
−48
09:25:29
puya-ts
refactor: route module-name and decorator literals through Constants
+34
−29
09:26:07
puya-ts
chore: clean up generic-ptype error messages and typos
+39
−36
09:26:08
algonaut
chore(release): bump workspace to 0.5.0
+21
−20
09:27:38
puya-ts
refactor: rename internal symbols for consistency
+30
−30
09:28:01
puya-ts
refactor: tighten field/method visibility and signature types
+22
−19
09:28:50
puya-ts
refactor: small control-flow and shorthand cleanups
+21
−28
09:39:08
algonaut
chore(release): bump workspace to 0.5.0 (#249)
+21
−20
10:02:27
xchain-accounts
docs: portal: add price impact note on bridge
+2
−0
10:40:17
rosetta-smart-contracts
AnonymousData contract update
+31
−1
10:41:26
rosetta-smart-contracts
Auction contract update
+71
−129
10:42:50
rosetta-smart-contracts
Bet contract update
+60
−273
10:43:21
rosetta-smart-contracts
CrowdFund contract update
+52
−50
10:44:41
rosetta-smart-contracts
Escrow contract update
+49
−43
10:45:06
rosetta-smart-contracts
Factory contract update
+46
−72
10:45:57
rosetta-smart-contracts
HTLC contract update
+43
−50
10:46:31
rosetta-smart-contracts
Lottery contract update
+107
−1
10:49:58
rosetta-smart-contracts
PaymentSplitter contract update
+116
−20
10:50:30
rosetta-smart-contracts
PriceBet contract update
+68
−63
10:51:42
rosetta-smart-contracts
SimpleTransfer contract update
+31
−32
10:52:51
rosetta-smart-contracts
SimpleWallet contract update
+67
−70
10:55:06
solidity-land-registry
npm: bump @types/node from 22.19.19 to 25.8.0
+1
−1
10:55:11
rosetta-smart-contracts
Storage contract update
+25
−27
10:55:29
solidity-land-registry
npm: bump eslint from 9.39.4 to 10.4.0
+1
−1
10:55:34
rosetta-smart-contracts
Vault contract update
+59
−51
10:56:12
rosetta-smart-contracts
Vesting contract update
+44
−42
10:59:47
algonaut
test(cucumber): scaffold full algorand-sdk-testing coverage matrix
+796
−22
11:20:58
wallet-provider-extensions
feat: identity extension
+5271
−822
11:22:47
wallet-provider-extensions
Merge branch 'main' into feat/identity
+1123
−43
11:38:58
algonaut
test(cucumber): scaffold full algorand-sdk-testing coverage matrix (#250)
+796
−22
11:39:02
rosetta-smart-contracts
implementation of editable NFT use case in leo
+241
−1
11:39:38
algonaut
test(cucumber): wire algod.feature
+34
−1
11:52:29
algonaut
test(cucumber): wire algod.feature (#251)
+34
−1
11:52:43
algonaut
test(cucumber): wire compile.feature (sans source-map)
+123
−8
12:05:09
algonaut
test(cucumber): wire compile.feature (sans source-map) (#252)
+123
−8
12:19:00
algonaut
test(cucumber): wire send.feature (sans keyregtxn)
+261
−6
12:32:17
algonaut
test(cucumber): wire send.feature (sans keyregtxn) (#253)
+261
−6
12:32:22
algonaut
test(cucumber): wire rekey.feature
+98
−1
12:45:23
algonaut
test(cucumber): wire rekey.feature (#254)
+98
−1
12:45:30
algonaut
test(cucumber): wire auction.feature
+63
−2
12:58:30
algonaut
test(cucumber): wire auction.feature (#255)
+63
−2
12:58:36
algonaut
test(cucumber): wire kmd.feature
+421
−1
13:12:19
algonaut
test(cucumber): wire kmd.feature (#256)
+421
−1
13:18:32
wallet-provider-extensions
chore: refine identity extension and packaging
+85
−406
13:25:43
algonaut
test(cucumber): wire assets.feature
+291
−2
13:38:16
algonaut
test(cucumber): wire assets.feature (#257)
+291
−2
14:25:55
algonaut
chore(ci): compile-check features_runner in make ci
+8
−2
14:37:53
algonaut
feat(transaction): add state_proof_key to KeyRegistration
+150
−30
14:39:31
algonaut
chore(ci): compile-check features_runner in make ci (#258)
+8
−2
14:47:38
algonaut
feat(abi): add TEAL source-map decoder
+403
−32
14:51:16
algonaut
feat(transaction): add state_proof_key to KeyRegistration (#259)
+150
−30
15:04:03
algonaut
feat(abi): add TEAL source-map decoder (#260)
+403
−32
15:15:15
algonaut
feat(dryrun): add DryrunRequestBuilder + wire dryrun cucumber features
+547
−28
15:29:08
algonaut
feat(dryrun): add DryrunRequestBuilder + wire dryrun cucumber features (#263)
+547
−28
15:37:29
go-algorand
compressblockdb: add resume after crash
+106
−11
15:37:37
algonaut
feat(algod): simulate-endpoint power-pack fields + SimulateRequestBuilder
+591
−39
15:56:00
algonaut
feat(algod): simulate-endpoint power-pack fields + SimulateRequestBuilder (#261)
+591
−39
15:57:37
algonaut
feat(atc): add AtomicTransactionComposer::simulate
+103
−34
16:07:18
algonaut
fix(cucumber): live-harness debugging pass
+139
−45
16:15:42
a-day-in-my-bobalife
chore: log greeting (2026-05-18)
+2
−0
16:16:35
algonaut
feat(atc): add AtomicTransactionComposer::simulate (#262)
+103
−34
16:19:29
algonaut
fix(cucumber): live-harness debugging pass (#265)
+139
−45
16:23:34
wallet-provider-extensions
Merge pull request #18 from algorandfoundation/feat/identity
+5191
−1388
16:34:43
algorealm-cli
fix(deps): update dependency notistack to v3
+11
−6
16:34:47
algorealm-cli
Merge a2b0410ff1c2280d386ee1642e122affad66661b into 361d3066ffaca4241991cc6563403417bf562ecf
+11
−6
16:38:35
algonaut
feat(core): domain types serialize for both JSON and msgpack
+365
−54
16:52:33
algokit-core
feat(crypto): add xhd mnemonic helpers and zeroize private key buffers
+190
−4
16:52:33
algokit-core
feat(crypto): add xhd mnemonic helpers and zeroize private key buffers
+190
−4
17:09:37
algonaut
feat(core): domain types serialize for both JSON and msgpack (#272)
+365
−54
17:13:36
algonaut
feat(tests): cucumber unit-test scaffolding + offline.feature smoke
+159
−31
17:27:03
algonaut
feat(tests): cucumber unit-test scaffolding + offline.feature smoke (#264)
+159
−31
17:42:22
algonaut
feat(tests): wire simulate.feature cucumber scenarios
+642
−24
17:49:09
a-day-in-my-bobalife
chore: v2026.19.0 (release)
+13
−0
17:49:12
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
17:55:12
algonaut
feat(tests): wire simulate.feature cucumber scenarios (#273)
+642
−24
18:15:11
js-algorand-sdk
Bump multiparty from 4.2.2 to 4.3.0
+5
−38
18:21:43
algonaut
chore(release): bump workspace to 0.6.0
+85
−74
18:28:56
algonaut
chore(license): dual license under MIT OR Apache-2.0
+224
−12
19:06:02
wen-tools
feat: implement Algorand smart contracts for agent management and add frontend integration utilities
+2069
−6
19:15:32
wen-tools
feat: implement x402 agentic payment infrastructure with automated deployment scripts, site metadata updates, and a new encyclopedia documentation page.
+18
−11