Home Reports Aug 22, 2024
Thursday, August 22, 2024
- Commits
- 81
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +24,136 −12,844
- additions / deletions
Thursday, August 22, 2024
81 commits were pushed across 18 repos by 20 authors. There were 24,136 additions and 12,844 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- algostack 2 commits
- conduit-cockroachdb 1 commit
- go-algorand 5 commits
- js-algorand-sdk 1 commit
- algokit-lora 6 commits
- algokit-python-template 4 commits
- algorand-python-testing 27 commits
- liquid-auth-js 2 commits
- puya 1 commit
- TEALScript 5 commits
- technical-adoption-committee 2 commits
- CryptoDeepTools 6 commits
- algorand-js-sdk 2 commits
- arcpay-sdk 6 commits
- Algorand_Bytes 1 commit
- algoship 2 commits
- a-day-in-my-bobalife 5 commits
- use-wallet 3 commits
Commit Log
81 commits · 18 repositories
01:00:25
go-algorand
Build 2083 Data
+1
−1
01:54:20
conduit-cockroachdb
Fix issues in database migration script
+10
−3
02:23:47
algorand-python-testing
refactor: since _algopy_testing is now private, remove _ from sub-modules
+75
−77
02:41:27
algorand-python-testing
refactor: modify op tests to use algopy, algopy_testing references where possible
+40
−45
03:34:20
algorand-python-testing
build: modify docs env so that project is editable, but remove stubs so doc tests can execute
+8
−9
03:35:20
algorand-python-testing
chore: ensure doc tests don't use internal implementation types
+20
−29
04:19:37
algokit-lora
WIP - deploy app
+170
−6
05:49:13
algokit-lora
happy path
+130
−59
05:59:31
algorand-python-testing
feat: include ARC4 results in log, and handle > 15 ARC4 arguments
+27
−43
05:59:31
algorand-python-testing
fix: doctests that were invalid contracts
+5
−5
07:06:31
algorand-python-testing
feat: populate active txn for approval_program calls
+54
−54
07:17:01
algorand-python-testing
test: use different context for tests that use an explicit contract
+26
−28
07:52:02
algorand-python-testing
feat: handle init methods that may require an active txn
+131
−12
08:28:53
algorand-python-testing
feat: include ARC4 results in log, and handle > 15 ARC4 arguments (#18)
+386
−302
08:33:20
algorand-python-testing
0.3.0-beta.8
+7
−1
09:26:13
algorand-python-testing
refactor: simplify attribute access for Asset and Application types, and handle cases where id's are indexes
+48
−57
10:19:01
use-wallet
feat: local development possible using nginx
+72
−70
10:59:24
algokit-lora
chore: ignore npm audit issue 1098615
+7
−0
12:09:37
liquid-auth-js
fix: move defaults to bottom
+351
−45
12:31:33
liquid-auth-js
Merge pull request #14 from algorandfoundation/fix/next-imports
+351
−45
13:08:34
algorand-python-testing
refactor: make internal data structures private on public classes
+39
−39
13:12:27
algorand-python-testing
fix: Make Global.latest_timestamp constant for a transaction
+3
−3
13:24:51
algorand-python-testing
refactor: simplify attribute access for Asset and Application types (#19)
+90
−99
13:28:27
algorand-python-testing
0.3.0-beta.9
+3
−1
13:43:55
algorand-python-testing
chore: extra exceptions for discouraging nested contexts
+42
−0
13:51:06
technical-adoption-committee
Rename ATAC to ATC
+11
−11
13:54:02
algorand-python-testing
chore: adjusting finally block to ensure active group is reset upon execution
+5
−5
14:26:19
technical-adoption-committee
Merge pull request #16 from blockshake-io/main
+11
−11
14:31:39
algorand-python-testing
docs: refining docs
+62
−25
14:41:07
algorand-python-testing
Merge branch 'main' into chore/tests
+3
−1
14:42:28
algorand-js-sdk
ci: preview package release with pkg.pr.new
+23
−0
14:48:11
algorand-python-testing
ci: improving documentation hatch scripts
+7
−2
14:49:20
algorand-python-testing
ci: adding doctest checks as part of main ci
+3
−0
15:00:59
algorand-python-testing
docs: note on future refinement
+10
−0
15:05:10
algorand-python-testing
docs: further refining the api section
+10
−0
15:14:27
a-day-in-my-bobalife
chore: log greeting (2024-08-22)
+1
−0
15:14:53
algorand-python-testing
chore: extra exceptions for discouraging nested contexts (#20)
+139
−32
15:18:26
algorand-python-testing
0.3.0-beta.10
+3
−1
15:19:30
a-day-in-my-bobalife
chore: bump org.jetbrains.kotlin.jvm in /HaveAMagicalDay
+1
−1
15:22:33
a-day-in-my-bobalife
chore: bump org.jetbrains.kotlin.jvm from 2.0.10 to 2.0.20 in /HaveAMagicalDay (#153)
+1
−1
15:24:22
algorand-python-testing
0.3.0
+3
−1
15:26:24
algorand-js-sdk
ci: preview package release with pkg.pr.new (#46)
+23
−0
15:36:13
algokit-python-template
chore: bumping to stable release of `algorand-python-testing`
+1
−1
15:42:59
algokit-python-template
chore: refining log for during python contracts deployment
+7
−7
15:45:17
algokit-python-template
chore: regen artifacts
+4
−4
15:49:47
algokit-python-template
chore: bumping to stable release of `algorand-python-testing` (#54)
+12
−12
15:50:00
a-day-in-my-bobalife
chore: bump kotlin from 2.0.10 to 2.0.20 in /DisneyScenicRides
+1
−1
15:52:51
a-day-in-my-bobalife
chore: bump kotlin from 2.0.10 to 2.0.20 in /DisneyScenicRides (#154)
+1
−1
15:59:06
use-wallet
fix: removes http-server, uses only Nginx
+10
−40
16:17:11
algostack
fix main class type imports
+19
−18
16:20:51
algostack
0.7.3
+3
−3
16:55:07
go-algorand
Add total gossibsub bytes metrics
+14
−10
16:55:21
TEALScript
fix: reassigned variables optimized as constants under certain conditions
+672
−381
16:57:35
TEALScript
remove console.debug
+0
−3
17:00:19
TEALScript
Merge pull request #528 from algorandfoundation/fix/variable_reassignment
+669
−381
17:00:57
TEALScript
0.100.2
+577
−577
17:08:07
TEALScript
Merge pull request #529 from algorandfoundation/dev
+1244
−956
18:11:53
arcpay-sdk
Merge branch 'main' into refactoring
+0
−0
18:15:11
arcpay-sdk
Refactoring
+8072
−5880
18:22:21
arcpay-sdk
Bump axios from 1.7.3 to 1.7.4
+8
−7
18:24:00
arcpay-sdk
Merge pull request #2 from Frostbits-Solutions/dependabot/npm_and_yarn/axios-1.7.4
+8
−7
19:33:46
CryptoDeepTools
Add files via upload
+46
−0
19:34:52
use-wallet
docs: clarify troubleshooting and spin up
+11
−2
19:51:01
CryptoDeepTools
Add files via upload
+46
−0
19:51:35
CryptoDeepTools
Delete 31JacobianCurve directory
+0
−46
19:59:39
Algorand_Bytes
added function comments in app.py
+18
−0
20:20:35
algoship
Update to algosdk@3.0.0-beta.1 and use ESM modules
+1390
−936
20:22:47
algoship
1.1.2
+3
−3
20:25:43
js-algorand-sdk
Allow bigints for client args and update examples/internal usage to reflect that
+233
−230
21:01:03
puya
making utf-8 check more robust
+2
−1
21:04:13
arcpay-sdk
Updated Debug view
+25
−15
21:07:49
arcpay-sdk
Fixed Button component warnings
+2
−2
21:22:16
go-algorand
metrics: collect total netdev sent/received bytes
+338
−6
21:33:12
go-algorand
Test coverage for statedelta responses
+100
−17
21:45:52
go-algorand
block history to report total number of transactions
+15
−1
21:59:53
CryptoDeepTools
Add files via upload
+86
−0
22:30:26
CryptoDeepTools
Add files via upload
+11
−0
22:32:00
CryptoDeepTools
Update and rename KEYFOUND.privkey.txt to KEYFOUND.privkey
+1
−1
23:05:42
algokit-lora
test: update test snapshots
+1922
−1211
23:07:45
algokit-lora
Merge remote-tracking branch 'origin/main' into screenshot
+6152
−959
23:47:03
algokit-lora
chore: fix packages order
+1
−1