Home Reports Mar 11, 2025
Tuesday, March 11, 2025
- Commits
- 119
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 26
- distinct authors
- Lines changed
- +113,062 −113,864
- additions / deletions
Tuesday, March 11, 2025
119 commits were pushed across 19 repos by 26 authors. There were 113,062 additions and 113,864 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- go-algorand 8 commits
- indexer 9 commits
- revelio 4 commits
- algokit-templates 2 commits
- algo-models 3 commits
- algorand-typescript-testing 2 commits
- ARCs 4 commits
- devportal 10 commits
- devportal-code-examples 2 commits
- docs 1 commit
- puya 45 commits
- puya-ts 13 commits
- puya-ts-demo 7 commits
- aurally 1 commit
- algorand-hackseries-arc-usecase 1 commit
- a-day-in-my-bobalife 1 commit
- algo-voting 1 commit
- AlgorandCIDs 1 commit
- tinyman-order-protocol 4 commits
Commit Log
119 commits · 19 repositories
00:04:58
indexer
Remove call to `fmt.Println`
+0
−1
00:05:13
puya-ts-demo
ARC4 types in state
+62
−11
00:18:22
puya-ts-demo
State References
+29
−0
00:55:52
devportal
DVP-111 Content ported and structured
+150
−0
01:00:26
go-algorand
FI from master
+349
−2
01:00:27
go-algorand
Build 2291 Data
+1
−1
01:03:20
puya-ts-demo
Non-Uint64 Math and Overflows
+38
−0
01:11:08
devportal
feat: introduces expert cryptography and the overview of opcodes
+110
−1
01:25:21
devportal
chore: adds lint:fix command to fix problem
+2
−1
01:35:44
puya
chore: refining draft implementation
+956
−1770
03:42:57
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
04:09:17
puya-ts
chore: updae path
+1
−1
04:09:51
puya
chore: retesting codesign
+63
−35
04:09:51
puya
chore: don't exclude colorama on windows when building binary on windows
+21
−4
04:09:51
puya
chore: nitpick in pyproject toml
+1
−1
04:09:51
puya
wip?
+1
−0
04:09:51
puya
chore: testing ci
+39
−13
04:09:51
puya
puyapy exclusion not working && causes issues
+4
−6
04:09:51
puya
wip?
+5
−5
04:09:51
puya
wip
+17
−16
04:09:51
puya
wip?
+48
−27
04:09:51
puya
chore: addressing pr comments
+2
−5
04:09:51
puya
wip?
+6
−6
04:09:51
puya
chore: reverting tmp commit to test codesigning
+7
−18
04:09:51
puya
wip?
+1
−6
04:09:51
puya
chore: addressing pr comments
+42
−677
04:09:51
puya
chore: testing ci
+21
−22
04:09:51
puya
chore: revert commit with removal of env var
+28
−11
04:09:51
puya
wip
+231
−387
04:09:51
puya
feat: pyinstaller based binary support (#403)
+1892
−80
04:09:51
puya
chore: remove temporary changes
+6
−17
04:09:51
puya
chore: addressing pr comments
+30
−24
04:09:51
puya
wip?
+2
−11
04:09:51
puya
chore: removing use of env var to identify path to binary in ci
+52
−51
04:09:51
puya
chore: tmp commit to test codesigning
+19
−8
04:09:51
puya
wip?
+81
−28
04:09:51
puya
wip?
+2
−32
04:09:51
puya
wip
+15
−12
04:09:52
puya
wip
+1
−4
04:09:52
puya
wip
+152
−190
04:09:52
puya
wip
+11
−0
04:13:39
puya
wip
+14
−15
04:44:59
puya
test: add biguint test case
+54
−4
05:15:24
algorand-hackseries-arc-usecase
Initial commit
+2
−0
05:23:35
devportal
removed type: merged from main
+0
−5
05:53:50
puya
wip
+2
−1
06:20:51
algorand-typescript-testing
fix: change stub implementations of box, struct to match latest algo-ts
+1262
−1467
06:38:53
puya
wip
+22
−21
06:38:53
puya
wip
+2
−1
06:54:15
puya
wip
+1
−1
06:56:53
puya
wip
+1
−1
07:00:50
puya
wip
+2
−2
07:02:02
puya
wip
+142
−141
07:14:44
devportal-code-examples
feat: fee pooling example
+60
−1
07:20:43
devportal
chore: tala reverted
+1
−0
08:08:03
devportal
Added immediate notes
+130
−37
08:12:53
ARCs
Create TemplateForm.md
+19
−0
08:24:10
algorand-typescript-testing
feat: add stub implementation of arc4EncodedLength
+100
−7
08:35:10
puya-ts
fix: export OnCompleteActionStr missed in namespace move
+2
−2
09:10:32
puya
wip
+14
−11
09:18:18
tinyman-order-protocol
add collect_event
+11
−1
09:44:52
puya
fix: support `algopy.Array[algopy.BigUInt]` and `algopy.ImmutableArray[algopy.BigUInt]`
+172
−72
09:44:53
puya
feat: add optimization for `/` and `b/` ops when dividing by 1
+2
−2
09:44:53
puya
feat: add optimization for len op when used with statically sized values
+2
−0
10:00:35
puya
chore: compile all
+69125
−42077
10:13:57
devportal
fixes to intro-algorand
+32
−122
10:29:02
aurally
admin transactions page
+493
−2
10:32:15
ARCs
chore: update ledger test suite
+396
−151
10:42:40
tinyman-order-protocol
update order_approval; use duration instead of expiration_timestamp parameter
+441
−433
10:51:37
ARCs
doc: readme update
+2
−0
12:19:10
AlgorandCIDs
Updates and additions
+1266
−3
12:21:37
puya-ts
chore: diagnostics for workspace
+144
−3
12:21:49
puya-ts
Merge tag 'v1.0.0-beta.41' into language-server
+17486
−3277
12:38:12
devportal
updated sdk list
+224
−21875
13:30:12
tinyman-order-protocol
update order_approval; make put_order expiration_timestamp default to MAX_UINT64
+242
−230
13:30:40
revelio
contracts has many versions, arc56 validator preliminary findings
+892
−39
13:32:24
puya-ts-demo
fix headings
+3
−1
13:41:26
puya-ts-demo
State value assertions
+57
−0
13:46:51
puya-ts-demo
fix typos
+4
−2
13:52:13
puya-ts-demo
fix state syntax, update favorites example
+21
−16
14:07:41
revelio
basic json syntax highlighting, fix on arc56 validator
+119
−25
14:14:28
puya-ts
fix: Bug in calculating bit size of arc4 encoded types
+775
−548
14:53:11
ARCs
chore: remove skip
+1
−1
15:00:05
tinyman-order-protocol
add OrderingClient.update_ordering_app
+16
−0
15:14:41
a-day-in-my-bobalife
chore: log greeting (2025-03-11)
+1
−0
16:13:52
revelio
added logos, and a bunch of stuff
+296
−99
16:32:35
indexer
Add SQL query optimization for `group-id` param
+22
−2
16:45:47
algo-models
fix(axfer): convert asset amount to undefined
+295
−4
16:46:31
algo-models
ci: bump node version
+1
−1
16:51:44
indexer
Make the linter happy
+4
−1
16:56:57
indexer
Update comment
+1
−1
17:09:31
docs
Add RPC provider example
+9
−0
17:10:55
go-algorand
util: implement GetTotalMemory for mac and windows
+101
−16
17:34:56
revelio
some work to create a my projects page
+242
−55
17:48:01
go-algorand
test + fixes
+35
−7
17:53:40
go-algorand
fix linter
+4
−0
18:09:29
indexer
skip app calls and clear app state
+6
−0
18:12:23
indexer
nil out part key for keyreg too
+5
−5
18:17:02
puya
fix: further refinements in cd pipeline; removing codesigning of _internal folder
+292
−234
18:19:28
algokit-templates
chore: added package-lock
+4927
−0
18:22:18
indexer
Add TestKeyRegistrationApplicationTxn
+51
−0
18:27:22
indexer
clear more fields
+13
−2
18:46:47
indexer
update test
+123
−31
19:22:22
go-algorand
CR: remove KmdJSONOverride, add LibGoalFixture override
+35
−55
19:23:43
go-algorand
remove debugging code
+0
−2
20:20:28
puya-ts
fix: export OnCompleteActionStr missed in namespace move
+2
−2
20:28:31
puya-ts
Notes added by 'git notes add'
+1
−0
20:34:44
go-algorand
group TemplateKMDConfig ops
+6
−2
20:37:55
puya-ts
test: Add a test to confirm accessing box.value errors if the box has not been created
+1733
−3
20:38:01
puya-ts
fix: Bug in calculating bit size of arc4 encoded types
+775
−548
20:39:00
devportal
fix: rename cryptographic-tools
+40
−42
20:45:45
puya-ts
Notes added by 'git notes add'
+1
−0
20:52:36
puya-ts
docs: Include additional remark that box ref will error when accessing value if the box does not exist
+6
−3
21:02:36
puya-ts
test: Add a test to confirm accessing box.value errors if the box has not been created
+1733
−3
21:02:36
puya-ts
docs: Include additional remark that box ref will error when accessing value if the box does not exist
+6
−3
21:13:33
devportal
main bulk of the import
+3283
−37076
22:28:04
devportal-code-examples
feat: add multisig example, clean up comments
+121
−20
23:06:27
algo-models
feat: application call transactions
+452
−1
23:51:02
algokit-templates
chore: reverted back the frontend example to the previous one
+185
−1564