Home Reports May 23, 2024
Thursday, May 23, 2024
- Commits
- 199
- pushed this day
- Repositories
- 22
- with activity
- Contributors
- 30
- distinct authors
- Lines changed
- +25,210 −17,561
- additions / deletions
Thursday, May 23, 2024
199 commits were pushed across 22 repos by 30 authors. There were 25,210 additions and 17,561 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
22 repositories- reti-algodrop 1 commit
- generator 1 commit
- go-algorand 1 commit
- go-algorand-sdk 2 commits
- indexer 1 commit
- java-algorand-sdk 2 commits
- js-algorand-sdk 1 commit
- ledger-app-algorand 1 commit
- py-dm-intermediate-en 1 commit
- blockchain-valley-session-4 22 commits
- community 1 commit
- orakle-coding-assignment-2024 7 commits
- algokit-lora 39 commits
- algokit-subscriber-ts 3 commits
- algokit-utils-ts 5 commits
- bip32-ed25519-addendum 9 commits
- reti 45 commits
- xHD-Wallet-API-kt 44 commits
- algorand-qrcode 3 commits
- algorandqrcode 2 commits
- avmkit 6 commits
- StupidFaceSSG 2 commits
Commit Log
199 commits · 22 repositories
00:13:35
avmkit
update home page
+3334
−416
00:24:04
algokit-lora
fix bug
+27
−36
00:26:44
algokit-lora
I think 200 is good enough
+1
−2
00:28:30
algokit-lora
Fix hard code
+1
−1
00:34:34
algokit-lora
refactor: PR reviews
+24
−33
00:49:25
algokit-lora
Apply suggestions from code review
+4
−3
00:52:12
algokit-lora
broken build
+5
−4
00:54:13
algokit-lora
feat: network switching
+202
−20
00:54:38
algokit-lora
Merge branch 'switch-network' into refactor-theme-and-layout
+9
−7
00:55:58
algokit-lora
Notes added by 'git notes add'
+1
−0
00:57:23
algokit-lora
Merge remote-tracking branch 'origin/main' into refactor-theme-and-layout
+0
−0
01:00:22
go-algorand
Build 1992 Data
+1
−1
01:05:01
algokit-lora
chore: refactor theme and layout
+75
−143
01:05:20
algokit-lora
Merge remote-tracking branch 'origin/main' into fix-transaction-history
+288
−174
01:10:54
algokit-lora
Notes added by 'git notes add'
+1
−0
01:19:23
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−2
02:46:09
algokit-lora
make sure to get at least 100 transactions
+20
−8
02:48:57
orakle-coding-assignment-2024
test
+1
−0
02:49:08
orakle-coding-assignment-2024
test
+1
−0
02:50:28
avmkit
update avatar
+184
−17
03:13:09
orakle-coding-assignment-2024
test
+2
−1
03:18:00
orakle-coding-assignment-2024
.env.template to testnet
+31
−31
03:35:48
algokit-lora
more the loop fetch logic into lazy-load-pagination
+35
−27
03:40:47
algokit-lora
chore: fix AssetResult imports
+6
−5
03:51:37
algokit-lora
Merge branch 'main' into print-json
+288
−174
04:09:06
algokit-lora
fix: use algod for application results and fallback to indexer
+30
−20
04:15:35
algokit-lora
chore: a couple of fixes
+7
−7
04:32:00
orakle-coding-assignment-2024
nft image display fix
+100
−9
04:42:22
algokit-lora
fix: fix view models and added tests
+250
−233
04:56:58
orakle-coding-assignment-2024
remove mintNft button, add soldout
+72
−52
05:00:27
algokit-lora
Account application (#59)
+267
−201
05:09:37
avmkit
update user menu
+215
−35
05:45:52
algokit-lora
test: add account rekey component test
+122
−0
05:57:21
algokit-lora
chore: remove old comment
+0
−1
06:05:49
algokit-lora
test: add account rekey component test (#62)
+122
−0
06:06:11
algokit-lora
fix: use algod for application results and fallback to indexer (#61)
+41
−31
06:10:35
algokit-lora
Notes added by 'git notes add'
+1
−0
06:13:54
reti
ci: initial Playwright workflow
+185
−27
06:14:23
algokit-lora
Init indexer and algod clients when the page is loaded
+7
−4
06:23:35
reti
fix: use pnpm exec instead of npx
+4
−4
06:30:19
reti
fix: run playwright commands from ui folder
+4
−4
06:48:53
reti
chore: disable sharding while setting up workflow
+5
−5
07:02:29
reti
fix: install pipx before installing Algokit
+5
−2
07:04:48
reti
fix: remove poetry cache option
+0
−1
07:12:30
reti
chore(ui): install wait-on
+59
−4
07:13:43
blockchain-valley-session-4
instruction update
+6
−2
07:14:57
reti
fix: comment out sharding options
+6
−3
07:22:42
reti
fix: let Playwright handle running the dev server
+4
−65
07:30:49
reti
fix: update Playwright config to use blob reporter in CI
+1
−1
07:40:49
reti
fix: update blob report output location
+3
−27
07:49:10
reti
fix: without sharding, the merge-reports job is not needed
+3
−55
08:02:20
reti
fix: use list reporter in CI, html locally
+1
−9
08:20:52
reti
fix: run dev:localnet so correct mode is set
+1
−1
08:23:03
reti
test(ui): initial dashboard e2e tests
+9
−6
08:31:19
reti
chore: workflow only runs on PRs into main
+1
−1
08:33:19
reti
ci: Playwright workflow (#170)
+119
−43
09:23:15
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
09:46:47
algokit-lora
Style the JSON view
+54
−18
09:58:58
algokit-lora
copy JSON to clipboard
+380
−2
10:09:33
xHD-Wallet-API-kt
fix: keeps version in gradle.properties and updates it with semantic release
+28
−36
10:11:19
algokit-lora
convert the rest to use the JSON viewer
+13
−13
10:11:53
algokit-lora
Merge remote-tracking branch 'origin/main' into print-json
+429
−231
10:14:35
StupidFaceSSG
task: Use algonode ipfs gateway
+7
−6
10:19:29
StupidFaceSSG
fix: commented code
+1
−1
10:20:49
xHD-Wallet-API-kt
ci: update semantic-release
+8
−14
10:33:07
algokit-utils-ts
fix: only require one resource slot for empty box refs (#282)
+11
−9
10:35:36
xHD-Wallet-API-kt
ci: run different .releaserc to create the version
+24
−8
10:37:52
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
10:38:43
xHD-Wallet-API-kt
ci: specificy ./.
+1
−1
10:40:24
xHD-Wallet-API-kt
ci: fix release branch
+2
−2
10:41:00
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
10:42:33
xHD-Wallet-API-kt
ci: fix gradle-properties path, change name
+3
−3
10:48:35
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
10:53:59
xHD-Wallet-API-kt
Notes added by 'git notes add'
+0
−0
11:02:47
xHD-Wallet-API-kt
ci: adjust version, exits, continues
+6
−4
11:03:27
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
11:09:03
xHD-Wallet-API-kt
ci: run earlier
+1
−2
11:13:00
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
11:20:08
xHD-Wallet-API-kt
ci: try running exit 1 in prepareCmd
+2
−1
11:23:39
xHD-Wallet-API-kt
ci: run with dry-run
+2
−2
11:26:20
blockchain-valley-session-4
remove poetry shell
+0
−3
11:41:59
xHD-Wallet-API-kt
ci: removes intentional exit 1
+1
−2
11:42:33
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
11:43:29
orakle-coding-assignment-2024
testing
+25
−22
11:49:38
xHD-Wallet-API-kt
ci: replace all steps with colon command
+7
−3
11:50:13
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:04:24
xHD-Wallet-API-kt
ci: delete git tag that is unfortunately created
+3
−3
12:05:04
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:08:06
algokit-lora
Init indexer and algod clients when the page is loaded (#63)
+7
−4
12:08:30
xHD-Wallet-API-kt
Notes added by 'git notes add'
+0
−0
12:11:35
xHD-Wallet-API-kt
ci: commits changes to gradle.properties
+8
−0
12:14:38
xHD-Wallet-API-kt
ci: surface errors in case the gradle.properties file never changes
+1
−1
12:15:18
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:15:20
xHD-Wallet-API-kt
chore: update version in gradle.properties
+1
−1
12:19:42
xHD-Wallet-API-kt
ci: ensures github workflow doesnt recursively trigger itself
+1
−0
12:21:13
xHD-Wallet-API-kt
chore: revert version for the sake of CI test
+1
−1
12:21:50
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:21:52
xHD-Wallet-API-kt
chore: update version in gradle.properties
+1
−1
12:22:05
blockchain-valley-session-4
Feat: done all missions
+20
−8
12:23:33
blockchain-valley-session-4
완료
+25
−13
12:23:33
blockchain-valley-session-4
Feat: add annotation
+6
−5
12:26:19
blockchain-valley-session-4
all missions done
+23
−8
12:27:19
blockchain-valley-session-4
Merge 436d321cb8bcb00f8cfd4e38e49c52faf1509199 into 721013a39a49829c65b292b87cc16a33891af99a
+26
−13
12:27:29
blockchain-valley-session-4
Merge d3d54f4350989b21c2f6a42952cb36d756b8f51f into 721013a39a49829c65b292b87cc16a33891af99a
+23
−8
12:29:28
blockchain-valley-session-4
알고랜드 4주차 실습
+17
−8
12:30:56
blockchain-valley-session-4
Merge 6afd4ea5160ab7ca43c9f4c71f22c5316158a1dc into 721013a39a49829c65b292b87cc16a33891af99a
+17
−8
12:31:27
xHD-Wallet-API-kt
docs: update README to explain gradle.properties updating procedure
+4
−2
12:36:03
blockchain-valley-session-4
finish
+23
−8
12:36:11
blockchain-valley-session-4
Merge branch 'main' of https://github.com/algorand-devrel/blockchain-valley-session-4
+0
−3
12:37:54
blockchain-valley-session-4
Merge 917a2593f63997c5fcb9962d2ea87985b890252b into 721013a39a49829c65b292b87cc16a33891af99a
+25
−13
12:40:13
blockchain-valley-session-4
아무거나
+27
−8
12:40:50
algokit-lora
fix: global state is undefined when returned from algod
+20
−11
12:41:31
blockchain-valley-session-4
Merge a09dcd4cda68254b5a0098e53458d9f652ff97cb into 721013a39a49829c65b292b87cc16a33891af99a
+27
−8
12:43:03
blockchain-valley-session-4
Merge 7983245feedbcac05bfad64f3884d1b6368d593d into 721013a39a49829c65b292b87cc16a33891af99a
+23
−8
12:44:16
blockchain-valley-session-4
submit
+1
−1
12:45:08
blockchain-valley-session-4
Merge 6e8417c7bc0b5ccdcc137b1c3e2e0c564dd87091 into 721013a39a49829c65b292b87cc16a33891af99a
+1
−1
12:45:17
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:46:28
xHD-Wallet-API-kt
docs: touched README
+1
−1
12:47:05
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:47:53
xHD-Wallet-API-kt
ci: force a release
+1
−1
12:48:50
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:48:53
xHD-Wallet-API-kt
chore: update version in gradle.properties
+1
−1
12:52:28
blockchain-valley-session-4
Feat: 과제 완료
+33
−7
12:52:32
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
12:53:12
blockchain-valley-session-4
Merge 56908bb72ed290be23391d44896e97d1a5140039 into 721013a39a49829c65b292b87cc16a33891af99a
+33
−7
12:53:49
blockchain-valley-session-4
KangYeonWook
+23
−7
12:54:49
blockchain-valley-session-4
Merge 492062a453e5baa7c6c6ae9ea762f7727f9d1eb1 into 721013a39a49829c65b292b87cc16a33891af99a
+23
−7
12:59:14
algokit-lora
fix: global state is undefined when returned from algod (#65)
+20
−11
13:01:00
algokit-lora
Notes added by 'git notes add'
+1
−0
13:01:36
xHD-Wallet-API-kt
ci: runs git commit of gradle.properties after release successfully made
+8
−8
13:07:48
xHD-Wallet-API-kt
ci: re arrange commit so it is early and can fail early, while the push is done after everything is said and done
+9
−7
13:11:49
xHD-Wallet-API-kt
ci: force a release with the new git commit & push order
+1
−1
13:12:55
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
13:15:10
py-dm-intermediate-en
Added auction functionality.
+1743
−263
13:16:57
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
13:29:24
bip32-ed25519-addendum
use microtype
+1
−0
13:29:40
bip32-ed25519-addendum
fix description of private key (scalar) clamping;
+6
−7
13:56:30
java-algorand-sdk
fix: min-balance attribute added in order to align sdk Account model to the ReST API response
+8
−0
14:18:08
algokit-subscriber-ts
docs: add docs about currentRound
+2
−0
14:26:07
algokit-subscriber-ts
fix: prevent double status calls when calling pollOnce (#70)
+36
−14
14:30:24
algokit-subscriber-ts
Notes added by 'git notes add'
+1
−0
14:50:02
algokit-lora
fix: chore subscriber-ts tweaks
+16
−11
14:53:43
bip32-ed25519-addendum
clean up description and typesetting of derivation and fields
+26
−15
14:55:30
bip32-ed25519-addendum
clean up intro description of Secp and Ed25519
+7
−3
14:56:05
bip32-ed25519-addendum
clean up and correct "clamping" description
+4
−4
14:57:18
bip32-ed25519-addendum
clean up intro to BIP32-Ed25519
+6
−6
14:57:46
bip32-ed25519-addendum
clean up description of minor issue
+8
−11
14:59:20
bip32-ed25519-addendum
clean up technical description of BIP32-Ed25519
+29
−30
15:00:20
bip32-ed25519-addendum
clean up and correct description of our improvements
+36
−41
15:13:05
generator
Simplify toEncodingData
+20
−21
15:13:25
js-algorand-sdk
Regenerate types, simplify toEncodingData
+1319
−1521
15:21:33
reti
chore: upgrade @algorandfoundation/algokit-utils to v6.0.5-beta.1
+11
−11
15:33:04
reti
chore: upgrade @algorandfoundation/algokit-utils to v6.0.5-beta.1 (#172)
+11
−11
15:34:30
reti
chore: release v0.8.12
+3
−3
15:38:09
indexer
Add account min balance field (#1596)
+657
−343
15:42:30
go-algorand-sdk
Regenerate code from specification file
+4
−0
15:44:43
reti
Merge pull request #173 from TxnLab/dev
+133
−57
16:03:59
reti
fix(ui): edit token payout converts amount to base units
+11
−1
16:05:24
reti
chore(ui): update add validator form token payout conversion
+6
−2
16:11:19
reti
fix(ui): edit token payout converts amount to base units (#174)
+17
−3
16:39:21
reti
fix(ui): simulate changeValidatorNfd to calculate fee
+21
−1
16:43:30
go-algorand-sdk
Regenerate code from specification file (#641)
+4
−0
16:43:54
reti
Revert "fix(ui): simulate changeValidatorNfd to calculate fee"
+1
−21
16:47:03
reti
fix(ui): hard-coded .002 fee for changeValidatorNfd
+4
−1
16:50:57
reti
fix(ui): set a fixed fee for changeValidatorNfd (#175)
+4
−1
16:51:27
reti
chore(deps): update actions/setup-python action to v5
+1
−1
17:17:49
ledger-app-algorand
add publish npm package workflow (#31)
+54
−0
18:01:24
algorand-qrcode
Version bump to 3.2
+6
−7
18:03:31
algorand-qrcode
Fix README.md
+1
−1
18:08:07
reti
Merge branch 'main' into dev
+0
−0
18:09:32
reti
chore(deps): update eslint/prettier to v7.10.0
+92
−92
18:40:02
algorandqrcode
Bumpt version to 3.2
+45
−34
19:00:14
reti-algodrop
update ValidatorConfig for EpochRoundLength
+6
−4
19:19:52
algorandqrcode
Update
+47
−15
19:24:36
algorand-qrcode
Update screenshots
+0
−0
19:59:23
reti
chore(deps): update actions/setup-python action to v5 (#171)
+1
−1
19:59:50
reti
Merge branch 'dev' into renovate/contracts-eslintprettier
+1
−1
20:00:40
reti
chore(deps): update eslint/prettier to v7.10.0 (#176)
+92
−92
20:01:23
reti
chore: release v0.8.13
+3
−3
20:06:24
reti
Merge pull request #177 from TxnLab/dev
+117
−100
20:30:08
avmkit
update user menu
+225
−45
20:44:18
avmkit
update user menu
+1
−2
20:47:55
avmkit
update user menu
+2
−1
21:03:35
reti
fix(contracts): the stake accumulator wasn't being updated if staker was already in pool and simply adding more stake.
+5863
−5923
21:16:18
reti
Merge branch 'main' into dev
+0
−0
21:42:07
reti
fix(ui): default/initial value must be converted to whole units
+7
−2
21:49:55
reti
feat(ui): show reward token unit name in modal description
+5
−5
21:51:09
reti
feat(ui): instruct user to enter whole units for reward per payout
+3
−0
21:53:03
reti
chore(ui): rename variable to differentiate current/new amount
+2
−2
22:27:55
reti
fix(ui): convert current rewardPerPayout to whole units (#178)
+13
−5
22:29:13
reti
chore: release v0.8.14
+3
−3
22:36:19
reti
Merge pull request #179 from TxnLab/dev
+5879
−5931
22:37:36
algokit-utils-ts
Merge main into release
+11
−9
22:37:37
algokit-utils-ts
Merge release into main
+0
−0
22:44:15
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
23:08:37
algokit-lora
Merge remote-tracking branch 'origin/main' into fix-transaction-history
+455
−245
23:14:09
algokit-lora
WIP - PR feedback
+18
−10
23:19:04
algokit-lora
wip - PR feedbacl
+3
−5
23:24:42
java-algorand-sdk
Regenerate code from specification file
+399
−76