Home Reports Mar 12, 2025
Wednesday, March 12, 2025
- Commits
- 75
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +91,890 −41,756
- additions / deletions
Wednesday, March 12, 2025
75 commits were pushed across 20 repos by 21 authors. There were 91,890 additions and 41,756 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- go-algorand 6 commits
- java-algorand-sdk 1 commit
- algokit-client-generator-py 2 commits
- algokit-client-generator-ts 2 commits
- algokit-templates 1 commit
- algo-models 7 commits
- algorand-typescript-testing 4 commits
- ARCs 2 commits
- devportal 4 commits
- devportal-code-examples 7 commits
- nodekit 3 commits
- puya 2 commits
- puya-ts 9 commits
- puya-ts-demo 6 commits
- xGov 11 commits
- xgovw 2 commits
- xgovw-action 3 commits
- governance-contracts 1 commit
- a-day-in-my-bobalife 1 commit
- swapper 1 commit
Commit Log
75 commits · 20 repositories
01:18:02
algorand-typescript-testing
feat: add tests for setting items in struct back in
+57
−11
01:29:52
algorand-typescript-testing
Merge pull request #64 from algorandfoundation/fix/box-struct-arc4
+1409
−1475
01:34:07
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
02:31:31
devportal-code-examples
feat: update signign transaction example
+114
−28
02:49:56
puya-ts-demo
feat: add tealscript calculator, simple examples as base for migration
+14701
−7594
03:00:05
puya-ts-demo
migrate simple contract from tealscript to puya-ts
+2146
−436
03:02:01
puya-ts-demo
migrate kitchen sink contract from tealscript to puya-ts
+3675
−727
03:02:04
puya-ts-demo
migrate calculator contract from tealscript to puya-ts
+965
−265
04:07:42
puya-ts
chore: error handling
+56
−51
04:07:51
puya-ts
Merge remote-tracking branch 'origin/main' into language-server
+2515
−555
05:31:43
algorand-typescript-testing
fix: ensure all example contracts compile successfully
+6
−6
09:23:10
puya-ts-demo
Merge pull request #14 from algorandfoundation/feat/calculator-example
+17023
−4558
09:23:47
puya-ts-demo
feat: add tealscript lsig-with-add example as base for migration
+3370
−7
09:33:59
puya-ts
wip
+10
−8
09:38:15
xgovw
Merge pull request #3 from d13co/fix-comrak-dep
+2
−2
09:46:27
puya-ts
rename ALGORAND_LSP_PORT
+3
−3
09:47:02
puya-ts
Merge remote-tracking branch 'origin/main' into language-server
+19998
−3829
09:59:40
xgovw
update for xgov council application
+30
−150
10:04:02
xgovw-action
update for xgov council application
+40
−40
10:12:05
xGov
Create xgov_council-196.md
+19
−0
10:14:04
xGov
Update xgov_council-196.md
+1
−1
10:16:18
xgovw-action
update
+10
−12
10:19:05
xgovw-action
update
+2
−2
10:21:18
xGov
Update post-ci.yaml
+12
−10
10:21:33
xGov
Merge branch 'main' into test-application-council-linter
+12
−10
10:22:59
xGov
Update auto-label-bot.yml
+1
−1
10:23:14
xGov
Merge branch 'main' into test-application-council-linter
+1
−1
10:26:40
xGov
Update ci.yaml
+3
−3
10:26:51
xGov
Merge branch 'main' into test-application-council-linter
+3
−3
10:27:50
xGov
update status and file name
+2
−2
10:28:16
xGov
Merge pull request #217 from algorandfoundation/test-application-council-linter
+2
−2
10:51:42
xGov
Update README.md
+6
−7
10:53:20
ARCs
Create arc-0083.md
+38
−0
11:08:49
ARCs
Update links
+3
−1
11:42:58
puya-ts
wip - refactor
+134
−147
11:43:35
go-algorand
refactor: replace deprecated 'golang.org/x/exp/rand' to 'math/rand/v2'
+5
−6
11:58:36
swapper
Create README.md
+51
−0
12:13:22
devportal
fixes from review docs for accounts
+227
−249
14:01:13
nodekit
fix: online status for expired accounts
+11
−1
14:06:42
nodekit
Merge pull request #155 from algorandfoundation/chore/key-legend
+102
−133
14:35:55
algo-models
Merge pull request #26 from algorandfoundation/fix/axfer-amt
+296
−5
14:36:44
algo-models
chore(release): 1.0.0-canary.2 [skip ci]
+8
−1
14:36:46
algo-models
Notes added by 'git notes add'
+1
−0
14:42:15
go-algorand
Update netdeploy/networkTemplate.go
+1
−1
14:43:30
algo-models
ci: coverage reporters and provenance
+13
−3
14:43:40
go-algorand
build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /test/heapwatch (#6271)
+1
−1
14:48:44
go-algorand
add Go Benchmark (go) benchmark result for f53eaeb452d277d0992b45cd4c9c02f38bdabc28
+445
−1
15:14:33
a-day-in-my-bobalife
chore: log greeting (2025-03-12)
+1
−0
15:31:14
algokit-client-generator-py
fix: ensure close_out calls are generated in composer
+435
−15
15:35:36
algokit-client-generator-ts
fix: ensure update operations are generated on composer
+93
−0
15:36:41
algokit-client-generator-ts
chore: npm audit fix for axios
+4
−3
15:39:13
algokit-client-generator-py
chore: regen artifacts
+12
−12
15:50:01
algo-models
test(AssetParams): add instance check
+19
−0
15:50:07
algo-models
docs: improve on practices
+598
−523
16:18:54
nodekit
test: online status for expired accounts
+134
−11
16:27:27
go-algorand
test: add OverrideKmdConfig to libgoalFixture (#6269)
+75
−7
16:31:27
go-algorand
add Go Benchmark (go) benchmark result for 3a0cd6e19b05a2f38eb7ad5d855571b5eba180bb
+445
−1
17:12:22
algokit-templates
feat: added python and typescript fullstack
+2274
−4632
17:27:41
devportal-code-examples
Merge pull request #31 from algorandfoundation/update-sign-transactions-py
+121
−20
17:29:28
devportal-code-examples
chore: wip
+21
−8
17:31:41
devportal-code-examples
chore: move signer into transaction_with_signer section
+1
−5
17:34:31
devportal-code-examples
Merge branch 'main' into update-sign-transactions-py
+0
−0
17:40:57
devportal-code-examples
Merge pull request #33 from algorandfoundation/update-sign-transactions-py
+1
−5
17:51:10
puya
chore: testing ci
+163
−154
17:56:28
puya
chore: addressing pr comments
+148
−160
18:20:22
devportal
passing build
+9268
−1109
18:27:14
devportal
updated submodules
+4
−4
18:33:43
devportal
latest submodule content with passing build
+1416
−348
18:48:19
devportal-code-examples
Merge branch 'main' into update-sign-txns-ts
+1
−5
18:49:39
algo-models
test(appl): add test for appl create
+119
−8
19:14:46
puya-ts
feat: Inline basic const declarations so methods which rely on constant values work when they are indirectly passed a constant value
+2997
−5650
19:28:03
puya-ts
feat: Inline basic const declarations so methods which rely on constant values work when they are indirectly passed a constant value
+2997
−5650
19:36:02
puya-ts
Notes added by 'git notes add'
+1
−0
20:57:46
governance-contracts
[add:test] add tests to check the ability of more users to vote to a proposal and check voting power
+3002
−3078
23:27:01
java-algorand-sdk
Regenerate code from specification file
+9
−0