Home Reports Jun 12, 2025
Thursday, June 12, 2025
- Commits
- 191
- pushed this day
- Repositories
- 24
- with activity
- Contributors
- 31
- distinct authors
- Lines changed
- +301,922 −181,748
- additions / deletions
Thursday, June 12, 2025
191 commits were pushed across 24 repos by 31 authors. There were 301,922 additions and 181,748 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
24 repositories- go-algorand 16 commits
- go-algorand-sdk 1 commit
- indexer 4 commits
- java-algorand-sdk 1 commit
- Hack-Series-CM 6 commits
- julo-nft-ticketing 7 commits
- pranivi-frontend 4 commits
- weLend 2 commits
- algokit-core 39 commits
- algokit-avm-vscode-debugger 1 commit
- algokit-lora 1 commit
- algokit-subscriber-ts 2 commits
- algokit-utils-py 6 commits
- algokit-utils-ts 1 commit
- puya-ts 2 commits
- reti 1 commit
- specs 50 commits
- algorand-reputation-system 1 commit
- AlgoPay 1 commit
- ALGO_HACKERS_ALGO---BOUNTY 41 commits
- a-day-in-my-bobalife 1 commit
- subql-stellar 1 commit
- tinyman-order-protocol 1 commit
- use-wallet 1 commit
Commit Log
191 commits · 24 repositories
01:00:25
go-algorand
Build 2378 Data
+1
−1
01:00:25
go-algorand
FI from master
+377
−424
02:16:10
subql-stellar
Bump brace-expansion from 1.1.11 to 1.1.12
+3
−3
04:19:12
algokit-utils-py
Merge pull request #173 from algorandfoundation/dependabot/pip/requests-2.32.4
+137
−8
04:19:46
algokit-utils-py
Merge remote-tracking branch 'origin/main' into bug/169-deploy-send-params
+137
−8
04:21:15
algokit-utils-py
chore(deps): bump python-semantic-release from 7.34.6 to 9.21.1
+177
−476
04:22:18
algokit-utils-py
chore: revert pyproject.toml
+0
−1
04:25:19
algokit-utils-py
chore(deps): bump the all group across 1 directory with 8 updates
+96
−81
04:48:11
algokit-core
wip 2
+179
−80
04:56:07
algokit-core
feat: add support for grouping transactions
+1
−1
04:56:08
algokit-core
fix: remove encode/decode colleciton impl based on feedback
+25
−159
04:56:08
algokit-core
chore: rebase fixes
+166
−89
04:56:08
algokit-core
chore: reduce need for clones in ffi layer
+1
−1
04:56:08
algokit-core
feat: add encode/decode support for transaction groups
+502
−45
04:56:08
algokit-core
chore: self review tweaks
+63
−84
05:00:51
algokit-core
python tests
+28
−16
05:05:38
algokit-utils-py
Merge pull request #172 from algorandfoundation/bug/169-deploy-send-params
+1085
−260
05:15:20
algokit-core
ts test
+42
−20
05:18:29
julo-nft-ticketing
Update page.tsx
+4
−4
05:18:40
algokit-core
Merge remote-tracking branch 'origin/feat/txn-group-send' into assign-group-fees
+631
−414
05:19:57
algokit-core
feat: add encode, decode and sign support for transaction groups (#118)
+422
−43
05:19:57
algokit-core
feat: add encode, decode and sign support for transaction groups (#118)
+422
−43
05:22:58
algokit-core
Notes added by 'git notes add'
+1
−0
05:24:03
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.14 [skip ci]
+1
−1
05:24:03
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.14 [skip ci]
+1
−1
05:24:49
julo-nft-ticketing
Update route.ts
+4
−4
05:26:12
algokit-core
Merge remote-tracking branch 'origin/main' into assign-group-fees
+2
−4
05:29:17
algokit-core
Notes added by 'git notes add'
+1
−0
05:33:10
algokit-core
wip 1 - conflicts
+2
−150
05:33:43
algokit-core
Notes added by 'git notes add'
+1
−0
05:35:13
algokit-core
chore(python/algod_api): bump version to 1.0.0-alpha.15 [skip ci]
+6
−6
05:35:13
algokit-core
chore(python/algod_api): bump version to 1.0.0-alpha.15 [skip ci]
+6
−6
05:36:51
julo-nft-ticketing
Improved formatting and added fallback alt text
+12
−12
05:38:29
algokit-core
Notes added by 'git notes add'
+1
−0
05:39:45
algokit-core
wip 2 - clean up
+1
−2
05:58:01
algokit-core
Merge tag 'python/algod_api@1.0.0-alpha.15' into assign-group-fees
+6
−6
06:32:34
algokit-core
fix tests
+22
−8
06:43:44
algokit-core
make txn fee param optional
+25
−51
06:48:22
algokit-core
feat: updating typescript template to leverage algokit_msgpack
+145
−23
06:48:22
algokit-core
chore: fixing cjs issues with wasm; updating msgpack package
+12615
−1188
06:48:22
algokit-core
feat: initial tweaks in the template for python to support message pack on simulate
+5385
−10
06:48:22
algokit-core
feat: adding coverage for base account endpoints along with msgpack decoding
+2962
−12265
06:48:22
algokit-core
feat: initial msgpack crates with simulate request and response models
+1819
−2
06:48:23
algokit-core
refactor: align conventions for exceptions between msgpack and transact
+75
−81
06:48:23
algokit-core
chore: ensure vscode doesn't auto format spec json files
+8
−0
06:48:23
algokit-core
chore: regen packages
+321
−355
06:48:23
algokit-core
refactor: fixes in msgpack integration based on pr comments
+55
−84
06:48:23
algokit-core
chore: merging msgpack and transact crates
+1778
−3220
06:48:24
algokit-core
feat: adding script that auto converts latest spec from go algorand
+2921
−5495
06:48:59
algokit-core
chore: small fixeds and re-gen locks
+1879
−2049
06:53:48
algokit-core
pr review
+128
−142
08:04:32
algokit-subscriber-ts
Merge pull request #122 from algorandfoundation/chore/deprecate-npm-run-all
+93
−1032
08:40:25
julo-nft-ticketing
Merge pull request #3 from SamuelRohith/master
+20
−20
09:03:48
algokit-subscriber-ts
chore: npm audit fix
+18
−18
09:04:12
pranivi-frontend
minor UI change
+102
−41
09:16:38
pranivi-frontend
features section UI fix
+1
−2
09:17:57
pranivi-frontend
dashboard UI changes
+34
−79
09:30:27
pranivi-frontend
minor changes
+80
−35
09:39:41
specs
docs: nit
+1
−1
09:44:26
specs
fix: typo
+2
−2
09:48:01
specs
fix: typo
+1
−1
09:49:57
Hack-Series-CM
Layout changes
+1836
−2021
09:50:55
Hack-Series-CM
Layout fixed
+257
−93
09:53:28
Hack-Series-CM
Minor UI changes
+33
−8
09:54:18
specs
docs: nit
+0
−2
09:58:02
specs
docs: improve teal example
+2
−2
10:00:53
specs
docs: nit
+3
−3
10:16:31
specs
fix: escape pipe char in table
+3
−3
10:20:02
specs
fix: protocol version
+1
−1
10:24:02
specs
fix: oapi-codegen no longer forked
+2
−5
10:27:51
specs
Merge pull request #180 from algorandfoundation/avm-nn
+26375
−76
10:34:02
puya-ts
refactor: add more arc4 copy validator functions to cover more cases
+26771
−21888
10:35:38
specs
Merge pull request #181 from algorandfoundation/node-nn
+6636
−0
11:04:11
specs
chore: duplicate crypto
+0
−0
11:04:36
specs
chore: restore crypto
+535
−0
11:05:14
specs
merge: split crypto
+535
−0
11:06:13
specs
docs: crypto summary
+24
−0
11:07:24
specs
docs: representation
+3
−532
11:12:42
specs
docs: representation
+0
−8
11:16:14
specs
chore: duplicate crypto
+0
−0
11:17:58
specs
chore: restore crypto
+527
−0
11:18:27
specs
merge: split crypto
+527
−0
11:27:54
specs
docs: msgpack
+16
−540
11:32:41
specs
chore: duplicate crypto
+0
−0
11:32:55
specs
chore: restore crypto
+506
−0
11:33:12
specs
merge: split crypto
+506
−0
11:54:58
specs
docs: domain separators
+55
−556
13:22:13
algokit-avm-vscode-debugger
chore: migrate from npm-run-all to npm-run-all2
+89
−1376
13:23:13
tinyman-order-protocol
update order_approval so order completion is possible without needing user opt into target
+773
−579
13:34:04
go-algorand
Shorter wait for deprecation window
+1
−1
13:40:27
AlgoPay
Add files via upload
+3994
−0
13:54:39
algokit-lora
chore: migrate from npm-run-all to npm-run-all2
+105
−249
14:16:53
specs
chore: duplicate crypto
+0
−0
14:17:04
specs
chore: restore crypto
+457
−0
14:17:21
specs
merge: split crypto
+457
−0
14:20:31
specs
docs: sha512/256
+6
−464
14:21:09
specs
chore: duplicate crypto
+0
−0
14:21:16
specs
chore: restore crypto
+449
−0
14:21:30
specs
merge: split crypto
+449
−0
14:35:28
specs
docs: sha256
+8
−451
14:40:27
specs
chore: duplicate crypto
+0
−0
14:40:45
specs
chore: restore crypto
+444
−0
14:41:11
specs
merge: split crypto
+444
−0
14:52:02
specs
docs: subset-sum
+10
−447
14:59:09
specs
chore: duplicate crypto
+0
−0
14:59:17
specs
chore: restore crypto
+437
−0
14:59:35
specs
merge: split crypto
+437
−0
15:05:03
go-algorand-sdk
Preliminary changes to match PR #6286 in go-algorand
+53
−8
15:12:19
specs
docs: ed25519
+18
−453
15:14:26
a-day-in-my-bobalife
chore: log greeting (2025-06-12)
+1
−0
15:18:57
specs
chore: duplicate crypto
+0
−0
15:19:06
specs
chore: restore crypto
+399
−0
15:19:21
specs
merge: split crypto
+399
−0
15:25:39
go-algorand
Export the newly added types for access list
+21
−4
15:32:53
specs
docs: falcon
+17
−418
15:34:08
specs
docs: summary reorg
+3
−3
15:36:29
specs
chore: duplicate crypto
+0
−0
15:36:37
specs
chore: restore crypto
+376
−0
15:36:51
specs
merge: split crypto
+376
−0
16:29:35
specs
docs: merkle tree
+89
−452
16:33:34
go-algorand
Testing: test vFuture, so we are exercising branch512 (#6365)
+155
−128
16:37:58
go-algorand
add Go Benchmark (go) benchmark result for 61e13bd0deb02350bf317bd5247f31367fa9803d
+445
−1
16:45:24
go-algorand
Merge remote-tracking branch 'upstream/master' into config-reorg
+571
−596
16:50:36
algokit-utils-ts
chore: review tweaks
+77
−64
17:18:58
Hack-Series-CM
package changes
+1
−1
17:21:16
Hack-Series-CM
minor package fix
+1
−1
17:22:15
Hack-Series-CM
minor UI change
+1
−1
17:34:44
indexer
Bump to go-algorand-sdk v2.9.1.
+18
−17
17:36:27
julo-nft-ticketing
tailwind version
+1
−1
17:37:15
julo-nft-ticketing
minor package fix
+1
−1
17:41:26
julo-nft-ticketing
Minor UI changes
+10
−2
17:44:36
indexer
Bump to latest go-algorand-sdk main branch.
+3
−3
18:04:29
indexer
Fix compilation issues post upgrade.
+6
−6
18:13:11
algorand-reputation-system
initialised FastAPI and core dependencies
+90
−0
18:58:09
go-algorand
CICD: fix upload and slack failure For GitHub Actions and update badges (#6366)
+11
−10
18:59:05
go-algorand
Build 2379 Data
+1
−1
18:59:05
go-algorand
FI from master
+166
−138
19:02:32
go-algorand
add Go Benchmark (go) benchmark result for 619fd46e238b5a3441788e6cedfe1c6f4ce8901f
+445
−1
19:25:48
go-algorand
Annotate telemetry
+2
−0
19:41:20
ALGO_HACKERS_ALGO---BOUNTY
feat: add basic dispute mechanism with dispute_task method
+8
−1
19:42:25
ALGO_HACKERS_ALGO---BOUNTY
Update README.md
+127
−29
19:43:09
ALGO_HACKERS_ALGO---BOUNTY
feat: add get_price method to return current unitary price
+4
−0
19:43:47
ALGO_HACKERS_ALGO---BOUNTY
feat: implement task with status tracking and reward distribution
+50
−0
19:44:26
ALGO_HACKERS_ALGO---BOUNTY
feat: restrict update methods like set_price to contract creator
+53
−0
19:45:10
ALGO_HACKERS_ALGO---BOUNTY
feat: add escrow mechanism to lock task rewards on claim
+15
−0
19:45:44
ALGO_HACKERS_ALGO---BOUNTY
feat: implement asset withdrawal for unsold ASA tokens
+11
−0
19:46:08
ALGO_HACKERS_ALGO---BOUNTY
Commit: feat: allow creator to set or update task deadline
+6
−0
19:46:37
ALGO_HACKERS_ALGO---BOUNTY
feat: add method to check if task deadline has expired
+5
−0
19:47:02
ALGO_HACKERS_ALGO---BOUNTY
feat: implement claimer penalty function for non-completion
+12
−0
19:47:25
ALGO_HACKERS_ALGO---BOUNTY
feat: allow task to be reassigned if claimer misses deadline
+9
−1
19:47:55
ALGO_HACKERS_ALGO---BOUNTY
feat: count how many tasks each user has claimed
+8
−0
19:48:20
ALGO_HACKERS_ALGO---BOUNTY
feat: add rating system for task claimers
+15
−0
19:48:40
ALGO_HACKERS_ALGO---BOUNTY
feat: auto-reopen task if deadline missed or cancelled
+7
−0
19:49:04
ALGO_HACKERS_ALGO---BOUNTY
feat: support deadline extension via DAO voting
+14
−0
19:49:50
ALGO_HACKERS_ALGO---BOUNTY
feat: implement streak bonus for 5+ consecutive completions
+14
−0
19:50:10
ALGO_HACKERS_ALGO---BOUNTY
feat: enable claimer to submit proof URL or IPFS hash for task verification
+5
−1
19:50:39
ALGO_HACKERS_ALGO---BOUNTY
feat: add auto_reopen_if_failed to handle expired uncompleted tasks
+12
−1
19:53:05
ALGO_HACKERS_ALGO---BOUNTY
Add files via upload
+0
−0
19:54:03
go-algorand
Fix uploading testdata
+5
−3
19:55:08
ALGO_HACKERS_ALGO---BOUNTY
feat: add get_algo_balance for users to check ALGO held by app escrow
+5
−0
19:56:05
ALGO_HACKERS_ALGO---BOUNTY
feat: add available_quantity method to check app's asset holdings
+4
−1
19:59:41
ALGO_HACKERS_ALGO---BOUNTY
feat: allow task creators to reject submissions and initiate dispute resolution
+11
−0
20:00:20
ALGO_HACKERS_ALGO---BOUNTY
feat: allow task creators to reject submissions and initiate dispute resolution
+11
−1
20:01:33
ALGO_HACKERS_ALGO---BOUNTY
feat: add utility to check if DAO vote has reached quorum
+6
−0
20:01:54
ALGO_HACKERS_ALGO---BOUNTY
feat: add dynamic penalty calculation for late submissions
+8
−0
20:02:28
ALGO_HACKERS_ALGO---BOUNTY
feat: add method to check if task creator is eligible for refund due to inactivity
+9
−0
20:03:44
ALGO_HACKERS_ALGO---BOUNTY
feat : allow proposal submission with dispute reason during task arbitration
+6
−0
20:06:13
ALGO_HACKERS_ALGO---BOUNTY
feat : show alert for pending disputes with quick link to dispute resolution page
+18
−1
20:06:59
weLend
still with bug
+25285
−15377
20:07:21
ALGO_HACKERS_ALGO---BOUNTY
feat: prevent double voting on DAO tasks by tracking voted task IDs
+24
−18
20:08:22
ALGO_HACKERS_ALGO---BOUNTY
feat: auto-generate mock IPFS link for posted tasks if none provided
+1
−1
20:09:34
ALGO_HACKERS_ALGO---BOUNTY
feat: add get_task_summary to fetch status, reward, and creator of a task
+8
−0
20:10:02
ALGO_HACKERS_ALGO---BOUNTY
feat: add list_disputed_tasks for DAO to retrieve disputed task IDs
+18
−0
20:12:44
ALGO_HACKERS_ALGO---BOUNTY
feat: highlight tasks with urgent deadlines using '⚠ Urgent' badge in task cards
+15
−1
20:13:19
ALGO_HACKERS_ALGO---BOUNTY
feat: added sorting feature in BrowseTasks to sort by highest reward or earliest deadline
+9
−1
20:14:50
ALGO_HACKERS_ALGO---BOUNTY
feat: added Terms of Service and Privacy Policy links on login page
+11
−4
20:16:22
ALGO_HACKERS_ALGO---BOUNTY
feat: display task creation date and time on task detail page
+4
−1
20:17:19
puya-ts
Merge tag 'v1.0.0-alpha.62' into spike/quick-fix-hacking
+156994
−99349
20:17:21
ALGO_HACKERS_ALGO---BOUNTY
feat: add toast notification after task submission for confirmation feedback
+12
−9
20:18:34
ALGO_HACKERS_ALGO---BOUNTY
feat: allow task creator to extend deadline for open or claimed tasks with validation
+13
−1
20:19:46
ALGO_HACKERS_ALGO---BOUNTY
feat: enable task creators to reopen disputed tasks and reset claimer
+8
−1
20:20:26
ALGO_HACKERS_ALGO---BOUNTY
feat: implement force_resolve_dispute to auto-finalize task disputes after timeout
+12
−0
20:21:49
ALGO_HACKERS_ALGO---BOUNTY
feat: allow DAO members to propose task cancellation via community vote
+14
−0
20:35:56
go-algorand
CICD: fix uploading testdata in nightlies (#6367)
+5
−3
20:40:31
go-algorand
add Go Benchmark (go) benchmark result for 71750c2553dc6d24635e7168a190ac6e4e449edb
+445
−1
20:46:11
use-wallet
add canonify to signData docs, examples, and tests
+63
−10
21:04:24
indexer
Bump to latest snapshot go-algorand-sdk, update for type def updates.
+24
−23
21:14:33
weLend
Refactor orbital lending tests and contract logic
+5458
−6277
21:34:36
reti
Merge branch 'main' into v2-fix-addstake-fullpool
+498
−327
22:38:46
go-algorand
Add AWS credential configuration to e2e_subs job
+6
−0
23:27:45
java-algorand-sdk
Regenerate code from specification file
+33
−33