Home Reports May 28, 2024
Tuesday, May 28, 2024
- Commits
- 101
- pushed this day
- Repositories
- 23
- with activity
- Contributors
- 25
- distinct authors
- Lines changed
- +33,438 −30,612
- additions / deletions
Tuesday, May 28, 2024
101 commits were pushed across 23 repos by 25 authors. There were 33,438 additions and 30,612 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
23 repositories- awesome-wormhole 7 commits
- reti-algodrop 1 commit
- generator 4 commits
- go-algorand 3 commits
- js-algorand-sdk 1 commit
- algorand-python-coding-assignment 11 commits
- orakle-coding-assignment-2024 10 commits
- algokit-lora 11 commits
- algokit-utils-ts 1 commit
- liquid-auth-android 4 commits
- puya 3 commits
- puya-ts 1 commit
- reti 18 commits
- xHD-Wallet-API-swift 3 commits
- wallet-enhancer 1 commit
- rosetta-smart-contracts 1 commit
- c3-typescript-sdk 1 commit
- algobase 1 commit
- wen-tools 10 commits
- a-day-in-my-bobalife 1 commit
- algo-voting 2 commits
- asa-list 1 commit
- use-wallet 5 commits
Commit Log
101 commits · 23 repositories
00:18:24
algobase
:arrow_up: Bump mkdocs-material from 9.5.21 to 9.5.25
+5
−5
01:00:23
go-algorand
Build 1997 Data
+1
−1
01:13:03
algokit-lora
Merge branch 'main' into spike-deep-linking
+421
−299
01:49:37
awesome-wormhole
Create LICENSE
+21
−0
02:25:02
algokit-lora
chore: pr feedback
+10
−5
02:30:28
algokit-lora
feat: reduce store use (#70)
+263
−257
02:32:49
algokit-lora
Notes added by 'git notes add'
+1
−0
02:43:26
awesome-wormhole
Create CODE_OF_CONDUCT.md
+128
−0
03:29:16
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
03:29:25
algo-voting
Update @typescript-eslint/parser requirement from ^7.10.0 to ^7.11.0
+1
−1
05:22:19
puya-ts
docs: Added more explicit note about + operator for Bytes
+1
−1
07:02:19
algorand-python-coding-assignment
initial change
+1487
−617
07:03:11
orakle-coding-assignment-2024
readme update
+8
−3
07:06:31
orakle-coding-assignment-2024
deploy-config rm profit
+3
−3
07:08:26
orakle-coding-assignment-2024
readme update
+2
−0
07:18:30
algorand-python-coding-assignment
readme update
+81
−48
07:58:40
algorand-python-coding-assignment
readme update
+2
−1
08:12:27
algorand-python-coding-assignment
readme update question instruction update
+17
−6
08:18:25
algorand-python-coding-assignment
readme update
+1
−0
08:19:03
algorand-python-coding-assignment
Update README.md
+1
−1
08:19:54
algorand-python-coding-assignment
deploy-config fix
+1
−1
08:19:59
algorand-python-coding-assignment
Merge branch 'main' of github.com:algorand-devrel/BAY-coding-assignment-2024
+1
−1
08:28:54
rosetta-smart-contracts
Update Atomic Transactions README.md
+1
−7
08:55:49
use-wallet
build(deps): add @agoralabs-sh/avm-web-provider as a peer dependency
+17
−0
10:11:01
asa-list
Add files via upload
+9
−0
10:23:09
use-wallet
refactor: implement avm-web-provider to connect, disconnect and sign transactions for the kibisis client
+264
−514
11:52:31
algorand-python-coding-assignment
Update README.md
+2
−1
11:53:21
algorand-python-coding-assignment
deploy-config edit
+57
−42
11:53:25
algorand-python-coding-assignment
Merge branch 'main' of github.com:algorand-devrel/BAY-coding-assignment-2024
+2
−1
12:03:51
orakle-coding-assignment-2024
readme, contract instruction, deploy-config update
+75
−50
12:09:51
orakle-coding-assignment-2024
update
+173
−45
12:10:38
orakle-coding-assignment-2024
Update README.md
+4
−3
12:14:43
orakle-coding-assignment-2024
catchup
+54
−42
12:22:41
c3-typescript-sdk
update comments of poolMove examples
+6
−6
12:51:28
algokit-lora
chore: fix inner transaction rendering in non lazy table
+85
−166
13:24:33
use-wallet
feat(kibisis): add static and dynamic imports of the avm-web-provider sdk on client initialization
+49
−17
13:25:23
use-wallet
docs(kibisis): add new initialization procedure and dependencies to readme
+11
−4
13:54:31
orakle-coding-assignment-2024
Merge remote-tracking branch 'upstream/main'
+88
−54
13:58:18
xHD-Wallet-API-swift
clean up, more BIP32DerivationType and less Int, added constants for ed25519 point size & chain code side
+18
−16
15:01:52
orakle-coding-assignment-2024
feat: Solve 5~9
+17
−14
15:03:12
orakle-coding-assignment-2024
chore: Revert unnecessary change
+10
−10
15:11:40
use-wallet
fix(kibisis): avm web provider sdk correctly imported
+5
−6
15:13:47
a-day-in-my-bobalife
chore: log greeting (2024-05-28)
+1
−0
15:29:50
algokit-lora
fix: support viewing an inner transaction group
+76
−49
15:44:23
wen-tools
Update SimpleBatchMint.jsx
+23
−3
15:45:17
algokit-lora
chore: fix build
+14
−16
15:48:05
wen-tools
Update SimpleBatchMint.jsx
+20
−20
15:48:58
algokit-lora
fix: transaction table (#71)
+160
−216
15:50:47
algokit-lora
Notes added by 'git notes add'
+1
−0
16:05:42
go-algorand
Update to switch e2e_expect_nightly and e2e_subs_nightly to large
+2
−2
16:06:22
algokit-lora
chore: tweak latest blocks jotai config
+31
−40
16:29:10
algokit-lora
fix: handle bad routes
+5
−1
17:00:42
puya
feat: draft implementation for state management abstractions
+1064
−2255
17:04:04
puya
chore: removing typos
+3
−3
17:09:32
puya
chore: minor tweaks
+2
−117
17:11:25
xHD-Wallet-API-swift
made deriveKey, deriveChildNodePublic & deriveChildNodePrivate public methods & updated readme to include instructions on public key derivation
+28
−3
17:12:53
reti
feat(ui): expandable rows in ValidatorTable (#183)
+233
−169
17:34:11
xHD-Wallet-API-swift
added additional details for the child public key derivation readme section
+8
−4
17:52:53
go-algorand
Remove deprecated CODEOWNERS file
+0
−2
17:54:53
liquid-auth-android
chore(demo): add menus and account settings
+539
−142
17:55:17
liquid-auth-android
chore(demo): move KeyPairs to crypto namespace
+2
−2
18:31:48
generator
Clena up toEncodingData and fromEncodingData generation
+62
−47
18:32:16
js-algorand-sdk
Clean up generation of toEncodingData and fromEncodingData functions
+207
−99
18:54:46
generator
Fix doc, add comment about recursive refs
+3
−1
18:57:22
liquid-auth-android
chore(demo): persist seeds to SharedPreferences
+92
−27
19:10:24
generator
Remove unnecessary params
+5
−6
19:14:35
generator
small simplification
+3
−3
19:31:12
reti
fix(ui): don't mutate cached params in addValidator
+6
−3
19:33:12
reti
fix(nodemgr): rename 'dumpAllStakers' to 'exportAllStakers' command. Users confused with refunding
+4
−4
19:36:43
reti
fix(ui): don't mutate cached params in addValidator (#190)
+6
−3
19:54:21
reti
fix(nodemgr): refunding stakers w/ reward tokens ready to claim wasn't working as foreign accounts MUST be ref'd in same txn as foreign asset - meaning 'pooling' has stupid exceptions.
+63
−0
19:56:13
reti
fix(contracts): change bootstrap of validator and creation of staking pools to always request all 3 'extra' pages for bytecode so upgrades during testing are more workable
+7606
−7663
19:56:48
reti
feat(nodemgr): add emptyTokenRewards command for returning excess token rewards still in pool 1 (for sunsetting purposes presumably).
+34
−2
19:56:56
reti
Merge remote-tracking branch 'origin/dev' into dev
+239
−172
20:12:26
reti
Merge pull request #189 from TxnLab/dev
+17685
−15897
20:23:18
wallet-enhancer
add labs info to the top
+52
−36
20:40:50
reti
chore: v0.9.0 and new contract deploy (app 673404372)
+5
−5
20:47:21
awesome-wormhole
Update LICENSE
+121
−21
20:50:02
wen-tools
refactor and redesign
+485
−636
20:55:33
wen-tools
format ipfs image link for preview asset
+1
−1
20:59:02
wen-tools
Merge pull request #36 from algovado/main
+486
−637
21:01:29
wen-tools
Update SimpleBatchMint.jsx
+1
−1
21:01:53
wen-tools
Merge pull request #37 from algovado/main
+1
−1
21:07:25
liquid-auth-android
chore(demo): fix userHandle for github logins
+20
−5
21:17:42
awesome-wormhole
Create .gitignore
+1
−0
21:19:26
reti
fix(ui): fix AddValidatorForm onSubmit regression (error if no token set)
+2
−6
21:20:14
wen-tools
fix skipped lines
+1
−1
21:20:48
wen-tools
add wallet data
+58
−1
21:21:12
wen-tools
Merge pull request #38 from algovado/main
+59
−2
21:25:24
reti
fix(ui): fix AddValidatorForm onSubmit regression (error if no token set) (#192)
+2
−6
21:32:19
reti
Merge pull request #191 from TxnLab/dev
+7
−11
21:47:09
reti
fix(ui): pressing Enter should submit add/remove stake form
+2
−0
21:54:42
reti-algodrop
new app
+1
−1
21:56:56
reti
fix(ui): pressing Enter should submit add/remove stake form (#193)
+2
−0
22:18:29
awesome-wormhole
first commit
+270
−1
22:25:01
algokit-utils-ts
feat: fix signers during resource population
+53
−1
22:42:33
awesome-wormhole
latest
+6
−8
22:42:58
reti
fix(ui): fetchAccountAssetInformation response type
+9
−3
22:43:57
reti
feat(ui): show remaining reward balance in validator details
+76
−2
22:45:59
awesome-wormhole
latest
+1
−1
22:53:20
reti
feat(ui): show remaining reward balance in validator details (#194)
+85
−5