Home Reports May 27, 2024
Monday, May 27, 2024
- Commits
- 125
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +18,277 −13,295
- additions / deletions
Monday, May 27, 2024
125 commits were pushed across 20 repos by 21 authors. There were 18,277 additions and 13,295 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- go-algorand 1 commit
- java-algorand-sdk 1 commit
- community 1 commit
- orakle-coding-assignment-2024 12 commits
- algokit-cli 3 commits
- algokit-lora 9 commits
- algokit-utils-py 1 commit
- algokit-utils-ts 1 commit
- puya 7 commits
- puya-ts 3 commits
- reti 16 commits
- wallet-enhancer 1 commit
- c3-typescript-sdk 2 commits
- algobase 3 commits
- CryptoDeepTools 3 commits
- folks-router 4 commits
- wen-tools 6 commits
- a-day-in-my-bobalife 46 commits
- algo-voting 2 commits
- tatum-js 3 commits
Commit Log
125 commits · 20 repositories
00:48:32
algobase
:arrow_up: Bump coverage from 7.5.1 to 7.5.2
+55
−55
00:49:52
algobase
:arrow_up: Bump anyio from 4.3.0 to 4.4.0
+5
−5
00:49:53
algobase
Merge e0507f6c816407290bdbe3114fb717b44ee27f45 into 32fd6b9856a8ed2b849926dce8acc375ee6b090d
+5
−5
01:00:24
go-algorand
Build 1996 Data
+1
−1
02:06:41
reti
fix(nodemgr): if validator didn't complete step 2 of the pool creation and a reward token was specified, the nodemgr wasn't passing the needed foreign asset in the init txn group.
+6
−1
03:06:39
algo-voting
Update @typescript-eslint/parser requirement from ^7.9.0 to ^7.10.0
+1
−1
05:10:37
algokit-lora
PR feedback
+4
−5
05:38:00
algokit-lora
chore: only render the top level to increase performance on larger JSON (#69)
+6
−2
05:39:53
algokit-lora
Notes added by 'git notes add'
+1
−0
05:40:43
algokit-lora
chore: merge main into branch
+35
−23
05:46:56
algokit-lora
feat: fetch related data lazily (#68)
+404
−294
05:54:07
algokit-lora
Notes added by 'git notes add'
+1
−0
06:39:39
orakle-coding-assignment-2024
reorg
+383
−542
06:49:14
tatum-js
ALL-6564: enable amoy data-api
+1
−0
06:54:06
tatum-js
changelog, version bump
+7
−1
07:18:32
orakle-coding-assignment-2024
contract instruction finished
+154
−155
07:21:24
orakle-coding-assignment-2024
contract assignment finished
+17
−46
07:49:19
java-algorand-sdk
fix: removing Transaction.fee initialization at 1000 microAlgos in case of null variable. Fix is necessary for response deserialization in case of transaction submitted with no fees, in particular in case of Atomic Transaction pooled fees. If case of single transaction, if no fee is set, the transaction will be rejected by the chain.
+3
−4
07:54:41
folks-router
chore: update logo and images
+28
−18
08:03:01
folks-router
fix: crop logo
+0
−0
08:19:07
folks-router
fix: crop logo
+0
−0
08:21:51
folks-router
chore: update logo and images (#35)
+28
−18
08:22:17
orakle-coding-assignment-2024
frontend assignment created
+75
−62
08:38:45
puya
use ValueError for out of bound index values in extract_* op codes
+6
−6
08:40:00
puya
use RuntimeError for `err` op code
+2
−2
08:46:44
tatum-js
ALL-6564: enable amoy data-api (#1102)
+8
−1
08:47:31
puya-ts
docs: Added README.md
+11
−0
08:47:40
puya-ts
docs: Added initial architecture decision records
+314
−0
09:03:51
puya
use TypeError when unhandled type is passed to getbit opcode
+1
−1
09:05:08
orakle-coding-assignment-2024
readme created
+104
−1
09:05:54
orakle-coding-assignment-2024
readme update
+0
−2
09:06:49
puya
tweak implmentation of substring op code to match the common pattern where args are casted to built-in type for operation
+2
−2
09:14:07
puya
use built-in `.to_bytes(8)` function to turn unit64 into 8 bytes
+1
−3
09:19:51
orakle-coding-assignment-2024
Update README.md
+1
−0
09:20:30
orakle-coding-assignment-2024
Update README.md
+0
−3
09:22:37
orakle-coding-assignment-2024
readme update
+10
−13
09:22:45
orakle-coding-assignment-2024
Merge branch 'main' of github.com:algorand-devrel/orakle-coding-assignment-2024
+1
−0
09:23:01
puya
move catch block to avoid the need to override the lint rule
+14
−12
09:33:35
algokit-cli
chore(deps): bump the all group with 2 updates
+33
−33
09:34:32
algokit-cli
chore(deps): bump pre-commit from 2.21.0 to 3.7.1
+7
−7
09:58:25
algokit-cli
docs: Updated docs to include updated links for project features
+9
−5
10:12:53
puya
add test for `extract` edge case where b and c are int literals and c is 0
+227
−136
11:47:16
algokit-lora
fix: change store usage to correct create it
+128
−96
12:35:20
community
Commit from GitHub Actions (Community Interest Tracker)
+2
−1
12:38:18
algokit-lora
chore: remove store usage where we can
+73
−104
13:52:37
algokit-utils-py
chore(deps): bump the all group across 1 directory with 6 updates
+66
−66
13:54:58
orakle-coding-assignment-2024
pr template
+11
−0
14:42:51
algokit-utils-ts
chore(deps): bump the all group across 1 directory with 6 updates
+194
−141
15:04:53
orakle-coding-assignment-2024
feat: Solve 1~4
+93
−141
15:34:04
algokit-lora
chore: tweak next round handling
+72
−72
16:15:12
CryptoDeepTools
Add files via upload
+1663
−0
16:19:20
CryptoDeepTools
Update README.md
+328
−452
16:28:55
CryptoDeepTools
Update README.md
+17
−1
16:56:43
wallet-enhancer
add filters section
+98
−44
17:26:57
reti
chore: v0.8.15
+3
−3
17:32:07
c3-typescript-sdk
Add Lend/Redeem and Borrow/Repay examples
+115
−0
17:41:02
reti
fix(contracts): increase 'topoff' threshold for node manager to 2.1 ALGO from 1 ALGO (to ensure 'go online' fee can be covered)
+3968
−3964
17:42:08
puya-ts
docs: Feedback on primitive ADRs
+6
−4
17:51:17
c3-typescript-sdk
update wormhole-sdk dependency
+427
−247
19:25:07
a-day-in-my-bobalife
ci: add missing dependency
+7
−6
19:26:28
a-day-in-my-bobalife
chore: v2024.18.0 (release)
+14
−0
19:26:29
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
19:29:53
a-day-in-my-bobalife
chore: log greeting (2024-05-07)
+1
−0
19:30:05
a-day-in-my-bobalife
chore: log greeting (2024-05-08)
+1
−0
19:30:17
a-day-in-my-bobalife
chore: log greeting (2024-05-09)
+1
−0
19:30:28
a-day-in-my-bobalife
chore: log greeting (2024-05-10)
+1
−0
19:30:39
a-day-in-my-bobalife
chore: log greeting (2024-05-11)
+1
−0
19:30:59
a-day-in-my-bobalife
chore: log greeting (2024-05-12)
+1
−0
19:31:28
a-day-in-my-bobalife
chore: log greeting (2024-05-13)
+2
−0
19:34:43
a-day-in-my-bobalife
chore: v2024.19.0 (release)
+13
−0
19:34:45
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
19:37:03
a-day-in-my-bobalife
chore: log greeting (2024-05-14)
+1
−0
19:37:15
a-day-in-my-bobalife
chore: log greeting (2024-05-15)
+1
−0
19:37:38
a-day-in-my-bobalife
chore: log greeting (2024-05-16)
+1
−0
19:37:50
a-day-in-my-bobalife
chore: log greeting (2024-05-17)
+1
−0
19:38:01
a-day-in-my-bobalife
chore: log greeting (2024-05-18)
+1
−0
19:38:23
a-day-in-my-bobalife
chore: log greeting (2024-05-19)
+1
−0
19:39:09
a-day-in-my-bobalife
chore: log greeting (2024-05-20)
+2
−0
19:40:43
a-day-in-my-bobalife
chore: v2024.20.0 (release)
+13
−0
19:40:44
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
19:41:52
a-day-in-my-bobalife
chore: log greeting (2024-05-21)
+1
−0
19:42:19
a-day-in-my-bobalife
feat: update codebase to latest libraries
+91
−29
19:42:31
a-day-in-my-bobalife
fix: ktlint issues
+88
−83
19:42:42
a-day-in-my-bobalife
ci: lower minimum OS version
+1
−1
19:42:53
a-day-in-my-bobalife
chore: log greeting (2024-05-22)
+1
−0
19:43:06
a-day-in-my-bobalife
chore: log greeting (2024-05-23)
+1
−0
19:43:18
a-day-in-my-bobalife
chore: log greeting (2024-05-24)
+1
−0
19:43:30
a-day-in-my-bobalife
chore: log greeting (2024-05-25)
+1
−0
19:44:02
a-day-in-my-bobalife
chore: log greeting (2024-05-26)
+1
−0
19:44:10
a-day-in-my-bobalife
chore: log greeting (2024-05-27)
+2
−0
19:45:50
a-day-in-my-bobalife
ci: fix dates in changelog
+2
−2
19:46:34
a-day-in-my-bobalife
---
+1
−1
19:48:01
a-day-in-my-bobalife
chore: v2024.21.0 (release)
+25
−0
19:48:03
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
19:49:20
a-day-in-my-bobalife
chore: bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.21 to 2.0.0 in /DisneyScenicRides (#132)
+1
−1
20:06:35
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle from 8.2.2 to 8.4.1 in /DisneyScenicRides
+1
−1
20:07:25
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1 in /HaveAMagicalDay
+1
−1
20:10:21
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle from 8.2.2 to 8.4.1 in /DisneyScenicRides (#133)
+1
−1
20:10:28
wen-tools
add SimpleBatchMint tool
+1303
−493
20:11:31
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1 in /HaveAMagicalDay (#127)
+1
−1
20:12:16
a-day-in-my-bobalife
chore: bump com.github.ajalt.clikt:clikt in /HaveAMagicalDay
+1
−1
20:12:22
wen-tools
Merge pull request #33 from algovado/main
+1303
−493
20:13:59
a-day-in-my-bobalife
chore: bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0 in /HaveAMagicalDay (#118)
+1
−1
20:14:39
a-day-in-my-bobalife
---
+1
−1
20:14:46
a-day-in-my-bobalife
chore: bump org.jetbrains.kotlin.jvm from 1.9.23 to 2.0.0 in /HaveAMagicalDay (#131)
+1
−1
20:16:08
a-day-in-my-bobalife
ci: bump up github action versions
+3
−3
20:16:44
a-day-in-my-bobalife
Merge branch 'main' of github.com:michaeltchuang/a-day-in-my-bobalife
+5
−5
20:34:16
wen-tools
add preview to SimpleBatchMint
+31
−0
20:34:55
wen-tools
Merge pull request #34 from thurstober-digital/add-preview-simpleBatchMint
+31
−0
21:00:20
wen-tools
fix typo
+6
−6
21:04:09
wen-tools
Merge pull request #35 from algovado/main
+6
−6
22:18:49
reti
chore(ui): upgrade @tanstack/react-router to v1.33.8
+61
−21
22:22:40
reti
chore(ui): upgrade @tanstack/react-router (#188)
+61
−21
22:23:58
reti
fix(ui): pin dependency query-string to 9.0.0
+2
−2
22:24:45
reti
fix(ui): pin dependency query-string to 9.0.0 (#186)
+2
−2
22:27:56
reti
fix(ui): update non-major dependencies
+412
−412
22:30:19
reti
fix(ui): update non-major dependencies (#187)
+412
−412
22:31:56
reti
fix(bootstrap): update dependency @algorandfoundation/algokit-utils to v6.0.5
+3
−3
22:34:30
reti
fix(bootstrap): update dependency @algorandfoundation/algokit-utils to v6.0.5 (#184)
+3
−3
22:36:11
reti
fix(deps): update dependency @algorandfoundation/algokit-utils to v6.0.5
+3
−13
22:41:58
reti
fix(deps): update dependency @algorandfoundation/algokit-utils to v6.0.5 (#185)
+3
−13
22:43:17
reti
chore(contracts): update dependency ts-jest to v29.1.3
+216
−14
23:40:38
reti
chore(contracts): update dependency ts-jest to v29.1.3 (#180)
+216
−14
23:41:01
reti
Merge branch 'dev' into feat/ui-validator-expandable-rows
+4667
−4426
23:58:15
algo-voting
Merge pull request #417 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-7.10.0
+1
−1