Home Reports Feb 13, 2025
Thursday, February 13, 2025
- Commits
- 238
- pushed this day
- Repositories
- 25
- with activity
- Contributors
- 28
- distinct authors
- Lines changed
- +2,157,696 −976,396
- additions / deletions
Thursday, February 13, 2025
238 commits were pushed across 25 repos by 28 authors. There were 2,157,696 additions and 976,396 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
25 repositories- arc19-minter 3 commits
- go-algorand 14 commits
- go-algorand-sdk 2 commits
- java-algorand-sdk 14 commits
- js-algorand-sdk 5 commits
- ledger-app-algorand 4 commits
- py-algorand-sdk 2 commits
- algokit-client-generator-py 2 commits
- algokit-client-generator-ts 2 commits
- algokit-python-template 1 commit
- algokit-subscriber-py 1 commit
- algokit-utils-py 3 commits
- algokit-utils-ts 2 commits
- algo-models 4 commits
- algorand-typescript-testing 4 commits
- devportal 9 commits
- devportal-code-examples 25 commits
- nodekit 1 commit
- puya 106 commits
- puya-ts 4 commits
- puya-ts-demo 1 commit
- aurally 2 commits
- a-day-in-my-bobalife 11 commits
- AlgoQuest 2 commits
- use-wallet 14 commits
Commit Log
238 commits · 25 repositories
00:02:08
devportal-code-examples
chore: add temp comment
+2
−0
00:03:13
devportal-code-examples
Merge branch 'main' into add-utils-py-examples
+112
−211
00:06:17
devportal-code-examples
chore: cleanup
+0
−359
00:07:11
java-algorand-sdk
More debugging.
+2
−1
00:08:46
devportal-code-examples
feat: add transaction type examples
+359
−0
00:39:01
devportal-code-examples
Merge branch 'main' into feat/DVP-367-add-ts-examples
+66283
−23117
00:39:38
devportal-code-examples
Merge branch 'feat/DVP-367-add-ts-examples' into transactions
+66283
−23117
00:46:26
devportal-code-examples
chore: add eslint config; fix linting errors
+22
−2
01:00:26
go-algorand
Build 2264 Data
+1
−1
01:00:26
go-algorand
FI from master
+369
−127
01:27:54
devportal-code-examples
test(smart contracts): add unit and integration tests for contracts
+5929
−1
01:40:30
go-algorand
Revert "fix test compile"
+1
−1
01:40:39
go-algorand
Revert "also calculate onlineRoundParamsHash from ReadDatabaseStep"
+26
−22
01:40:49
go-algorand
Revert "calculate onlineAccountsHash in catchpointFileWriter.readDatabaseStep"
+11
−17
01:46:00
java-algorand-sdk
Bump maven docker image and reflect updated min Java/Android versions.
+2
−2
01:49:26
devportal-code-examples
ci: add tealer installation to workflow
+3
−0
01:49:51
java-algorand-sdk
Debugging LogicsigSignature.
+9
−1
02:01:23
devportal-code-examples
ci: add snapshots to pass ci-teal-diff
+59358
−7010
02:06:09
java-algorand-sdk
Updated maven docker image.
+1
−1
02:13:55
go-algorand
move catchpointOnlineAccountsIterWrapper out of test code
+109
−121
02:14:03
devportal-code-examples
fix: directory name in algokit config
+1
−1
02:24:59
devportal-code-examples
fix: resolve ci-teal-diff GitHub Action failures
+6
−1
02:36:50
devportal-code-examples
Merge branch 'feat/DVP-367-add-ts-examples' into transactions
+65319
−7015
02:43:38
java-algorand-sdk
Bump to bouny castle jdk 8+ support.
+5
−5
03:30:22
devportal-code-examples
ci: setup pre-commit hooks
+77
−48
03:50:51
java-algorand-sdk
Bouncy Castle 1.72 seems be compatible with existing tests.
+3
−2
04:02:48
devportal-code-examples
ci: setup pre-commit hooks
+77
−48
04:06:56
devportal-code-examples
chore: update lint and formatting configs
+23
−18
04:08:40
devportal-code-examples
chore: update prettier ignore
+1
−1
04:11:10
devportal-code-examples
chore: update pre-commit hooks for python stuff
+8
−0
04:13:44
devportal-code-examples
fix: merge conflict
+32
−19
04:16:19
devportal-code-examples
chore: format code
+135
−131
04:16:32
devportal-code-examples
Merge branch 'feat/DVP-367-add-ts-examples' into transactions
+135
−131
04:16:51
devportal-code-examples
chore: format code
+48
−48
04:21:54
java-algorand-sdk
Stabilize bouncy castle version.
+6
−6
04:27:46
java-algorand-sdk
Remove debugging output.
+3
−14
04:58:22
algokit-utils-ts
fix: refine js docs
+3285
−711
06:37:10
puya
feat: add scratch based Array support
+4821
−1338
06:37:16
puya
chore: compile all
+453581
−248689
06:37:19
puya
remove ArrayExtend
+1
−85
06:37:19
puya
rename some functions
+57
−56
06:37:19
puya
fix: fix encoding of an array of arc4 bools when extending from a tuple of elements
+1737
−291
06:37:19
puya
feat: add `algopy.ImmutableArray`
+109118
−4197
06:37:19
puya
refactor
+142
−182
06:37:19
puya
chore: compile all
+8228
−13053
06:37:19
puya
add ArrayEncode
+125
−57
06:37:19
puya
Dan made me write this
+120
−145
06:37:19
puya
remove unused code
+1
−3
06:37:20
puya
nested immutable array support
+41
−9
06:37:20
puya
tests: add immutable array routing tests
+87
−15
06:37:20
puya
chore: compile all
+55401
−29396
06:37:20
puya
chore: ignore trace files
+2
−0
06:37:20
puya
chore: compile all
+62569
−19079
06:37:20
puya
chore: compile all
+39790
−16385
06:37:20
puya
fix immutable array iteration
+38
−1
06:37:20
puya
refactor: add wtype_to_arc4_wtype typing overloads
+19
−6
06:37:20
puya
remove debug code
+0
−7
06:37:20
puya
add expected output test for supported array elements
+75
−3
06:37:20
puya
add additional test case for order of evaluation in an assignment statement
+42868
−30859
06:37:21
puya
docs: Array docs (WIP)
+136
−3
06:37:21
puya
correctly describe immutable array types in ARC-56
+12
−10
06:37:21
puya
simplify
+1
−4
06:37:21
puya
refactor + make more conservative for now
+33
−45
06:37:21
puya
add notes about the ordering of evaluation of assignment nodes
+4
−3
06:37:21
puya
reduce diff
+2
−5
06:37:21
puya
restrict chained extract optimisation to known safe cases && reduce overall branch diff
+119
−216
06:37:21
puya
chore: compile all
+27789
−24388
06:37:21
puya
simplify
+9
−26
06:37:24
puya
chore: compile all (rebase)
+23816
−20205
06:37:26
puya
docs: explain how array conversions are done
+35
−9
06:37:26
puya
refactor: add source location to effective_array_encoding
+14
−10
06:37:26
puya
hmmmmming intensifies
+219
−238
06:37:26
puya
move ArrayReplace node validation to AWST
+7
−3
06:37:26
puya
chore: compile all
+1
−2
06:37:26
puya
refactor: provide source location where possible for wtype_to_ir_type
+16
−14
06:37:26
puya
Apply suggestions from code review
+3
−3
06:37:26
puya
minor simplification
+1
−3
06:37:26
puya
minor fix
+1
−1
06:37:26
puya
docs: add data structures intro
+30
−10
06:37:26
puya
minor change
+1
−1
06:37:26
puya
reduce diff
+3
−1
06:37:26
puya
use the term static size instead of fixed size
+21163
−21162
06:37:27
puya
wip 🤕
+9
−10
06:37:27
puya
linting / expand ternary
+545
−546
06:37:27
puya
minor refactor
+5
−7
06:37:27
puya
wip 🤕
+34206
−22637
06:37:27
puya
only decode array item if required
+10
−7
06:37:27
puya
isolate the presumptive encoding of immutable-arrays to IR layer
+1516
−1507
06:37:27
puya
add more validation for array element types
+135
−5
06:37:27
puya
chore: compile all
+1166
−1166
06:37:27
puya
add tests for array tuple extends
+13149
−7454
06:37:27
puya
chore: compile all
+7960
−8802
06:37:27
puya
ensure array coverage at O0
+58
−20
06:37:27
puya
- add missing `__add__` implementation to ImmutableArray expression builder
+21578
−14455
06:37:27
puya
saving some for Dan
+16
−19
06:37:27
puya
add assert for popped values
+9
−7
06:37:27
puya
redundant code elimination
+1
−3
06:37:27
puya
remove TODO
+0
−17
06:37:27
puya
allow disabling specific optimizations (internal only)
+11
−2
06:37:28
puya
wip done?
+22
−15
06:37:28
puya
comment
+4
−0
06:37:28
puya
- split ref and stack arrays as types, not just one immutable property
+280
−266
06:37:28
puya
chore: compile all
+3197
−3092
06:37:28
puya
fix bug with incorrect indices when popping from array
+9
−4
06:37:29
puya
test concat immutable array
+14
−0
06:37:29
puya
extract function from the beastie boi
+49
−39
06:37:29
puya
remove unused code
+0
−29
06:37:29
puya
wip 🐍
+7
−3
06:37:29
puya
minor changes
+1
−2
06:37:29
puya
chore: compile all
+23739
−18245
06:37:29
puya
wip 🐍
+985
−1051
06:37:29
puya
wip 🐍
+10
−11
06:37:29
puya
wip 🐍
+34
−46
06:37:29
puya
remove todo
+1
−1
06:37:29
puya
wip 🐍
+51
−47
06:37:29
puya
test index native array of arc4 elements
+13
−4
06:37:29
puya
increase AWST validation
+49
−46
06:37:29
puya
simplify types in validators, since we don't have to worry about cattrs and unions here
+3
−5
06:37:29
puya
increase AWST validation
+19
−8
06:37:29
puya
wip 🐍
+55
−66
06:37:30
puya
fix imports
+4
−4
06:37:30
puya
↩️
+2
−4
06:37:30
puya
make some ir functions private
+22
−22
06:37:30
puya
remove unused type ignore in test
+2
−2
06:37:30
puya
increase AWST validation
+3
−1
06:37:30
puya
fix for the fix for the fix
+3
−1
06:37:30
puya
this is now a load bearing assumption
+11
−14
06:37:30
puya
beatific
+4
−3
06:37:30
puya
Just when I thought I was out... they pull me back in
+10
−4
06:37:30
puya
expand implicit conversion test cases
+8475
−355
06:37:30
puya
handle inconsequential difference between ARC4 types when looking at effective array encodings
+29335
−23152
06:37:30
puya
grammarify
+1
−1
06:37:30
puya
move test that requires remove_unused_variables optimizaiton into it's own contract
+26260
−25029
06:37:30
puya
improve error message when attempting to serialize an Array
+16
−1
06:37:30
puya
support serialization of ImmutableArray
+8058
−7935
06:37:30
puya
remove unused code
+0
−8
06:37:30
puya
remove rake from iteration garden
+9
−20
06:37:30
puya
fix doc error
+1
−1
06:37:30
puya
my way or the highway
+3
−2
06:37:30
puya
add test for log, emit and abi_call
+14
−0
06:37:30
puya
fix for the fix for the fix
+4
−7
06:39:53
puya
chore: compile all (rebase)
+19434
−16301
07:35:57
puya
feat: add `algopy.Array` and `algopy.ImmutableArray` (#386)
+764614
−294520
08:01:59
ledger-app-algorand
Arbitrary sign (#40)
+538
−60
08:24:33
aurally
ui updates
+944
−62
08:34:57
ledger-app-algorand
Bump Version
+2
−2
08:41:30
ledger-app-algorand
Upload Snapshots
+0
−0
08:49:07
algorand-typescript-testing
refactor: further tweaks to make things work with jest
+120
−123
09:35:59
algorand-typescript-testing
feat: add docs for setting up jest with algorand-typescript-testing
+267
−3
09:43:57
algorand-typescript-testing
Merge pull request #55 from algorandfoundation/refactor/transformer
+476
−165
09:48:07
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:51:28
puya-ts-demo
feat: tweak jest config and add more example contracts
+2502
−281
10:23:51
devportal
Fixed lint error
+12
−5
11:07:41
devportal
Fixed build error
+1
−1
11:28:55
devportal
Added multisig documentation
+51
−0
11:43:06
nodekit
Merge pull request #150 from algorandfoundation/v1.2.2
+82
−26
12:34:05
devportal
Added accounts rekey documentation
+346
−0
13:20:11
algokit-utils-ts
chore: doc tweak
+2
−2
13:31:03
algokit-python-template
chore: enable auto import completions in pylance
+7
−0
13:50:06
algokit-utils-py
chore: wip syncing with latest ts docstring examples
+244
−27
14:11:15
algo-models
feat: Add computeGroupId support in Encoder
+1708
−968
14:16:05
algo-models
chore: merging latest main
+11262
−2151
14:19:51
algo-models
chore: remove esm preserveValueImports
+0
−1
14:25:03
go-algorand
catchpoints: move logic in readDatabaseStep to reusable catchpointOnlineAccountsIterWrapper (#6253)
+109
−121
14:28:32
algokit-client-generator-py
docs: patch typo; ignore cd on changes in docs folder only
+37
−31
14:29:13
go-algorand
add Go Benchmark (go) benchmark result for 8fce49c0efd20efc97247e773d7400d48d19716f
+445
−1
14:44:17
ledger-app-algorand
Merge pull request #41 from Zondax/dev
+540
−62
14:44:36
aurally
more ui updates to the pages
+136
−105
14:55:34
go-algorand
Build 2265 Data
+1
−1
14:55:34
go-algorand
FI from master
+109
−121
15:14:18
a-day-in-my-bobalife
chore: log greeting (2025-02-13)
+1
−0
15:21:00
algokit-client-generator-py
docs: patch typo; ignore cd on changes in docs folder only (#42)
+37
−31
15:33:36
go-algorand
Merge branch 'master' into relbeta4.0.2
+120
−126
16:23:14
devportal
chore: update code example broken links
+35
−35
16:30:19
use-wallet
fix(*): align active wallet handling across framework adapters
+56
−36
16:30:46
a-day-in-my-bobalife
chore: bump ui from 1.7.7 to 1.7.8 in /DisneyScenicRides
+1
−1
16:30:50
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx in /DisneyScenicRides
+1
−1
16:30:52
devportal
Merge pull request #179 from algorandfoundation/fix-broken-code-example-links
+35
−35
16:30:54
a-day-in-my-bobalife
chore: bump foundation from 1.7.7 to 1.7.8 in /DisneyScenicRides
+1
−1
16:34:00
use-wallet
refactor(solid): remove unused Wallet interface
+0
−15
16:36:08
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx from 2.8.6 to 2.8.7 in /DisneyScenicRides (#216)
+1
−1
16:36:12
a-day-in-my-bobalife
chore: bump foundation from 1.7.7 to 1.7.8 in /DisneyScenicRides (#217)
+1
−1
16:37:11
a-day-in-my-bobalife
chore: bump ui from 1.7.7 to 1.7.8 in /DisneyScenicRides (#215)
+1
−1
16:37:24
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx
+1
−1
16:37:30
a-day-in-my-bobalife
chore: bump runtime-livedata from 1.7.7 to 1.7.8 in /DisneyScenicRides
+1
−1
16:38:21
algokit-utils-py
chore: align error message with ts
+2
−2
16:39:49
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx from 2.8.6 to 2.8.7 in /DisneyScenicRides (#218)
+1
−1
16:40:33
a-day-in-my-bobalife
chore: bump runtime-livedata from 1.7.7 to 1.7.8 in /DisneyScenicRides (#219)
+1
−1
16:43:50
devportal
fix for build
+35
−35
16:44:43
algo-models
Merge pull request #21 from algorandfoundation/feat-computeGroupId
+2234
−833
16:46:12
go-algorand
Merge pull request #6254 from Algo-devops-service/relbeta4.0.2
+120
−126
16:47:33
algokit-utils-py
fix: ensure root of unnamed resources response is parsed into typed class
+47
−33
16:48:03
use-wallet
fix(solid): update tests to mock BaseWallet array
+5
−30
16:51:10
use-wallet
fix(useWallet): ensure consistent wallet interface across adapters (#346)
+61
−81
16:51:37
AlgoQuest
Version: 1.0.6 : Added Lot of functionality
+1391
−173
16:56:57
AlgoQuest
Version: 1.0.7: Added Wallet Biometrics, metaverse
+514
−3
16:59:28
devportal
first draft
+146
−0
17:03:02
devportal
added missing file extension
+142
−0
17:25:53
go-algorand
Merge remote-tracking branch 'upstream/master' into feat/populate_resources
+2440
−1923
17:30:45
algokit-client-generator-ts
chore: deprecate beaker
+14408
−9309
17:38:21
go-algorand
rename variable to avoid shadowing struct
+3
−3
17:47:56
use-wallet
chore(docs): sync v3.x documentation
+4789
−3417
17:57:02
algokit-subscriber-py
fix ruff diags
+7
−3
17:59:43
use-wallet
docs(gitbook): Add E2E Testing guide to table of contents
+11
−13
18:01:05
algokit-client-generator-ts
chore: rebuild artifacts
+8
−8
18:16:18
java-algorand-sdk
bump up version to 2.7.0
+17
−2
18:20:24
use-wallet
docs(gitbook): Fix broken links and annotations in E2E Testing guide
+12
−5
18:23:28
use-wallet
docs(gitbook): Remove "References" section from E2E Testing guide
+0
−5
18:25:39
arc19-minter
v2.1 conversion to ARC3 support
+159
−53
18:26:59
arc19-minter
fix default
+1
−1
18:28:03
arc19-minter
Merge pull request #3 from 1fatalix1/v2.1
+158
−52
18:29:32
use-wallet
docs(gitbook): updates via GitHub Sync (#347)
+10
−10
18:36:13
go-algorand-sdk
bump up version to v2.8.0
+19
−0
18:41:52
java-algorand-sdk
Merge branch 'release/2.7.0'
+130
−127
18:42:43
use-wallet
docs(gitbook): Remove "References" section from E2E Testing guide
+8
−8
18:45:40
use-wallet
Merge branch 'main' into v4
+10
−10
18:48:24
java-algorand-sdk
bump up version to 2.7.0 (#777)
+17
−2
18:49:03
java-algorand-sdk
Bump org.bouncycastle:bcprov-jdk15to18 from 1.66 to 1.78
+1
−1
18:49:43
use-wallet
chore(docs): clear docs directory for v4.x documentation
+0
−1733
19:01:30
java-algorand-sdk
Maven artifacts for 2.7.0
+11
−11
19:02:02
java-algorand-sdk
Publishing javadoc for algosdk:2.7.0
+3776
−3848
19:29:46
go-algorand-sdk
Merge branch 'release/v2.8.0'
+177
−65
19:40:47
use-wallet
chore: merge v4 branch for stable release
+5255
−5737
19:45:36
use-wallet
chore: release v4.0.0
+36
−51
20:16:48
py-algorand-sdk
bump up version to v2.8.0
+15
−1
20:22:54
js-algorand-sdk
bump up version to v3.2.0
+22
−7
20:24:58
js-algorand-sdk
bump up version to v2.11.0
+26
−7
20:49:47
js-algorand-sdk
Merge branch 'release/v3.2.0'
+1761
−520
21:11:02
js-algorand-sdk
Automated docs update
+1893
−1904
21:32:51
js-algorand-sdk
Merge branch 'release/v2.11.0' into v2.x-master
+374
−41
21:49:58
py-algorand-sdk
Merge branch 'release/v2.8.0'
+274
−79
21:49:58
devportal-code-examples
chore: update algorand typescripts deps
+52
−25
23:18:52
devportal-code-examples
refactor(transactions): reorganize transactions into discrete functions; add property comments
+76
−52
23:28:15
devportal-code-examples
feat(transactions): add transaction types code examples
+366
−324
23:34:44
puya-ts
regenerate nodes and resolve issues
+10951
−1546
23:37:34
puya-ts
bump algo-ts version
+2
−2
23:44:07
puya-ts
clean up package scripts
+1
−2
23:55:42
puya-ts
array ptype is always immutable
+4
−7