Home Reports Jan 3, 2025
Friday, January 3, 2025
- Commits
- 62
- pushed this day
- Repositories
- 16
- with activity
- Contributors
- 12
- distinct authors
- Lines changed
- +140,420 −37,835
- additions / deletions
Friday, January 3, 2025
62 commits were pushed across 16 repos by 12 authors. There were 140,420 additions and 37,835 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
16 repositories- ff-py-sdk 1 commit
- algorand-sdk-testing 1 commit
- go-algorand 6 commits
- java-algorand-sdk 4 commits
- algokit-core 1 commit
- algokit-avm-vscode-debugger 1 commit
- algokit-utils-ts 3 commits
- algokit-utils-ts-debug 1 commit
- algorand-typescript-testing 6 commits
- devportal 1 commit
- devportal-code-examples 6 commits
- nodekit 4 commits
- reti 3 commits
- d-asa 22 commits
- AlgoPlonk 1 commit
- a-day-in-my-bobalife 1 commit
Commit Log
62 commits · 16 repositories
01:00:31
go-algorand
Build 2221 Data
+1
−1
03:10:42
go-algorand
add params and check EnableOnlineAccountCatchpoints in catchpointFileWriter
+63
−35
03:11:21
go-algorand
catchpointdump: add onlineaccounts and onlineroundparams
+104
−2
03:25:51
algorand-typescript-testing
refactor: capture generic type info only for boxes, global states, and local states as type info is not needed for others
+22
−15
03:50:17
algorand-typescript-testing
Merge pull request #25 from algorandfoundation/refactor-visitor
+22
−15
03:54:46
algorand-typescript-testing
refactor: remove extra util methods
+62
−80
04:07:13
algorand-typescript-testing
refactor: encode ZERO_ADDRESS without using algosdk
+13
−15
05:36:43
algorand-typescript-testing
refactor: make parallel calls to avm in test to reduce wait time in tests
+28
−18
05:51:09
algorand-typescript-testing
Merge pull request #26 from algorandfoundation/refactor-util
+103
−113
06:07:11
go-algorand
handle votersTracker setting lowestRound to lower than dbRound+1-320
+115
−32
06:30:22
go-algorand
fix remaining compilation errors from interface change
+18
−17
06:38:40
go-algorand
fix onlineAccountsDelete table selection
+1
−1
07:51:49
devportal
chore: added intro paragraph
+5
−1
08:40:30
devportal-code-examples
Added artifacts for local storage contract
+2388
−0
08:47:55
devportal-code-examples
Merge pull request #8 from algorandfoundation/storage/local
+2560
−0
10:38:10
d-asa
feat: assert no pending coupon subroutine
+2501
−2389
11:14:16
devportal-code-examples
Fixed lint
+10346
−388
11:28:18
d-asa
doc: add pending payments conditions
+20
−7
11:51:05
d-asa
feat: add the interest oracle role
+9292
−8070
12:39:16
devportal-code-examples
Merge branch 'main' into storage/global-box
+1
−1
13:00:55
devportal-code-examples
fixed error: output stability
+1
−1
13:30:27
d-asa
doc: add the interest oracle role
+1
−0
13:31:04
d-asa
feat: perpetual bond
+416
−0
13:31:31
d-asa
test: perpetual bond
+1705
−0
13:38:48
d-asa
doc: perpetual bond
+29
−0
13:39:26
d-asa
chore: build perpetual bond artifacts
+33189
−0
13:39:41
d-asa
chore: perpetual bond deployment config
+39
−0
13:46:22
d-asa
doc: typo
+1
−1
14:09:59
d-asa
Merge pull request #3 from cusma/feat/perpetual-bond
+53635
−14319
14:13:29
nodekit
chore: update command descriptions
+119
−30
14:13:29
nodekit
chore: update command descriptions
+119
−30
14:17:50
d-asa
chore: rename "asset" -> "application"
+35
−35
14:39:42
d-asa
feat: role prefixes
+10625
−10623
15:02:21
d-asa
doc: reference implementation tests
+29
−1
15:05:57
d-asa
doc: fix external links
+6
−6
15:06:21
d-asa
doc: README
+51
−2
15:13:27
d-asa
doc: link tbd
+1
−1
15:14:05
a-day-in-my-bobalife
chore: log greeting (2025-01-03)
+1
−0
15:37:35
devportal-code-examples
Merge pull request #9 from algorandfoundation/storage/global-box
+8629
−476
15:51:40
d-asa
chore: env arranger address
+5
−5
16:02:43
d-asa
chore: ci/cd secrets inherit
+3
−0
16:30:02
d-asa
doc: deployment links
+11
−11
16:44:11
d-asa
doc: documentation links
+2
−2
16:48:22
nodekit
docs: add documentation generator
+654
−116
16:48:22
nodekit
docs: add documentation generator
+654
−116
17:07:08
d-asa
Merge pull request #4 from cusma/release/v0.1.0
+2
−2
17:37:35
AlgoPlonk
Add logicsig verifiers
+1923
−288
18:05:20
ff-py-sdk
Updated transactions for new xalgo version
+424
−252
19:50:16
algorand-sdk-testing
add indexer heartbeat test
+47
−11
19:53:21
java-algorand-sdk
add deserialization test
+16
−1
19:53:21
java-algorand-sdk
Support HeartbeatTxnFields
+176
−6
19:53:21
java-algorand-sdk
bump ubuntu image to ubuntu-2204:2022.10.2
+1
−1
19:58:07
algokit-avm-vscode-debugger
fix: patching algosdkv3 compatibility issues
+74
−61
20:14:40
java-algorand-sdk
add indexer test
+13
−0
20:27:13
algokit-utils-ts-debug
fix: align debug traces dir name with algokit-utils-py behaviour
+2
−2
21:00:44
reti
chore: v0.11.10
+3
−3
21:06:50
reti
Merge pull request #332 from algorandfoundation/dev
+4
−4
21:08:30
reti
Merge branch 'dev' into feat/algosdk-v3
+3
−3
22:24:19
algokit-utils-ts
fix: align AlgorandClientInterface with AlgorandClient (#355)
+8
−24
22:26:44
algokit-utils-ts
remove implements AlgorandClientInterface for implementation
+1
−2
22:34:13
algokit-utils-ts
generate documentation
+87
−183
23:52:11
algokit-core
chore: move testing crate to examples
+11
−17