Home / Reports / Jun 2, 2023

Explore daily commit reports from the Algorand ecosystem. Stay updated with the latest code changes, repository activity, and developer contributions, refreshed every day.

Jun 1, 2023 Arrow Back Arrow Forward Jun 3, 2023
M
T
W
T
F
S
S
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9

Friday, June 2, 2023

201 commits were pushed across 25 repos by 38 authors. There were 114,788 additions and 43,053 deletions.

Stay up to date with the latest insights and developments on AlgoScan

Authors

Updated Repos

...

Commit Log

joe-p 00:06:02 indentation v2 (docs)
JasonWeathe… 00:08:15 Merge pull request #1133 from joe-p/fix_code_blocks (docs)
algorandskiy 00:10:59 Add no dups relaying test (go-algorand)
JasonWeathe… 00:14:29 Merge pull request #1134 from algorand/staging (docs)
barnjamin 00:45:19 [create-pull-request] automated change (docs)
algorandskiy 00:53:15 switch from map + copy to a pointer to sync.Map (go-algorand)
- 01:00:18 FI from master (go-algorand)
- 01:00:18 Build 1632 Data (go-algorand)
algorandskiy 02:48:30 tools: txn replayer (#5420) (go-algorand)
github 02:54:27 add Go Benchmark (go) benchmark result for fd946ddbb4f4a7373fb9284bf8e3ac18aa12d6d6 (go-algorand)
bz888 03:12:03 parse tx logs and decode (#97) (subql-stellar)
bz888 03:13:47 [SKIP CI] Prerelease (subql-stellar)
jiqiang90 03:19:58 [release] 20230602 (#98) (subql-stellar)
dependabot[… 04:01:36 Bump typescript from 5.0.4 to 5.1.3 (algo-voting)
negar-abbasi 06:45:08 feat: Adding minimum required version for algokit. (#273) (algokit-cli)
daniel-make… 06:58:54 docs: Add example usage for typed clients (algokit-cli)
robdmoore 07:04:36 Merge pull request #274 from algorandfoundation/docs-update (algokit-cli)
SudoWeezy 07:31:45 Update arc-0037.md (ARCs)
SudoWeezy 07:33:32 test for ABI (ARCs)
joe-p 11:35:10 dynamicArrayInMiddleOfTuple (TEALScript)
grzracz 11:40:53 feat: widget lib & example (widgets)
grzracz 11:44:56 feat: updated readme (widgets)
grzracz 11:45:32 feat: updated readme (widgets)
grzracz 11:46:52 Updates (widgets)
dizlajk 12:00:20 ALL-1456: add rates submodule (tatum-js)
MartinTTM 12:23:49 ALL-1456: add rates submodule (#833) (tatum-js)
github-acti… 12:36:14 Commit from GitHub Actions (Community Interest Tracker) (community)
matthew-pis… 12:46:33 paperRevisions (predict-chain)
winder 13:06:03 Update dependencies for consensus release. (conduit)
tulustul 13:21:52 docs(lending_pool): documented lending pools (pact-py-sdk)
tulustul 13:23:29 docs(lending_pool): documented lending pools (pact-js-sdk)
icorderi 13:51:08 misc: remove demo comments (go-algorand)
icorderi 13:51:08 misc: import pebble module (go-algorand)
icorderi 13:51:08 cleanup: remove redundant method LookupAccountDataByAddress (go-algorand)
icorderi 13:51:08 fix: different ErrNotFound by engine (go-algorand)
icorderi 13:51:08 misc: default pebble options (go-algorand)
icorderi 13:51:08 fix: `LookupResourceDataByAddrID` panics on nil account (go-algorand)
icorderi 13:51:08 test: add new db tests to compare impls (go-algorand)
icorderi 13:51:08 fix: `LookupOnlineHistory` (go-algorand)
icorderi 13:51:08 linter (go-algorand)
icorderi 13:51:08 fix: `LookupOnlineTotalsHistory` for kv (go-algorand)
icorderi 13:51:08 test: `ResourceLookupByRowID` (go-algorand)
icorderi 13:51:08 test: online accounts data by address (go-algorand)
icorderi 13:51:08 fix: unsaved files (go-algorand)
icorderi 13:51:08 feat: adjustments to the store interface (go-algorand)
icorderi 13:51:08 fix: migrations always run on startup (go-algorand)
icorderi 13:51:08 misc: remove unncesary methods from testing interface (go-algorand)
icorderi 13:51:08 fix: missing refs (go-algorand)
icorderi 13:51:08 feat: testdb built with sql+kv using the new dual store (go-algorand)
icorderi 13:51:08 feat: add `Begin(Transaction/Batch/Snapshot)` to the store (go-algorand)
icorderi 13:51:08 misc: add missing license (go-algorand)
icorderi 13:51:08 feat: update sql impl based on latest interface changes (go-algorand)
icorderi 13:51:08 feat: dual storage engines for verifying correctness (go-algorand)
icorderi 13:51:08 feat: remove secondary index on accounts (go-algorand)
icorderi 13:51:08 fix: nil vs empty on `OnlineAccountsAll` return (go-algorand)
icorderi 13:51:08 feat: use `StorageEngine` config during ledger init (go-algorand)
icorderi 13:51:08 test: sqlite+pebble dual engine (go-algorand)
icorderi 13:51:08 refactor: first test outside trackerdb using the new testdb and dual engine (go-algorand)
icorderi 13:51:08 misc: send proto from the test to the engines (go-algorand)
icorderi 13:51:08 fix: `OnlineAccountsDelete` for KV (go-algorand)
icorderi 13:51:08 refactor: upgrade `MakeAccountsOptimizedReader` from a testing only method. (go-algorand)
icorderi 13:51:08 misc: adjust make file for msp (go-algorand)
icorderi 13:51:08 feat: impl stateproofs for kv (go-algorand)
icorderi 13:51:08 feat: mockdb and multi engine testing suite (go-algorand)
icorderi 13:51:08 feat: add storage engine to the config (go-algorand)
icorderi 13:51:08 feat: impl Testing interface on pebbledb and dual (go-algorand)
icorderi 13:51:08 fix: config tests (go-algorand)
icorderi 13:51:08 fix: `LookupOnline` not matching behaviour (go-algorand)
icorderi 13:51:08 feat: a generic KV impl of store (go-algorand)
icorderi 13:51:08 fix: `LookupAccountRowID` for KV (go-algorand)
icorderi 13:51:08 fix: `OnlineAccountsDelete` and `AccountsOnlineTop` ranges (go-algorand)
icorderi 13:51:08 feat: pebble impl using generickv (go-algorand)
icorderi 13:51:08 feat: split tracker init to aavoid read-after-write txn (go-algorand)
icorderi 13:51:08 fix: failing test due to sqlNoRows removal (go-algorand)
icorderi 13:54:34 refactor: trackerdb `Store` interface (go-algorand)
icorderi 13:54:40 refactor: reduce the number of `RunMigrations` called inside transactions (go-algorand)
icorderi 13:54:40 linter (go-algorand)
icorderi 13:54:40 linter (go-algorand)
icorderi 13:54:40 refactor: remove `SetLogger` from `Store` interface (go-algorand)
icorderi 13:54:40 refactor: remove from the interface (go-algorand)
icorderi 13:54:40 fix: aidx in `LookupAllResources` (go-algorand)
icorderi 13:54:40 fix: list creatables cidx key parsing (go-algorand)
icorderi 13:54:40 refactor: drivers file rename and cleanup (go-algorand)
icorderi 13:54:40 feat: impl `IsSharedCacheConnection` for kv (go-algorand)
icorderi 13:54:40 misc: use geth pebble config (go-algorand)
icorderi 13:54:40 misc: remove unused code (go-algorand)
icorderi 13:54:40 s pebble (go-algorand)
icorderi 13:54:40 refactor: use `Open` to create dbs (go-algorand)
icorderi 13:54:40 fix: close cannot rollback if commited on sql (go-algorand)
icorderi 13:54:40 fix: migration (go-algorand)
icorderi 13:54:40 s: pebble import (go-algorand)
icorderi 13:54:40 fix: hex encoding of address in keys (go-algorand)
icorderi 13:54:40 fix test (go-algorand)
icorderi 13:54:40 comment: avoid copy on for loop (go-algorand)
icorderi 13:54:41 feat: add supprt for new online stake method (go-algorand)
icorderi 13:54:41 remove unnecesary imports (go-algorand)
icorderi 13:54:41 fix: block-generator tidy (go-algorand)
icorderi 13:54:41 go.mod (go-algorand)
id-ms 14:02:30 Algod: Add README file to state proof package (#5386) (go-algorand)
github 14:08:21 add Go Benchmark (go) benchmark result for 21dd74ad6dcf31458285374543383417d17588f8 (go-algorand)
icorderi 14:09:01 fix: shadows (go-algorand)
joe-p 14:19:44 DynamicArrayInMiddleOfTupl (TEALScript)
joe-p 14:26:15 namedTuple (TEALScript)
joe-p 14:27:02 staticStringArrayArg (TEALScript)
- 14:37:23 Merge branch 'will/release-updates' into docs-update (conduit)
winder 14:38:17 Update dependencies for consensus release. (#90) (conduit)
- 14:41:41 Merge remote-tracking branch 'algorand/master' into 23may-indexer-import-types (go-algorand)
algobarb 14:44:10 Update .github/workflows/create-release-pr.yml (py-algorand-sdk)
tzaffi 14:44:14 misc: Docs Update + Other non-functional changes (#87) (conduit)
ryanRfox 14:44:19 Automatic update generated for go-algorand: v3.16.0-beta and indexer: 2.15.3 (docs)
joe-p 14:45:05 nestedTuple, es2020 (TEALScript)
icorderi 14:46:57 kv: add StorageEngine config (go-algorand)
winder 14:52:42 Use Conduit for Indexer data loading. (sandbox)
github 14:53:45 add Go Benchmark (go) benchmark result for 76942c44ec0d3f32fb8d31559dab79c13953ae80 (go-algorand)
algobarb 14:56:48 swap out latest release api and comment out PR step for testing (py-algorand-sdk)
algobarb 14:58:10 uncomment create pull request (py-algorand-sdk)
- 14:59:01 reviewdog fix (go-algorand)
michaeltchu… 15:13:31 chore: log greeting (2023-06-02) (a-day-in-my-bobalife)
algorandskiy 15:27:51 fix tests (go-algorand)
- 15:30:36 sort the sub-module traversal (go-algorand)
algorandskiy 15:37:16 use c.prev as a alloc size guidance (go-algorand)
algorandskiy 15:57:40 fix lint (go-algorand)
algorandskiy 16:00:51 build: fix shadow linter (go-algorand)
algorandskiy 16:14:16 Merge branch 'master' into tx-dedupe-cache-maxsize (go-algorand)
joe-p 16:15:19 ALLOWLIST_APP -> MASTER_APP (delegated_optin_arc)
algorandskiy 16:24:19 build: fix shadow linter in debug tools (#5442) (go-algorand)
algorandskiy 16:29:10 Merge remote-tracking branch 'upstream/master' into tx-dedupe-cache-maxsize (go-algorand)
algorandskiy 16:30:09 Merge remote-tracking branch 'upstream/master' into pavel/dup-relays-fix (go-algorand)
github 16:30:35 add Go Benchmark (go) benchmark result for e2499057d4a7a0abd47efda255f84232c03b1b0c (go-algorand)
tristanmenz… 16:32:00 refactor: remove algod.ts types file and reference types from the sdk directly instead (algokit-utils-ts)
bbroder-algo 16:33:55 Bookkeeping: improve block documentation since no-low-resources (#5383) (go-algorand)
algorandskiy 16:37:13 fix gofmt (go-algorand)
winder 16:38:16 Misc fixes for different configuration cases. (sandbox)
- 16:39:48 commit before breaking out new PR (go-algorand)
- 16:40:58 Merge remote-tracking branch 'origin/master' into tools-blockgen-apps (go-algorand)
github 16:41:46 add Go Benchmark (go) benchmark result for eac2c4f3a7e2cdef5057640ecad7e7cbfc285c28 (go-algorand)
- 16:42:25 update x/sync in go.sum (go-algorand)
tzaffi 16:46:08 Merge pull request #16 from tzaffi/m (go-algorand)
- 16:47:21 Merge remote-tracking branch 'tzaffi/master' into tools-blockgen-apps (go-algorand)
algonautsha… 17:05:12 fix test partition (go-algorand)
- 17:06:09 move TestTxTypeParse (go-algorand)
grzracz 17:08:09 Create CNAME (widgets)
- 17:10:58 remove duplicate teal files (go-algorand)
- 17:15:07 cherry pick from apps branch (go-algorand)
iansuvak 17:17:53 config: make Tx dedupe cache maxSize configurable (#5419) (go-algorand)
github 17:23:42 add Go Benchmark (go) benchmark result for 3cbb422779c03e7124c44843e09b499a667600fa (go-algorand)
jasonpaulos 17:34:18 Use MAX_PROGRAM_VERSION+1 in testing (pyteal)
jasonpaulos 17:34:32 Merge branch 'master' into avm-v9 (pyteal)
jasonpaulos 17:36:18 Update versions docs page (pyteal)
jasonpaulos 17:39:44 Changelog (pyteal)
jasonpaulos 17:39:59 format (pyteal)
- 17:51:51 pass blockgen tests (go-algorand)
jannotti 17:57:35 Appease the dog (go-algorand)
jannotti 17:57:35 Some error cleanup, and added coverage (go-algorand)
jasonpaulos 18:00:01 Disable scratch slot optimization for construct tests (pyteal)
icorderi 18:01:39 refactor: extract catchpoint data into a separate db (go-algorand)
ctibo 18:08:00 fix throwing error when initiating Medias module (algostack)
ctibo 18:08:08 0.4.7 (algostack)
tzaffi 18:25:06 Update tools/block-generator/generator/config.go (go-algorand)
jasonpaulos 18:35:28 Reorder params and remove e2e network modification (go-algorand)
spencercap 18:35:34 added inkey shortcuts (algonautjs)
- 18:37:16 Merge branch 'tools-blockgen-config' into tools-blockgen-apps (go-algorand)
spencercap 18:38:52 v0.3.53 (algonautjs)
winder 18:46:11 Print that conduit is disabled. (sandbox)
AlgoAxel 18:49:44 Add Deterministic Keypair Creation to Netgoal Generate (go-algorand)
winder 18:51:00 Prefer develop for Indexer. (sandbox)
algochoi 19:02:46 Initial Refactoring AccountData to GenesisAccountData for non ledger or non data related files (go-algorand)
AlgoAxel 19:04:13 add TODO mentions on potentially misbehaving functions (go-algorand)
AlgoAxel 19:07:57 update bootstrappedScenario to use deterministicKeys (go-algorand)
jasonpaulos 19:11:13 Support AVM v9 (#707) (pyteal)
winder 19:15:32 A relay is required (sandbox)
algonautsha… 19:17:42 test for PeersPhonebookArchivalNodes in getpeers (go-algorand)
algonautsha… 19:18:43 Merge remote-tracking branch 'upstream/master' into shant/expand_peer_selector (go-algorand)
cce 19:26:06 Merge remote-tracking branch 'upstream/master' into enable-staticcheck-test-linter (go-algorand)
icorderi 19:31:29 cleanup: remove redundant method LookupAccountDataByAddress (#5216) (go-algorand)
cce 19:33:11 Merge remote-tracking branch 'upstream/master' into use-external-sortition-package (go-algorand)
cce 19:36:01 fix linter bug in mapOnlineAcctModel (go-algorand)
github 19:39:28 add Go Benchmark (go) benchmark result for 7d8525ec3e045f36b6e34b94ed567e883ef0e52e (go-algorand)
algobarb 19:41:05 test pre-release param (py-algorand-sdk)
algorandskiy 19:42:42 config: let go-generate to produce config-vXX.json files (go-algorand)
algobarb 19:47:34 modfiy commit message (py-algorand-sdk)
algobarb 19:49:02 uncomment create pull request step (py-algorand-sdk)
algorandskiy 19:51:19 fix linter (go-algorand)
winder 19:53:00 potential ubuntu 20.04 fix. (sandbox)
AlgoAxel 19:58:57 Change delay for netdeploy AddBlock (go-algorand)
winder 20:01:51 Try something else (sandbox)
dependabot[… 20:06:59 chore(deps): bump cryptography from 38.0.4 to 41.0.0 (algo-builder)
algobarb 20:10:05 add condition for hotfix base branch (py-algorand-sdk)
winder 20:10:37 Try something else (sandbox)
algobarb 20:16:28 testing (py-algorand-sdk)
cce 20:25:52 sortition: use external sortition package (#5429) (go-algorand)
algobarb 20:31:07 typo (py-algorand-sdk)
github 20:33:00 add Go Benchmark (go) benchmark result for f66a404406d12b048ce4bd4ebb301a9fb60c65bc (go-algorand)
algobarb 20:37:59 remove debugging (py-algorand-sdk)
algobarb 20:38:51 clean up (py-algorand-sdk)
algochoi 21:08:35 Refactor straightforward structs in data and ledger (go-algorand)
jannotti 21:39:15 AVM: Some error cleanup, and added coverage (#5441) (go-algorand)
github 21:45:13 add Go Benchmark (go) benchmark result for 490fd3b0b2b90e6e80a49f1e4a8a6079374b3f4c (go-algorand)
algobarb 21:52:26 swap out master in base for variable (py-algorand-sdk)
algo-dev-se… 23:25:38 Regenerate code from specification file (java-algorand-sdk)
algo-dev-se… 23:26:00 Regenerate code from specification file (go-algorand-sdk)