Home Reports Aug 21, 2024
Wednesday, August 21, 2024
- Commits
- 143
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +48,915 −19,499
- additions / deletions
Wednesday, August 21, 2024
143 commits were pushed across 19 repos by 21 authors. There were 48,915 additions and 19,499 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- algostack 2 commits
- go-algorand 7 commits
- js-algorand-sdk 1 commit
- algokit-cli 2 commits
- algokit-lora 30 commits
- algokit-python-template 2 commits
- algokit-utils-ts 8 commits
- algorand-python-testing 64 commits
- devportal 1 commit
- docs 1 commit
- puya 1 commit
- c3-typescript-sdk 1 commit
- Algorand_Bytes 2 commits
- wen-tools 1 commit
- a-day-in-my-bobalife 1 commit
- algo-voting 1 commit
- Bonfire 4 commits
- subql-stellar 5 commits
- use-wallet 9 commits
Commit Log
143 commits · 19 repositories
00:17:02
algokit-lora
rename "contract" to "app interface"
+81
−79
00:20:26
algokit-lora
rename "appInterfaces" to "app-interfaces"
+8
−8
00:27:53
algokit-lora
rename "displayName" to "name"
+9
−9
00:35:04
algokit-lora
PR review
+7
−8
01:00:25
go-algorand
Build 2082 Data
+1
−1
01:06:07
algokit-lora
chore: add padding
+16
−35
01:14:29
algokit-lora
Merge branch 'app-studio-page' into view-contracts
+348
−345
01:17:24
algokit-lora
fix UI
+1
−1
01:37:20
algokit-lora
rename new-app to create-app
+9
−9
02:46:34
algokit-lora
Merge branch 'app-studio-page' into view-contracts
+9
−9
03:12:54
algostack
catch addons errors
+14
−10
03:13:11
algostack
0.7.2
+3
−3
03:18:49
use-wallet
fix(use-wallet): create new object references in setActiveAccount
+81
−8
03:22:20
algokit-lora
chore: wording tweaks
+8
−7
03:28:46
algokit-lora
Fix responsive
+8
−6
03:31:50
algokit-lora
feat: create app interface from app lab page (#228)
+620
−335
03:35:37
algokit-lora
Merge branch 'app-studio-page' into view-contracts
+0
−0
03:35:49
algokit-lora
merge
+9
−7
03:37:10
algokit-lora
merge
+2
−2
03:38:08
algokit-lora
Merge remote-tracking branch 'origin/main' into view-contracts
+0
−0
03:38:52
algokit-lora
clean up
+0
−1
03:42:11
algokit-lora
wording
+4
−1
03:45:22
use-wallet
fix: immutable state updates in addWallet and setAccounts
+97
−13
03:46:09
use-wallet
refactor: store mutation function improvements
+11
−15
03:46:33
use-wallet
chore(use-wallet): fix import sort order in src/store.ts
+1
−1
03:47:15
algo-voting
Update algosdk requirement from ^2.8.0 to ^2.9.0
+1
−1
03:51:56
algokit-lora
PR review
+12
−11
03:56:47
subql-stellar
Fix issue in OperationFilter
+7
−1
04:01:33
subql-stellar
Fix issue in OperationFilter (#80)
+7
−1
04:03:05
subql-stellar
[SKIP CI] Prerelease
+8
−4
04:07:32
use-wallet
fix(core): immutable state updates in store mutation functions (#220)
+190
−37
04:09:28
subql-stellar
[release] 20240821
+12
−8
04:10:49
use-wallet
chore: release v3.1.5
+10
−4
04:15:15
subql-stellar
[release] 20240821 (#81)
+12
−8
04:19:31
algokit-lora
PR feedback
+3
−3
04:28:49
algokit-lora
feat: view and delete app interfaces (#229)
+158
−20
04:29:24
algokit-lora
fix labels wording
+12
−8
04:53:16
algokit-lora
chore: wording (#231)
+12
−8
05:50:47
algorand-python-testing
test: use appropriate app_id when providing gtxns
+6
−2
05:50:47
algorand-python-testing
test: move opt_in into fixture
+4
−4
05:50:47
algorand-python-testing
test: assert on algopy types
+15
−16
05:50:47
algorand-python-testing
feat: rename txn_op_fields to active_txn_overrides to better reflect purpose, add additional checks to ensure crate_group parameters are used correctly
+37
−33
05:50:47
algorand-python-testing
test: use correct method for overriding on_completion
+1
−2
05:50:47
algorand-python-testing
build: ignore exit code of docformatter
+1
−1
06:00:23
algorand-python-testing
test: use correct method for overriding on_completion
+1
−2
06:00:23
algorand-python-testing
chore: locking docstrings linter/formatter
+2
−2
06:00:23
algorand-python-testing
refactor: todo on kwargs to match order of fn signature
+23
−3
06:00:23
algorand-python-testing
docs: integrating pydoclint; formatting docs; removing docs from stub implementation
+452
−349
06:00:23
algorand-python-testing
fix: fix equality implementation for Account, to allow comparison with arc4.Address
+7
−5
06:00:23
algorand-python-testing
refactor: removing redundant ctx.reset() calls; moving boxes out of examples
+407
−209
06:00:23
algorand-python-testing
fix: when generating app/asset id's skip any that might already be reserved
+18
−6
06:00:23
algorand-python-testing
test: assert on algopy types
+15
−16
06:00:23
algorand-python-testing
test: add tests for `op.AppParamsGet` by index, remove assumptions about foreign array index for app/assets/accounts
+92
−48
06:00:23
algorand-python-testing
test: simplify test_app_local_put_get_and_delete
+35
−39
06:00:23
algorand-python-testing
chore: fix typing for create_group
+1
−1
06:00:23
algorand-python-testing
chore: git ignore .venv dirs
+1
−0
06:00:23
algorand-python-testing
test: use appropriate app_id when providing gtxns
+6
−2
06:00:23
algorand-python-testing
fix: ensure Global.current_application* properties match AVM
+8
−12
06:00:23
algorand-python-testing
test: extra tests for signatures contract against avm
+199
−84
06:00:23
algorand-python-testing
chore: addressing todo on field validators on asset application generators
+21
−186
06:00:23
algorand-python-testing
build: ignore exit code of docformatter
+1
−1
06:00:23
algorand-python-testing
chore: fixing hatch installation in ci to ensure its installed via 3.12
+3
−3
06:00:23
algorand-python-testing
test: add AVM execution for remaining methods on Arc4ABIMethod
+183
−106
06:00:23
algorand-python-testing
test: test op.AssetParamsGet by index
+72
−38
06:00:23
algorand-python-testing
chore: testing ci
+3
−3
06:00:23
algorand-python-testing
test: add tests for `op.AcctParamsGet` by index
+67
−37
06:00:23
algorand-python-testing
fix: ensure new Account's have field defaults populated
+8
−9
06:00:23
algorand-python-testing
test: move opt_in into fixture
+4
−4
06:00:23
algorand-python-testing
test: setting up a branch for consolidating work on final todos/tests
+95
−73
06:00:23
algorand-python-testing
feat: rename txn_op_fields to active_txn_overrides to better reflect purpose, add additional checks to ensure crate_group parameters are used correctly
+37
−33
06:00:23
algorand-python-testing
test: update StateOps artifacts
+1455
−887
06:00:23
algorand-python-testing
chore: tweaking update account to allow updating opted asset balances
+15
−3
06:45:16
puya
fix: remove `slice` from `__getitem__` in `algopy.arc4.DynamicArray` and `algopy.arc4.StaticArray`
+3
−3
06:53:32
wen-tools
color change bounty
+109
−100
06:55:17
algokit-lora
feat: use network genesis hash in the db name
+10
−4
07:03:50
algorand-python-testing
build: using sphinx supported `typing.Unpack` for unpacking tuple types
+1
−1
07:18:00
algorand-python-testing
build: filter release notes to useful categories
+33
−0
08:16:11
algokit-lora
chore: make the image sharper, button position changed
+82
−67
08:40:05
algokit-utils-ts
feat: Ensuring equivalent implementation of transfer, asset and part of transaction modules
+1636
−703
08:42:27
algokit-utils-ts
feat: Deprecated asset and transfer modules
+1588
−767
08:43:01
algokit-utils-ts
docs: Started writing docs for algorand client (WIP)
+508
−25
08:43:24
algokit-utils-ts
feat: Moved from rekey being a transaction type to being a method on `AccountManager`
+72
−106
08:45:27
algokit-utils-ts
docs: Added up to date documentation for rekeyAccount, AlgorandClient, asset, dispenser client, indexer, testing, transfer
+1492
−832
08:58:42
algorand-python-testing
build: filter release notes to useful categories (#16)
+33
−0
08:58:54
algorand-python-testing
Merge branch 'main' into fix-type-annotations
+33
−0
09:02:39
algorand-python-testing
build: using sphinx supported `typing.Unpack` for unpacking tuple types (#15)
+1
−1
09:06:31
algorand-python-testing
0.3.0-beta.4
+122
−298
09:09:10
algorand-python-testing
fix: ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types)
+1238
−79
09:09:10
algorand-python-testing
refactor: make ARC4 type_info private
+85
−98
09:09:10
algorand-python-testing
refactor: make ARC4 struct inherit _ABIEncoded
+8
−9
09:09:10
algorand-python-testing
feat: add __str__ and __repr__ implementations for ARC4 types
+77
−1
09:09:10
algorand-python-testing
fix: add default __eq__ implementation for ARC4 types
+8
−0
09:12:00
algokit-utils-ts
docs: PR feedback - docs tweaks and consistent Algo/ALGO use according to brand guidelines
+163
−163
10:09:49
algorand-python-testing
refactor: removing get_app_for_contract; expanding get_app; parsing on_complete
+61
−32
10:21:45
algorand-python-testing
fix: ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types) (#14)
+1467
−209
10:25:37
algorand-python-testing
0.3.0-beta.5
+19
−1
10:52:23
algorand-python-testing
docs: wip
+1314
−75
10:52:23
algorand-python-testing
chore: refresh pyproject
+8
−1
10:52:31
algorand-python-testing
docs: refining docs (wip)
+138
−404
10:52:31
algorand-python-testing
chore: integrating doctests
+146
−77
10:54:09
algorand-python-testing
docs: revamping docs with latest features
+933
−668
10:54:09
algorand-python-testing
docs: refine op codes section
+156
−78
10:54:09
algorand-python-testing
docs: minor consistency with main readme; patching doctests
+80
−61
10:54:09
algorand-python-testing
docs: removing the box from examples
+0
−1
10:57:12
algorand-python-testing
chore: merge conflicts
+8
−3
10:58:13
algokit-lora
wip - fix
+53
−42
11:02:31
algorand-python-testing
chore: apply suggestions from code review
+7
−7
11:03:34
algokit-lora
fix tests
+5
−4
11:05:27
algokit-lora
oops, need to read from settingsStore
+2
−1
12:33:45
algorand-python-testing
docs: addressing docs pr comments
+434
−334
13:17:38
algorand-python-testing
docs: documentation for initial stable release of `algorand-python-testing` (#8)
+1924
−409
13:21:17
use-wallet
feat: adds docker-compose
+290
−0
13:21:57
algorand-python-testing
0.3.0-beta.6
+31
−1
13:35:44
algokit-python-template
chore: disable verbose compile for more consistent output stability
+19
−4
13:44:38
algokit-cli
docs: remove typos
+1
−13
13:51:58
algokit-python-template
chore: disable verbose compile for more consistent output stability (#53)
+19
−4
13:59:09
Algorand_Bytes
add title to left nav bar and dev portal link on right side
+22
−18
14:01:01
algokit-utils-ts
fix: Pull request feedback
+541
−474
14:04:31
Algorand_Bytes
tidy comemnts
+19
−17
14:11:45
go-algorand
Sort leases
+22
−2
14:38:53
algokit-lora
chore: fix download button positioning
+66
−67
15:10:19
algokit-cli
test: adding extra snapshot tests for extra args and sequential flag
+200
−0
15:13:48
a-day-in-my-bobalife
chore: log greeting (2024-08-21)
+1
−0
15:15:33
Bonfire
Update use-wallet to incorporate bug fix
+10
−10
15:29:32
go-algorand
Update ledger/ledger.go
+1
−1
15:45:31
docs
Merge pull request #1265 from SilentRhetoric/staging
+2
−2
15:45:55
algokit-utils-ts
fix: remove AlgorandClient memoize in AlgorandFixture
+1
−1
17:15:35
go-algorand
move pubsubTracer to parent package
+170
−260
17:20:04
js-algorand-sdk
Use prerelease tag in changelog generation
+2
−1
18:16:39
c3-typescript-sdk
add cross chain examples
+376
−162
18:18:32
Bonfire
Tweak button text
+1
−1
18:19:05
Bonfire
Merge pull request #5 from SilentRhetoric:use-wallet-v3
+13120
−4207
18:38:20
use-wallet
chore: debug info
+19
−5
18:40:19
use-wallet
chore: get session
+32
−0
18:41:31
go-algorand
heapwatch: support p2p total bytes counters
+49
−25
18:45:49
algorand-python-testing
refactor: moving implementation into private namespace; refining docs; configuring api docs
+568
−533
18:51:19
algorand-python-testing
refactor: moving implementation into private namespace; refining docs; configuring api docs (#17)
+568
−533
18:55:23
algorand-python-testing
0.3.0-beta.7
+3
−1
18:59:43
Bonfire
Merge pull request #6 from SilentRhetoric:dev
+13060
−4186
19:43:16
devportal
docs: add code examples
+492
−9
20:48:09
go-algorand
adjust TXTopicName value
+3
−2
20:51:31
go-algorand
remove unused metric names
+0
−5
23:35:49
algokit-lora
feat: use network genesis hash in the db name (#232)
+64
−45