Michal Bajer
Michal Bajer
- Refactor ETH app dashboard using MUI components. - Fix ERC20 details page rendering. - Add block and transaction list components that use common `UITableListing`. - Add global notifications that...
- Use latest supabase and container base versions. - Use skopeo to freeze images, fetch the containers in separate build phase. - Add anonymous volume definitions in dockerfile to speedup...
- Use react query to fetch data instead of manual fetches. - Remove dead / duplicated code where applicable. - Minor refactors and fixes. Depends on #3203 Signed-off-by: Michal Bajer...
- Add dynamic routing based on configuration instead of hardcoded one. - Add MUI and configure custom theme. Use this new UI kit to create app better bar and ledger...
- `cactus-example-tcs-huawei` is using `cactus-plugin-ledger-connector-go-ethereum-socketio` and `cactus-plugin-ledger-connector-tcs-huawei-socketio` which will be removed as well. Ths sample app can't exist on it's own. Closes #3157 Part of #3155 **Pull Request Requirements** -...
Deprecate and remove some older connectors and docker images as it was initially discussed during maintainer meetings https://wiki.hyperledger.org/display/cactus/2024-03-14+Cacti+Maintainers+Agenda and https://wiki.hyperledger.org/display/cactus/2024-03-20+Cacti+Maintainers+Agenda. ### The list of packages to be deprecated and removed...
**Is your feature request related to a problem? Please describe.** `cactus-example-tcs-huawei` is using `cactus-plugin-ledger-connector-go-ethereum-socketio` and `cactus-plugin-ledger-connector-tcs-huawei-socketio`, both of them will be removed soon as well. Ths sample app can't exist...
**Is your feature request related to a problem? Please describe.** We are phasing out legacy `cactus-plugin-ledger-connector-go-ethereum-socketio` which is used by `cactus-example-tcs-huawei` sample app. This old connector must be replaced with...
**Is your feature request related to a problem? Please describe.** We're migrating all socketio-only connectors to openapi ones **Describe the solution you'd like** Upgrade [cactus-plugin-ledger-connector-tcs-huawei-socketio](https://github.com/hyperledger/cacti/tree/main/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio) to openapi-based connector. Example of...
- Change all relative path imports to have `.js` suffix required by the ESM standard. - Use full import path instead of directory default import. - I've created a tool...