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

Monday, June 5, 2023

173 commits were pushed across 27 repos by 30 authors. There were 30,857 additions and 14,692 deletions.

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

Authors

Updated Repos

...

Commit Log

- 00:09:34 populate account_app table during create (go-algorand)
DazFather 00:46:42 Fix link on README-md (msgp)
- 01:00:18 Build 1635 Data (go-algorand)
dependabot[… 01:31:55 build(deps-dev): bump eslint from 8.41.0 to 8.42.0 (algokit-client-generator-ts)
dependabot[… 01:32:11 build(deps-dev): bump typescript from 5.0.4 to 5.1.3 (algokit-client-generator-ts)
dependabot[… 01:32:26 build(deps-dev): bump semantic-release from 21.0.2 to 21.0.3 (algokit-client-generator-ts)
yasuiku 02:49:39 Update README.md (tw-subsidy)
li0934 02:58:20 Merge pull request #31 from yasuiku/patch-4 (tw-subsidy)
- 03:30:27 include the helper Makefile and python script (go-algorand)
- 03:34:03 unneeded spaces (go-algorand)
dependabot[… 04:04:03 Bump eslint from 6.8.0 to 8.42.0 (algo-voting)
dependabot[… 04:05:32 Bump particles.vue3 from 2.2.3 to 2.10.1 (algo-voting)
tzaffi 04:09:13 Update .gitignore (go-algorand)
tzaffi 04:10:02 Update .gitignore (go-algorand)
- 04:23:44 typo (go-algorand)
yasuiku 06:04:36 Update README.md (tw-subsidy)
li0934 08:38:13 Merge pull request #32 from yasuiku/patch-5 (tw-subsidy)
SudoWeezy 09:17:35 Update arc-0074.md -> Final (ARCs)
SudoWeezy 09:18:30 Update arc-0036.md -> Final (ARCs)
carlosala 10:01:00 check properly encodePubkey (ledger-app-algorand)
carlosala 10:01:02 bump version (ledger-app-algorand)
carlosala 10:06:11 update tests (ledger-app-algorand)
carlosala 10:15:58 Merge pull request #24 from Zondax/fixes (ledger-app-algorand)
SudoWeezy 10:58:19 remove last-call-deadline (ARCs)
SudoWeezy 12:00:38 Merge pull request #205 from algorandfoundation/fix-last-call-deadline (ARCs)
winder 12:17:59 Don't crash during version (sandbox)
- 12:23:11 accounts, balance, payment (algorand)
algorandskiy 12:34:05 CR fixes: remove extra data types (go-algorand)
winder 12:39:18 debugging (sandbox)
icorderi 13:30:14 test: add new db tests to compare impls (go-algorand)
icorderi 13:30:14 feat: split tracker init to aavoid read-after-write txn (go-algorand)
icorderi 13:30:14 fix: different ErrNotFound by engine (go-algorand)
icorderi 13:30:14 linter (go-algorand)
icorderi 13:30:14 feat: mockdb and multi engine testing suite (go-algorand)
icorderi 13:30:14 feat: adjustments to the store interface (go-algorand)
icorderi 13:30:14 misc: adjust make file for msp (go-algorand)
icorderi 13:30:14 feat: use `StorageEngine` config during ledger init (go-algorand)
icorderi 13:30:14 feat: update sql impl based on latest interface changes (go-algorand)
icorderi 13:30:14 feat: pebble impl using generickv (go-algorand)
icorderi 13:30:14 feat: a generic KV impl of store (go-algorand)
icorderi 13:31:06 feat: remove secondary index on accounts (go-algorand)
icorderi 13:31:06 test: online accounts data by address (go-algorand)
icorderi 13:31:06 fix: `LookupAccountRowID` for KV (go-algorand)
icorderi 13:31:06 fix: `OnlineAccountsDelete` and `AccountsOnlineTop` ranges (go-algorand)
icorderi 13:31:06 fix: `LookupOnlineHistory` (go-algorand)
icorderi 13:31:06 misc: send proto from the test to the engines (go-algorand)
icorderi 13:31:06 fix: `LookupOnlineTotalsHistory` for kv (go-algorand)
icorderi 13:31:06 fix: unsaved files (go-algorand)
icorderi 13:31:06 fix: failing test due to sqlNoRows removal (go-algorand)
icorderi 13:31:06 misc: add missing license (go-algorand)
icorderi 13:31:06 fix: `OnlineAccountsDelete` for KV (go-algorand)
icorderi 13:31:06 test: `ResourceLookupByRowID` (go-algorand)
icorderi 13:31:06 misc: remove demo comments (go-algorand)
icorderi 13:31:06 fix: `LookupOnline` not matching behaviour (go-algorand)
icorderi 13:31:06 misc: default pebble options (go-algorand)
icorderi 13:31:06 fix: migrations always run on startup (go-algorand)
icorderi 13:31:06 fix: `LookupResourceDataByAddrID` panics on nil account (go-algorand)
icorderi 13:31:58 feat: dual storage engines for verifying correctness (go-algorand)
icorderi 13:32:03 feat: testdb built with sql+kv using the new dual store (go-algorand)
icorderi 13:32:03 feat: add `Begin(Transaction/Batch/Snapshot)` to the store (go-algorand)
icorderi 13:32:03 refactor: drivers file rename and cleanup (go-algorand)
icorderi 13:32:03 test: sqlite+pebble dual engine (go-algorand)
icorderi 13:32:03 fix: missing refs (go-algorand)
icorderi 13:32:03 refactor: use `Open` to create dbs (go-algorand)
icorderi 13:32:03 refactor: remove `SetLogger` from `Store` interface (go-algorand)
icorderi 13:32:03 feat: impl stateproofs for kv (go-algorand)
icorderi 13:32:03 refactor: reduce the number of `RunMigrations` called inside transactions (go-algorand)
icorderi 13:32:03 fix: nil vs empty on `OnlineAccountsAll` return (go-algorand)
icorderi 13:32:03 refactor: trackerdb `Store` interface (go-algorand)
icorderi 13:32:03 refactor: first test outside trackerdb using the new testdb and dual engine (go-algorand)
icorderi 13:32:03 feat: impl Testing interface on pebbledb and dual (go-algorand)
icorderi 13:32:03 misc: remove unncesary methods from testing interface (go-algorand)
icorderi 13:32:03 refactor: remove from the interface (go-algorand)
icorderi 13:32:03 feat: impl `IsSharedCacheConnection` for kv (go-algorand)
icorderi 13:34:52 fix: list creatables cidx key parsing (go-algorand)
icorderi 13:34:52 linter (go-algorand)
icorderi 13:34:52 fix: close cannot rollback if commited on sql (go-algorand)
icorderi 13:34:52 misc: remove unused code (go-algorand)
icorderi 13:34:52 misc: use geth pebble config (go-algorand)
icorderi 13:34:52 fix: hex encoding of address in keys (go-algorand)
icorderi 13:34:52 linter (go-algorand)
icorderi 13:34:52 fix: aidx in `LookupAllResources` (go-algorand)
icorderi 13:34:52 fix test (go-algorand)
icorderi 13:34:52 comment: avoid copy on for loop (go-algorand)
icorderi 13:34:52 fix: migration (go-algorand)
icorderi 13:34:52 feat: add supprt for new online stake method (go-algorand)
icorderi 13:36:23 remove unnecesary imports (go-algorand)
icorderi 13:37:31 fix: shadows (go-algorand)
icorderi 13:40:14 go sum (go-algorand)
winder 13:44:35 More debugging (sandbox)
icorderi 13:49:26 refactor: store interfaces changes before kv impl merge (go-algorand)
algonautsha… 13:58:57 Merge remote-tracking branch 'upstream/master' into shant/blockserver_mem_counter (go-algorand)
tzaffi 14:51:09 bug-fix: better configuration of plugin loggers + trace all algod requests (#91) (conduit)
cce 15:01:06 simplify (go-algorand)
dependabot[… 15:03:21 build(deps-dev): bump @commitlint/config-conventional (algokit-utils-ts)
dependabot[… 15:03:44 build(deps-dev): bump typedoc from 0.24.7 to 0.24.8 (algokit-utils-ts)
dependabot[… 15:04:04 build(deps-dev): bump eslint from 8.40.0 to 8.42.0 (algokit-utils-ts)
winder 15:05:05 Export variables. (sandbox)
tulustul 15:08:57 feat(lending_pool): Added adapter contract (algorand-testbed)
tulustul 15:09:18 test: adding liquidity to a non-empty pool (pact-py-sdk)
tulustul 15:09:53 impr: updated testnet lending adapter id in config (pact-js-sdk)
michaeltchu… 15:13:23 chore: log greeting (2023-06-05) (a-day-in-my-bobalife)
jessicamill… 15:18:34 Update code of conduct (gridworks)
jessicamill… 15:19:17 Merge pull request #95 from thegridelectric/dependabot/github_actions/codecov/codecov-action-3.1.4 (gridworks)
jessicamill… 15:19:33 Merge pull request #96 from thegridelectric/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.6 (gridworks)
jessicamill… 15:20:03 Merge pull request #98 from thegridelectric/dependabot/pip/docs/furo-2023.5.20 (gridworks)
jessicamill… 15:20:17 Merge pull request #99 from thegridelectric/dependabot/pip/pydantic-1.10.8 (gridworks)
dependabot[… 15:20:59 Bump sphinx from 7.0.0 to 7.0.1 in /docs (gridworks)
jessicamill… 15:21:20 Merge pull request #100 from thegridelectric/dependabot/pip/docs/sphinx-7.0.1 (gridworks)
jessicamill… 15:21:32 Merge pull request #101 from thegridelectric/dependabot/pip/ruamel-yaml-0.17.31 (gridworks)
jessicamill… 15:21:44 Merge pull request #102 from thegridelectric/dependabot/pip/psutil-5.9.5 (gridworks)
jessicamill… 15:22:00 Merge pull request #103 from thegridelectric/dependabot/pip/hiredis-2.2.3 (gridworks)
jessicamill… 15:22:13 Merge pull request #104 from thegridelectric/dependabot/pip/anyio-3.7.0 (gridworks)
jessicamill… 15:23:57 Merge pull request #105 from thegridelectric/dev (gridworks)
tzaffi 15:35:33 Merge pull request #17 from cce/add-gha-tools (go-algorand)
iansuvak 15:37:19 Add a testcase for stale response (go-algorand)
ctibo 15:38:15 added an indexedDb polyfill for nodeJS (algostack)
ctibo 15:38:20 0.4.8 (algostack)
- 15:38:59 Merge remote-tracking branch 'algorand/master' into 23may-indexer-import-types (go-algorand)
- 15:42:54 revert (go-algorand)
DazFather 15:48:13 Fix link on README.md (#22) (msgp)
ctibo 15:51:15 config to toggle cache expiration logs (algostack)
winder 15:56:50 fix a bug (sandbox)
winder 16:03:14 Circle test script. (sandbox)
iansuvak 16:03:16 Add a disconnect timeout (go-algorand)
winder 16:14:08 Add the bug back to test improved logging. (sandbox)
- 16:14:25 make tidy (go-algorand)
Algo-devops… 16:15:47 Merge branch 'hotfix/2.15.4' (indexer)
algonautsha… 16:21:34 block rpc: Memory counter for http block requests (#5428) (go-algorand)
github 16:27:49 add Go Benchmark (go) benchmark result for 913478a0e05dcbeff208fc90ea478e0fcad6884f (go-algorand)
ahangsu 16:29:38 Merge branch 'master' into simulate-stack-change (go-algorand)
winder 16:31:47 Looks good, fixing bug again. (sandbox)
- 16:36:15 pin go version using `./scritps/get_golang_version.sh` (go-algorand)
jessicamill… 16:44:02 Update code of conduct (gridworks-marketmaker)
jessicamill… 16:44:11 Merge branch 'dev' of github.com:thegridelectric/gridworks-marketmaker into dev (gridworks-marketmaker)
AlgoAxel 17:07:16 Address comments: (go-algorand)
michaeltchu… 17:14:20 chore: v2023.22.0 (release) (a-day-in-my-bobalife)
michaeltchu… 17:14:22 Notes added by 'git notes add' (a-day-in-my-bobalife)
tzaffi 17:53:41 tools: EvalDelta and ConsensusParams x-repo type checks (#5381) (go-algorand)
github 17:59:48 add Go Benchmark (go) benchmark result for 4b7034263d4019791df39d23df9a8f1146d2a854 (go-algorand)
carlewen 18:00:50 update function name for generate base64 contracts (u3m_contract)
ctibo 18:31:35 small fix for ipfs gateways using subdomain cids (algostack)
iansuvak 19:17:12 address feedback (go-algorand)
winder 19:22:36 Fix errFailedRetrievingStateDelta response. (go-algorand)
winder 19:41:39 More progress bars. (sandbox)
winder 19:54:48 Self review changes. (sandbox)
- 20:10:40 Update test_config UI (foodprint)
spencercap 20:11:38 fetch shim bump (algonautjs)
NkululekoMb… 20:11:55 Merge 8b7b9d38cac2c748a679d024c6dd1eb8be477e48 into c721346c2798b7313132e3602270b58b7031bf75 (foodprint)
winder 20:17:48 Don't crash during version (sandbox)
spencercap 20:26:27 v0.3.55 w cross-fetch 4 fork (algonautjs)
iansuvak 20:27:51 add test for the counters helper method (go-algorand)
algochoi 20:53:50 Fix errors except msgp (go-algorand)
spencercap 20:54:38 v0.3.56 more cross-fetch 4 testing (algonautjs)
winder 21:04:25 api: Fix errFailedRetrievingStateDelta response. (#5452) (go-algorand)
github 21:10:22 add Go Benchmark (go) benchmark result for 1994341905c42dea0a957a5b586e3bec1a6efb4c (go-algorand)
algobarb 21:10:44 test prerelease changes (py-algorand-sdk)
iansuvak 21:12:06 Switch to using a counter for outstanding Topic responses instead of timestamps (go-algorand)
algobarb 21:20:16 add missing git push (py-algorand-sdk)
algobarb 21:23:02 update conditional for updating changelog (py-algorand-sdk)
algobarb 21:23:48 bump up version to v0.0.0b2 (py-algorand-sdk)
spencercap 21:24:14 removed unnecessary console.wanr (algonautjs)
algobarb 21:32:47 add checkout step (py-algorand-sdk)
algochoi 21:36:59 Regenerate files using make msgp (go-algorand)
algochoi 21:37:17 Merge branch 'master' into refactor-accountdata (go-algorand)
aorumbayev 22:28:24 AwesomeAlgo Search v0.1.0 - cross platform desktop client (awesome-algorand)
aorumbayev 22:31:00 tweaking typo (awesome-algorand)
aorumbayev 22:32:30 AwesomeAlgo Search 0.1.0 - cross platform Algorand ecosystem AI search client (#142) (awesome-algorand)
iskysun96 22:50:10 Update README.md (video-series)
iskysun96 22:54:09 Merge pull request #6 from algorand-devrel/iskysun96-patch-1 (video-series)
algochoi 23:15:42 Fix block generated related tooling (go-algorand)
algo-dev-se… 23:25:32 Regenerate code from specification file (java-algorand-sdk)
algo-dev-se… 23:26:32 Regenerate code from specification file (go-algorand-sdk)