Home Reports Dec 20, 2024
Friday, December 20, 2024
- Commits
- 66
- pushed this day
- Repositories
- 16
- with activity
- Contributors
- 23
- distinct authors
- Lines changed
- +80,531 −29,018
- additions / deletions
Friday, December 20, 2024
66 commits were pushed across 16 repos by 23 authors. There were 80,531 additions and 29,018 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
16 repositories- conduit 2 commits
- go-algorand 29 commits
- go-algorand-sdk 4 commits
- indexer 5 commits
- java-algorand-sdk 1 commit
- algokit-core 2 commits
- algokit-utils-py 2 commits
- algokit-utils-ts 1 commit
- algorand-typescript-testing 3 commits
- puya-ts 4 commits
- specs 2 commits
- algorand-js-sdk 2 commits
- a-day-in-my-bobalife 1 commit
- quantinar_nft 2 commits
- tatum-js 5 commits
- tinyman-js-sdk 1 commit
Commit Log
66 commits · 16 repositories
00:17:36
go-algorand
Specs: Commits spec changes made in specs repo (#6206)
+76
−86
00:17:36
go-algorand-sdk
Regenerate code from specification file (#671)
+1
−1
00:17:52
go-algorand
catchpoints: Add onlineaccounts and onlineroundparamstail tables to snapshot files (#6177)
+1928
−291
00:21:41
go-algorand
Merge branch 'master' into v40-consensus-version
+2004
−377
00:21:48
go-algorand
add Go Benchmark (go) benchmark result for a10b6b34154527c3e16329db76fd4ec3ff03be7b
+445
−1
00:21:50
go-algorand
add Go Benchmark (go) benchmark result for 2e043dfb24714f15fd64503f03c36ba5a558742d
+445
−1
00:23:15
go-algorand
Add EnableCatchpointsWithOnlineAccounts to consensus v40.
+2
−2
00:32:56
go-algorand
set Proposer to 0x01 in makeNewEmptyBlock
+1
−0
00:46:49
go-algorand
fix ledger_test.go tests
+6
−1
01:00:25
go-algorand
Build 2206 Data
+1
−1
01:00:25
go-algorand
FI from master
+6572
−1508
01:00:56
go-algorand
add FeesCollected to applications_test
+6
−2
01:02:00
quantinar_nft
Delete existing README.md
+0
−16
01:02:02
quantinar_nft
Create README.md at root level
+24
−0
01:31:29
go-algorand
FollowerNode and TransactionPool test fixes.
+11
−16
01:53:30
puya-ts
build: Bump algo-ts version to 1
+2
−2
01:54:25
go-algorand
Fix tests breaking on consensus future vs current.
+2
−2
02:04:39
puya-ts
chore: Update approvals to match latest puya build output
+9653
−8951
02:04:50
go-algorand
fix TestBonus
+11
−1
02:10:55
algokit-core
experimental: Adding Rust algo_fetch and algo_sdk
+15067
−39
02:12:02
puya-ts
Merge pull request #65 from algorandfoundation/build/bump-algo-ts-version
+9655
−8953
02:17:40
puya-ts
Notes added by 'git notes add'
+1
−0
02:29:30
go-algorand-sdk
Sync consensus version settings with go-algorand.
+46
−23
02:32:54
algokit-core
chore: cleanup research notes and unused package
+1
−9
02:49:02
go-algorand
propagate useStaging through onlineaccounts/onlineroundparams catchpoint verification
+38
−28
03:54:36
go-algorand
fix two more e2e catchup tests by flipping them back to current
+2
−2
04:38:54
go-algorand-sdk
Incentives: Updates for new heartbeat transaction type and latest consensus v40 (#661)
+114
−28
05:36:03
algokit-utils-ts
feat: Renamed `algorandFixture`'s `beforeEach` to `newScope` to make it clearer in intent and ensured that accounts that are registered are copied across successive contexts
+247
−82
09:59:14
algorand-js-sdk
changeset
+5
−0
09:59:36
algorand-js-sdk
stake and deposit (#63)
+177
−27
10:07:28
tatum-js
fix sdk retry mechanism
+10
−5
10:59:43
tatum-js
skip failing test
+1
−1
12:02:03
tinyman-js-sdk
chore(package): Bump up the app version
+3
−3
13:51:58
tatum-js
fixing double consumption of res
+7
−6
14:35:58
algorand-typescript-testing
refactor: remove dependency on algosdk, move algokit-utils to dev
+1684
−771
14:40:56
algorand-typescript-testing
Merge pull request #17 from algorandfoundation/refactor-sdk-utils
+1684
−771
14:53:34
algorand-typescript-testing
feat: implement stubs for LogicSig and arg, len op codes
+1416
−187
15:14:08
a-day-in-my-bobalife
chore: log greeting (2024-12-20)
+1
−0
15:23:02
go-algorand
Consensus: Consensus version v40, set major release to 4 and reset minor. (#6207)
+128
−85
15:27:52
go-algorand
add Go Benchmark (go) benchmark result for a1137a29a1008624c0424be619cd1d1d63c072ef
+445
−1
15:44:53
go-algorand
FI from master
+128
−85
15:44:54
go-algorand
Build 2207 Data
+1
−1
15:50:29
go-algorand
Update the Version, BuildNumber, genesistimestamp.data
+2
−0
16:00:47
specs
Typos and payout clarification
+20
−19
16:24:30
go-algorand
typos and a payout detail
+6
−6
16:36:23
specs
Merge pull request #107 from jannotti/v4-fix
+20
−19
16:48:58
go-algorand
typos and a payout detail
+6
−6
17:17:19
go-algorand
Spec: typos and a payout detail (#6210)
+6
−6
17:21:26
go-algorand
add Go Benchmark (go) benchmark result for 3920b497b837840ee52430927eee49151102d580
+445
−1
17:25:18
go-algorand
network: handle empty wsPeer supplied to transaction handler (#6195)
+128
−22
17:29:21
go-algorand
add Go Benchmark (go) benchmark result for 005495b3fdc4880b92ebf164f89ba7dd9b0be4fb
+445
−1
18:44:27
algokit-utils-py
refactor: remaining batch of refactoring efforts; improving project structure
+2543
−729
19:32:13
indexer
Implement the endpoint `GET /v2/block-headers` (#1638)
+1554
−451
19:36:51
go-algorand
Merge pull request #6208 from Algo-devops-service/relbeta4.0.0
+13948
−1701
19:42:04
algokit-utils-py
refactor: refining codebase; cleanup for initial beta release (#127)
+5817
−2640
19:47:03
indexer
Bump to latest develop go-algorand-sdk, introduce transaction fetch API test case for heartbeats.
+16
−5
20:03:35
indexer
Merge branch 'main' into heartbeat-support
+1567
−464
20:12:52
tatum-js
ALL-1234: disable evicting nodes option
+55
−9
20:25:38
tatum-js
fix sdk retry mechanism (#1140)
+67
−15
21:30:55
indexer
Incentives: Storing/ serving heartbeat transactions, synthetic transactions for payouts (#1635)
+1041
−458
21:31:52
indexer
build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0
+12
−12
21:51:44
go-algorand
Minimize flakiness in TestBasicPayouts
+43
−64
22:06:40
conduit
Bump to v40 consensus supporting development versions of Go SDK and Indexer.
+9
−15
23:25:12
java-algorand-sdk
Regenerate code from specification file
+480
−8
23:25:37
go-algorand-sdk
Regenerate code from specification file
+217
−0
23:55:55
conduit
Add test cases to give confidence that inbound heartbeat transactions can be checked in the filter processor with pre-existing fields.
+33
−1