Home Reports Aug 30, 2024
Friday, August 30, 2024
- Commits
- 91
- pushed this day
- Repositories
- 16
- with activity
- Contributors
- 23
- distinct authors
- Lines changed
- +104,077 −85,470
- additions / deletions
Friday, August 30, 2024
91 commits were pushed across 16 repos by 23 authors. There were 104,077 additions and 85,470 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
16 repositories- go-algorand 9 commits
- algokit-lora 15 commits
- algokit-utils-ts 2 commits
- ARCs 4 commits
- devportal 2 commits
- liquid-auth 1 commit
- liquid-auth-android 1 commit
- puya 28 commits
- xHD-Wallet-API-ts 1 commit
- Switch 3 commits
- arcpay-sdk 3 commits
- a-day-in-my-bobalife 3 commits
- tatum-js 8 commits
- tinyman-js-sdk 4 commits
- use-wallet 4 commits
- xbacked-sdk 3 commits
Commit Log
91 commits · 16 repositories
00:12:08
Switch
Update README.md
+2
−0
00:15:48
Switch
Update README.md
+2
−0
00:30:43
algokit-lora
clean up app ui
+151
−69
01:00:25
go-algorand
FI from master
+577
−276
01:00:25
go-algorand
Build 2091 Data
+1
−1
02:15:28
algokit-lora
refactor the mapper
+89
−120
02:17:56
algokit-lora
convert storage to cards again
+12
−22
03:33:37
algokit-lora
create new "State" card
+27
−11
05:12:42
algokit-lora
chore: finalise feature
+400
−323
05:20:39
algokit-lora
refactor method def, no need cache
+61
−44
05:38:16
algokit-lora
wip - read/write directly from indexeddb, no need cache atoms
+34
−37
05:45:37
algokit-lora
fix tests
+66
−126
06:06:15
algokit-lora
fix tests
+21
−12
06:24:16
algokit-lora
fix: fix decoding abi method, no deploy button for arc4
+52
−34
06:38:23
algokit-lora
add test for viewing abi method def
+181
−7
06:59:11
puya
minor refactoring / de-linting
+13
−21
06:59:11
puya
remove source_file_path from AWST Module node
+12
−14
06:59:11
puya
simplification
+33
−47
06:59:11
puya
move AWST output step into puya core
+24
−39
06:59:11
puya
move module_paths from CompileContext to ASTConversionContext
+17
−52
06:59:11
puya
- make a range into an expression, fix type of Enumeration and Reversed nodes
+249
−142
06:59:11
puya
fixes
+159
−646
06:59:11
puya
uncopy this pasta
+1
−1
06:59:11
puya
use name from Module node
+20
−20
06:59:11
puya
remove implicit assumptions around module/class/func naming conventions etc from AWST
+30587
−30167
06:59:11
puya
remove assumption of ARC4Contract, add ARC4Router node
+46294
−37553
06:59:11
puya
remove unused AWST module-level elements
+4
−293
06:59:11
puya
inline trivial properties/functions
+24
−35
06:59:12
puya
add a VoidConstant which can be used together with an ExpressionStatement to make a no-op statement
+31
−6
06:59:12
puya
fix: allow super().__init__() calls that resolve to object.__init__() as no-ops, this is valid and can be useful in multiple inheritance scenarios
+203
−182
06:59:12
puya
respect inheritable when resolving function references
+9
−9
06:59:12
puya
fix: abstract methods can still have implementations, which can be called via super
+26
−43
06:59:12
puya
feat: optimize `int 0; return` -> `err`
+5
−0
06:59:12
puya
feat: allow user to implement approval_program in ARC4Contract subclasses
+1515
−11
06:59:12
puya
fix: fix super() usage in multiple inheritance scenarios
+5639
−0
06:59:12
puya
address TODO
+1356
−1732
06:59:45
algokit-lora
test: fix tests
+7
−8
07:59:19
puya
add passing tests that configure and use cattrs to serialize/unserialize AWST to JSON
+782
−610
08:14:47
tatum-js
ALL-8613 - fix EOS url prefix
+1
−1
08:16:03
tatum-js
ALL-8613 - fix EOS url prefix
+7
−1
08:27:30
use-wallet
fix Kibisis init in vue app #203
+9
−2
08:31:27
use-wallet
Update kibisis.ts
+1
−1
08:50:15
algokit-utils-ts
feat: Deprecated createApp in favour of AlgoKitComposer functionality
+694
−321
09:01:15
tatum-js
ALL-8613 - fix EOS url prefix (#1128)
+8
−2
10:28:35
puya
build: remove hatch from CD
+0
−3
10:33:24
puya
feat: add functions for serializing AWST to JSON
+96
−84
10:33:58
puya
feat: add CLI option to serialize AWST to JSON
+18
−3
10:35:25
puya
feat: move lib_embedded to _puya_lib and load as part of IR build step
+68
−73
10:36:55
puya
chore: rerun compile all
+6898
−6823
11:11:32
puya
chore: remove hatch from CD
+2
−5
11:24:48
tatum-js
ALL-8604 Added POL_ETH currency
+9
−1
12:31:42
liquid-auth-android
Merge pull request #21 from algorandfoundation/fix/release-tokens
+12
−2
12:37:43
go-algorand
add reviewdog-shellcheck
+12
−0
12:46:54
go-algorand
introduce bug fixed in #6095 to see if shellcheck would have caught it earlier
+1
−2
12:49:06
go-algorand
fail reviewdog-shellcheck on error
+1
−0
12:51:38
go-algorand
add back gcmd to fix bug after shellcheck detected it
+1
−0
12:57:04
tinyman-js-sdk
Bump up the app version
+3
−3
12:59:53
tinyman-js-sdk
fix(get-app-call-note): Use const instead of let
+1
−2
13:02:46
tinyman-js-sdk
Merge pull request #91 from tinymanorg/feat/extra-app-call-note
+17
−8
13:06:42
tatum-js
ALL-8604 Added POL_ETH currency to v2
+9
−5
13:12:15
algokit-lora
chore: a few tweaks from testing
+26
−7
13:13:20
ARCs
ARC-59 Final
+1
−2
13:21:59
tatum-js
ALL-8604 Added POL_ETH currency (#1129)
+9
−1
13:23:00
tatum-js
ALL-8604 Added POL_ETH currency to v2 (#1130)
+9
−5
13:24:33
tatum-js
Deploying to gh-pages from @ tatumio/tatum-js@09d9ebf10a2bbd1754759643387447c462f5aeb3 🚀
+4876
−4862
13:27:00
use-wallet
chore: removes fluff
+7
−31
13:40:14
algokit-utils-ts
feat: Deprecated most methods in app module
+384
−161
13:40:20
tinyman-js-sdk
Revert "Include extra app call note data if added to the params"
+8
−17
14:06:17
algokit-lora
chore: a few additional tweaks
+4
−3
14:35:37
ARCs
Let ARC-76 in Final until we have another solution
+1
−1
14:36:40
ARCs
Update arc-0076.md
+0
−1
14:43:18
go-algorand
tests: use temp file for capturing e2e goal-partkey-commands output (#6115)
+25
−6
14:47:21
go-algorand
add Go Benchmark (go) benchmark result for 81edd96c47ef9b004a3807fc9cc2816d52aa75d7
+445
−1
14:50:23
ARCs
Merge pull request #306 from algorandfoundation/Deprecating-ARCs
+14
−7
15:14:00
a-day-in-my-bobalife
chore: log greeting (2024-08-30)
+1
−0
15:19:27
liquid-auth
docs: provider service intro/registration
+361
−26
15:25:16
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle in /DisneyScenicRides
+1
−1
15:28:19
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle from 8.5.2 to 8.6.0 in /DisneyScenicRides (#155)
+1
−1
15:49:22
algokit-lora
feat: update transaction and group visuals with accurate values (#244)
+9
−9
16:11:17
xHD-Wallet-API-ts
don't allow seed in constructor
+66
−84
16:13:24
xbacked-sdk
update:vers
+1
−1
16:17:27
arcpay-sdk
adding all contracts
+163
−8
16:17:35
arcpay-sdk
bypassing UI
+110
−19
16:21:02
arcpay-sdk
added rwa interface
+49
−3
16:22:17
xbacked-sdk
Add: finite vault
+60
−4
16:22:50
xbacked-sdk
Add: method to get vault analytic (#85)
+275
−26
17:03:49
use-wallet
PersistedState type
+35
−30
17:15:50
devportal
applied feedback
+70
−57
18:55:30
go-algorand
network: fix outgoing HTTP rate limiting
+155
−41
20:01:34
Switch
Create setup.txt
+3
−0
20:54:13
devportal
first commit
+354
−0