Home Reports Apr 11, 2025
Friday, April 11, 2025
- Commits
- 99
- pushed this day
- Repositories
- 23
- with activity
- Contributors
- 25
- distinct authors
- Lines changed
- +54,522 −10,560
- additions / deletions
Friday, April 11, 2025
99 commits were pushed across 23 repos by 25 authors. There were 54,522 additions and 10,560 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
23 repositories- S25_RideChain 3 commits
- algorand-sdk-testing 4 commits
- go-algorand 18 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- js-algorand-sdk 4 commits
- pyteal 1 commit
- sandbox 5 commits
- abel 4 commits
- AlgoEvents 1 commit
- algokit-utils-ts 7 commits
- liquid-auth-ios 1 commit
- liquid-auth-use-wallet-client 4 commits
- puya-ts 2 commits
- TEALScript 11 commits
- algorand-reputation-system 2 commits
- AlgoNFT_Dashboard 1 commit
- a-day-in-my-bobalife 1 commit
- algo-rock-paper-scissors 10 commits
- subql-stellar 2 commits
- tinyman-py-sdk 3 commits
- use-wallet 2 commits
- use-wallet-ui 11 commits
Commit Log
99 commits · 23 repositories
00:02:18
abel
docs(sdk): document abel-sdk v0.1.0
+734
−248
01:00:24
go-algorand
Build 2315 Data
+1
−1
01:00:24
go-algorand
FI from master
+219
−30
01:51:54
sandbox
Make max-account-lookback configurable/overridable via config variable. Continues to default to 256 for sandbox deployments.
+8
−4
01:56:49
algorand-sdk-testing
Set MAX_ACCOUNT_LOOKBACK env variable for algod to 4.
+1
−0
01:58:23
algorand-sdk-testing
Depend on config lookback branch of sandbox for max-account-lookback support.
+1
−1
02:14:00
sandbox
MAX_ACCOUNT_LOOKBACK needs to be set in docker-compose.yml.
+1
−0
03:38:20
subql-stellar
add global stellarClient
+2
−2
03:38:38
subql-stellar
Merge 55c651cab9dfeac8ddd93f3776bf14d547e53203 into b794f8a15f99abff9e0fa4eb2fc019089cadc849
+112
−12
04:47:11
algo-rock-paper-scissors
Initial Commit
+6246
−0
04:55:14
algo-rock-paper-scissors
Added npmrc & Added Images
+4397
−0
06:11:58
use-wallet-ui
feat: add balance toggle in wallet menu
+76
−5
06:19:43
algo-rock-paper-scissors
Added Connect Wallet Button & Wallet
+2720
−264
06:22:18
use-wallet-ui
refactor: remove balance display from ConnectedWalletButton
+68
−146
06:23:20
algo-rock-paper-scissors
Changed The Steps
+119
−140
06:41:51
algo-rock-paper-scissors
Added makePaymentTxnWithSuggestedParamsFromObject to deposit-funds.tsx
+103
−15
07:08:46
algo-rock-paper-scissors
Added CreateApplication
+1109
−494
07:23:56
algo-rock-paper-scissors
Deposit to GameAddress
+380
−120
07:56:16
algo-rock-paper-scissors
Added ATC , AtomicTransactionComposer that can DepositFunds to the Smart Contract
+41
−18
08:48:22
pyteal
fix: bump max supported AVM version to 11 (was 10 but with 11 opcode support)
+1
−1
09:27:26
algo-rock-paper-scissors
Changed Deposit-Funds.tsx
+298
−61
09:46:45
algo-rock-paper-scissors
Player 1 and Player 2 are Done
+314
−36
10:02:08
TEALScript
fix: b64 encode arc56 state map prefix
+11
−11
10:06:07
liquid-auth-ios
Initial commit
+265
−0
10:09:59
TEALScript
Merge pull request #584 from algorandfoundation/fix/arc56_prefix
+11
−11
10:10:57
TEALScript
106.3
+607
−607
10:18:26
TEALScript
Merge pull request #585 from algorandfoundation/dev
+1018
−1018
11:04:56
AlgoNFT_Dashboard
Updated frontend and backend
+782
−296
11:21:40
puya-ts
fix: make sure that diagnostic file paths are absolute
+5
−1
11:21:48
puya-ts
fix: make sure that the file paths are absolute
+3
−3
12:24:50
algokit-utils-ts
fix: ensure getMap works properly with prefix
+799
−163
12:45:29
tinyman-py-sdk
Fix package_data
+2
−1
13:03:23
tinyman-py-sdk
Fix structs loading
+3
−2
13:05:46
tinyman-py-sdk
Fix structs loading
+1
−1
13:22:26
abel
chore(contract): ensure asset exists when adding a label
+1772
−1694
13:23:04
abel
test(contract): ensure asset exists when adding a label
+47
−1
13:24:20
go-algorand
Code review. Add explanations, fix typo, outlaw rv w/ creation
+7
−3
13:33:39
abel
Merge pull request #8 from tasosbit/chore/check-asset-on-association
+1819
−1695
13:45:39
go-algorand
Updates following review
+1615
−1654
13:57:58
liquid-auth-use-wallet-client
Merge branch 'main' into feat/return-address-on-connect
+8
−1
13:58:53
liquid-auth-use-wallet-client
Merge pull request #16 from algorandfoundation/feat/return-address-on-connect
+102
−211
13:59:30
liquid-auth-use-wallet-client
chore(release): Liquid Auth Use-Wallet Client
+8
−1
13:59:31
liquid-auth-use-wallet-client
Notes added by 'git notes add'
+1
−0
14:16:41
use-wallet
fix: bump liquid-auth-use-wallet-client
+45
−41
15:01:22
use-wallet
fix: update rts username and credential configuration
+10
−10
15:14:41
a-day-in-my-bobalife
chore: log greeting (2025-04-11)
+1
−0
15:22:50
use-wallet-ui
feat: replace ALGO text with symbol
+32
−3
15:51:28
use-wallet-ui
feat: persist balance view preference
+13
−3
16:20:02
sandbox
Set 256 default for MAX_ACCOUNT_LOOKBACK in docker-compose.yml.
+1
−1
16:49:37
use-wallet-ui
refactor(example): extract account display component and update layout
+141
−111
16:51:39
sandbox
Exercise Sandbox on Ubuntu 22 and 24, retiring exercising of Focal.
+5
−6
16:58:23
go-algorand
Naively try to update all the ubuntu and debian images
+12
−12
17:16:45
algorand-sdk-testing
Revert "Depend on config lookback branch of sandbox for max-account-lookback support."
+1
−1
17:21:52
use-wallet-ui
feat(example): integrate @txnlab/utils-ts for consistent formatting
+6
−7
17:23:01
go-algorand
Match FROM and AS casing
+1
−1
17:34:09
algorand-reputation-system
Add files via upload
+21864
−0
17:42:51
use-wallet-ui
docs: add Tailwind CSS integration instructions for v3 and v4
+56
−0
17:46:03
algokit-utils-ts
chore: reduce extra noise in tsconfig for box_map
+0
−94
17:50:32
algokit-utils-ts
fix: ensure getMap works properly with prefix (#390)
+705
−163
17:55:27
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
17:57:27
algorand-reputation-system
Update algorand.ts
+45
−16
18:08:25
sandbox
Algod: Max Account Lookback Configuration (#207)
+14
−10
18:09:04
algorand-sdk-testing
Algod: Config max account lookback (#320)
+1
−0
18:12:20
js-algorand-sdk
Add appropriate waits/sleeps to allow for box pagination API calls to return all expected/persisted results in application cucumber tests.
+42
−3
18:19:42
S25_RideChain
Added receive payment function
+10
−0
18:28:39
algokit-utils-ts
Merge main into release
+705
−163
18:28:40
algokit-utils-ts
Merge release into main
+0
−0
18:30:00
AlgoEvents
Version : 1.0.9 : Accepting Requests
+1696
−178
18:49:44
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
18:57:51
S25_RideChain
updated payment
+20
−8
19:26:07
TEALScript
wip: initial simple ref check
+134
−0
19:26:28
TEALScript
wip: ts-based ref checker
+225
−75
19:26:28
TEALScript
wip: fix eslint
+43
−47
19:26:28
TEALScript
wip: fix ref test
+5
−5
19:27:30
TEALScript
wip: rm extra clone on Address
+5
−5
19:43:24
go-algorand
Try dropping to ubuntu 22.04 in CircleCI and see if it works
+1
−1
19:46:15
go-algorand
Tools: rotate algoh logs (#6291)
+89
−22
19:51:48
go-algorand
add Go Benchmark (go) benchmark result for e09cd84fd3c4a9d8472a86692bf809c4a797ff81
+445
−1
19:57:23
go-algorand
Set noninteractive debian
+1
−1
19:57:45
go-algorand
Add logging line after connecting to KMD
+1
−0
20:02:00
js-algorand-sdk
Fixes for lint and prettier runners.
+44
−38
20:02:54
go-algorand
Try to pass DEBIAN_FRONTEND through; want to only override in CI case
+2
−2
20:14:24
go-algorand
To sanity check, verify that this passes with 20.04
+1
−1
20:21:17
js-algorand-sdk
Selenium update.
+27
−13
20:22:55
TEALScript
wip: fix assignment check, function check, and tests
+148
−95
20:27:53
js-algorand-sdk
Update geckodriver.
+141
−214
20:35:42
go-algorand
Restore Ubuntu 24.04 for CircleCI
+1
−1
20:37:19
go-algorand
Increase KMD start timeout and add try/except to connecting
+7
−2
20:39:21
S25_RideChain
fixed issues in pipeline, need to add msg bsaed require clauses but thats all
+41
−30
20:39:44
go-algorand
p2p: fix DHT FindPeer internal buffer size (#6299)
+2
−2
20:44:08
go-algorand
add Go Benchmark (go) benchmark result for 258cedf9b315c50b45f2ed978a0198d118f1a45e
+445
−1
21:00:00
go-algorand
Add more logging around threading and revert earlier debugs
+10
−10
21:50:25
use-wallet-ui
feat(react): add standalone CSS for non-Tailwind projects
+37
−7
21:59:34
TEALScript
wip: MutableRefInVariableDeclaration
+31
−4
22:07:52
use-wallet-ui
feat(examples): add CSS-only example project
+1113
−9
22:34:27
use-wallet-ui
feat(react): add style prop to wallet button components
+16
−4
22:35:30
use-wallet-ui
docs: make Tailwind CSS optional for styling wallet components
+152
−90
23:26:25
java-algorand-sdk
Regenerate code from specification file
+43
−59
23:26:44
go-algorand-sdk
Regenerate code from specification file
+47
−18