Home Reports Aug 27, 2024
Tuesday, August 27, 2024
- Commits
- 109
- pushed this day
- Repositories
- 21
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +54,823 −31,776
- additions / deletions
Tuesday, August 27, 2024
109 commits were pushed across 21 repos by 20 authors. There were 54,823 additions and 31,776 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
21 repositories- go-algorand 2 commits
- indexer 1 commit
- py-dm-intermediate-ES-aug24 1 commit
- algokit-lora 11 commits
- algokit-python-template 2 commits
- algokit-utils-ts 7 commits
- algo-models 6 commits
- algorand-python-testing 34 commits
- ARCs 2 commits
- liquid-auth 6 commits
- nft_voting_tool 2 commits
- wallet-provider-ts 2 commits
- Switch 7 commits
- algorand-js-sdk 1 commit
- brand-assets 3 commits
- arcpay-sdk 3 commits
- a-day-in-my-bobalife 1 commit
- connect 2 commits
- algo-voting 1 commit
- subql-stellar 9 commits
- subtopia-js-sdk 6 commits
Commit Log
109 commits · 21 repositories
00:16:41
algokit-lora
state machine ok
+43
−160
01:00:25
go-algorand
Build 2088 Data
+1
−1
01:00:25
go-algorand
FI from master
+7
−0
01:16:52
algorand-python-testing
feat: replaced `account_exists` with `account_is_funded` as the later is more useful
+16
−8
01:38:36
subql-stellar
Address comments
+14
−53
01:42:41
subql-stellar
Bump braces from 3.0.2 to 3.0.3 (#77)
+8
−8
01:44:38
subql-stellar
Bump micromatch from 4.0.5 to 4.0.8
+5
−5
01:47:06
algo-models
docs: add starlight docs site
+12296
−0
02:00:39
subql-stellar
use @stellar/stellar-sdk
+37
−37
02:15:32
subql-stellar
Sync with main 20240823 (#82)
+819
−1580
02:17:01
subql-stellar
[SKIP CI] Prerelease
+12
−6
02:44:53
subql-stellar
[release] 20240827
+27
−16
02:48:46
algo-models
docs: add tutorialkit
+8174
−9505
02:53:06
subql-stellar
fix typo
+3
−4
02:59:04
subql-stellar
[release] 20240827 (#84)
+29
−19
03:24:06
algo-voting
Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.3.0
+1
−1
03:27:10
algokit-lora
cleaning up
+159
−156
03:27:16
algorand-python-testing
fix: use correct type for Globals.caller_application_id
+4
−2
03:27:16
algorand-python-testing
refactor: use more appropriate exception for invalid global fields
+3
−5
03:27:16
algorand-python-testing
fix: do not allow specifying `address` for applications, it is derived from the app_id
+10
−6
03:27:16
algorand-python-testing
feat: add support for frozen on asset holdings, including a new ledger function `update_asset_holdings` for setting asset holding balances and frozen states
+73
−44
03:27:16
algorand-python-testing
feat: expand accepted types when interacting with accounts, applications and assets
+46
−22
03:27:16
algorand-python-testing
chore: move bytes definition to avoid type ignore
+10
−10
03:27:16
algorand-python-testing
tests: add additional tests for Global op
+54
−2
03:27:16
algorand-python-testing
fix: do not treat asset and application ids as possible foreign array indexes
+3
−4
03:37:06
algokit-lora
make the test wait for Windows
+13
−8
03:46:59
algokit-lora
PR review
+29
−27
03:47:55
algorand-python-testing
refactor: expand accepted types for account value generator
+48
−37
03:51:22
algokit-lora
fix npm audit
+5
−11
03:56:01
algorand-python-testing
docs: include usage of `algopy_testing_context` in README.md quick start
+11
−10
06:06:52
algorand-python-testing
tests: add tests for StateTotals and contract attributes with potential collision
+24
−8
06:06:52
algorand-python-testing
refactor: remove Global field that is inferred from another field
+9
−1
06:06:52
algorand-python-testing
chore: remove TODO
+0
−3
06:06:52
algorand-python-testing
fix: ensure all comparable types return `NotImplemented` when a comparison is not possible
+1749
−80
06:06:52
algorand-python-testing
feat: replaced `account_exists` with `account_is_funded` as the later is more useful
+16
−8
06:06:52
algorand-python-testing
fix: use correct type for Globals.caller_application_id
+4
−2
06:06:52
algorand-python-testing
fix: `arc4_prefix` annotated to also accept `algopy.Bytes`
+3
−1
06:06:52
algorand-python-testing
fix: do not treat asset and application ids as possible foreign array indexes
+3
−4
06:06:52
algorand-python-testing
docs: include usage of `algopy_testing_context` in README.md quick start
+11
−10
06:06:52
algorand-python-testing
refactor: use more appropriate exception for invalid global fields
+3
−5
06:06:52
algorand-python-testing
chore: move bytes definition to avoid type ignore
+10
−10
06:06:52
algorand-python-testing
fix: removed incorrect deduction in `algopy.op.balance`
+856
−801
06:06:52
algorand-python-testing
test: add `algopy.op.gaid` test
+349
−2
06:06:52
algorand-python-testing
feat: expand accepted types when interacting with accounts, applications and assets
+46
−22
06:06:52
algorand-python-testing
fix: do not allow specifying `address` for applications, it is derived from the app_id
+10
−6
06:06:52
algorand-python-testing
refactor: expand accepted types for account value generator
+48
−37
06:06:52
algorand-python-testing
feat: add support for frozen on asset holdings, including a new ledger function `update_asset_holdings` for setting asset holding balances and frozen states
+73
−44
06:06:52
algorand-python-testing
tests: add additional tests for Global op
+54
−2
06:10:54
algorand-python-testing
0.4.0-beta.1
+31
−1
06:15:11
algokit-lora
wip - define the model
+49
−0
06:16:31
algorand-python-testing
refactor: modify new `update_asset_holding` method so asset is the first parameter
+3
−3
06:22:19
algorand-python-testing
refactor: modify new `update_asset_holding` method so asset is the first parameter
+3
−3
06:26:19
algorand-python-testing
0.4.0-beta.2
+3
−1
06:29:34
algokit-python-template
chore: bump algorand-python-testing version, and simplify test example
+13
−16
06:36:47
algokit-lora
PR feedback
+24
−8
06:47:16
algokit-lora
pr feedback, break index.ts into files
+196
−176
06:57:20
algorand-python-testing
0.4.0
+3
−1
06:58:12
algokit-lora
improve the button
+59
−52
07:30:11
algokit-python-template
chore: bump algorand-python-testing version, and simplify test example
+13
−16
08:34:37
algorand-js-sdk
replace deprecated function calls
+29
−7
08:49:30
ARCs
Deprecating XGov/Rewards ARCs
+10
−5
08:59:43
ARCs
Deprecating ARCs
+16
−8
13:44:09
algo-models
Merge pull request #13 from algorandfoundation/feat/provider-models-ENG-523
+1334
−21
13:46:35
algo-models
Revert "feat: provider models for signing transactions"
+21
−1334
13:48:55
algo-models
Merge pull request #14 from algorandfoundation/revert-13-feat/provider-models-ENG-523
+21
−1334
14:31:41
brand-assets
chore: update png and svg logos and icons
+38
−27
14:33:28
algo-models
build: update build configuration
+12
−4
14:37:00
brand-assets
chore: update README
+6
−6
15:10:08
wallet-provider-ts
feat: wallet provider for typescript
+6726
−0
15:14:03
a-day-in-my-bobalife
chore: log greeting (2024-08-27)
+1
−0
15:18:10
brand-assets
chore: update Folks Finance icons and logos (#3)
+44
−33
16:04:41
wallet-provider-ts
chore: add distribution until packaged
+1326
−4
16:11:18
liquid-auth
chore(demo): update to new package for provider
+16
−46
16:28:52
algokit-utils-ts
Removed the circular dependency in App Client
+57
−21
16:30:32
algokit-utils-ts
Renamed AlgokitComposer to AlgoKitComposer
+25
−25
16:40:02
algokit-utils-ts
Fixing broken test
+55
−57
16:45:46
algokit-utils-ts
chore: Fixing vulnerable dependency
+6
−5
17:40:47
algokit-utils-ts
fix: No longer require registration of a signer when building individual transactions
+2431
−1111
17:47:13
algokit-utils-ts
fix: Removing circular dependency
+56
−21
18:02:56
algokit-utils-ts
fix: Resolving circular dependency
+3
−3
18:40:46
arcpay-sdk
added auction and dutch contract + create/fund
+75
−3
18:48:36
liquid-auth
docs: add Provider examples for Datachannel
+272
−416
19:04:19
arcpay-sdk
asa to ASA
+7
−7
19:04:59
arcpay-sdk
adding a buy fonction
+113
−7
19:31:54
py-dm-intermediate-ES-aug24
Testing done
+528
−99
19:34:07
indexer
Regression test for UTF-8 printable characters (#1624)
+6
−1
20:26:01
algokit-lora
priority app id already been set message
+4
−4
20:27:56
liquid-auth
Merge pull request #37 from algorandfoundation/docs/wallet-provider-ENG-520
+272
−416
20:43:23
connect
Add `autoConnect` method and `singleAccount`, `selectedAccount` options
+2604
−7964
20:55:07
connect
Setup and release Beta v1
+33
−3
21:08:50
Switch
Initial commit
+203
−0
21:09:07
liquid-auth
docs: Add extending guide
+104
−0
21:09:28
Switch
Create approval.teal
+17
−0
21:11:35
Switch
Update README.md
+3
−0
21:12:01
Switch
Update LICENSE
+1
−1
21:12:41
Switch
Update README.md
+1
−1
21:24:53
subtopia-js-sdk
chore: restoring npm plugin
+9
−12
21:26:55
liquid-auth
Merge pull request #38 from algorandfoundation/docs/other-ecosystems-ENG-521
+104
−0
21:37:52
subtopia-js-sdk
chore: restoring npm
+12516
−5422
21:41:06
subtopia-js-sdk
chore: restoring npm
+5
−5
21:43:22
subtopia-js-sdk
chore(release): 2.0.0-beta.15 [skip ci]
+5
−3
21:43:24
subtopia-js-sdk
Notes added by 'git notes add'
+1
−0
21:44:06
subtopia-js-sdk
chore(deps): update dependency eslint to v9
+1
−1
21:53:03
algokit-lora
use loadable for active account atom
+6
−6
22:39:40
liquid-auth
docs: add Android 14 service guide
+33
−185
23:14:02
Switch
Update README.md
+7
−1
23:15:10
nft_voting_tool
chore: update verbiage on status feature
+11
−3
23:15:39
Switch
Update README.md
+1
−1
23:35:39
nft_voting_tool
Merge pull request #168 from algorandfoundation/chore/update-status-ENG-499
+23
−73