-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRep Directory Updates and Backend Enhancements: Improvements and Fixes #778
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77a2a33 - Browse repository at this point
Copy the full SHA 77a2a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cafba - Browse repository at this point
Copy the full SHA 44cafbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b11b13 - Browse repository at this point
Copy the full SHA 2b11b13View commit details -
Merge branch 'develop' of https://github.com/IntersectMBO/govtool int…
…o chore/669-update-delegate-card
Configuration menu - View commit details
-
Copy full SHA for 6ab0e75 - Browse repository at this point
Copy the full SHA 6ab0e75View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efa2df0 - Browse repository at this point
Copy the full SHA efa2df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e11410 - Browse repository at this point
Copy the full SHA 8e11410View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dba540 - Browse repository at this point
Copy the full SHA 8dba540View commit details -
Merge pull request #671 from IntersectMBO/chore/669-update-delegate-card
chore/669-update-delegate-card
Configuration menu - View commit details
-
Copy full SHA for 711d3a4 - Browse repository at this point
Copy the full SHA 711d3a4View commit details -
Signed-off-by: jankun4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b703d8d - Browse repository at this point
Copy the full SHA b703d8dView commit details
Commits on Apr 11, 2024
-
[#678] Apply specific CORS parameters for metadata-validation service
In this commit, specific CORS parameters are added to the `docker-compose.yml.tpl` file to facilitate developers' access to the metadata validation service from their individual machines within the dev environment. The CORS configuration includes settings related to allowed methods, headers, origins, and maximum age. By implementing these CORS parameters, developers can utilize the metadata validation service effectively while ensuring secure and controlled access from their local environments.
Configuration menu - View commit details
-
Copy full SHA for 2790e15 - Browse repository at this point
Copy the full SHA 2790e15View commit details -
Use a variable to determine the target
The commit makes usage of a variable in the `config.mk` file to determine the target configuration file dynamically based on the environment. This change enhances the flexibility and efficiency of the script, allowing for seamless configuration adjustments across different environments.
Configuration menu - View commit details
-
Copy full SHA for 51b9431 - Browse repository at this point
Copy the full SHA 51b9431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 332733e - Browse repository at this point
Copy the full SHA 332733eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2d5ab - Browse repository at this point
Copy the full SHA 9f2d5abView commit details -
Merge pull request #690 from IntersectMBO/chore/678-setting-cors-poli…
…cy-for-metadata-validation-service-in-dev-environment [#678] Setting CORS policy for metadata validation service in dev environment
Configuration menu - View commit details
-
Copy full SHA for 2fc7e74 - Browse repository at this point
Copy the full SHA 2fc7e74View commit details -
Merge pull request #668 from IntersectMBO/637-create-atoms-components…
…-ui-tests [#637] Create atoms components ui tests
Configuration menu - View commit details
-
Copy full SHA for 01bbc02 - Browse repository at this point
Copy the full SHA 01bbc02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93662e4 - Browse repository at this point
Copy the full SHA 93662e4View commit details -
Merge pull request #696 from IntersectMBO/fix/fix-api-connection
fix: fix api connection
Configuration menu - View commit details
-
Copy full SHA for a0408f8 - Browse repository at this point
Copy the full SHA a0408f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6cbc4 - Browse repository at this point
Copy the full SHA 5f6cbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d82281 - Browse repository at this point
Copy the full SHA 3d82281View commit details
Commits on Apr 12, 2024
-
Merge pull request #684 from IntersectMBO/feat/609-add-metadata-valid…
…ation-against-cip-fields-to-metadata-validation-service [#609] feat: add metadata validation against cip fields
Configuration menu - View commit details
-
Copy full SHA for e33ffbf - Browse repository at this point
Copy the full SHA e33ffbfView commit details -
[#689] add tx hash to the ada-holder/get-current-delegation
Extend the endpoint by providing both drepHash and drepView, and tx hash of the delegation Signed-off-by: jankun4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e257ac1 - Browse repository at this point
Copy the full SHA e257ac1View commit details -
[#688] split latest txHash in drep/info
Signed-off-by: jankun4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 087fb69 - Browse repository at this point
Copy the full SHA 087fb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fa812 - Browse repository at this point
Copy the full SHA 27fa812View commit details -
Merge pull request #691 from IntersectMBO/fix/687-voting-power-chip-i…
…s-displayed-incorrectly fix/687-voting-power-chip-is-displayed-incorrectly
Configuration menu - View commit details
-
Copy full SHA for 7a3647e - Browse repository at this point
Copy the full SHA 7a3647eView commit details -
[#678] Build images that cannot be pulled from repositories
Implement build process to create images that cannot be pulled from external repositories when deploying the stack. The modification in the Makefile sets up the build command to prevent pulling images externally during the deployment process. By adding the `--build` flag in the `docker-compose` command, it ensures that images are only built locally and not fetched from external sources. This aligns with the requirement to restrict access to the metadata validation service, ensuring that only localhost is used for accessing resources, thus strengthening security measures.
Configuration menu - View commit details
-
Copy full SHA for f3f3f8b - Browse repository at this point
Copy the full SHA f3f3f8bView commit details -
[#678] Add Google Tag Manager to the img-src CSP directive
In response to the user story requiring the metadata validation service to be accessible only from localhost for security reasons, this commit includes a modification to the CSP (Content Security Policy) directive in the docker-compose.yml file. The change specifically adds 'https://www.googletagmanager.com' to the img-src directive, ensuring that resources from Google Tag Manager are permitted in the service. This adjustment enhances security measures by properly configuring the CSP policy to allow resources only from specified sources.
Configuration menu - View commit details
-
Copy full SHA for a4ee118 - Browse repository at this point
Copy the full SHA a4ee118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d97531 - Browse repository at this point
Copy the full SHA 8d97531View commit details -
Merge pull request #708 from IntersectMBO/fix/707-bug-in-building-met…
…adata-validation-service [#707] Bug in building metadata validation service
Configuration menu - View commit details
-
Copy full SHA for f9bbeaa - Browse repository at this point
Copy the full SHA f9bbeaaView commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afadc29 - Browse repository at this point
Copy the full SHA afadc29View commit details -
Merge pull request #709 from IntersectMBO/699-ga-card-very-long-title…
…-without-spaces-goes-beyond-card [#699] GA - card - very long title without spaces goes beyond card
Configuration menu - View commit details
-
Copy full SHA for ca1677d - Browse repository at this point
Copy the full SHA ca1677dView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bc1c62 - Browse repository at this point
Copy the full SHA 5bc1c62View commit details -
Merge pull request #705 from IntersectMBO/feat/681-add-loaders-to-the…
…-lists-and-pending-transactions-on-drep-explorer feat/681-add-loaders-to-the-lists-and-pending-transactions-on-drep-explorer
Configuration menu - View commit details
-
Copy full SHA for f24c696 - Browse repository at this point
Copy the full SHA f24c696View commit details -
[#720] fix drep/info null values
Signed-off-by: jankun4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fdb3ff - Browse repository at this point
Copy the full SHA 9fdb3ffView commit details -
[#715] rename the routers names to distinguish them from the service …
…names The commit adjusts the names of the routers in the Traefik configuration within the docker-compose.yml file. This modification ensures that the routers are distinctively named and do not share names with the services, enhancing clarity and manageability of the setup. By renaming the router identifiers, it becomes easier to differentiate them from the corresponding services, thus facilitating maintenance and troubleshooting of the configuration.
Configuration menu - View commit details
-
Copy full SHA for 0f3ca5a - Browse repository at this point
Copy the full SHA 0f3ca5aView commit details -
[#715] Fix indentation in Traefik configuration in docker-compose file
The adjustments in this commit focus on correcting the indentation in the Traefik configuration section within the docker-compose.yml.tpl file. The changes entail ensuring consistent and proper alignment of the services' definitions, specifically the metadata-validation service, to enhance readability and maintainability. By reformatting the indentation, the Traefik configuration becomes more organized, facilitating easier navigation and understanding of the setup.
Configuration menu - View commit details
-
Copy full SHA for f7f61c2 - Browse repository at this point
Copy the full SHA f7f61c2View commit details -
[#715] Update Traefik image version to v3.0
The commit modifies the Traefik image version specified in the docker-compose.yml.tpl file from v2.10 to v3.0. By updating the Traefik image, we ensure compatibility with the necessary features and improvements introduced in version 3.0. This adjustment aligns with the user story's goal to enhance load balancing and routing setup in the dev environment by making sure that the configuration utilizes the latest Traefik version for more efficient backend service management and testing capabilities.
Configuration menu - View commit details
-
Copy full SHA for 0856db4 - Browse repository at this point
Copy the full SHA 0856db4View commit details -
[#715] Apply better priorities to the routing
The commit enhances the routing setup in the Traefik configuration within the docker-compose.yml.tpl file by implementing better priorities. By adjusting the priority of the router for the frontend service to 1, the routing for this service looses precedence, ensuring that frontend traffic is correctly directed. This change aims to optimize the routing logic, ensuring that the frontend service receives appropriate traffic allocation and improving the overall efficiency of the load balancing and routing setup in the dev environment. This is an actual fix of the problem stated in the related issue.
Configuration menu - View commit details
-
Copy full SHA for c47e0e9 - Browse repository at this point
Copy the full SHA c47e0e9View commit details -
[#715] Add healthchecks to two main backend services from Traefik loa…
…d balancer The commit enhances the Traefik configuration within the docker-compose.yml.tpl file by adding healthcheck configurations to the two primary backend services, `metadata-validation` and `backend`. These healthchecks include defining paths, ports, intervals, and timeouts for monitoring the health and status of the backend services. By implementing healthchecks, Traefik can periodically verify the availability and responsiveness of the backend services through specified endpoints, contributing to improved load balancing and routing efficiency. This change directly addresses the user story requirement to ensure the backend service is correctly defined, reachable, and functioning optimally in the dev environment for effective testing and debugging purposes.
Configuration menu - View commit details
-
Copy full SHA for 6a1968a - Browse repository at this point
Copy the full SHA 6a1968aView commit details -
[#715] Add additional CORS exception for dev environment
The changes made in this commit focus on enhancing the CORS configuration for the dev environment by adding an additional exception to allow specific origins. The modification includes appending "http://localhost:5173" to the list of allowed hosts when the environment is set to "dev." This adjustment aims to address Cross-Origin Resource Sharing (CORS) issues related to accessing services from different origins, ensuring that the specified host is permitted to interact with the backend service seamlessly.
Configuration menu - View commit details
-
Copy full SHA for aaecda0 - Browse repository at this point
Copy the full SHA aaecda0View commit details -
Merge pull request #692 from IntersectMBO/fix/655-bt-drep-registratio…
…n-doesnt-finish-80-chars-long-title-not-cut-not-submittitng [#655] fix: fix DRep registration when the DRep name is longer
Configuration menu - View commit details
-
Copy full SHA for 773c9ca - Browse repository at this point
Copy the full SHA 773c9caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3266728 - Browse repository at this point
Copy the full SHA 3266728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d1a53 - Browse repository at this point
Copy the full SHA 94d1a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f1df5 - Browse repository at this point
Copy the full SHA c8f1df5View commit details
Commits on Apr 16, 2024
-
Merge pull request #728 from IntersectMBO/fix/715-dev-environment-loa…
…d-balancing-and-routing-issue [#715] Dev environment load balancing and routing issue
Configuration menu - View commit details
-
Copy full SHA for cc64e97 - Browse repository at this point
Copy the full SHA cc64e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 011ae46 - Browse repository at this point
Copy the full SHA 011ae46View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb152df - Browse repository at this point
Copy the full SHA bb152dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b55aca2 - Browse repository at this point
Copy the full SHA b55aca2View commit details -
Merge pull request #711 from IntersectMBO/fix/710-fix-displaying-moda…
…ls-to-not-block-signing-transactions-with-metadata [#710] fix displaying modals to not block signing transactions
Configuration menu - View commit details
-
Copy full SHA for 411db90 - Browse repository at this point
Copy the full SHA 411db90View commit details -
Configuration menu - View commit details
-
Copy full SHA for d709d4f - Browse repository at this point
Copy the full SHA d709d4fView commit details -
Merge pull request #730 from IntersectMBO/fix/712-gas-fails-validatio…
…n-due-to-fetching-the-resource-blocked-by-csp [#712] fix: Fix displaying Governance Actions that fails the validation test
Configuration menu - View commit details
-
Copy full SHA for 0002e4d - Browse repository at this point
Copy the full SHA 0002e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbabaff - Browse repository at this point
Copy the full SHA cbabaffView commit details -
Merge pull request #665 from IntersectMBO/fix/651-text-correction
[#651] fix: correct text of governance action type
Configuration menu - View commit details
-
Copy full SHA for 4f5aa94 - Browse repository at this point
Copy the full SHA 4f5aa94View commit details -
Configuration menu - View commit details
-
Copy full SHA for c040711 - Browse repository at this point
Copy the full SHA c040711View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace8a05 - Browse repository at this point
Copy the full SHA ace8a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb5031 - Browse repository at this point
Copy the full SHA 2fb5031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af6a23 - Browse repository at this point
Copy the full SHA 0af6a23View commit details -
[#722] add filtering and sorting to drep/list
Signed-off-by: jankun4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20b0cd2 - Browse repository at this point
Copy the full SHA 20b0cd2View commit details -
Merge pull request #734 from IntersectMBO/723-apply-business-logic-ba…
…ckend-to-drep-list [#723] Apply business logic to drep list
Configuration menu - View commit details
-
Copy full SHA for 09e54d2 - Browse repository at this point
Copy the full SHA 09e54d2View commit details -
Merge pull request #735 from IntersectMBO/674-ga-search-voted-on-add-…
…search-functionality [#674] GA Search - Voted on - Add search functionality
Configuration menu - View commit details
-
Copy full SHA for c001213 - Browse repository at this point
Copy the full SHA c001213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0382ff4 - Browse repository at this point
Copy the full SHA 0382ff4View commit details -
Merge pull request #682 from IntersectMBO/chore/546-handle-action-of-…
…opening-usersnap-feedback-widget-on-the-custom-buttons chore/546-handle-action-of-opening-usersnap-feedback-widget-on-the-custom-buttons
Configuration menu - View commit details
-
Copy full SHA for af52738 - Browse repository at this point
Copy the full SHA af52738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 795db48 - Browse repository at this point
Copy the full SHA 795db48View commit details -
Configuration menu - View commit details
-
Copy full SHA for b239443 - Browse repository at this point
Copy the full SHA b239443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eca5fd - Browse repository at this point
Copy the full SHA 5eca5fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4746a08 - Browse repository at this point
Copy the full SHA 4746a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a211d9 - Browse repository at this point
Copy the full SHA 6a211d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c07e285 - Browse repository at this point
Copy the full SHA c07e285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec36a8 - Browse repository at this point
Copy the full SHA 1ec36a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43ad25 - Browse repository at this point
Copy the full SHA f43ad25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed464e5 - Browse repository at this point
Copy the full SHA ed464e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7978473 - Browse repository at this point
Copy the full SHA 7978473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8923d97 - Browse repository at this point
Copy the full SHA 8923d97View commit details -
Merge pull request #632 from IntersectMBO/chore/573-link-to-cexplorer…
…-to-review-the-submitted-transaction chore/573-link-to-cexplorer-to-review-the-submitted-transaction
Configuration menu - View commit details
-
Copy full SHA for b4f132f - Browse repository at this point
Copy the full SHA b4f132fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc7f6e - Browse repository at this point
Copy the full SHA 7fc7f6eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70ffc9f - Browse repository at this point
Copy the full SHA 70ffc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c42dc09 - Browse repository at this point
Copy the full SHA c42dc09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36508f9 - Browse repository at this point
Copy the full SHA 36508f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e3239d - Browse repository at this point
Copy the full SHA 3e3239dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a378f - Browse repository at this point
Copy the full SHA b0a378fView commit details
Commits on Apr 18, 2024
-
Merge pull request #717 from IntersectMBO/feat/pytest-allure-reports
Add allure reporting support in backend test
Configuration menu - View commit details
-
Copy full SHA for 0eb2d9f - Browse repository at this point
Copy the full SHA 0eb2d9fView commit details -
[#714] Update Cardano DB Sync to version "sancho-4.2.0"
The Cardano infrastructure on SanchoNet required an update to the Cardano DB Sync element. By changing the image tag from "sancho-4.1.0" to "sancho-4.2.0" in the Makefile, the DB sync component was effectively updated to the new version. This modification ensures that the network remains up-to-date and functions properly.
Configuration menu - View commit details
-
Copy full SHA for 6af07d8 - Browse repository at this point
Copy the full SHA 6af07d8View commit details -
Merge pull request #751 from IntersectMBO/feat/playwright-allure-reports
Add allure-report generation for playwright tests
Configuration menu - View commit details
-
Copy full SHA for 77fbee8 - Browse repository at this point
Copy the full SHA 77fbee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfe972 - Browse repository at this point
Copy the full SHA 8bfe972View commit details -
Merge pull request #765 from IntersectMBO/chore/714-updating-and-rest…
…arting-cardano-infrastructure-on-sanchonet [#714] Updating and restarting Cardano infrastructure on SanchoNet
Configuration menu - View commit details
-
Copy full SHA for bf9b915 - Browse repository at this point
Copy the full SHA bf9b915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ed132 - Browse repository at this point
Copy the full SHA 82ed132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aaaad3 - Browse repository at this point
Copy the full SHA 6aaaad3View commit details -
Merge pull request #745 from IntersectMBO/feat/464-missing-info-icon-…
…next-to-the-ga-type-already-assigned feat/464-missing-info-icon-next-to-the-ga-type-already-assigned
Configuration menu - View commit details
-
Copy full SHA for 35d0e2d - Browse repository at this point
Copy the full SHA 35d0e2dView commit details -
Merge pull request #757 from IntersectMBO/fix/drep-direcotry
fix/drep-directory
Configuration menu - View commit details
-
Copy full SHA for 214c978 - Browse repository at this point
Copy the full SHA 214c978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0498513 - Browse repository at this point
Copy the full SHA 0498513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48219eb - Browse repository at this point
Copy the full SHA 48219ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6096a5a - Browse repository at this point
Copy the full SHA 6096a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for acf757f - Browse repository at this point
Copy the full SHA acf757fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bcfb12 - Browse repository at this point
Copy the full SHA 6bcfb12View commit details -
Merge pull request #758 from IntersectMBO/604-bt-ga-display-searching…
…-sort-order-and-filtering-is-not-kept-after-back-from-item-details-planned-to-next-iter [#604] GA Display: search, sort and filter is not kept after Back fro…
Configuration menu - View commit details
-
Copy full SHA for 0ec1ddd - Browse repository at this point
Copy the full SHA 0ec1dddView commit details
Commits on Apr 19, 2024
-
[#714] Update Cardano DB Sync with fixed configuration files
The commit updates the Cardano DB Sync component in the Makefile by changing the image tag from "sancho-4-2-0" to "sancho-4-2-1." This adjustment ensures that the DB Sync is now set to the correct version, addressing any previously encountered issues and guaranteeing the proper functioning of the network on SanchoNet. This was necesary since there was an issue with the previous build with non parsing configuration.
Configuration menu - View commit details
-
Copy full SHA for cfb4c0d - Browse repository at this point
Copy the full SHA cfb4c0dView commit details -
Merge pull request #774 from IntersectMBO/chore/714-updating-and-rest…
…arting-cardano-infrastructure-on-sanchonet [#714] Update Cardano DB Sync with fixed configuration files
Configuration menu - View commit details
-
Copy full SHA for ac35258 - Browse repository at this point
Copy the full SHA ac35258View commit details -
Configuration menu - View commit details
-
Copy full SHA for f65c68f - Browse repository at this point
Copy the full SHA f65c68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d448a9 - Browse repository at this point
Copy the full SHA 8d448a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f403fdb - Browse repository at this point
Copy the full SHA f403fdbView commit details -
Merge pull request #775 from IntersectMBO/chore/usersnap-secrets
chore: add usersnap api key to frontend makefile
Configuration menu - View commit details
-
Copy full SHA for 2f4c557 - Browse repository at this point
Copy the full SHA 2f4c557View commit details -
Merge pull request #764 from IntersectMBO/chore/enable-coverage-unit-…
…tests-report chore: enable coverage unit tests report
Configuration menu - View commit details
-
Copy full SHA for df9ccfc - Browse repository at this point
Copy the full SHA df9ccfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 014121f - Browse repository at this point
Copy the full SHA 014121fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea93b54 - Browse repository at this point
Copy the full SHA ea93b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51f155 - Browse repository at this point
Copy the full SHA c51f155View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f0a6a - Browse repository at this point
Copy the full SHA e5f0a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d191b - Browse repository at this point
Copy the full SHA 59d191bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c5403 - Browse repository at this point
Copy the full SHA a3c5403View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb0989 - Browse repository at this point
Copy the full SHA ebb0989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be4494 - Browse repository at this point
Copy the full SHA 4be4494View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1722d9 - Browse repository at this point
Copy the full SHA e1722d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a6d90 - Browse repository at this point
Copy the full SHA 44a6d90View commit details -
[#714] Update Cardano DB Sync with fixed configuration files
The commit updates the Cardano DB Sync component in the Makefile by changing the image tag from "sancho-4-2-0" to "sancho-4-2-1." This adjustment ensures that the DB Sync is now set to the correct version, addressing any previously encountered issues and guaranteeing the proper functioning of the network on SanchoNet. This was necesary since there was an issue with the previous build with non parsing configuration.
Configuration menu - View commit details
-
Copy full SHA for e400df2 - Browse repository at this point
Copy the full SHA e400df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541d783 - Browse repository at this point
Copy the full SHA 541d783View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e9b8f - Browse repository at this point
Copy the full SHA b3e9b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c4971 - Browse repository at this point
Copy the full SHA 53c4971View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b3dde - Browse repository at this point
Copy the full SHA a1b3ddeView commit details -
Merge pull request #750 from IntersectMBO/feat/mock-wallet
Add mock wallet & Implement mock wallet extension injection into wind…
Configuration menu - View commit details
-
Copy full SHA for 228ac76 - Browse repository at this point
Copy the full SHA 228ac76View commit details -
* adds `js` devshell to fix yarn.lock * parameterizes build to pass ENV vars * exposes nodeModules, staticSite and devShell in frontend * adds overridable env variables when building staticSite
Configuration menu - View commit details
-
Copy full SHA for 5483dd3 - Browse repository at this point
Copy the full SHA 5483dd3View commit details