Home / Reports / Jun 7, 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 6, 2023 Arrow Back Arrow Forward Jun 8, 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

Wednesday, June 7, 2023

135 commits were pushed across 27 repos by 35 authors. There were 40,312 additions and 19,743 deletions.

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

Authors

Updated Repos

...

Commit Log

spencercap 00:00:39 Update README.md (algonautjs)
- 01:00:18 FI from master (go-algorand)
- 01:00:18 Build 1637 Data (go-algorand)
github-acti… 01:31:22 Merge main into release (algokit-client-generator-ts)
daniel-make… 01:32:29 Merge remote-tracking branch 'origin/release' into release-to-main (algokit-client-generator-ts)
semantic-re… 01:35:16 Notes added by 'git notes add' (algokit-client-generator-ts)
daniel-make… 01:42:25 build: update TS typed client generator (algokit-cli)
github-acti… 01:53:41 Commit from GitHub Actions (Community Interest Tracker) (community)
daniel-make… 02:18:22 build: update TS typed client generator (#277) (algokit-cli)
- 02:35:40 1.1.0 (algokit-cli)
actions-user 02:35:57 Updating algokit to 1.1.0 (homebrew-tap)
actions-user 02:51:00 Updating algokit to 1.1.0 (homebrew-tap)
- 03:23:13 save 8 uint64 local state vars as well (go-algorand)
jiqiang90 05:24:50 [release] 20230607 (#100) (subql-stellar)
SudoWeezy 07:35:24 Delete stale.yaml (ARCs)
Cornerstone… 08:38:31 ORDINALS-1116319755 (asa-list)
tkachenko0 09:11:02 Revised Payment Splitter (rosetta-smart-contracts)
Jesulonimi21 09:22:07 add: new meld gold testnet vault (xbacked-sdk)
Jesulonimi21 10:08:36 merge main into HEAD (xbacked-sdk)
COLLAPSEDWO… 10:21:37 ORDINALS-1116319755 (asa-list)
COLLAPSEDWO… 10:25:10 ORDINALS-1116319755 (asa-list)
COLLAPSEDWO… 10:38:16 ORDINALS-1116319755 (asa-list)
COLLAPSEDWO… 10:41:32 Create ORDINALS-1116319755 (asa-list)
algovado 11:53:11 Update constants.js (wen-tools)
github-acti… 12:36:01 Commit from GitHub Actions (Community Interest Tracker) (community)
denispaluca 13:20:47 Improved packaging (algofuzz)
- 13:31:28 mainnet (FairInbox)
tzaffi 13:36:17 revert (go-algorand)
yasincalisk… 13:43:59 fix: Use `rollup/plugin-replace` instead of importing `package.json` into the main bundle (connect)
jessicamill… 13:50:52 move await_for from gwproactor into gridworks (gridworks)
jessicamill… 13:53:38 Merge branch 'dev' of github.com:thegridelectric/gridworks into dev (gridworks)
denispaluca 13:54:06 Rework contract and fuzzers to not perform file operations (algofuzz)
jessicamill… 13:55:38 change release.yml (gridworks)
jessicamill… 14:02:04 Merge pull request #106 from thegridelectric/dev (gridworks)
algochoi 14:05:57 Fix encoding test for AccountData (go-algorand)
gmalouf 14:08:21 REmove redundant godoc line in config/dnsbootstrap.go (go-algorand)
gmalouf 14:08:21 Testing exercising merging of primary/secondary relay addresses - covers cases with minimal and various definition of 'partial' overlaps. (go-algorand)
gmalouf 14:08:21 Add missing partitiontest to TestUpdatePhonebookAddresses in network/wsNetwork_test.go (go-algorand)
gmalouf 14:08:21 Remove panic from DNSBootstrapArray call, splitting the function into validate and just parse flavors. The Validate function is now called during bootstrapping in both the algod and algoh main functions (where errors stop start up). (go-algorand)
gmalouf 14:08:21 Update import ordering in config/dnsbootstrap.go (go-algorand)
gmalouf 14:08:21 Basic functioning property based test example for updatePhonebookAddresses (go-algorand)
gmalouf 14:08:21 Introduce unit/functional test for refreshRelayArchivePhonebookAddresses. (go-algorand)
gmalouf 14:08:21 Full implementation of rapid tests for updatePhonebookRecords. (go-algorand)
gmalouf 14:08:21 Bug fix; slices in UpdatePhoneBookAddresses should be initialized with length 0. (go-algorand)
gmalouf 14:08:21 Update nodeDir's interactions with config to access DNSBootstrapID via the appropriate builder function. (go-algorand)
gmalouf 14:08:21 Set updated template to reflect algorand.network as primary, algorand.net as backup, with dedup pattern between resolved addresses from the two. (go-algorand)
gmalouf 14:08:21 Put rapidgenerators in internal package. (go-algorand)
gmalouf 14:08:21 Update cmd/catchupsrv/download.go (go-algorand)
gmalouf 14:08:21 Remove completely false comment. (go-algorand)
gmalouf 14:08:21 feedback from initial CR (go-algorand)
gmalouf 14:08:21 Remove stopOnError flag from internvalValidateDNSBootstrapID in localTemplate. In practice, there is no reason to vary whether or not we stop in validate vs 'just read' modes. (go-algorand)
gmalouf 14:08:21 Initial cut of relay resolution/dedup from primary/secondary providers. (go-algorand)
gmalouf 14:08:21 Introduce Rapid library for property based tests. Initial cut of domain generators for use with Rapid testing library. (go-algorand)
gmalouf 14:08:21 Tidying cleanup. (go-algorand)
gmalouf 14:08:21 Incorporate input from code review: error naming, code simplications, in-depth description of how ParseDNSBootstrap behaves. (go-algorand)
gmalouf 14:08:21 Make outstanding call to replace peer list use networkID as in our other calls. (go-algorand)
gmalouf 14:08:21 Fix bug preventing linter from running and address linting issues that had been hidden as a result. (go-algorand)
gmalouf 14:08:21 Patch DNSBootstrap setting logic in netdeploy. (go-algorand)
gmalouf 14:08:21 Introduce dnsBootstrap config struct along with expression parser to enable flexible templates for dns resolution. Includes explicitly configuring a backup bootstrap along with an expression to be used for filtering duplicate hosts resolved between providers. (go-algorand)
gmalouf 14:08:21 Add varying test scenarios for relay address overlaps with different dedup expressions in wsNetwork_test. Remove $ from being appended to end of DNSBootstrap expression. (go-algorand)
gmalouf 14:08:21 Address linter complaints related to daomin gen files. (go-algorand)
gmalouf 14:08:21 Resolve flaky test based on duplicate addresses showing up as both relay and archive nodes. (go-algorand)
gmalouf 14:08:21 Compilation fix post-rename. (go-algorand)
denispaluca 14:12:35 Improve testing (algofuzz)
jessicamill… 14:23:16 gridworks_test included as package (gridworks)
jessicamill… 14:24:09 Merge pull request #107 from thegridelectric/dev (gridworks)
denispaluca 14:44:38 Add flag test (algofuzz)
denispaluca 15:07:09 Add foot test (algofuzz)
michaeltchu… 15:13:43 chore: log greeting (2023-06-07) (a-day-in-my-bobalife)
ctibo 15:28:00 0.4.9 (algostack)
ctibo 15:41:38 move indexeddb polyfill in prod deps (algostack)
ctibo 15:41:45 0.4.10 (algostack)
iansuvak 15:42:58 Remove unnecessary SignedTxnWithADMaxSize because it was used for proposals which have a hard limit of config.MaxTxnBytesPerBlock (go-algorand)
Eric-Warehi… 15:44:19 Change groupdelta responses to msgp (algorand-sdk-testing)
Eric-Warehi… 15:45:55 Change all endpoints (algorand-sdk-testing)
Eric-Warehi… 15:51:54 Add docstrings (py-algorand-sdk)
algorandskiy 15:55:53 algod: adjust numeric version encoding (go-algorand)
algochoi 16:17:18 Revert GenesisAccountData Changes due to failing ledger tests (go-algorand)
- 16:25:29 skip test with no other changes (go-algorand)
- 16:28:36 Merge remote-tracking branch 'algorand/master' into flake-ledger-continues-on-voters (go-algorand)
Eric-Warehi… 16:48:33 Add error string to output (go-algorand)
Eric-Warehi… 16:55:20 Merge remote-tracking branch 'upstream/master' into err-on-catchup-failure (go-algorand)
tzaffi 17:11:07 tools: bugfix block-generator to handle conduit's Init block requests (#5449) (go-algorand)
aorumbayev 17:14:58 docs: initial draft on frontend templates; higher level overview (algokit-cli)
aorumbayev 17:19:03 docs: typo fixes (algokit-cli)
Eric-Warehi… 17:25:03 Fix block-gen go.sum (go-algorand)
- 17:37:04 Merge remote-tracking branch 'origin/master' into tools-blockgen-config (go-algorand)
algochoi 17:44:00 Remove unnecessary comments (go-algorand)
github 18:07:22 add Go Benchmark (go) benchmark result for 1230e9a5f897a6c73d8d4153d71c8333c28238d3 (go-algorand)
algorandskiy 18:07:34 algod: adjust numeric version encoding (#5457) (go-algorand)
gmalouf 18:33:45 Algod: Leverage 2 SRV record providers for resolving relay addresses w/ de-duplication. (#5087) (go-algorand)
jessicamill… 18:38:45 move test of wait_for from proactor to here (gridworks)
- 18:39:19 fix bad merge for consensusTimeMilli (go-algorand)
github 18:41:20 add Go Benchmark (go) benchmark result for 9f8cc8d999ead8fd2f8c7d9381a51feba2048911 (go-algorand)
- 18:48:11 Merge remote-tracking branch 'algorand/master' into flake-ledger-continues-on-voters (go-algorand)
- 18:50:29 remove TestLedgerContinuesOnVotersCallbackFailure (go-algorand)
dependabot[… 19:00:25 Bump pyteal from 0.24.1 to 0.25.0 (Algo_AMM)
dependabot[… 19:00:44 Bump urllib3 from 1.26.15 to 2.0.3 (Algo_AMM)
- 19:03:41 Merge branch 'tools-blockgen-config' into tools-blockgen-apps (go-algorand)
AlgoAxel 19:07:52 Update genesis.json (go-algorand)
aorumbayev 19:10:55 docs: second revision; making content more compact (algokit-cli)
ahangsu 19:22:34 Merge branch 'master' into simulate-stack-change (go-algorand)
lukasmasuch 19:42:17 Update best-of list for version 2023.06.07 (best-of-crypto)
AlgoAxel 19:42:42 netgoal: fix large db generation (#5445) (go-algorand)
github 19:48:43 add Go Benchmark (go) benchmark result for 3fbc4b64d4d07e93554ae01a545ee90df9d3be8b (go-algorand)
cce 19:53:59 eval: update endOfBlock (go-algorand)
iansuvak 19:59:22 Update protocol/tags.go (go-algorand)
joe-p 20:25:13 remove allowlist, use endTimes (delegated_optin_arc)
- 20:25:16 reorg (go-algorand)
joe-p 20:27:11 remove allow list stuff from README (delegated_optin_arc)
joe-p 20:27:56 build (delegated_optin_arc)
Eric-Warehi… 20:32:58 Update round statedelta responses (algorand-sdk-testing)
cce 20:39:22 remove data/committee/sortition (go-algorand)
Eric-Warehi… 20:40:27 Fix json to msgp (algorand-sdk-testing)
joe-p 20:41:31 addr_specific_optin (delegated_optin_arc)
Eric-Warehi… 20:41:48 Change deltas path (algorand-sdk-testing)
- 20:50:15 prepare for apps child PR (go-algorand)
joe-p 20:52:12 allowlist -> master (delegated_optin_arc)
cce 20:52:19 remove boost dependencies from build/CI (go-algorand)
Eric-Warehi… 20:55:48 Convert to b64 (algorand-sdk-testing)
Eric-Warehi… 20:56:43 Update filenames (algorand-sdk-testing)
joe-p 21:13:28 add questions (delegated_optin_arc)
cce 21:16:47 add -Wno-strict-prototypes to CFLAGS (falcon)
winder 21:20:04 Disable tests with state proof header. (go-algorand-sdk)
winder 21:22:21 Update testing code to support .msgp binary files. (go-algorand-sdk)
Eric-Warehi… 21:23:17 algod: Change groupdelta responses to msgp (#293) (algorand-sdk-testing)
winder 21:29:30 Use Conduit for Indexer data loading. (#183) (sandbox)
algojohnlee 21:40:52 Merge pull request #5458 from algorand/relbeta3.16.1 (go-algorand)
- 21:45:27 bugfix (go-algorand)
- 22:10:21 mirror the ordering of the bridge PR (go-algorand)
iansuvak 22:20:04 Merge remote-tracking branch 'upstream/master' into reject-unsolicited-blocks (go-algorand)
lukasmasuch 22:30:31 Merge pull request #90 from LukasMasuch/update/2023.06.07 (best-of-crypto)
joe-p 23:06:01 end time in README (delegated_optin_arc)
algo-dev-se… 23:25:51 Regenerate code from specification file (java-algorand-sdk)
algo-dev-se… 23:26:16 Regenerate code from specification file (go-algorand-sdk)