Home Reports Mar 7, 2025
Friday, March 7, 2025
- Commits
- 60
- pushed this day
- Repositories
- 14
- with activity
- Contributors
- 17
- distinct authors
- Lines changed
- +187,126 −39,218
- additions / deletions
Friday, March 7, 2025
60 commits were pushed across 14 repos by 17 authors. There were 187,126 additions and 39,218 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
14 repositories- go-algorand 9 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- algokit-typescript-template 1 commit
- devportal 11 commits
- devportal-code-examples 3 commits
- puya 3 commits
- puya-ts 17 commits
- reti 2 commits
- governance-contracts 5 commits
- a-day-in-my-bobalife 1 commit
- algo-voting 1 commit
- tatum-js 3 commits
- gridworks 2 commits
Commit Log
60 commits · 14 repositories
00:01:44
governance-contracts
[add:voting_pool_voting] add the ability for the user to make votes on proposals and have a score to track votes on pool proposals
+10040
−1478
00:32:30
governance-contracts
[add:proposal_getter] add getter to get proposal information by id
+3304
−1172
01:00:32
go-algorand
Build 2287 Data
+1
−1
01:18:06
algokit-typescript-template
feat: simplify the starter example (#26)
+26
−45
01:33:54
puya-ts
fix: Error when resolving gtxn.Transaction and discriminating by `.type` plus expand docs for group transactions
+3436
−226
01:43:48
puya
feat: Allow arc4 static array to be decoded into a native tuple with compatible item types
+22
−0
01:55:27
puya-ts
fix: Error when resolving gtxn.Transaction and discriminating by `.type` plus expand docs for group transactions
+3436
−226
02:03:22
puya-ts
Notes added by 'git notes add'
+1
−0
02:27:18
puya
feat: Allow native tuple to be encoded into either static array or dynamic array
+79
−5
03:03:26
governance-contracts
[finish:v0.5] finish v0.5 with latest test made on lora
+19363
−1682
03:14:01
algo-voting
Update @vue/eslint-config-typescript requirement from ^14.4.0 to ^14.5.0
+1
−1
07:38:32
tatum-js
ALL-10909 - Added BSC USDT
+5
−1
07:41:00
tatum-js
ALL-10909 - Added BSC USDT
+8
−1
07:43:28
tatum-js
Deploying to gh-pages from @ tatumio/tatum-js@0162975057a7fa23cf0b45d1441243fe34cc5692 🚀
+4889
−4875
10:04:08
devportal
Added env variables and config for d2 diagrams
+34
−8
10:19:57
puya
test: get arc4_encode_decode test case running and add more coverage
+24326
−18
10:22:13
devportal
Updated diagram
+0
−1
10:22:44
devportal
Updated diagram
+5
−0
10:37:56
devportal
Updated diagram theme
+19
−1
10:46:30
devportal
Updated theme overrides
+21
−3
11:02:31
devportal
Added check for diagram re-generation
+27
−10
11:11:47
devportal
Merge branch 'main' into feat/DVP-65_assets-content-fixes
+7393
−3416
11:31:47
devportal
Merge pull request #207 from algorandfoundation/feat/accounts-overview-diagrams
+106
−188
12:21:43
devportal
Moved D2 options to vars config in .d2 files
+27
−4
12:30:12
devportal
Merge pull request #209 from algorandfoundation/feat/accounts-overview-diagrams
+27
−4
14:07:47
governance-contracts
Added some comments and suggestions @p2arthur
+39
−32
15:10:08
governance-contracts
[add_documentation] improve overall contract documentation
+5375
−1492
15:14:15
a-day-in-my-bobalife
chore: log greeting (2025-03-07)
+1
−0
15:53:18
go-algorand-sdk
Fix tag name variable in post-release.yml. (#691)
+2
−2
16:07:21
go-algorand
p2p: fix http RoundTripper (#6267)
+103
−3
16:11:20
go-algorand
add Go Benchmark (go) benchmark result for ad30cd61f5581baa827379b5c7e10f5b3d14bf3b
+445
−1
16:43:28
reti
chore: release v1.3.3
+3
−3
17:03:08
gridworks
update
+109
−5
17:11:49
gridworks
minor doc update
+12
−15
17:39:43
go-algorand
stop duplicate library LDFLAGS warning
+0
−16
18:13:29
go-algorand
build: stop duplicate library LDFLAGS warning (#6268)
+0
−16
18:18:52
go-algorand
add Go Benchmark (go) benchmark result for 269945c55a8f433bd5464be242aa05391f14aee4
+445
−1
18:53:14
puya-ts
feat: Account now accepts a b32 address string + fix docs to make it clear that bytes value is public key
+44
−20
19:47:42
puya-ts
fix: Add missing .copy() function on arc4 struct as it is required when the struct contains a mutable field (eg. an array)
+22
−15
19:48:05
puya-ts
fix: Arc4 encode of bytes value to static bytes
+38
−5
19:49:49
puya-ts
chore: Expand test cases for arc4 structs in a box and regenerate approvals
+19473
−1126
20:13:34
devportal-code-examples
feat(smart-contracts): simplify contract examples; rebuild
+5899
−5988
20:24:42
go-algorand
netdeploy: add KmdJSONOverride
+63
−7
20:38:29
go-algorand
add TwoNodes50EachFuture.json
+4
−2
20:41:04
devportal-code-examples
Merge pull request #27 from algorandfoundation/feat/DVP-535-box-storaage-ts-example
+30998
−2324
21:03:45
go-algorand
Fix unit tests
+29
−1
21:22:03
devportal-code-examples
feat(smart-contracts): add scratch storage example
+7736
−0
21:53:30
reti
Merge pull request #377 from algorandfoundation/dev
+26
−31
22:21:12
puya-ts
feat: Add arc4EncodedLength helper for getting the fixed encoded size of a type
+1144
−497
22:56:14
devportal
feat: created transaction overview page, fixed generate diagram error
+120
−1
23:13:58
puya-ts
feat: Make arc4 structs mutable to simplify usage
+3279
−2125
23:23:29
java-algorand-sdk
Regenerate code from specification file
+9
−0
23:46:00
puya-ts
feat: Rework BoxMap API so it is just a function that returns a Box proxy for the given key
+5556
−4168
23:55:26
puya-ts
fix: Add missing .copy() function on arc4 struct as it is required when the struct contains a mutable field (eg. an array)
+22
−15
23:55:26
puya-ts
feat: Make arc4 structs mutable to simplify usage
+3279
−2125
23:55:26
puya-ts
fix: Arc4 encode of bytes value to static bytes
+38
−5
23:55:26
puya-ts
feat: Account now accepts a b32 address string + fix docs to make it clear that bytes value is public key
+44
−20
23:55:26
puya-ts
chore: Expand test cases for arc4 structs in a box and regenerate approvals
+19473
−1126
23:55:26
puya-ts
feat: Add arc4EncodedLength helper for getting the fixed encoded size of a type
+1144
−497
23:55:26
puya-ts
feat: Rework BoxMap API so it is just a function that returns a Box proxy for the given key
+5556
−4168