Home Reports Mar 28, 2024
Thursday, March 28, 2024
- Commits
- 106
- pushed this day
- Repositories
- 30
- with activity
- Contributors
- 36
- distinct authors
- Lines changed
- +23,630 −12,539
- additions / deletions
Thursday, March 28, 2024
106 commits were pushed across 30 repos by 36 authors. There were 23,630 additions and 12,539 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
30 repositories- algostack 3 commits
- algorand-sdk-testing 2 commits
- generator 1 commit
- go-algorand 3 commits
- js-algorand-sdk 2 commits
- py-dm-beginner-en 1 commit
- py-dm-intermediate-en 1 commit
- ts-dm-beginner-en 6 commits
- challenge-4 16 commits
- python-challenge-1 11 commits
- algokit-fullstack-template 3 commits
- algokit-python-template 4 commits
- arc52-android-wallet 1 commit
- arc52-jvm-wallet 1 commit
- liquid-auth 1 commit
- liquid-auth-js 1 commit
- nft_voting_tool 3 commits
- puya 15 commits
- technical-adoption-committee 2 commits
- xGov 3 commits
- rosetta-smart-contracts 5 commits
- algobase 2 commits
- algorand-js-sdk 1 commit
- powershell-algorand-module 8 commits
- best-of-crypto 1 commit
- a-day-in-my-bobalife 3 commits
- connect 1 commit
- wallet 1 commit
- smart-dao 3 commits
- ultrade-python-sdk 1 commit
Commit Log
106 commits · 30 repositories
00:24:50
algobase
:arrow_up: Bump httpcore from 1.0.4 to 1.0.5
+4
−4
00:49:53
algokit-fullstack-template
chore: regen examples (#23)
+6
−30
00:57:19
puya
docs: add algorand-python instruction to quick start
+20
−9
01:00:22
puya
docs: Adding missing install step to install algorand-python
+43
−32
01:00:31
go-algorand
Build 1936 Data
+1
−1
01:23:21
puya
docs: Adding missing install step to install algorand-python
+43
−32
02:08:38
powershell-algorand-module
Update framework target; updates pipeline
+277
−14
02:18:51
powershell-algorand-module
Updates integration test
+3
−0
02:28:28
powershell-algorand-module
Updates integration test
+6
−1
04:27:33
algostack
medias.getAssetFiles() : assetPropsis now optionnal
+10
−3
04:27:40
algostack
Merge branch 'dev'
+10
−8
04:27:48
algostack
0.5.2
+3
−3
04:49:51
python-challenge-1
Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-python-template.git
+1787
−0
05:52:41
algobase
Merge pull request #165 from code-alexander/dependabot/pip/httpcore-1.0.5
+4
−4
06:32:05
puya
docs: simplify Quick start steps
+10
−19
06:59:51
python-challenge-1
challenge created:
+1223
−103
07:01:53
python-challenge-1
Update README.md
+4
−2
07:03:04
python-challenge-1
Update README.md
+8
−6
07:04:01
python-challenge-1
Update README.md
+181
−11
07:04:29
python-challenge-1
Update README.md
+2
−1
07:05:22
python-challenge-1
Update README.md
+1
−2
07:05:54
python-challenge-1
Update README.md
+1
−1
07:10:55
puya
docs: simplify Quick start steps
+10
−19
07:11:12
puya
build: improve changelog output
+29
−21
07:11:12
puya
build: allow more control over what to publish
+38
−8
07:55:56
puya
build: fix flaky tests when being run in parallel
+21
−7
08:04:45
puya
build: improve changelog output
+29
−21
08:04:45
puya
build: allow more control over what to publish
+38
−8
08:04:45
puya
build: fix flaky tests when being run in parallel
+21
−7
08:45:21
puya
docs: add code re-use documentation (WIP)
+28
−0
09:41:38
algokit-python-template
docs: refining readme instructions + codetours
+134
−155
09:51:47
algokit-python-template
fix: patching xdist
+2
−2
10:01:26
best-of-crypto
Merge pull request #133 from LukasMasuch/update/2024.03.27
+5269
−884
10:20:06
challenge-4
bug solved
+4
−2
10:24:32
challenge-4
Merge 2e1745447d2bdf76f30adc29d5e565104ed32a84 into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+4
−2
10:48:12
algorand-js-sdk
Add new distributor
+6
−2
11:00:36
puya
fix: add colorama as a dependency on windows
+2
−1
11:03:46
powershell-algorand-module
Updates integration test
+3
−0
11:04:02
puya
docs: add TODO to expand upon opcode budgets
+2
−0
11:07:14
powershell-algorand-module
Updates integration test
+2
−0
11:12:12
powershell-algorand-module
Updates integration test
+2
−4
11:12:47
challenge-4
challenge-4 fixed
+3
−2
11:18:17
challenge-4
Merge 495bd0e2307dabbc38a20193042472d8cb8c402e into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+3
−2
11:44:56
rosetta-smart-contracts
Improved readme of Upgradeable Proxy
+7
−4
11:54:34
algokit-python-template
fix: pyright warnings in codespace mode
+9
−0
12:08:42
challenge-4
[Fix] Account used in place of a signer in addTransaction call.
+3
−3
12:10:25
ultrade-python-sdk
Fix: order bytes signing
+16
−63
12:13:42
challenge-4
Merge a9fd88e199206d4201b114f43b74175f6cfcf3c0 into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+3
−3
12:21:10
algokit-python-template
docs: minor refinements in readme (#9)
+145
−157
12:44:56
algokit-fullstack-template
docs: regenerate examples
+87
−76
12:54:57
algokit-fullstack-template
docs: regenerate examples (#24)
+87
−76
13:17:26
ts-dm-beginner-en
update imports
+5
−7
13:29:03
ts-dm-beginner-en
quantity and assetBeingSold
+19
−11
13:53:04
ts-dm-beginner-en
export function
+23
−23
13:56:45
ts-dm-beginner-en
rm signer from buy
+4
−11
13:58:13
connect
Update `signData` according to ARC-60
+46
−49
14:10:13
py-dm-beginner-en
Remove old code.
+78
−82
14:13:21
rosetta-smart-contracts
Added UpgradableProxy in Tezos
+65
−1
14:14:01
smart-dao
Update code after milp paper
+901
−103
14:14:15
smart-dao
Merge branch 'main' of https://github.com/strath-ace/smart-dao
+1
−1
14:15:02
rosetta-smart-contracts
Merge branch 'main' of https://github.com/blockchain-unica/smart-contracts-comparison
+7
−4
14:15:31
smart-dao
Add others
+239
−0
14:18:49
ts-dm-beginner-en
sold out / delete
+40
−6
14:28:58
go-algorand
checkpoint better testing before n+1 to n
+56
−51
14:29:47
py-dm-intermediate-en
Migration to AlgoKit v2.
+636
−496
14:30:45
go-algorand
bonus constant changes
+6
−6
14:38:53
nft_voting_tool
fix: total ALGO allocated displayed on homepage
+1
−1
14:45:40
nft_voting_tool
Merge pull request #160 from algorandfoundation/fix/total-algo-allocated
+1
−1
14:47:59
challenge-4
challenge 4
+2
−2
14:57:50
challenge-4
fix bug
+4
−2
15:00:00
nft_voting_tool
Merge pull request #161 from algorandfoundation/develop
+1
−1
15:00:49
challenge-4
Merge fc39e6b3f70d9f17fa44848682f5f87057e93dba into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+4
−2
15:03:26
rosetta-smart-contracts
Improved SmartPy implementation details in the readme
+3
−2
15:07:31
wallet
Bump express from 4.18.2 to 4.19.2
+13
−28
15:13:41
a-day-in-my-bobalife
chore: bump com.github.ajalt.clikt:clikt in /HaveAMagicalDay
+1
−1
15:13:46
a-day-in-my-bobalife
chore: log greeting (2024-03-28)
+1
−0
15:16:50
rosetta-smart-contracts
Update UpgradableProxy.py with comments
+7
−3
15:19:55
puya
fix: add colorama as a dependency on windows
+2
−1
15:19:59
challenge-4
Merge a8cb3bca30f1eb04d8014137fcdd5d92ab56cf7b into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+2
−2
15:22:52
challenge-4
add signer to transaction
+7
−5
15:27:28
challenge-4
Merge aa890df01fe73a57307b241d73ea1b5cce7c26ed into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+7
−5
15:40:29
a-day-in-my-bobalife
chore: bump com.github.ajalt.clikt:clikt from 4.2.2 to 4.3.0 in /HaveAMagicalDay (#103)
+1
−1
16:32:35
challenge-4
UPDATE all
+4
−3
16:38:19
challenge-4
Merge 8a0d885c711a4b93ff86dd7c3424cf602f46ca97 into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+4
−3
17:04:27
technical-adoption-committee
Item refactor wording
+1
−1
17:05:34
technical-adoption-committee
Merge branch 'dev_prio' of github.com:ehanoc/technical-adoption-committee into dev_prio
+1
−1
17:30:35
xGov
Create xGov-171.md
+95
−0
17:33:17
xGov
Update xGov-171.md
+2
−2
17:33:39
xGov
Rename xGov-171.md to xGov-179.md
+0
−0
18:18:28
challenge-4
Create signer from account
+4
−2
18:26:06
challenge-4
Merge e610c0fd72b89b3f5f4817ed57dc63ee85da5c7b into 9939afa6a2989fe8490ca4e10f9d48c8b42bcabc
+4
−2
19:41:49
python-challenge-1
docs: minor tweaks in README.md
+9
−6
19:48:58
python-challenge-1
Merge pull request #1 from aorumbayev/patch-1
+9
−6
19:49:37
python-challenge-1
Update README.md
+9
−6
21:30:55
js-algorand-sdk
Fixing type errors
+2279
−1549
21:31:32
generator
Implement fromDecodedJSON, fix bugs
+63
−17
21:34:02
algorand-sdk-testing
WIP
+9061
−7816
21:35:54
algorand-sdk-testing
Fix mock response txn encoding types
+3
−3
21:36:40
js-algorand-sdk
Update cucumber test branch
+1
−1
21:52:01
ts-dm-beginner-en
link
+35
−11
21:57:17
powershell-algorand-module
Updates README; removes Azure Pipeline definitions [no ci]
+3
−217
22:19:31
arc52-android-wallet
fix: update package path
+5
−5
22:26:31
arc52-jvm-wallet
Initial commit
+44
−0
22:31:47
powershell-algorand-module
Updates README
+4
−3
22:49:47
liquid-auth
feat: implemented algod auth address sig check
+117
−162
22:49:47
liquid-auth-js
feat: implemented algod auth address sig check
+36
−0