Home Reports Aug 31, 2025
Sunday, August 31, 2025
- Commits
- 72
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 22
- distinct authors
- Lines changed
- +21,196 −2,808
- additions / deletions
Sunday, August 31, 2025
72 commits were pushed across 19 repos by 22 authors. There were 21,196 additions and 2,808 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- go-algorand 2 commits
- Hack-Series-CM 7 commits
- julo-nft-ticketing 9 commits
- pranivi-frontend 6 commits
- algokit-lora 2 commits
- devportal 1 commit
- NFT_Marketplace 1 commit
- mobileapp 1 commit
- rosetta-smart-contracts 4 commits
- BlockEstate 7 commits
- AlgoPay 1 commit
- Algokit-utils-asset-create 1 commit
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 6 commits
- forestfish 1 commit
- ghostgranny 1 commit
- TicTacToe 10 commits
- arcraft 10 commits
- asa-list 1 commit
Commit Log
72 commits · 19 repositories
01:00:27
go-algorand
Build 2461 Data
+1
−1
02:03:02
asa-list
Add files via upload
+3
−0
07:16:55
Hack-Series-CM
updated index.tsx
+56
−2
07:19:27
Hack-Series-CM
optimized collapsible.tsx
+52
−99
07:21:41
Hack-Series-CM
updated package.json
+13
−9
07:22:55
algokit-lora
feat(optional_sender): implement basic working version of optional sender address with auto populate using feeSink addr
+70
−102
07:22:59
Hack-Series-CM
optimized app.json
+17
−6
07:25:05
Hack-Series-CM
Optimized Onborading page
+42
−91
07:37:10
algokit-lora
add(optional_sender) implement the use of dispenser address for empty sender in localnet
+10
−2
07:54:37
devportal
Correct description of global state decoding with TypeScript.
+2
−2
08:06:23
AlgoPay
Update layout.tsx
+13
−113
08:56:40
pranivi-frontend
updated product page
+81
−67
09:00:33
pranivi-frontend
contact page fixed
+111
−51
09:02:54
pranivi-frontend
shipments page added
+104
−87
09:06:33
pranivi-frontend
QR generation
+183
−79
09:07:54
pranivi-frontend
fixed packages
+18
−17
10:41:10
NFT_Marketplace
Update README.md
+1
−1
10:58:57
Hack-Series-CM
Merge pull request #7 from dipen353/master
+60
−1
10:59:05
Hack-Series-CM
Merge pull request #8 from lacasalala/master
+124
−151
10:59:21
pranivi-frontend
Merge pull request #6 from Manikanta-srigade/master
+497
−301
13:17:49
TicTacToe
Deleted the old code
+0
−222
13:21:57
TicTacToe
Imports and Type Aliases
+9
−0
13:22:47
TicTacToe
Define GameState Struct
+7
−0
13:23:43
TicTacToe
Start TicTacToe Contract and Initialize State
+7
−0
13:24:18
TicTacToe
Add opt_in Subroutine
+5
−0
13:25:25
TicTacToe
Add new_game Method (Start, No Logic Yet)
+4
−0
13:28:35
BlockEstate
Update server.js
+0
−0
13:28:40
TicTacToe
Implement new_game Logic: Opt-in and ID Increment
+5
−1
13:28:48
BlockEstate
Update app.py
+0
−0
13:28:59
BlockEstate
Update index.js
+0
−0
13:29:27
BlockEstate
Update RealestateFactory.ts
+0
−0
13:29:41
BlockEstate
Update index.ts
+1
−1
13:29:55
BlockEstate
Update index.html
+0
−0
13:30:12
BlockEstate
Update script.js
+0
−0
13:30:46
TicTacToe
Add MBR and Receiver Checks to new_game
+5
−0
13:31:34
TicTacToe
Initialize GameState in new_game
+8
−0
13:32:11
TicTacToe
Finalize new_game: Post Checks and Return
+7
−0
13:57:59
rosetta-smart-contracts
Added 5 more Fe contracts
+774
−0
15:00:51
rosetta-smart-contracts
Merge pull request #5 from teattyteati/main
+774
−0
15:09:22
rosetta-smart-contracts
Fix typo in Fe/Ethereum implementation note
+1
−1
15:10:18
rosetta-smart-contracts
Update Fe/Ethereum implementation description
+1
−1
15:13:48
a-day-in-my-bobalife
chore: log greeting (2025-08-31)
+1
−0
16:15:34
julo-nft-ticketing
Add map location integration in /create page
+125
−20
16:16:33
julo-nft-ticketing
feat: Implement NFT sending when user signs up
+44
−0
16:17:44
julo-nft-ticketing
feat: Add certificate minting functionality for event completion
+158
−0
17:00:13
julo-nft-ticketing
Update tailwind.config.ts
+5
−5
17:01:36
julo-nft-ticketing
Update tailwind.config.ts
+5
−4
17:02:47
algokit-walletsdk-kmp
Copy over snapshot of Wallet-SDK UI code over to KMP repo
+8419
−464
17:02:55
julo-nft-ticketing
Update tailwind.config.ts
+63
−56
17:04:01
julo-nft-ticketing
Update tailwind.config.ts
+15
−7
17:05:44
julo-nft-ticketing
Update tailwind.config.ts
+31
−47
17:33:46
julo-nft-ticketing
Merge pull request #11 from hasini0105/master
+51
−51
18:11:37
arcraft
chore: add .gitattributes for consistent line endings and linguist hints
+28
−0
18:12:48
arcraft
docs: add CONTRIBUTING.md with setup and PR guidelines
+67
−0
18:14:08
arcraft
docs: add CODE_OF_CONDUCT.md (Contributor Covenant)
+34
−0
18:14:51
arcraft
docs(usecase): add overview README for examples
+24
−0
18:17:37
arcraft
docs: add Development section to README with local workflow
+22
−0
18:23:10
arcraft
feat(arc59): add debugMode flag and setter
+6
−0
18:25:22
arcraft
chore(arc59): add conditional debug logging via private log()
+9
−0
18:25:42
arcraft
refactor(arc59): centralize appId resolution via getAppId()
+6
−3
18:26:06
arcraft
feat(arc59): basic validation in generateARC59ClaimTxns()
+6
−0
18:26:31
arcraft
refactor(arc59): add computeTotalAmount() and use in grandTotal calc
+9
−1
18:59:40
Algokit-utils-asset-create
Complete code
+39
−14
19:04:38
algokit-walletsdk-kmp
fix: lint issues
+30
−30
19:18:45
algokit-walletsdk-kmp
feat: copy over snapshot of Wallet-SDK UI code over to KMP repo (#13)
+8415
−460
19:26:48
algokit-walletsdk-kmp
fix: Switch Github Url bottom nav to open webview and not external browser
+5
−2
19:31:25
algokit-walletsdk-kmp
ci: add in codeowners file
+9
−0
19:35:44
algokit-walletsdk-kmp
fix: switch GitHub url bottom nav to open in webview and not external browser (#15)
+14
−2
20:30:14
go-algorand
Initial draft of the external archival mode
+194
−8
21:40:54
mobileapp
Modernize gradle configuration, update Flutter dependencies
+211
−208
22:13:22
forestfish
0.2.47
+74
−5
22:18:55
ghostgranny
0.2.47
+11
−13