Home Reports May 6, 2025
Tuesday, May 6, 2025
- Commits
- 164
- pushed this day
- Repositories
- 21
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +522,993 −266,875
- additions / deletions
Tuesday, May 6, 2025
164 commits were pushed across 21 repos by 24 authors. There were 522,993 additions and 266,875 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
21 repositories- go-algorand 26 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- js-algorand-sdk 1 commit
- community 1 commit
- algokit-core 9 commits
- algokit-client-generator-ts 19 commits
- algokit-subscriber-py 2 commits
- algokit-templates 2 commits
- liquid-auth-ios 3 commits
- puya 61 commits
- specs 14 commits
- aurally 1 commit
- asa-manager 2 commits
- algorand-reputation-system 12 commits
- a-day-in-my-bobalife 1 commit
- algo-voting 2 commits
- AlgorandCIDs 2 commits
- Algoxange 2 commits
- use-wallet 1 commit
- use-wallet-ui 1 commit
Commit Log
164 commits · 21 repositories
00:40:34
Algoxange
the buy and delete application functions logic is updated
+5
−11
00:42:59
Algoxange
the buy and delete application functions logic is updated
+118
−29
01:00:26
go-algorand
FI from master
+923
−909
01:00:26
go-algorand
Build 2340 Data
+1
−1
01:59:03
community
Commit from GitHub Actions (Community Interest Tracker)
+2
−1
02:16:02
go-algorand
make unused linter happy
+14
−111
03:01:16
go-algorand
make gosimple linter happy
+42
−92
03:07:15
go-algorand
make revive (formerly golint) linter happy
+5
−6
03:17:16
go-algorand
make ineffassign linter happy
+5
−7
03:20:04
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
03:20:16
algo-voting
Update @typescript-eslint/parser requirement from ^8.31.1 to ^8.32.0
+1
−1
03:57:10
go-algorand
make staticcheck linter happy
+34
−50
07:00:16
puya
fix: don't optimize constant `btoi` if the result would be invalid
+5426
−5
07:06:04
puya
fix: don't optimize constant `btoi` if the result would be invalid
+5426
−5
07:08:18
puya
feat: add `algopy.Box.create` for initializing boxes with an initial size
+14697
−11857
07:13:42
puya
feat: add `algopy.Box.create` for initializing boxes with an initial size
+14697
−11857
07:14:43
puya
docs: add scriv release note
+41
−0
07:14:43
puya
test: add test
+89
−0
07:14:44
puya
feat: tuple storage
+352
−108
07:14:44
puya
refactor: move puya.wtypes.persistable_stack_type to ir.types_
+73
−38
07:14:44
puya
refactor: lock down some semantics of WTypes
+170
−1199
07:18:35
puya
chore: compile all
+92199
−32613
07:18:38
puya
remove assert that is checked at lower levels, and uses a property that front-ends shouldn't necessarily be relying on
+0
−2
07:18:38
puya
- ensure BoxKeyPrefixExpression is validated for storage types
+55
−17
07:19:37
puya
refactor: encapsulate uin64+box conversion in encode_for_storage
+1364
−1360
07:19:52
puya
fixes:
+51
−25
07:21:00
puya
chore: compile all
+24618
−16724
07:21:18
puya
prevent treating void type as a value
+11
−6
07:21:18
puya
fix: handle nested tuples in IR builder arc4.undefined_value
+9
−7
07:21:18
puya
fix: prevent critical error when invalid tuple declarations are encountered
+1
−1
07:21:18
puya
re-use undefined_values function
+9
−17
07:21:18
puya
test: add approval tests for loading tuples from states with defaults or as a maybe-pair
+25
−0
07:21:18
puya
improve invalid state error message deduplication
+10
−3
07:21:18
puya
- correctly determine if a tuple is persistable or not
+434
−314
07:21:18
puya
when converting WType to IRType, ensure we always have a source location in case of errors
+69
−35
07:21:18
puya
refactor: add AppStorageKind read-only property to StorageExpression union members
+24
−12
07:21:18
puya
test: ensure tuples with non-persistable elements gives correct error message
+7
−0
07:21:18
puya
fix(internal): augmented assignment target should be Lvalue
+2
−2
07:21:18
puya
chore: compile all
+17319
−11781
07:21:18
puya
move undefined_value from arc4 to _utils
+33
−22
07:23:53
puya
chore: compile all
+32133
−48511
07:23:55
puya
import linting
+6
−24
08:03:20
specs
docs: define committable proposal-value
+1
−1
08:03:55
specs
docs: define pinned proposal-value
+1
−0
08:06:05
puya
refactor: add note about storage IRType
+4
−0
08:09:31
specs
docs: minor fixes
+12
−6
08:10:47
specs
Merge remote-tracking branch 'origin/develop' into abft-nn-proposal-handler
+222
−1
08:16:04
specs
fix: add missing tex-macro
+1
−0
08:18:38
specs
Merge remote-tracking branch 'origin/develop' into abft-nn-bundle-handler
+222
−1
08:50:04
asa-manager
add .env file with required fields
+12
−0
08:51:27
asa-manager
Update README.md
+1
−11
08:59:34
specs
docs: add distinction between proposal value and full proposal
+48
−8
09:07:13
puya
test: document and test the order of evaluation of StateGet AWST node
+7808
−816
09:21:44
algokit-core
feat: initial support for oas spec based http clients
+23167
−0
09:23:34
algokit-core
chore: traits docstrings
+52
−4
09:26:22
algokit-core
chore: fix AlgoKit capitalization
+3
−3
09:26:41
algokit-core
feat: initial support for oas spec based http clients (#63)
+23167
−0
09:26:41
algokit-core
feat: initial support for oas spec based http clients (#63)
+23167
−0
09:31:50
specs
docs: add compound message implementation reference
+15
−0
09:32:54
specs
Merge pull request #143 from algorandfoundation/abft-nn-bundle-handler
+101
−14
09:36:01
specs
Merge branch 'develop' into abft-nn-proposal-handler
+101
−14
09:41:36
algokit-core
chore: remove the "Errors" section of the docstrings
+14
−47
09:57:29
algokit-core
chore: remove addressed FIXMEs
+5
−3
09:59:31
algokit-core
chore: remove superfluous docstring sentence
+0
−3
10:27:01
algokit-core
Merge branch 'main' into chore/docstrings
+23242
−176
10:57:30
liquid-auth-ios
fix: give visual feedback that the registration worked
+6
−1
11:13:37
liquid-auth-ios
docs: add WIP
+2
−0
11:13:58
liquid-auth-ios
Merge pull request #2 from algorandfoundation/feat/scan-qr-triggers-flow
+1800
−34
11:24:28
go-algorand
Merge branch 'master' into feat/populate_resources
+8518
−5326
12:37:13
specs
Merge pull request #142 from algorandfoundation/abft-nn-proposal-handler
+187
−3
12:56:25
use-wallet
feat(lute): add signData capability for wallet authentication (#365)
+1400
−161
12:58:50
specs
Merge pull request #154 from algorandfoundation/abft-nn-security-model
+68
−3
13:04:03
algokit-client-generator-ts
build(deps-dev): bump typescript from 5.4.2 to 5.4.5
+4
−3
13:25:54
puya
move undefined_value from arc4 to _utils
+33
−22
13:25:54
puya
import linting
+6
−24
13:25:54
puya
refactor: move puya.wtypes.persistable_stack_type to ir.types_
+73
−38
13:25:54
puya
refactor: add note about storage IRType
+4
−0
13:25:54
puya
refactor: encapsulate uin64+box conversion in encode_for_storage
+1364
−1360
13:25:54
puya
test: add approval tests for loading tuples from states with defaults or as a maybe-pair
+25
−0
13:25:54
puya
fix(internal): augmented assignment target should be Lvalue
+2
−2
13:25:54
puya
chore: compile all
+92199
−32613
13:25:54
puya
improve invalid state error message deduplication
+10
−3
13:25:54
puya
feat: tuple storage
+352
−108
13:25:54
puya
prevent treating void type as a value
+11
−6
13:25:54
puya
refactor: add AppStorageKind read-only property to StorageExpression union members
+24
−12
13:25:54
puya
remove assert that is checked at lower levels, and uses a property that front-ends shouldn't necessarily be relying on
+0
−2
13:25:54
puya
when converting WType to IRType, ensure we always have a source location in case of errors
+69
−35
13:25:54
puya
docs: add scriv release note
+41
−0
13:25:54
puya
fix: handle nested tuples in IR builder arc4.undefined_value
+9
−7
13:25:54
puya
test: ensure tuples with non-persistable elements gives correct error message
+7
−0
13:25:54
puya
re-use undefined_values function
+9
−17
13:25:54
puya
- correctly determine if a tuple is persistable or not
+434
−314
13:25:54
puya
chore: compile all
+17319
−11781
13:25:54
puya
refactor: lock down some semantics of WTypes
+170
−1199
13:25:54
puya
chore: compile all
+24618
−16724
13:25:54
puya
fixes:
+51
−25
13:25:54
puya
- ensure BoxKeyPrefixExpression is validated for storage types
+55
−17
13:25:54
puya
fix: prevent critical error when invalid tuple declarations are encountered
+1
−1
13:25:54
puya
test: document and test the order of evaluation of StateGet AWST node
+7808
−816
13:25:54
puya
test: add test
+89
−0
13:25:54
puya
chore: compile all
+32133
−48511
13:35:20
go-algorand
undo one gosimple lint change
+9
−6
13:36:18
puya
4.8.0
+27
−293
13:43:36
go-algorand
testing: remove basics AccountData.OnlineAccountData conversion function (#6313)
+119
−93
13:47:54
go-algorand
add Go Benchmark (go) benchmark result for e4c416ad428482d79bc7708ebe5efc0913367482
+445
−1
13:48:41
go-algorand
better fix for lint error
+2
−1
13:50:27
go-algorand
restore .golangci.yml
+5
−1
13:58:55
go-algorand
PR feedback from @yossigi
+3
−0
13:59:00
go-algorand
Merge remote-tracking branch 'upstream/master' into vote-compression
+2469
−1845
14:32:54
go-algorand
fix: add reject version to app tests
+2
−2
14:34:24
go-algorand
update README
+35
−31
15:03:14
AlgorandCIDs
Updates and additions
+2009
−53
15:15:00
a-day-in-my-bobalife
chore: log greeting (2025-05-06)
+1
−0
15:41:11
use-wallet-ui
chore(deps): add typescript-eslint package to root dependencies (#4)
+148
−8
15:55:43
go-algorand
CR feedback
+1
−3
16:19:58
go-algorand
ledger: fix duplicate empty rows for suspended accounts (#6314)
+92
−1
16:24:32
go-algorand
add Go Benchmark (go) benchmark result for 5d1d36e62edaa6dba096fd3cc8d89adf85f6e553
+445
−1
16:26:37
aurally
login and logout implementaions made
+270
−196
16:44:01
specs
docs: non-normative network overview
+18
−7
16:44:20
specs
docs: non-normative network overview
+32
−0
16:45:35
go-algorand
CR feedback
+1
−1
16:56:05
algokit-client-generator-ts
Merge pull request #98 from algorandfoundation/dependabot/npm_and_yarn/prettier-3.2.5
+0
−0
17:09:18
algokit-client-generator-ts
build(deps-dev): bump eslint from 8.56.0 to 8.57.0
+1016
−87
17:39:18
go-algorand
CI: fix some linter advice for old code (#6315)
+102
−262
17:43:54
go-algorand
add Go Benchmark (go) benchmark result for 039c933748197934b961c83730beb7eb790e287e
+445
−1
17:47:42
algorand-reputation-system
Update contract.py
+12
−18
17:50:34
algorand-reputation-system
Update deploy_config.py
+4
−8
17:52:01
algorand-reputation-system
Update __main__.py
+14
−3
17:56:41
algorand-reputation-system
Update alg_rs_test.py
+0
−23
17:57:02
algokit-subscriber-py
chore(deps-dev): bump python-semantic-release from 9.19.1 to 9.21.0 (#29)
+115
−7
17:58:44
algokit-subscriber-py
chore(deps-dev): bump ruff from 0.11.7 to 0.11.8
+21
−21
17:58:51
algorand-reputation-system
imported necessary things
+6
−0
17:59:49
algorand-reputation-system
set up contract
+8
−0
18:02:08
algorand-reputation-system
test rep flow initialised
+3
−0
18:03:10
algorand-reputation-system
Bootstrap with dummy NFT ID and threshold
+3
−0
18:04:41
algorand-reputation-system
Set score for a user
+3
−0
18:05:55
algorand-reputation-system
Confirm is_reputable returns true
+4
−0
18:06:57
algorand-reputation-system
Mint NFT
+3
−0
18:08:06
algorand-reputation-system
Check NFT balance (has_nft should be True)
+4
−0
18:09:53
algokit-client-generator-ts
chore: updated vitest to the latest version to fix npm audit failure
+238
−115
18:12:47
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
18:15:00
algokit-client-generator-ts
chore: updated tealscript to latest release
+5
−5
18:15:01
algokit-client-generator-ts
chore: updated jsonschema to the latest version
+19
−15
18:15:01
algokit-client-generator-ts
chore: updated noble ed25519 package to the latest version
+9
−11
18:15:01
algokit-client-generator-ts
chore: updated tsconfig node20 to the latest version
+7
−6
18:15:01
algokit-client-generator-ts
chore: updated eslint to the latest release
+5
−5
18:16:55
algokit-client-generator-ts
chore: updated typescript and typescript-eslint to the latest version
+82
−115
18:16:58
algokit-client-generator-ts
chore: updated tsx to the latest version
+7
−6
18:16:59
algokit-client-generator-ts
chore: updated tsd to the latest version
+11
−9
18:21:43
algokit-client-generator-ts
chore: updated wait-on to the latest version
+12
−589
18:26:06
algokit-client-generator-ts
chore: updated package-lock file
+4655
−1780
18:29:28
algokit-client-generator-ts
Merge pull request #161 from algorandfoundation/chore/update-minors
+4224
−1953
18:32:18
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
18:34:13
algokit-client-generator-ts
chore: updated @commitlint major
+306
−554
18:38:33
algokit-client-generator-ts
chore: updated rimraf major version to latest
+103
−6
19:10:43
go-algorand
Merge remote-tracking branch 'upstream/master' into vote-compression
+194
−263
19:42:55
go-algorand
fix merge
+4
−0
19:58:22
go-algorand
make nilerr linter happy
+10
−10
22:28:56
algokit-templates
feat: udpated notebook
+720
−188
22:30:45
algokit-templates
feat: added push example target to makefile
+37
−0
23:26:56
java-algorand-sdk
Regenerate code from specification file
+141
−65
23:27:13
AlgorandCIDs
Updates and additions
+3161
−0
23:27:14
go-algorand-sdk
Regenerate code from specification file
+93
−19
23:27:23
js-algorand-sdk
Regenerate code from specification file
+284
−148