Home Reports Mar 6, 2025
Thursday, March 6, 2025
- Commits
- 100
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +82,367 −14,540
- additions / deletions
Thursday, March 6, 2025
100 commits were pushed across 20 repos by 21 authors. There were 82,367 additions and 14,540 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- go-algorand 3 commits
- js-algorand-sdk 14 commits
- DML-CHAIN 1 commit
- community 1 commit
- algokit-core 22 commits
- algokit-templates 1 commit
- algokit-typescript-template 5 commits
- devportal 18 commits
- puya 9 commits
- puya-ts 2 commits
- reti 7 commits
- governance-contracts 1 commit
- wen-tools 1 commit
- Bidding_Marketplace-on-Algorand 2 commits
- Escrow-Mechanism-on-Algorand 1 commit
- a-day-in-my-bobalife 1 commit
- AlgoQuest 5 commits
- algo-voting 1 commit
- tatum-js 4 commits
- DarkCoin 1 commit
Commit Log
100 commits · 20 repositories
00:03:03
reti
fix(ui): correct max stake per pool calculation logic (#373)
+13
−22
00:05:02
reti
chore: release v1.3.2
+3
−3
00:13:16
reti
Merge pull request #374 from algorandfoundation/dev
+16
−25
01:00:29
go-algorand
FI from master
+26
−7
01:00:29
go-algorand
Build 2286 Data
+1
−1
01:49:10
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−0
02:03:39
governance-contracts
[add:proposal_type+tests] add proposal type to use it for incrementing participation points for later use with rewards
+5175
−6999
02:28:18
algokit-core
build(python): move python project and tests to packages
+386
−30
02:28:18
algokit-core
build(python): move python project and tests to packages
+386
−30
02:34:20
algokit-core
ci(swift): fix typo
+2
−2
02:34:20
algokit-core
ci(swift): fix typo
+2
−2
02:47:59
algokit-core
tests(typescript): move tests to package
+72
−136
02:47:59
algokit-core
tests(typescript): move tests to package
+72
−136
03:18:55
js-algorand-sdk
Introduce npm publishing workflow.
+50
−0
03:19:45
js-algorand-sdk
Tweak tag name variable to populate properly.
+2
−2
03:19:45
js-algorand-sdk
Introduce npm publishing workflow.
+50
−0
03:21:48
algokit-typescript-template
feat: use access modifier in non-starter templates; add the eslint rule back
+5
−2
03:23:38
js-algorand-sdk
Update changelog for v3.3.4
+5
−0
03:24:24
js-algorand-sdk
Merge pull request #4 from gmalouf/changelog/v3.3.4
+5
−0
03:27:09
js-algorand-sdk
Temp add workflow push trigger.
+2
−0
03:40:19
js-algorand-sdk
Remove temp push trigger, default dry run to true, set versions in package.json files to -testing.
+3
−5
03:48:55
algo-voting
Bump eslint-plugin-vue from 9.33.0 to 10.0.0
+1
−1
04:02:01
DarkCoin
Add files via upload
+25
−21
04:13:51
puya-ts
wip - timer and running puya in the backround
+165
−21
04:21:49
reti
fix(ui): update StakingPoolInfo to use corrected max stake calculation
+21
−27
04:29:44
reti
fix(ui): update StakingPoolInfo to use corrected max stake calculation (#375)
+21
−27
04:31:31
wen-tools
added Exodus wallet to connections
+107
−39
04:50:54
algokit-typescript-template
feat: remove config files from starter template
+0
−0
05:43:11
reti
fix(ui): add buffer to max stake calculation to prevent transaction failures
+2
−1
05:50:00
reti
fix(ui): add buffer to max stake calculation (#376)
+2
−1
06:14:02
Escrow-Mechanism-on-Algorand
changes in smart contract
+644
−644
06:27:46
algokit-typescript-template
chore: fix contract generator and regen examples
+2
−18
06:29:21
Bidding_Marketplace-on-Algorand
updated contract
+117
−117
06:31:24
Bidding_Marketplace-on-Algorand
Merge branch 'main' of https://github.com/marotipatre/Bidding_Marketplace-on-Algorand
+21
−0
06:37:02
algokit-typescript-template
chore: add explicit member eslint rule back in
+6
−0
08:32:26
algokit-typescript-template
chore: update generator contract test
+1
−1
08:34:45
AlgoQuest
Version: 1.0.28: Cancel Sale
+1003
−7
11:16:00
algokit-templates
fix: added the includes dir to the typescript base template
+3
−0
12:13:07
tatum-js
ALL-10815 Add bera to evm based blockchains
+2
−1
12:35:09
AlgoQuest
Version: 1.0.29: DAO Voting
+571
−5
13:01:08
algokit-core
Merge pull request #24 from algorandfoundation/tests/tests_in_packages
+465
−188
13:01:08
algokit-core
Merge pull request #24 from algorandfoundation/tests/tests_in_packages
+465
−188
13:11:55
algokit-core
build(typescript): use rollup for cjs and esm
+7348
−693
13:11:55
algokit-core
build(typescript): use rollup for cjs and esm
+7348
−693
13:12:06
algokit-core
Swift CI AlgoModels package
+14
−14
13:12:06
algokit-core
Swift CI AlgoModels package
+14
−14
13:23:01
tatum-js
ALL-10815 Add bera to evm based blockchains (#1157)
+2
−1
13:54:32
js-algorand-sdk
Temp push trigger.
+2
−0
13:58:38
tatum-js
update actions cache
+3
−2
14:19:49
tatum-js
update actions cache (#1158)
+3
−2
14:21:10
js-algorand-sdk
Fix if statement.
+2
−1
14:31:46
AlgoQuest
Version : 1.0.30: Send Quest Coins to an ID, scan qr we can also use camera to scan and send funds to that account
+626
−487
14:40:04
AlgoQuest
Version: 1.0.31: Fixed the paddingTop
+19
−19
15:14:37
a-day-in-my-bobalife
chore: log greeting (2025-03-06)
+1
−0
15:43:04
puya
chore: testing ci
+33
−99
15:45:15
js-algorand-sdk
Explicitly make dry run default publish behavior.
+3
−3
16:05:40
AlgoQuest
Version: 1.0.32: Added Styled QR
+94
−77
16:49:54
DML-CHAIN
fix: update requirements
+0
−0
17:02:08
devportal
Adding reference section docs
+37011
−107
17:21:54
puya-ts
docs: Add abi routing doc and insert section about custom programs in program structure guide
+153
−72
17:27:18
devportal
chore: created file folders that match the sidebar structure, migrated files to appropriate directory
+4
−8
17:37:26
devportal
chore: move algokit concept pages from reference section to the build with algokit section
+146
−124
17:55:40
devportal
chore: create build with algokit page structures
+112
−5
18:24:14
devportal
Converted account init diagram to d2
+269
−5
18:31:34
devportal
Fixed script path
+1
−1
18:34:02
devportal
Updated package.json
+2
−2
18:38:00
devportal
Updated package.json
+2
−2
19:03:30
devportal
Updated gitignore
+49
−4
19:06:52
puya
chore: testing ci
+1
−1
19:13:51
devportal
Merge pull request #206 from algorandfoundation/feat/accounts-overview-diagrams
+318
−9
19:20:06
devportal
Updated diagram background
+0
−3
19:25:12
devportal
chore: sidebar structure, collapsed, name edited
+53
−47
19:30:15
devportal
chore: fixed lint errors
+0
−4
19:32:11
puya
chore: testing ci
+8
−6
19:42:41
js-algorand-sdk
Remove on push notifications.
+0
−2
19:46:40
puya
chore: testing ci
+0
−4
19:49:30
puya
chore: testing ci
+0
−571
19:57:26
devportal
chore: fix invalid links
+1756
−230
20:00:58
devportal
chore: fixed lint
+211
−502
20:05:19
js-algorand-sdk
Ensure checking out specified tag.
+3
−1
20:21:08
algokit-core
Merge pull request #23 from algorandfoundation/build/use_rollup
+7348
−693
20:21:08
algokit-core
Merge pull request #23 from algorandfoundation/build/use_rollup
+7348
−693
20:24:46
puya
chore: testing ci
+13
−9
20:27:27
js-algorand-sdk
Publishing tweaks.
+8
−5
20:30:30
js-algorand-sdk
Testing flag parsing.
+3
−1
20:35:45
devportal
Hmm
+8
−170
20:36:52
devportal
Updated .gitignore
+1
−1
20:53:32
algokit-core
ci(typescript): add typescript CI
+50
−0
20:53:32
algokit-core
ci(typescript): add typescript CI
+50
−0
20:55:38
algokit-core
Merge pull request #25 from algorandfoundation/ci/add_typescript_ci
+50
−0
20:55:38
algokit-core
Merge pull request #25 from algorandfoundation/ci/add_typescript_ci
+50
−0
20:57:55
algokit-core
build(typescript): run npm i before build
+1
−0
20:57:55
algokit-core
build(typescript): run npm i before build
+1
−0
20:59:24
algokit-core
Merge pull request #26 from algorandfoundation/build/npm_i
+1
−0
20:59:24
algokit-core
Merge pull request #26 from algorandfoundation/build/npm_i
+1
−0
21:44:16
devportal
Merge pull request #208 from algorandfoundation/feat/dvp-576-create-build-with-algokit
+1794
−432
23:39:19
puya
feat: Allow arc4 decode of arrays now that we have native variants
+2
−1
23:39:46
puya
fix: Treat encoded biguint as a fixed size byte array
+2
−0
23:40:34
puya
fix: Don't ban arc4 bools in native arrays as they work just fine
+1
−8
23:55:05
go-algorand
p2p: fix http RoundTripper
+103
−3