Home Reports Apr 3, 2025
Thursday, April 3, 2025
- Commits
- 211
- pushed this day
- Repositories
- 35
- with activity
- Contributors
- 41
- distinct authors
- Lines changed
- +443,056 −154,055
- additions / deletions
Thursday, April 3, 2025
211 commits were pushed across 35 repos by 41 authors. There were 443,056 additions and 154,055 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
35 repositories- go-algorand 10 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- js-algorand-sdk 1 commit
- abel 14 commits
- AlgoEvents 1 commit
- Algorand-Node-Dashboard 9 commits
- AuctionX 1 commit
- Clickr_App_TS 3 commits
- embedded-algo-wallet 1 commit
- folks-contracts 3 commits
- makerx-ai-agents 7 commits
- My-Node-Tunnel 1 commit
- node-monitoring 1 commit
- puya-metrics 1 commit
- revelio 2 commits
- smart-wallet-for-agent-to-agent-interaction 37 commits
- The-Sound-of-AVM 2 commits
- utils-ts 2 commits
- wasm-vrf-example 4 commits
- weDAO 44 commits
- WeTrust 1 commit
- algorand-typescript-testing 3 commits
- ARCs 3 commits
- puya 28 commits
- puya-ts 1 commit
- puya-ts-demo 1 commit
- Copyright_blockchain 2 commits
- d-asa 3 commits
- Algorand_Digital_Market 1 commit
- AuctionX 17 commits
- a-day-in-my-bobalife 1 commit
- bitcoinBuyer1_CryptoMaven.xyz 1 commit
- use-wallet-ui 2 commits
- AlgoBotX 1 commit
Commit Log
211 commits · 35 repositories
00:31:57
use-wallet-ui
feat(ui): add dark mode support to wallet components
+14
−12
00:58:18
The-Sound-of-AVM
Initial commit
+1328
−0
01:00:20
go-algorand
Build 2306 Data
+1
−1
01:06:07
weDAO
[add:test_claim_participation_rewards] add test for claiming participation rewards
+93
−22
01:07:13
weDAO
Merge pull request #7 from Algorand-Developer-Retreat/contract
+205
−82
01:08:42
The-Sound-of-AVM
Added README.md
+32
−0
01:32:01
puya
chore: compile all
+13892
−1
01:32:01
puya
fix: use correct member name for default argument error
+1
−1
01:32:01
puya
fix: fix ARC-56 storage type information for uint64 and account types
+32
−19
01:32:01
puya
refactor: use equality check instead of identity
+1
−1
01:32:01
puya
feat: allow reference types to be used in ARC-4 methods when part of native arrays, tuples or as return types
+152
−87
01:32:01
puya
refactor: ensure all cases of storage type are covered when checking for native uint64 support
+11
−3
01:32:01
puya
refactor: ensure no exceptions are lost/discarded when attempting to collect typing errors from ARC-4 contract method signatures
+28
−18
01:32:01
puya
chore: remove outdated comment
+0
−2
01:32:01
puya
refactor: ensure all exceptions within an ExceptionGroup are handled appropriately
+7
−16
01:32:01
puya
refactor: support handling exception groups
+17
−10
03:21:06
bitcoinBuyer1_CryptoMaven.xyz
finished, moved out typescript version;
+22
−21241
03:51:17
puya
refactor: re-export ArgKind from `puyapy.models`, to reduce mypy references
+164
−204
05:35:55
puya
refactor: remove unused class
+0
−16
05:39:07
puya
refactor: move function to the only file it is used in
+99
−99
05:40:22
puya
refactor: move function to the only file it is used in
+31
−32
06:01:49
Algorand-Node-Dashboard
New Panel and Screenshot, added logo
+511
−278
06:05:56
Algorand-Node-Dashboard
License update
+0
−674
06:18:39
puya
refactor: cleanup imports & module constants
+13
−15
06:19:54
Copyright_blockchain
Add files via upload
+0
−0
06:20:39
Copyright_blockchain
Update README.md
+29
−0
06:30:20
AuctionX
Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
+15136
−0
06:32:30
embedded-algo-wallet
v0.0.1
+2
−2
06:40:53
Algorand-Node-Dashboard
Create LICENSE
+21
−0
06:44:05
AlgoBotX
modified response by adding chunks
+23
−8
06:44:32
puya
refactor: decouple custom-typeshed location from typeshed-stub detection
+14
−7
06:48:51
puya
refactor: don't filter out any warnings in compile-all
+0
−1
06:49:30
puya
refactor: reuse mypy configuration in ts node generation script
+11
−49
07:07:22
puya
refactor: move parsing to parse.py
+160
−172
07:26:46
puya-ts-demo
add "subject to change" header, fix some typos
+55
−108
07:35:25
AuctionX
intialised contract for Auction
+1
−1
07:40:54
AuctionX
added function for application creation and setting state variables on algorand
+24
−2
07:42:03
Algorand_Digital_Market
Update README.md
+2
−0
07:43:06
AuctionX
function added for opt-in the assets for selling and placing the bid for user
+33
−0
08:03:14
puya
refactor: reuse mypy configuration in ts node generation script
+11
−49
08:03:14
puya
refactor: don't filter out any warnings in compile-all
+0
−1
08:03:14
puya
refactor: re-export ArgKind from `puyapy.models`, to reduce mypy references
+164
−204
08:03:14
puya
refactor: remove unused class
+0
−16
08:03:14
puya
refactor: move function to the only file it is used in
+31
−32
08:03:14
puya
refactor: move function to the only file it is used in
+99
−99
08:03:14
puya
refactor: move parsing to parse.py
+160
−172
08:03:14
puya
refactor: decouple custom-typeshed location from typeshed-stub detection
+14
−7
08:03:14
puya
refactor: cleanup imports & module constants
+13
−15
08:04:29
ARCs
Update arc-0083.md
+15
−0
08:14:14
AuctionX
function added for accepting bid
+23
−0
08:14:47
AuctionX
cpntract completed
+42
−1
08:15:50
ARCs
Update arc-0083.md
+7
−5
08:19:40
ARCs
Merge pull request #338 from algorandfoundation/xGov2
+102
−0
08:20:14
abel
package json
+4
−3
08:33:26
smart-wallet-for-agent-to-agent-interaction
feat: listing app and listing factory app finished
+15992
−5
08:40:20
folks-contracts
Initial commit
+23
−0
08:46:57
weDAO
Added nfd functionality and fixed buffer issue
+66
−11
08:49:28
weDAO
favicon added
+0
−0
08:50:07
Algorand-Node-Dashboard
Readme and other updates
+658
−486
08:51:01
Algorand-Node-Dashboard
Link fix
+1
−1
08:56:06
folks-contracts
initial structure
+124
−0
08:56:43
revelio
stuff
+478
−64
08:57:21
abel
AssetText / AssetTextLabel split & type fixes
+4866
−3231
08:58:28
abel
Merge pull request #3 from tasosbit/feat/v2-sdk
+30943
−7816
08:58:36
revelio
added favicon
+10
−0
08:59:46
makerx-ai-agents
chore: wip
+3575
−138
09:04:08
weDAO
updated badges
+62
−17
09:06:28
weDAO
updates packages
+4175
−5872
09:11:49
weDAO
more deps updates
+3191
−1495
09:19:01
weDAO
add:rewards_contract
+3339
−1608
09:20:47
weDAO
[add:contract] add contract tests for rewards proposal
+318
−123
09:21:45
Algorand-Node-Dashboard
Updated graphing rate from 5m to 1m for more granularity
+135
−300
09:23:20
weDAO
Merge pull request #8 from Algorand-Developer-Retreat/contract
+3348
−1605
09:23:41
Algorand-Node-Dashboard
Updated graphing rate from 5m to 1m for more granularity
+1
−0
09:26:26
Algorand-Node-Dashboard
CPU Graph fix
+2
−1
09:33:47
wasm-vrf-example
implement `cancelGame`
+23
−1
09:33:58
weDAO
updatd packages
+69
−109
09:35:17
algorand-typescript-testing
feat: allow mock results to be setup for compileArc4 and abiCall
+1665
−297
09:35:17
algorand-typescript-testing
chore: update puya-ts dependency
+1011
−747
09:41:57
weDAO
Added NFD example env
+37
−13
09:44:04
smart-wallet-for-agent-to-agent-interaction
chore: change project name to contracts
+2
−2
09:50:50
Algorand-Node-Dashboard
Updating descriptions
+15
−3
09:56:41
smart-wallet-for-agent-to-agent-interaction
Merge pull request #1 from Algorand-Developer-Retreat/feat/add-plugin-factory-listing-apps
+15994
−7
09:57:47
smart-wallet-for-agent-to-agent-interaction
wip: added ui to project
+18542
−0
10:05:32
wasm-vrf-example
f
+2289
−1469
10:06:28
smart-wallet-for-agent-to-agent-interaction
chore: merged main in
+10690
−8
10:22:33
go-algorand
Remove gfrz field from afrz transaction
+63
−142
10:24:25
abel
batch getAssetsLabels function
+3
−0
10:27:03
go-algorand
Remove unused flag in 'goal asset freeze'
+0
−2
10:27:13
makerx-ai-agents
Added documentation
+22
−2
10:28:28
weDAO
Added minimum holding check
+98
−38
10:48:05
weDAO
Updated many things
+121
−40
10:48:06
weDAO
[fix:test] fix test to get yes_no_rewards proposals
+227
−128
10:49:37
use-wallet-ui
feat(example): add minimal header layout to example project
+21
−4
10:49:57
weDAO
added optional deps
+3
−0
10:50:14
weDAO
Merge branch 'main' of https://github.com/Algorand-Developer-Retreat/weDAO
+250
−122
10:59:29
weDAO
tried the optional deps
+22
−5
11:02:27
weDAO
update to lock file
+8016
−9711
11:07:05
weDAO
Added external rollup
+5
−0
11:11:37
weDAO
more externals
+2
−1
11:12:36
weDAO
more deps
+1
−1
11:14:33
weDAO
more deps
+1
−1
11:29:55
My-Node-Tunnel
first commit
+55
−0
11:30:45
abel
Merge 6097947bd9be90ecb4bf440b801afdbee8f19f7f into 97e9d69c0452611003640aa80383d39f29ead8f8
+1298
−4755
11:38:14
smart-wallet-for-agent-to-agent-interaction
feat: add mcp client and server
+3346
−8
12:06:26
smart-wallet-for-agent-to-agent-interaction
feat: marketplace plugin implemented
+7438
−1067
12:09:48
smart-wallet-for-agent-to-agent-interaction
updates
+3200
−709
12:10:05
smart-wallet-for-agent-to-agent-interaction
Merge pull request #3 from Algorand-Developer-Retreat/feat/add-plugin-factory-listing-apps
+7438
−1067
12:11:38
smart-wallet-for-agent-to-agent-interaction
Merge pull request #2 from Algorand-Developer-Retreat/mcp-stuff
+3346
−8
12:13:17
abel
sdk addLabelToAssets
+163
−21
12:14:18
smart-wallet-for-agent-to-agent-interaction
chore: merged main
+3643
−10223
12:14:39
weDAO
Merge branch 'main' of https://github.com/Algorand-Developer-Retreat/weDAO
+4435
−6107
12:16:33
smart-wallet-for-agent-to-agent-interaction
Merge pull request #4 from Algorand-Developer-Retreat/feat/ui
+14169
−14730
12:23:41
AuctionX
Compiled And Successfully tested contract through Lora Explorer
+5026
−0
12:24:16
smart-wallet-for-agent-to-agent-interaction
updates
+648
−0
12:24:55
smart-wallet-for-agent-to-agent-interaction
Merge pull request #5 from Algorand-Developer-Retreat/feat/abstracted_account
+648
−0
12:25:24
smart-wallet-for-agent-to-agent-interaction
chore: minor fixes
+7
−10
12:27:41
smart-wallet-for-agent-to-agent-interaction
fix: error because of dependency bug fix change on puya-ts
+46090
−5
12:28:05
smart-wallet-for-agent-to-agent-interaction
Merge pull request #6 from Algorand-Developer-Retreat/feat/puya-ts-dep-fix
+46090
−5
12:28:23
smart-wallet-for-agent-to-agent-interaction
Merge branch 'main' of https://github.com/iskysun96/smart-wallet-for-agent-to-agent-interaction into feat/add-plugin-factory-listing-apps
+46090
−5
12:36:13
makerx-ai-agents
Fixing utf-8 issue
+4
−3
12:44:14
smart-wallet-for-agent-to-agent-interaction
feat: make CLI output typed and pretty
+13
−365
12:49:06
smart-wallet-for-agent-to-agent-interaction
Merge pull request #7 from Algorand-Developer-Retreat/mcp-stuff
+13
−365
12:50:09
makerx-ai-agents
Fixing problem with deploying lsig
+2
−0
13:02:27
smart-wallet-for-agent-to-agent-interaction
updates
+2870
−1926
13:03:19
smart-wallet-for-agent-to-agent-interaction
Merge pull request #8 from Algorand-Developer-Retreat/fix/algokit-linkage
+2870
−1926
13:13:55
AuctionX
frontend intialised and wallet connection
+4436
−451
13:19:42
smart-wallet-for-agent-to-agent-interaction
updates
+1731
−66
13:21:57
abel
feat(ui): Add Asset list
+267
−2514
13:31:55
smart-wallet-for-agent-to-agent-interaction
Merge pull request #9 from Algorand-Developer-Retreat/feat/add-plugin-factory-listing-apps
+7
−10
13:33:29
smart-wallet-for-agent-to-agent-interaction
wip: adding optin plugin
+8
−8
13:33:56
smart-wallet-for-agent-to-agent-interaction
Merge branch 'main' into feat/optin-plugin
+7
−10
13:35:16
go-algorand
Change GlobalFreeze codec from '0' to 'G'
+21
−21
13:36:10
go-algorand
update "asset_holding_get" and "asset_params_get" opcodes
+31
−14
13:39:38
weDAO
Moved a copy of the yes/no client to front-end, udpated get proposals to filter for "_p" prefix boxes
+1086
−10
13:39:40
weDAO
Merge branch 'main' of https://github.com/Algorand-Developer-Retreat/weDAO
+227
−128
13:45:53
makerx-ai-agents
Added hello world typescript mcp server
+2122
−0
13:48:22
weDAO
Updated metadata
+1
−1
13:53:22
d-asa
chore: lock dependencies
+16
−16
13:53:36
d-asa
chore: build artifacts
+5719
−3431
13:57:37
wasm-vrf-example
add frontend demo
+10875
−0
13:57:59
wasm-vrf-example
update README
+2
−2
14:06:36
abel
feat(ui): Very very basic ui
+143
−7
14:08:28
go-algorand
Merge pull request #2 from ori-shem-tov/feature/asa-global-freeze
+31
−14
14:09:43
weDAO
initial copy pasta
+1303
−0
14:10:55
d-asa
Merge pull request #31 from cusma/dependabot/pip/minor-and-patch-c71aecfffd
+5769
−3481
14:11:30
folks-contracts
implementation of access control
+143
−0
14:16:00
weDAO
Updated contract to verify mbr_txn and removed unused params
+9
−5
14:16:31
weDAO
Updated Client
+1125
−1010
14:17:17
weDAO
Updated front end version
+72
−75
14:18:16
smart-wallet-for-agent-to-agent-interaction
feat: add mock tools
+4
−4
14:22:38
smart-wallet-for-agent-to-agent-interaction
chore: remove optin plugin references, we'll just have the marketplace plugin do it for the demo
+1175
−3427
14:23:12
smart-wallet-for-agent-to-agent-interaction
Merge pull request #10 from Algorand-Developer-Retreat/feat/optin-plugin
+1178
−1765
14:26:34
smart-wallet-for-agent-to-agent-interaction
feat: add recursive tool calling
+219
−47
14:31:25
abel
contract: addLabelToAssets batch
+3154
−2509
14:54:46
weDAO
proposal forms updated
+443
−26
15:06:53
weDAO
added methods for craeting reward proposals
+46
−8
15:07:59
weDAO
methods for voting
+15
−1
15:14:24
a-day-in-my-bobalife
chore: log greeting (2025-04-03)
+1
−0
15:17:25
weDAO
added claim methods
+26
−2
15:25:26
makerx-ai-agents
Added prototype implementation of the MCP server that issues transactions to algorand using the logic sig
+520
−30
15:29:08
weDAO
[add:loading+information] add loading when loading proposals + improvements on information display
+205
−128
15:29:56
weDAO
pull from latest
+527
−36
15:29:57
weDAO
trying to get the correct global state
+13
−10
15:34:03
weDAO
Merge branch 'main' into rewards-dao
+205
−129
15:34:13
weDAO
Merge pull request #9 from Algorand-Developer-Retreat:rewards-dao
+13
−9
15:45:48
weDAO
proposal badges added and proposal data updated
+38
−11
16:05:46
abel
example env files
+9
−0
16:06:20
abel
role env files in gitignore
+2
−0
16:09:09
smart-wallet-for-agent-to-agent-interaction
feat: implement streaming responses
+78
−41
16:09:28
smart-wallet-for-agent-to-agent-interaction
feat: add price negotiation agent
+339
−23
16:10:29
smart-wallet-for-agent-to-agent-interaction
Merge pull request #11 from Algorand-Developer-Retreat/mcp-agents
+575
−50
16:10:49
weDAO
[add:sorting] sort proposals list using the expiration date so proposals that expire later are diplayed first on the list
+3354
−1668
16:11:04
weDAO
Merge branch 'main' of https://github.com/Algorand-Developer-Retreat/weDAO
+50
−19
16:14:34
makerx-ai-agents
wip stuff
+115
−24
16:17:40
go-algorand
add RaiseFdSoftLimit
+26
−7
16:18:22
weDAO
upd:dependencies
+6
−0
16:20:13
go-algorand
API: Enable gzip middleware and test for it (#6284)
+24
−0
16:24:39
go-algorand
add Go Benchmark (go) benchmark result for 558bcc3ce84496634dbbe2b7cbf4ab7c81754adc
+445
−1
16:36:52
abel
feat(ui): migrate to MUI data table with pagination
+1464
−1070
16:39:51
AuctionX
Octopus commit containing 1 refs
+0
−24266
16:46:41
WeTrust
fix & build
+11886
−45
16:51:00
puya-ts
wip
+33
−0
16:51:59
utils-ts
Initial commit
+21
−0
16:56:03
utils-ts
feat: initial implementation of utils-ts library
+7877
−0
16:57:35
abel
feat(ui): remove icons and convert fully to MUI
+72
−84
17:03:41
puya-metrics
Initial commit
+21
−0
17:12:08
AuctionX
Updated the readme with project description
+77
−35
17:17:23
AuctionX
Update README.md
+2
−2
17:19:40
AuctionX
updated readme
+1
−1
17:22:18
abel
fix full view support
+41
−31
17:22:42
AuctionX
Merge branch 'main' of https://github.com/Algorand-Developer-Retreat/AuctionX
+1
−1
17:24:11
AuctionX
Create LICENSE
+21
−0
17:43:49
AuctionX
Added Auction page for displaying the details
+851
−0
17:49:06
AuctionX
CreateAuction Page added
+591
−266
17:58:16
AuctionX
added MyBids Page check bids where you have placed
+323
−2
18:02:14
AuctionX
Changed Title
+1
−1
18:30:00
AlgoEvents
Version: 1.0.2 : Editied /calenders to /calenders
+0
−0
18:51:49
go-algorand
catchpoint: handle loadFromDisk/recoverFromCrash during first stage correctly
+4
−2
19:06:08
algorand-typescript-testing
WIP - hacking
+200
−141
21:07:15
Clickr_App_TS
Redesign and add back in Wallet
+45
−43
22:46:06
smart-wallet-for-agent-to-agent-interaction
refactor
+90
−89
23:17:17
Clickr_App_TS
move to Testnet
+31
−31
23:27:16
java-algorand-sdk
Regenerate code from specification file
+43
−59
23:27:42
js-algorand-sdk
Regenerate code from specification file
+63
−148
23:27:46
go-algorand-sdk
Regenerate code from specification file
+47
−18
23:28:20
Clickr_App_TS
update for testnet to work with render
+19
−15
23:41:47
smart-wallet-for-agent-to-agent-interaction
updates
+4395
−1824
23:43:43
smart-wallet-for-agent-to-agent-interaction
Merge pull request #12 from Algorand-Developer-Retreat/feat/optin-plugin
+4395
−1824
23:43:52
smart-wallet-for-agent-to-agent-interaction
Merge pull request #13 from Algorand-Developer-Retreat/mcp-agents
+90
−89
23:48:58
node-monitoring
docs: node monitoring configuration
+144
−0