Home Reports Jun 12, 2026
Friday, June 12, 2026
- Commits
- 80
- pushed this day
- Repositories
- 14
- with activity
- Contributors
- 16
- distinct authors
- Lines changed
- +26,945 −9,825
- additions / deletions
Friday, June 12, 2026
80 commits were pushed across 14 repos by 16 authors. There were 26,945 additions and 9,825 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
14 repositories- go-algorand 29 commits
- algokit-core 5 commits
- algokit-lora 2 commits
- devportal 2 commits
- xchain-accounts 3 commits
- frontend 14 commits
- widgets 2 commits
- trelyan-falcon-inscription 4 commits
- d-asa 1 commit
- AlgoPlonk 2 commits
- wen-tools 2 commits
- algonaut 12 commits
- a-day-in-my-bobalife 1 commit
- subql-stellar 1 commit
Commit Log
80 commits · 14 repositories
01:00:21
go-algorand
Build 2746 Data
+1
−1
02:09:22
frontend
Added walletauth app
+1582
−43
02:09:41
frontend
Added wallet connecting frontend
+1106
−0
02:25:28
frontend
Frontend Typescript package moved to root project's directory
+11015
−0
07:47:36
go-algorand
feat: split pq sign validation (envelope) and verification (signature)
+38
−19
07:47:59
go-algorand
test: pq envelope validation
+31
−0
07:49:51
go-algorand
chore: pq envelope validation
+77
−11
09:14:42
AlgoPlonk
Harden setup lookup and verifier point inversion
+271
−21
09:42:06
go-algorand
chore: defer placeholder envelope validation option
+12
−5
09:43:38
go-algorand
chore: defer placeholder envelope validation option
+3
−3
09:46:29
go-algorand
chore: shared predicate for unsigned txns and placeholder pq signatures
+4
−0
09:47:41
go-algorand
chore: placeholder pq sig are proxy-signed only after validation succeeds
+8
−3
09:48:21
go-algorand
chore: treat placeholder pq sig as fixable
+1
−1
09:48:42
go-algorand
test: placeholder pq sig
+191
−0
09:50:19
go-algorand
test: update post simulate with placeholder pq sig
+31
−0
10:17:02
xchain-accounts
chore: portal: refine verify page wording for simpler UX
+3
−2
10:26:16
frontend
Bugfix for crash upon unsuccessful address' permission check
+110
−18
10:30:14
xchain-accounts
chore: portal: keep adjusting verify wording
+1
−1
10:30:33
xchain-accounts
Merge 546d48a9077fd2d13970283348184a587891c36f into ce3e1f46928f982f0c39332552c995e42f3754b3
+436
−53
10:42:24
go-algorand
chore: move private key size to schema ops
+0
−1
10:42:56
go-algorand
chore: move private key size to schema ops
+0
−5
10:45:30
go-algorand
chore: pq scheme registry consistency helper
+12
−0
10:46:10
go-algorand
chore: refactor and split pq
+544
−495
10:47:59
go-algorand
docs: pq max sizes; validate envelope
+14
−5
10:48:54
go-algorand
test: pq scheme registry consistency; minor refactoring
+33
−9
10:49:24
go-algorand
test: remove private key size
+5
−9
10:53:17
go-algorand
chore: typo
+1
−1
10:59:07
frontend
Address authorization unit tests updated
+236
−35
11:07:22
frontend
Walletauth app unit tests updated
+160
−43
11:20:36
algonaut
test(cucumber): restore resource path broken by suite relocation (#344)
+7
−7
11:23:10
go-algorand
chore: refactor to split submit and simulate on call site; add docs
+74
−18
11:23:44
go-algorand
chore: validate pq sig for submit or simulate
+3
−3
11:24:19
go-algorand
chore: add corrupt signature test
+6
−0
11:26:11
AlgoPlonk
Add BSB22 commitment support for PLONK verifiers
+862
−103
11:33:45
algonaut
fix(transaction): omit sgnr from non-rekeyed signed transactions
+52
−3
11:49:05
algonaut
test(cucumber): restore resource path broken by suite relocation (#344) (#363)
+7
−7
11:49:09
algonaut
fix(transaction): omit sgnr from non-rekeyed signed transactions (#364)
+52
−3
12:20:06
widgets
Bugfix for wrong function name in historic Javascript exports
+2
−2
12:21:59
frontend
Updated website's Javascript tests
+1197
−3658
12:32:48
go-algorand
chore: make pq import test parallel-safe
+26
−14
12:46:15
widgets
Bugfix for failing historic Javascript unit tests
+72
−42
12:52:01
go-algorand
docs: pq scheme fee repricing
+2
−0
12:57:42
go-algorand
docs: clarify pq max decode bounds
+4
−2
12:57:51
go-algorand
test: pq max decode bounds
+27
−0
12:59:28
algonaut
feat(simulate)!: return SimulateResponse from algod.simulate; add failure accessors
+102
−49
13:18:17
algonaut
feat(simulate)!: return SimulateResponse from algod.simulate; add failure accessors (#365)
+102
−49
13:21:24
go-algorand
chore: lint
+2
−1
13:22:17
frontend
Added frontend test workflow to build.yml
+55
−6
13:24:09
go-algorand
fix: typo
+1
−1
13:51:34
algonaut
fix(cucumber): fail the test run when scenarios fail
+39
−8
13:52:30
frontend
Initial setup for wallet authorize integration tests
+244
−1
14:59:06
algonaut
fix(cucumber): fail the test run when scenarios fail (#366)
+39
−8
14:59:31
devportal
Merge pull request #627 from algorandfoundation/accounts
+84
−105
15:05:45
devportal
Merge pull request #626 from algorandfoundation/release/ak-v4-add-kapa-modal
+113
−983
15:09:13
algonaut
test(cucumber): fund payment and rekey senders from a funded account
+18
−11
15:24:26
algonaut
test(cucumber): fund payment and rekey senders from a funded account (#367)
+18
−11
15:57:43
wen-tools
feat: add NFT import tool with cross-chain support for XRPL, Cardano, Ethereum, and Voi, and implement batch minting functionality
+38
−10
16:01:02
wen-tools
feat: implement batch asset minting page with CSV and folder support
+1
−1
16:05:44
algonaut
fix(transaction): omit zero vote rounds; green the integration suite
+171
−34
16:14:11
a-day-in-my-bobalife
chore: log greeting (2026-06-12)
+1
−0
16:22:32
algonaut
fix(transaction): omit zero vote rounds; green the integration suite (#368)
+171
−34
16:44:33
go-algorand
Makefile: update modernize target to convert interface{} => any
+1
−1
16:52:51
subql-stellar
Wait for soroban ledger ingestion at chain head instead of failing fatally on -32600
+311
−22
18:21:04
frontend
Added badges to README
+3
−7
18:21:11
frontend
Added project documentation
+2428
−1
18:56:55
algokit-core
chore: move serde deps to workspace
+48
−57
19:00:18
algokit-core
chore: more workspace deps
+26
−21
19:04:46
algokit-core
chore: use workspace deps in crypto and composer crates
+2
−2
19:47:10
algokit-core
chore: consolidate more shared deps into workspace
+13
−10
20:04:22
algokit-core
chore: move deps to workspace (#333)
+89
−90
21:33:48
frontend
Updated Read The Docs configuration
+32
−31
21:44:31
frontend
Added submodules initialization to the Read The Docs setup
+5
−1
21:52:01
frontend
Documentation updates
+17
−19
22:11:39
d-asa
chore(deps-dev): bump tornado from 6.5.5 to 6.5.6
+14
−14
22:19:08
trelyan-falcon-inscription
v0.2.1: PINNED_BUILD.md
+25
−0
22:19:10
trelyan-falcon-inscription
v0.2.1: sdk/examples/verify_trelyan.py
+83
−0
22:19:11
trelyan-falcon-inscription
v0.2.1: README.md
+14
−0
22:21:45
trelyan-falcon-inscription
v0.2.1: CI — weekly read-only live TestNet verification (verify-live job) + pinned e2e clone
+24
−1
23:07:06
algokit-lora
chore(deps): bump esbuild, @tailwindcss/vite, @vitejs/plugin-react-swc, vite, vite-plugin-node-polyfills and vitest
+2146
−1795
23:07:09
algokit-lora
Merge 33242fa6e300a6566ff64b074d8d9491cf518052 into 0e26b4b274a282ae273b68b29140379d39803971
+2146
−1795