Home Reports Aug 19, 2024
Monday, August 19, 2024
- Commits
- 124
- pushed this day
- Repositories
- 25
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +43,573 −18,714
- additions / deletions
Monday, August 19, 2024
124 commits were pushed across 25 repos by 21 authors. There were 43,573 additions and 18,714 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
25 repositories- go-algorand 4 commits
- js-algorand-sdk 4 commits
- py-dm-beginner-EN-aug24 3 commits
- py-dm-beginner-ES-aug24 3 commits
- community 2 commits
- algokit-cli 2 commits
- algokit-lora 12 commits
- algokit-python-template 1 commit
- algokit-utils-ts 5 commits
- algorand-python-testing 14 commits
- devportal 3 commits
- liquid-auth 1 commit
- liquid-auth-android 2 commits
- oni-wallet 8 commits
- docker-algorand-pyteal-devcontainer 1 commit
- solidity-housing-cooperative 5 commits
- teal-architecture-competition 16 commits
- teal-rent-to-own 4 commits
- algobase 11 commits
- Algorand_Bytes 2 commits
- wen-tools 9 commits
- a-day-in-my-bobalife 3 commits
- txnDuck 1 commit
- Bonfire 4 commits
- use-wallet 4 commits
Commit Log
124 commits · 25 repositories
00:59:35
algokit-lora
refactor - tests passed again
+173
−258
01:00:25
go-algorand
Build 2080 Data
+1
−1
01:12:20
algokit-lora
clean up
+6
−4
01:15:22
algokit-lora
use ApplicationId type
+8
−7
01:36:04
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−0
01:54:03
algobase
feat: construct `AssetParams` from Algod
+450
−309
01:59:07
algobase
Merge pull request #373 from code-alexander/feature/assetparams/algod
+450
−309
03:54:48
algokit-lora
chore: adding some useful tests for atom-cache
+201
−18
03:57:41
algokit-utils-ts
fix: resolve kmd configuration when running on localnet to maintain previous behaviour (#308)
+106
−60
04:04:55
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
04:07:38
algokit-utils-ts
Merge main into release
+106
−60
04:07:39
algokit-utils-ts
Merge release into main
+0
−0
04:17:25
algokit-lora
wip
+55
−2
04:25:32
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
04:41:56
teal-architecture-competition
Create CODEOWNERS
+10
−0
04:41:58
teal-architecture-competition
Create index.md
+0
−0
04:42:00
teal-architecture-competition
Create .gitkeep
+0
−0
04:42:02
teal-architecture-competition
Delete CODEOWNERS
+0
−1
04:42:04
teal-architecture-competition
Create SUPPORT.md
+98
−0
04:42:06
teal-architecture-competition
Create GOVERNANCE.md
+159
−0
04:42:54
teal-architecture-competition
dependabot-devcontainer: bump ubuntu in /.devcontainer
+1
−1
04:42:55
teal-architecture-competition
Merge 12a993891f90c9a45a57dfb01996d0edc94b86bd into 60f1b352705d6b8c53743e5214d6db58efae7642
+1
−1
04:43:03
teal-architecture-competition
dependabot-pip: bump attrs from 21.2.0 to 24.2.0
+1
−1
04:43:04
teal-architecture-competition
Merge 5ce8d3e5bbabfa43c7b0e9d79cab5f2424428b04 into 60f1b352705d6b8c53743e5214d6db58efae7642
+1
−1
04:43:07
teal-architecture-competition
dependabot-pip: bump pyteal from 0.9.1 to 0.26.1
+1
−1
04:43:08
teal-architecture-competition
Merge 7286050bfd99003f85a690d47ba8dd97d6a4b7b0 into 60f1b352705d6b8c53743e5214d6db58efae7642
+1
−1
04:43:12
teal-architecture-competition
dependabot-pip: bump cffi from 1.15.0 to 1.17.0
+1
−1
04:43:15
teal-architecture-competition
dependabot-pip: bump colorama from 0.4.4 to 0.4.6
+1
−1
04:43:16
teal-architecture-competition
Merge daaa1d7a9f1c123e9bb9085e8f51caaba36a024f into 60f1b352705d6b8c53743e5214d6db58efae7642
+1
−1
04:43:23
teal-architecture-competition
dependabot-pip: bump regex from 2021.11.10 to 2024.7.24
+1
−1
04:44:11
docker-algorand-pyteal-devcontainer
Create index.md
+0
−0
05:15:42
algorand-python-testing
fix: ensure new Account's have field defaults populated
+8
−9
05:15:42
algorand-python-testing
chore: git ignore .venv dirs
+1
−0
05:15:42
algorand-python-testing
test: setting up a branch for consolidating work on final todos/tests
+95
−73
05:15:42
algorand-python-testing
test: add tests for `op.AppParamsGet` by index, remove assumptions about foreign array index for app/assets/accounts
+92
−48
05:15:42
algorand-python-testing
test: add AVM execution for remaining methods on Arc4ABIMethod
+183
−106
05:15:42
algorand-python-testing
fix: ensure Global.current_application* properties match AVM
+8
−12
05:15:42
algorand-python-testing
test: simplify test_app_local_put_get_and_delete
+35
−39
05:15:42
algorand-python-testing
test: test op.AssetParamsGet by index
+72
−38
05:15:42
algorand-python-testing
test: add tests for `op.AcctParamsGet` by index
+67
−37
05:15:42
algorand-python-testing
test: extra tests for signatures contract against avm
+199
−84
05:15:42
algorand-python-testing
fix: fix equality implementation for Account, to allow comparison with arc4.Address
+7
−5
05:15:42
algorand-python-testing
test: update StateOps artifacts
+1455
−887
05:15:42
algorand-python-testing
fix: when generating app/asset id's skip any that might already be reserved
+18
−6
05:15:42
algorand-python-testing
chore: fix typing for create_group
+1
−1
06:47:35
algobase
fix: asset info response parsing
+23
−17
06:50:03
algobase
Merge pull request #374 from code-alexander/feature/assetparams/algod
+23
−17
07:34:03
teal-rent-to-own
dependabot-pip: bump pycryptodomex from 3.11.0 to 3.20.0
+1
−1
07:34:07
teal-rent-to-own
dependabot-pip: bump pluggy from 1.0.0 to 1.5.0
+1
−1
07:34:08
teal-rent-to-own
Merge 594f68d25977f01054a7bdc4f3f55affd52930a1 into 9280f84672277ae863a72a341bebe6058c3f287e
+1
−1
07:34:15
teal-rent-to-own
dependabot-pip: bump regex from 2021.11.10 to 2024.7.24
+1
−1
07:35:35
solidity-housing-cooperative
npm: bump merkletreejs from 0.3.11 to 0.4.0
+1
−1
07:35:36
solidity-housing-cooperative
Merge 29d87d9d8006d52553fd3d146c44cd9fc3a9941f into ab86fd013ce78265da401601461a85c8e439b309
+1
−1
07:36:42
solidity-housing-cooperative
npm: bump @openzeppelin/contracts from 4.9.6 to 5.0.2
+1
−1
07:37:22
solidity-housing-cooperative
npm: bump solhint from 3.6.2 to 5.0.3
+1
−1
07:37:23
solidity-housing-cooperative
Merge a19a60066c5b80166531fd4dcc70f76768dade9d into ab86fd013ce78265da401601461a85c8e439b309
+1
−1
07:52:56
algobase
fix: decode metadata-hash
+9
−1
07:56:55
algobase
Merge pull request #375 from code-alexander/feature/assetparams/algod
+9
−1
07:58:42
algobase
chore: bump version
+1
−1
08:02:04
algobase
Merge pull request #376 from code-alexander/feature/assetparams/algod
+1
−1
10:05:40
txnDuck
refactor: migrate use-wallet from 2.x to 3.x
+2451
−1265
10:07:34
algokit-cli
chore(deps): bump pre-commit from 2.21.0 to 3.8.0 (#547)
+6
−6
10:13:47
algokit-cli
chore(deps): bump the all group across 1 directory with 10 updates
+196
−177
10:32:45
algokit-lora
wip - form
+258
−70
11:00:02
algobase
fix: prevent Algod error when fetching asset ID 0
+6
−6
11:02:43
algobase
chore: bump version
+1
−1
11:11:08
algobase
Merge pull request #377 from code-alexander/feature/assetparams/algod
+7
−7
11:49:06
Algorand_Bytes
Need to fix button colours
+49
−3
12:19:12
devportal
added code examples
+371
−498
12:28:19
devportal
Merge branch 'devrel-content' into DVP-15-Smart-Contracts-Box
+9650
−8449
12:32:52
algokit-lora
can save data
+131
−78
12:38:36
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−3
12:59:29
algokit-lora
chore: pr feedback
+1
−1
13:11:32
algokit-lora
chore: adding some useful tests for atom-cache (#201)
+201
−18
13:24:20
Algorand_Bytes
fixed guide buttons
+30
−11
15:03:07
wen-tools
Update BatchMetadataUpdateComponent.jsx
+1
−0
15:03:24
wen-tools
Update BatchMetadataUpdateComponent.jsx
+1
−1
15:10:43
wen-tools
Update BatchMetadataUpdateComponent.jsx
+0
−1
15:14:07
a-day-in-my-bobalife
chore: log greeting (2024-08-19)
+2
−0
15:16:15
wen-tools
Update BatchMetadataUpdateComponent.jsx
+2
−6
15:52:38
py-dm-beginner-ES-aug24
Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-python-template.git
+3961
−0
15:55:48
py-dm-beginner-ES-aug24
Beginner ES Contract and client test
+1645
−51
15:57:51
py-dm-beginner-ES-aug24
Create .devcontainer.json
+19
−0
16:12:44
py-dm-beginner-EN-aug24
Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-python-template.git
+3961
−0
16:26:29
py-dm-beginner-EN-aug24
Beginner EN
+1672
−51
16:27:42
py-dm-beginner-EN-aug24
Create .devcontainer.json
+19
−0
17:12:17
go-algorand
p2p: Telemetry and metrics improvements
+21
−3
17:15:12
a-day-in-my-bobalife
chore: v2024.33.0 (release)
+13
−0
17:15:14
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
17:26:08
algokit-python-template
Update README.md
+0
−2
17:41:50
liquid-auth
docs: finish passkey guides, liquid extension and linking
+1405
−337
18:00:30
js-algorand-sdk
Deprecate txn maker functions that will be removed in v3
+28
−0
18:02:43
wen-tools
Update README.md
+10
−0
18:03:57
wen-tools
Update README.md
+1
−0
18:08:32
wen-tools
Update README.md
+2
−0
18:47:15
js-algorand-sdk
Deprecate txn maker functions that will be removed in v3 (#886)
+28
−0
18:50:51
js-algorand-sdk
Merge branch 'develop' into 3.0.0
+0
−0
18:57:41
js-algorand-sdk
bump up version to v2.9.0
+21
−7
19:29:34
go-algorand
Move changes to v2 API package & embed StateDelta struct inside new one
+107
−180
20:10:27
Bonfire
Re-enable WalletConnect generic provider
+5
−6
20:16:39
Bonfire
Default to mainnet
+2
−2
20:23:32
Bonfire
Update App Info & add use-wallet callout.
+10
−1
21:13:43
Bonfire
App versioning & minor tweaks
+41
−27
21:51:37
wen-tools
Change donation button border color to #f57b14
+1
−1
21:53:20
wen-tools
Change network switch track color to #f57b14 when it's checked
+4
−4
22:18:46
use-wallet
fix(wc): handle untyped byte arrays returned by sign request
+14
−3
22:24:58
use-wallet
test(wc): test converting untyped byte array to Uint8Array
+9
−0
22:29:56
use-wallet
fix(wc): handle untyped byte arrays returned by sign request (#218)
+23
−3
22:32:55
use-wallet
chore: release v3.1.4
+10
−4
22:43:34
liquid-auth-android
feat(demo): add AVMProvider
+144
−129
22:54:01
liquid-auth-android
chore: use getstream webrtc package
+2
−4
22:55:26
algokit-lora
Merge remote-tracking branch 'origin/main' into app-studio-page
+215
−22
23:00:23
devportal
docs: created resource usage page
+8463
−0
23:17:05
oni-wallet
🔀 Merge pull request #1 from awesome-algorand/feat/denjell/workflows
+1860
−9
23:20:07
oni-wallet
✨ asset dialog, list-item and qr-code updates
+151
−45
23:22:49
algokit-lora
rename ApplicationEntity to ContractEntity
+76
−69
23:32:34
oni-wallet
🔀 Merge branch 'main' into feat/fetch-state
+1860
−9
23:32:41
oni-wallet
🚨 fix typos
+7
−2
23:44:20
oni-wallet
💚 fix errors and disable gh-pages deployment
+4
−4595
23:48:15
oni-wallet
📄 add LICENSE
+26
−1
23:50:46
oni-wallet
💚 point to typos.toml
+2
−0
23:51:25
algokit-lora
refactor the form
+30
−28
23:55:16
oni-wallet
💚 update typos.toml and skip license check
+5
−4
23:56:20
go-algorand
metrics: add algod_network_p2p_sent_bytes_{TAG}
+178
−83