{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":424019979,"defaultBranch":"main","name":"cactus","ownerLogin":"outSH","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-02T22:37:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9387513?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723633268.0","currentOid":""},"activityList":{"items":[{"before":"0045a7c6a9034218c4dbed9035a149412f6a6ea2","after":"73fa463416554249f6143fe69d422bde382e0405","ref":"refs/heads/gh-pages","pushedAt":"2024-09-12T09:55:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"add Benchmark (benchmarkjs) benchmark result for 456e60db069e570781b3f50d4155de07065a006b","shortMessageHtmlLink":"add Benchmark (benchmarkjs) benchmark result for 456e60d"}},{"before":"cdf9c66e9a33fdd2141f92e05be2bb10c19f4078","after":"0045a7c6a9034218c4dbed9035a149412f6a6ea2","ref":"refs/heads/gh-pages","pushedAt":"2024-09-12T09:40:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"add Benchmark (benchmarkjs) benchmark result for 456e60db069e570781b3f50d4155de07065a006b","shortMessageHtmlLink":"add Benchmark (benchmarkjs) benchmark result for 456e60d"}},{"before":"6d512296b382fe69606058fad853b7788223fb7e","after":"ec4134a5577eaedcd246d068de68be4aae4e2d14","ref":"refs/heads/move_cmd_socketio_server_to_examples","pushedAt":"2024-09-12T09:36:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(cmd-socketio-server): move to examples as deprecated\n\n- Move `cmd-socketio-server` from `packages/cactus-cmd-socketio-server` to\n `examples/cactus-common-example-server/`.\n- This package is now meant only as a setup component for some example apps\n and is not meant to be used in the production code anymore. Package should\n be removed in the future after sample apps are refactored to work without it.\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(cmd-socketio-server): move to examples as deprecated"}},{"before":"ed915cf6f8f1388cbfdc16c954102da1e381920b","after":"456e60db069e570781b3f50d4155de07065a006b","ref":"refs/heads/main","pushedAt":"2024-09-12T09:23:04.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"build(deps): bump the npm_and_yarn group across 3 directories with 3 updates\n\n---\nupdated-dependencies:\n- dependency-name: \"@grpc/grpc-js\"\n dependency-type: direct:production\n dependency-group: npm_and_yarn\n- dependency-name: axios\n dependency-type: direct:production\n dependency-group: npm_and_yarn\n- dependency-name: qs\n dependency-type: direct:development\n dependency-group: npm_and_yarn\n- dependency-name: axios\n dependency-type: direct:production\n dependency-group: npm_and_yarn\n- dependency-name: \"@grpc/grpc-js\"\n dependency-type: direct:development\n dependency-group: npm_and_yarn\n...\n\nCo-authored-by: Peter Somogyvari \n\nSigned-off-by: dependabot[bot] \nSigned-off-by: Peter Somogyvari ","shortMessageHtmlLink":"build(deps): bump the npm_and_yarn group across 3 directories with 3 …"}},{"before":"2d5a6e97216ffd0f291340bd3868954514ebe196","after":"1513c4e0b9c558195b231d667b6403b690fa436c","ref":"refs/heads/gui_documentation_pr","pushedAt":"2024-09-04T22:08:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"petermetz","name":"Peter Somogyvari","path":"/petermetz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1583231?s=80&v=4"},"commit":{"message":"docs(ledger-browser): add initial GUI documentation and fix some bugs\n\n- Add new documentation section to project docs. New pages can be found under\n `Cactus` -> `Ledger Browser` category. Documentation include GUI setup\n instructions, application overviews, developer guide and tutorial\n on developing new app plugin for the GUI.\n- Do some minor quality of life improvements and bug fixes.\n- Add missing GUI database schema file.\n- Remove dead code from GUI that still used `getAppList`.\n- Add documentation links to the GUI. For now, most links are empty and they\n will be set once this PR is merged and the docs URLs are confirmed.\n- Add sample tutorial application (the same that is created step-by-step in\n the tutorial in the documentation)\n- Improve plugin app URL regex to allow more valid paths.\n- Expose ethereum and fabric schemas in supabase-all-in-one\n- Extend persistence plugin init SQL with code for exposing custom schemas.\n- Improve supabase-all-in-one readme documentation.\n- Fix persistence sample setup scripts ports so that both scripts can be run\n at the same time.\n\nDepends on #3448\nDepends on #3449\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"docs(ledger-browser): add initial GUI documentation and fix some bugs"}},{"before":"958dcefe43dc96706090d46b68a7ad1b949a559c","after":"2d5a6e97216ffd0f291340bd3868954514ebe196","ref":"refs/heads/gui_documentation_pr","pushedAt":"2024-08-14T11:05:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"docs(ledger-browser): add initial GUI documentation and fix some bugs\n\n- Add new documentation section to project docs. New pages can be found under\n `Cactus` -> `Ledger Browser` category. Documentation include GUI setup\n instructions, application overviews, developer guide and tutorial\n on developing new app plugin for the GUI.\n- Do some minor quality of life improvements and bug fixes.\n- Add missing GUI database schema file.\n- Remove dead code from GUI that still used `getAppList`.\n- Add documentation links to the GUI. For now, most links are empty and they\n will be set once this PR is merged and the docs URLs are confirmed.\n- Add sample tutorial application (the same that is created step-by-step in\n the tutorial in the documentation)\n- Improve plugin app URL regex to allow more valid paths.\n- Expose ethereum and fabric schemas in supabase-all-in-one\n- Extend persistence plugin init SQL with code for exposing custom schemas.\n- Improve supabase-all-in-one readme documentation.\n- Fix persistence sample setup scripts ports so that both scripts can be run\n at the same time.\n\nDepends on #3448\nDepends on #3449\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"docs(ledger-browser): add initial GUI documentation and fix some bugs"}},{"before":"9fef336494911fa3673530f6945e97d3dd3ce934","after":"ed915cf6f8f1388cbfdc16c954102da1e381920b","ref":"refs/heads/main","pushedAt":"2024-08-14T11:04:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(persistence-ethereum): add sample setup scripts, improve documentation\n\n- Fix ethereum connector openapi validation errors (mostly remove nullable\n from reference fields).\n- Add sample setup scripts. Simple can be used to run persistence againsy\n already running ethereum ledger, complete will setup entire environment\n and run some basic operations to generate sample data.\n- Improve documentation to include these new scripts and how to use them, fix\n smaller issues.\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-ethereum): add sample setup scripts, improve documen…"}},{"before":null,"after":"6d512296b382fe69606058fad853b7788223fb7e","ref":"refs/heads/move_cmd_socketio_server_to_examples","pushedAt":"2024-08-14T11:01:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(wip): move wip","shortMessageHtmlLink":"feat(wip): move wip"}},{"before":"54c9ff15780571ac8c55929e757bc063eb7c2205","after":"284b1ec4364c4a54e962519eb9ad5cf075f10722","ref":"refs/heads/improve_persistence_eth_docs_pr","pushedAt":"2024-08-14T08:30:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(persistence-ethereum): add sample setup scripts, improve documentation\n\n- Fix ethereum connector openapi validation errors (mostly remove nullable\n from reference fields).\n- Add sample setup scripts. Simple can be used to run persistence againsy\n already running ethereum ledger, complete will setup entire environment\n and run some basic operations to generate sample data.\n- Improve documentation to include these new scripts and how to use them, fix\n smaller issues.\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-ethereum): add sample setup scripts, improve documen…"}},{"before":"141ee2488b44da4282c48a1c15533f5ceb83ec5f","after":"9fef336494911fa3673530f6945e97d3dd3ce934","ref":"refs/heads/main","pushedAt":"2024-08-14T08:29:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(persistence-fabric): add sample setup scripts, improve documentation\n\n- Fix error when empty `transaction.actions` was received from a block.\n- Copy schema SQL during build.\n- Remove unique constraint on fabric transactions hash column (there\n are transactions with empty hash that would break it).\n- Improve parsing of certificate subject/issuer attributes to handle more\n delimiters.\n- Use new `install-fabric.sh` script (that is recommended for Fabric 2.5)\n instead of old bootstrap to fix some runtime issues that I've encountered.\n- Add sample setup scripts. Simple can be used to run persistence against\n already running fabric ledger, complete will setup entire environment\n and run some basic operations to generate sample data.\n- Improve documentation to include these new scripts and how to use them, fix\n smaller issues.\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-fabric): add sample setup scripts, improve documenta…"}},{"before":"a16235f8bb49890efacb25d5c1c801bf5be89a2c","after":"23ab4350d4b9b92a2b0cea5adba4b9918be93f10","ref":"refs/heads/improve_persistence_fabric_docs_pr","pushedAt":"2024-08-13T20:22:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"petermetz","name":"Peter Somogyvari","path":"/petermetz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1583231?s=80&v=4"},"commit":{"message":"feat(persistence-fabric): add sample setup scripts, improve documentation\n\n- Fix error when empty `transaction.actions` was received from a block.\n- Copy schema SQL during build.\n- Remove unique constraint on fabric transactions hash column (there\n are transactions with empty hash that would break it).\n- Improve parsing of certificate subject/issuer attributes to handle more\n delimiters.\n- Use new `install-fabric.sh` script (that is recommended for Fabric 2.5)\n instead of old bootstrap to fix some runtime issues that I've encountered.\n- Add sample setup scripts. Simple can be used to run persistence against\n already running fabric ledger, complete will setup entire environment\n and run some basic operations to generate sample data.\n- Improve documentation to include these new scripts and how to use them, fix\n smaller issues.\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-fabric): add sample setup scripts, improve documenta…"}},{"before":"90ad2dba227231ae503aad3ebb157e85bfaec130","after":"958dcefe43dc96706090d46b68a7ad1b949a559c","ref":"refs/heads/gui_documentation_pr","pushedAt":"2024-08-13T14:44:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"docs(ledger-browser): add initial GUI documentation and fix some bugs\n\n- Add new documentation section to project docs. New pages can be found under\n `Cactus` -> `Ledger Browser` category. Documentation include GUI setup\n instructions, application overviews, developer guide and tutorial\n on developing new app plugin for the GUI.\n- Do some minor quality of life improvements and bug fixes.\n- Add missing GUI database schema file.\n- Remove dead code from GUI that still used `getAppList`.\n- Add documentation links to the GUI. For now, most links are empty and they\n will be set once this PR is merged and the docs URLs are confirmed.\n- Add sample tutorial application (the same that is created step-by-step in\n the tutorial in the documentation)\n- Improve plugin app URL regex to allow more valid paths.\n- Expose ethereum and fabric schemas in supabase-all-in-one\n- Extend persistence plugin init SQL with code for exposing custom schemas.\n- Improve supabase-all-in-one readme documentation.\n- Fix persistence sample setup scripts ports so that both scripts can be run\n at the same time.\n\nDepends on #3448\nDepends on #3449\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"docs(ledger-browser): add initial GUI documentation and fix some bugs"}},{"before":"9ce41c2028d73a072747e0b971ab600955b38e55","after":"90ad2dba227231ae503aad3ebb157e85bfaec130","ref":"refs/heads/gui_documentation_pr","pushedAt":"2024-08-13T14:38:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"docs(ledger-browser): add initial GUI documentation and fix some bugs\n\n- Add new documentation section to project docs. New pages can be found under\n `Cactus` -> `Ledger Browser` category. Documentation include GUI setup\n instructions, application overviews, developer guide and tutorial\n on developing new app plugin for the GUI.\n- Do some minor quality of life improvements and bug fixes.\n- Add missing GUI database schema file.\n- Remove dead code from GUI that still used `getAppList`.\n- Add documentation links to the GUI. For now, most links are empty and they\n will be set once this PR is merged and the docs URLs are confirmed.\n- Add sample tutorial application (the same that is created step-by-step in\n the tutorial in the documentation)\n- Improve plugin app URL regex to allow more valid paths.\n- Expose ethereum and fabric schemas in supabase-all-in-one\n- Extend persistence plugin init SQL with code for exposing custom schemas.\n- Improve supabase-all-in-one readme documentation.\n- Fix persistence sample setup scripts ports so that both scripts can be run\n at the same time.\n\nDepends on #3448\nDepends on #3449\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"docs(ledger-browser): add initial GUI documentation and fix some bugs"}},{"before":null,"after":"9ce41c2028d73a072747e0b971ab600955b38e55","ref":"refs/heads/gui_documentation_pr","pushedAt":"2024-08-13T14:28:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(wip): docs wip","shortMessageHtmlLink":"feat(wip): docs wip"}},{"before":"b160c52f1a99f8019beb8af9d4f8c0b46cf1953c","after":"141ee2488b44da4282c48a1c15533f5ceb83ec5f","ref":"refs/heads/main","pushedAt":"2024-08-13T09:48:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(connector-daml): aio image\nPrimary Changes\n---------------\n1. Create a docker image on daml-all-in-one folder that contains\nan initial creation of DAML smart contracts\nFixes #3284\nSigned-off-by: raynato.c.pedrajeta ","shortMessageHtmlLink":"feat(connector-daml): aio image"}},{"before":"c09e9ab9fbfad3158d1163ff480d79b69daa33d1","after":"cdf9c66e9a33fdd2141f92e05be2bb10c19f4078","ref":"refs/heads/gh-pages","pushedAt":"2024-08-12T08:46:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"add Benchmark (benchmarkjs) benchmark result for b160c52f1a99f8019beb8af9d4f8c0b46cf1953c","shortMessageHtmlLink":"add Benchmark (benchmarkjs) benchmark result for b160c52"}},{"before":"eaea4aa6d38cf1d82477180b973d49195d5251f2","after":"00c6c3591c83e0feb2642dfa0245fdfb0dca6e5c","ref":"refs/heads/add_gui_setup_pr","pushedAt":"2024-08-12T08:39:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(ledger-browser): implement dynamic app setup\n\n- Read gui supabase connection information from environment variable.\n Include `.env` files in common `.gitignore` file.\n Change ledger-browser typescript target and module to `esnext` to use\n vite environment variables.\n- Read app configuration from the supabase DB.\n- Add button on home page for adding new application.\n Clicking on it will open dialog with setup wizzard.\n User must filter apps by it's group (step 1), select the app (step 2),\n input common app configuration data (step 3)\n and lastly input app-specific configuration (JSON format).\n- Add button to configure already added app. It opens a dialog that allows\n editing app details in the database.\n It also contains a button for deleting the app (after confirmation).\n- Show full screen error message with setup guidelines\n when app has failed to connect to supabase.\n- Clean up supabase type files, move app-related typedefs to specific app dirs.\n\nDepends on #3347\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(ledger-browser): implement dynamic app setup"}},{"before":"e9ff042353fa09b8fda76431a8fbf80bba743f67","after":"c09e9ab9fbfad3158d1163ff480d79b69daa33d1","ref":"refs/heads/gh-pages","pushedAt":"2024-08-12T08:32:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"add Benchmark (benchmarkjs) benchmark result for b160c52f1a99f8019beb8af9d4f8c0b46cf1953c","shortMessageHtmlLink":"add Benchmark (benchmarkjs) benchmark result for b160c52"}},{"before":"17850911eb9742507020fc9774a27e37955d2673","after":"b160c52f1a99f8019beb8af9d4f8c0b46cf1953c","ref":"refs/heads/main","pushedAt":"2024-08-12T08:15:31.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(persistence-ethereum): migrate to separate db schema\n- Move all database entities relating to ethereum persistence plugin to\n a seprate schema. Adjust all the files the test to work as expected after\n that change.\n- Remove sample SQL data from GUI package, one from persistence packages should\n be used instead.\n- Upgrade web3-utils in persistence-ethereum to fix a bug when running the\n standalone script.\n\nDepends on #3340\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-ethereum): migrate to separate db schema"}},{"before":"57608bdfe3581f174e20c9bd96713d692d77e783","after":"3aca55634ac135f37c88d6cdf9682c41499cd8b7","ref":"refs/heads/move_eth_persistence_to_separate_schema_pr","pushedAt":"2024-08-09T23:23:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"petermetz","name":"Peter Somogyvari","path":"/petermetz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1583231?s=80&v=4"},"commit":{"message":"feat(persistence-ethereum): migrate to separate db schema\n- Move all database entities relating to ethereum persistence plugin to\n a seprate schema. Adjust all the files the test to work as expected after\n that change.\n- Remove sample SQL data from GUI package, one from persistence packages should\n be used instead.\n- Upgrade web3-utils in persistence-ethereum to fix a bug when running the\n standalone script.\n\nDepends on #3340\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-ethereum): migrate to separate db schema"}},{"before":"5134484c70d75080dca5b0aa9ef89cbaed0380e4","after":"583afedcf8ac9695f8dc508e0ed88db9d938c722","ref":"refs/heads/gui_documentation","pushedAt":"2024-08-09T15:28:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(wip): add tutorial","shortMessageHtmlLink":"feat(wip): add tutorial"}},{"before":"756ab945995e6b1d681a15231a0f17b7222ad96b","after":"5134484c70d75080dca5b0aa9ef89cbaed0380e4","ref":"refs/heads/gui_documentation","pushedAt":"2024-08-09T13:27:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(wip): add architecture doc page","shortMessageHtmlLink":"feat(wip): add architecture doc page"}},{"before":"9f0a797d57d6615deb751d2d24a166311af2f1b0","after":"cc49525edcd2196a5f8ee776991088d3980553a3","ref":"refs/heads/remove_tcs_huawei_socketio_pr","pushedAt":"2024-08-08T13:00:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(tcs-huawei-socketio): remove deprecated connector\n\n- Remove `cactus-plugin-ledger-connector-tcs-huawei-socketio` connector and\n any reference to it.\n- This is not permanent - we'd love to bring the package back once the\n necessary refactors are done!\n- See issue #3155 on github for more details on context and reasoning\n of this decision.\n\nPart of #3155\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(tcs-huawei-socketio): remove deprecated connector"}},{"before":"e5ed294205a10ada50d7233681f0a0a741ce70cc","after":"e9ff042353fa09b8fda76431a8fbf80bba743f67","ref":"refs/heads/gh-pages","pushedAt":"2024-08-08T09:42:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"add Benchmark (benchmarkjs) benchmark result for 17850911eb9742507020fc9774a27e37955d2673","shortMessageHtmlLink":"add Benchmark (benchmarkjs) benchmark result for 1785091"}},{"before":"abfe25bd74f49445e15bdcfc99762904e8dca80d","after":"57608bdfe3581f174e20c9bd96713d692d77e783","ref":"refs/heads/move_eth_persistence_to_separate_schema_pr","pushedAt":"2024-08-08T09:30:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(persistence-ethereum): migrate to separate db schema\n- Move all database entities relating to ethereum persistence plugin to\n a seprate schema. Adjust all the files the test to work as expected after\n that change.\n- Remove sample SQL data from GUI package, one from persistence packages should\n be used instead.\n- Upgrade web3-utils in persistence-ethereum to fix a bug when running the\n standalone script.\n\nDepends on #3340\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(persistence-ethereum): migrate to separate db schema"}},{"before":"9c4d9be8ac7a1608bf15cbaf887ed0836c02f747","after":"17850911eb9742507020fc9774a27e37955d2673","ref":"refs/heads/main","pushedAt":"2024-08-08T09:25:16.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"build: bump the go_modules group across 9 directories with 1 update\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\nUpdates `google.golang.org/grpc` from 1.64.0 to 1.64.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: google.golang.org/grpc\n dependency-type: indirect\n dependency-group: go_modules\n...\n\nCo-authored-by: Peter Somogyvari \n\nSigned-off-by: dependabot[bot] \nSigned-off-by: Sandeep Nishad \nSigned-off-by: Peter Somogyvari ","shortMessageHtmlLink":"build: bump the go_modules group across 9 directories with 1 update"}},{"before":"46679623bc66b40af454e458f090bd4cf5ab4324","after":"9f0a797d57d6615deb751d2d24a166311af2f1b0","ref":"refs/heads/remove_tcs_huawei_socketio_pr","pushedAt":"2024-08-08T01:51:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"petermetz","name":"Peter Somogyvari","path":"/petermetz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1583231?s=80&v=4"},"commit":{"message":"feat(tcs-huawei-socketio): remove deprecated connector\n\n- Remove `cactus-plugin-ledger-connector-tcs-huawei-socketio` connector and\n any reference to it.\n- This is not permanent - we'd love to bring the package back once the\n necessary refactors are done!\n- See issue #3155 on github for more details on context and reasoning\n of this decision.\n\nPart of #3155\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(tcs-huawei-socketio): remove deprecated connector"}},{"before":"9c99b92825781f8f7063015b59ad5db512c28a29","after":"5bab29c98c24ec5e72bf225f0ece69621ea46870","ref":"refs/heads/gui_new_home_page_pr","pushedAt":"2024-08-07T10:38:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(ledger-browser): refactor home page\n- Remove status apps, its functionality has been moved to the home page.\n- Add status components for persistence apps.\n- Add home page that contains cards for each configured app. Clicking on it\n naviagtes to specific app, clicking on Status button shows status component.\n- Remove app drawer, replace it with a button that navigates to root path\n (i.e. the home app, navigation between apps is handled here).\n- Remove all the remaining dead and legacy code, apply small structure upgrades.\n- Since this PR removes all old code, and all the current code was written by\n me and Tomasz, I've also removed previous inactive package contributors.\n\nDepends on #3320\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(ledger-browser): refactor home page"}},{"before":"7ba7298569dde5e97b9a45d8eac9177665a1d844","after":"46679623bc66b40af454e458f090bd4cf5ab4324","ref":"refs/heads/remove_tcs_huawei_socketio_pr","pushedAt":"2024-08-07T10:32:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(tcs-huawei-socketio): remove deprecated connector\n\n- Remove `cactus-plugin-ledger-connector-tcs-huawei-socketio` connector and\n any reference to it.\n- This is not permanent - we'd love to bring the package back once the\n necessary refactors are done!\n- See issue #3155 on github for more details on context and reasoning\n of this decision.\n\nPart of #3155\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(tcs-huawei-socketio): remove deprecated connector"}},{"before":"c35e314f766f2d290e49854ba4ec223c3aca5150","after":"6cb6fa17c631181649697970753ff4ce59b2b9be","ref":"refs/heads/remove_eth_socketio_connector_pr","pushedAt":"2024-08-06T10:50:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"outSH","name":"Michal Bajer","path":"/outSH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9387513?s=80&v=4"},"commit":{"message":"feat(go-ethereum-socketio): remove deprecated connector\n\n- Remove `cactus-plugin-ledger-connector-go-ethereum-socketio` connector and\n any reference to it.\n- Remove `SocketIOApiClient` from `cactus-api-client` since it is the\n last connector that was linked to it.\n- Remove `legacy-socketio` option from `cactus-verifier-client`.\n\nPart of #3155\n\nSigned-off-by: Michal Bajer ","shortMessageHtmlLink":"feat(go-ethereum-socketio): remove deprecated connector"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwOTo1NToxOC4wMDAwMDBazwAAAAS0NHbu","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNlQxMDo1MDoxNi4wMDAwMDBazwAAAASS-xW4"}},"title":"Activity · outSH/cactus"}