Home Reports Jun 15, 2026
Monday, June 15, 2026
- Commits
- 65
- pushed this day
- Repositories
- 14
- with activity
- Contributors
- 18
- distinct authors
- Lines changed
- +56,252 −6,890
- additions / deletions
Monday, June 15, 2026
65 commits were pushed across 14 repos by 18 authors. There were 56,252 additions and 6,890 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
14 repositories- go-algorand 32 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 2 commits
- js-algorand-sdk 1 commit
- msgp 1 commit
- intermezzo 4 commits
- frontend 6 commits
- solidity-land-registry 4 commits
- a-day-in-my-bobalife 3 commits
- algokit-walletsdk-kmp 2 commits
- AlgorandKMDServer 1 commit
- AlgorandCIDs 5 commits
- bitcoinBuyer1_CryptoMaven.xyz 1 commit
- use-wallet-ui 2 commits
Commit Log
65 commits · 14 repositories
01:00:22
go-algorand
Build 2749 Data
+1
−1
02:28:52
AlgorandCIDs
Updates and additions
+237
−0
02:33:07
AlgorandCIDs
Updates and additions
+345
−0
02:45:03
intermezzo
Merge remote-tracking branch 'origin/master' into feat/fee-sponsorship
+15913
−121
02:53:15
intermezzo
style: fix formatting in ChainService constructor
+1
−1
02:53:45
intermezzo
refactor: update WalletService instantiation to include didServiceMock and oid4vcAgentProviderMock
+7
−1
03:30:45
bitcoinBuyer1_CryptoMaven.xyz
ANGULAR: D3 update/enter/exit data
+371
−107
03:48:48
intermezzo
feat: integrate CredentialAuthGuard and ManagerVaultTokenProvider into Wallet module and controller
+35
−12
06:46:51
use-wallet-ui
chore(deps): Update pnpm to v10.34.3
+1
−1
07:03:53
solidity-land-registry
npm: bump hardhat from 2.28.6 to 3.9.0
+1
−1
07:03:59
solidity-land-registry
npm: bump @openzeppelin/hardhat-upgrades from 3.9.1 to 4.0.2
+1
−1
07:04:11
solidity-land-registry
npm: bump eslint from 9.39.4 to 10.5.0
+1
−1
07:04:18
solidity-land-registry
npm: bump @types/node from 22.19.21 to 25.9.3
+1
−1
09:05:30
go-algorand
chore: explicit pq max sizes bump
+16
−36
09:05:51
go-algorand
chore: remove unused test
+0
−7
09:07:32
go-algorand
test: enabled pq scheme fit decode bounds
+37
−6
09:16:24
go-algorand
docs: nit
+3
−3
09:19:07
go-algorand
test: remove test already covered in pq scheme tests
+0
−14
09:21:18
go-algorand
docs: nit
+1
−1
09:39:48
go-algorand
chore: no pq public key validation in canonical salt calculation
+10
−6
09:39:49
frontend
Implemented backend for logging of the EVM accounts
+575
−69
09:40:39
go-algorand
test: canonical salt calculation only checks scheme tag length
+22
−6
09:41:30
go-algorand
chore: remove unused public key validation function
+0
−9
09:42:01
go-algorand
test: use spec public key validation function
+8
−5
09:42:59
go-algorand
test: public key validation before canonical salt calculation
+8
−7
10:15:31
go-algorand
chore: nit
+21
−21
11:12:24
frontend
Implemented EVM address authorization and users logging
+12491
−1697
11:16:22
go-algorand
chore: post-quantum key domain separator
+1
−0
11:21:20
go-algorand
chore: generate falcon signer from seed
+9
−2
11:38:31
use-wallet-ui
chore(deps): Update pnpm to v10.34.3 (#72)
+1
−1
12:16:16
js-algorand-sdk
wip: addressWithSignersFromRawSigner
+119
−12
12:31:26
frontend
Added margin to wallet connect buttons
+13
−6
13:43:53
go-algorand
logic: auto-salt TEAL v13 programs with new pragma salt
+637
−243
13:47:40
go-algorand
logic: replace pragma salt with intcblock salts
+379
−557
13:47:42
go-algorand
daemon: reject on-curve v13 LogicSig submissions by default
+726
−500
13:47:42
go-algorand
goal: expose address curve check bypass in rawsend
+47
−26
13:47:42
go-algorand
daemon: rename curve-check bypass flag
+278
−278
13:47:42
go-algorand
crypto: move Edwards25519 point decoding helper to crypto package
+15
−4
13:49:12
go-algorand
Add Edwards25519 point predicate vectors
+78
−6
13:52:27
go-algorand
logic: update intcblock salt test fixture
+8
−6
14:50:39
go-algorand
chore: cr by @jannotti, move registry completeness checks to tests
+14
−111
14:54:25
algokit-walletsdk-kmp
Revert "refactor: ktlintFormat"
+728
−1035
14:58:26
frontend
Multi-address accounts — step 1: the registry
+541
−3
14:59:21
go-algorand
chore: cr by @jannotti, simplify pq scheme enablement checks
+2
−41
15:08:49
AlgorandKMDServer
cicd update from 4.7.2 to 4.7.3
+84
−3
15:59:38
go-algorand
Use Micros in API
+1175
−1176
16:11:13
go-algorand
chore: cr by @jannotti, use `ErrorContains`
+8
−15
16:23:31
go-algorand
chore: cr by @jannotti, prefer `slices.Clone`
+39
−31
16:30:03
frontend
Multi-address accounts — step 2: linking
+715
−32
16:36:18
AlgorandCIDs
Updates and additions
+909
−0
16:37:53
go-algorand
chore: ensure heartbeat lsig is an invalid ed25519 point (#6628)
+3
−2
16:41:53
algokit-walletsdk-kmp
refactor: ktlintFormat
+627
−509
16:43:13
go-algorand
add Go Benchmark (go) benchmark result for 1314c7d8c680885647ff9cf77babb015bea4ea77
+445
−1
16:46:08
a-day-in-my-bobalife
chore: log greeting (2026-06-15)
+2
−0
16:48:32
go-algorand
chore: cr by @jannotti, prefer value methods
+25
−40
17:18:22
AlgorandCIDs
Updates and additions
+5291
−7
18:43:58
a-day-in-my-bobalife
chore: v2026.23.0 (release)
+13
−0
18:43:59
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
19:14:47
go-algorand
simulation: make sized app fixture stateful
+15
−9
19:22:50
msgp
support "any" type in structs better
+331
−0
19:30:16
AlgorandCIDs
Updates and additions
+11223
−0
21:24:42
frontend
Multi-address accounts — step 3-5: Login by secondary, set-primary, and swap-gate
+1418
−83
23:57:58
java-algorand-sdk
Regenerate code from specification file
+75
−6
23:58:03
java-algorand-sdk
Merge a107c0186bdae1146a6af15e9392d5ba9b9a7682 into 4e38dadc4eec827ed8742c8bb272e0545c801932
+75
−6
23:58:56
go-algorand-sdk
Regenerate code from specification file
+75
−4