Skip to content
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

Merged
merged 118 commits into from
Apr 19, 2024

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    77a2a33 View commit details
    Browse the repository at this point in the history
  2. fix drep card

    Sworzen1 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    44cafba View commit details
    Browse the repository at this point in the history
  3. [# 669] new translations

    Sworzen1 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2b11b13 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/IntersectMBO/govtool int…

    …o chore/669-update-delegate-card
    Sworzen1 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6ab0e75 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    efa2df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e11410 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. [#669] add todo comment

    Sworzen1 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8dba540 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #671 from IntersectMBO/chore/669-update-delegate-card

    chore/669-update-delegate-card
    Sworzen1 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    711d3a4 View commit details
    Browse the repository at this point in the history
  3. [#685] fix getVotes 500 error

    Signed-off-by: jankun4 <[email protected]>
    jankun4 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b703d8d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. [#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.
    placek committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2790e15 View commit details
    Browse the repository at this point in the history
  2. 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.
    placek committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    51b9431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    332733e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f2d5ab View commit details
    Browse the repository at this point in the history
  5. 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
    placek authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2fc7e74 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #668 from IntersectMBO/637-create-atoms-components…

    …-ui-tests
    
    [#637] Create atoms components ui tests
    JanJaroszczak authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    01bbc02 View commit details
    Browse the repository at this point in the history
  7. fix: fix api connection

    MSzalowski committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    93662e4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #696 from IntersectMBO/fix/fix-api-connection

    fix: fix api connection
    placek authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a0408f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f6cbc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d82281 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 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
    MSzalowski authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e33ffbf View commit details
    Browse the repository at this point in the history
  2. [#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]>
    jankun4 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e257ac1 View commit details
    Browse the repository at this point in the history
  3. [#688] split latest txHash in drep/info

    Signed-off-by: jankun4 <[email protected]>
    jankun4 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    087fb69 View commit details
    Browse the repository at this point in the history
  4. [#681] change styles

    Sworzen1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    27fa812 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #691 from IntersectMBO/fix/687-voting-power-chip-i…

    …s-displayed-incorrectly
    
    fix/687-voting-power-chip-is-displayed-incorrectly
    Sworzen1 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7a3647e View commit details
    Browse the repository at this point in the history
  6. [#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.
    placek committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f3f3f8b View commit details
    Browse the repository at this point in the history
  7. [#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.
    placek committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a4ee118 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d97531 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #708 from IntersectMBO/fix/707-bug-in-building-met…

    …adata-validation-service
    
    [#707] Bug in building metadata validation service
    placek authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f9bbeaa View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    afadc29 View commit details
    Browse the repository at this point in the history
  2. 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
    JanJaroszczak authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ca1677d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    5bc1c62 View commit details
    Browse the repository at this point in the history
  2. 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
    Sworzen1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f24c696 View commit details
    Browse the repository at this point in the history
  3. [#720] fix drep/info null values

    Signed-off-by: jankun4 <[email protected]>
    jankun4 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9fdb3ff View commit details
    Browse the repository at this point in the history
  4. [#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.
    placek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0f3ca5a View commit details
    Browse the repository at this point in the history
  5. [#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.
    placek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f7f61c2 View commit details
    Browse the repository at this point in the history
  6. [#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.
    placek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0856db4 View commit details
    Browse the repository at this point in the history
  7. [#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.
    placek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c47e0e9 View commit details
    Browse the repository at this point in the history
  8. [#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.
    placek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6a1968a View commit details
    Browse the repository at this point in the history
  9. [#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.
    placek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    aaecda0 View commit details
    Browse the repository at this point in the history
  10. 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
    MSzalowski authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    773c9ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3266728 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94d1a53 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8f1df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #728 from IntersectMBO/fix/715-dev-environment-loa…

    …d-balancing-and-routing-issue
    
    [#715] Dev environment load balancing and routing issue
    placek authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cc64e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011ae46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb152df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b55aca2 View commit details
    Browse the repository at this point in the history
  5. 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
    MSzalowski authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    411db90 View commit details
    Browse the repository at this point in the history
  6. Publish report to gh-pages

    NabinKawan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d709d4f View commit details
    Browse the repository at this point in the history
  7. 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
    MSzalowski authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0002e4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbabaff View commit details
    Browse the repository at this point in the history
  9. Merge pull request #665 from IntersectMBO/fix/651-text-correction

    [#651] fix: correct text of governance action type
    MSzalowski authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4f5aa94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c040711 View commit details
    Browse the repository at this point in the history
  11. [#546] add to changelog

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ace8a05 View commit details
    Browse the repository at this point in the history
  12. [#546] fix lint

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2fb5031 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0af6a23 View commit details
    Browse the repository at this point in the history
  14. [#722] add filtering and sorting to drep/list

    Signed-off-by: jankun4 <[email protected]>
    jankun4 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    20b0cd2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #734 from IntersectMBO/723-apply-business-logic-ba…

    …ckend-to-drep-list
    
    [#723] Apply business logic to drep list
    JanJaroszczak authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    09e54d2 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #735 from IntersectMBO/674-ga-search-voted-on-add-…

    …search-functionality
    
    [#674] GA Search - Voted on - Add search functionality
    JanJaroszczak authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c001213 View commit details
    Browse the repository at this point in the history
  17. [#546] move types

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0382ff4 View commit details
    Browse the repository at this point in the history
  18. 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
    Sworzen1 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    af52738 View commit details
    Browse the repository at this point in the history
  19. docs: open source preparations

    Ryun1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    795db48 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b239443 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5eca5fd View commit details
    Browse the repository at this point in the history
  22. use string template

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4746a08 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6a211d9 View commit details
    Browse the repository at this point in the history
  24. add tx hash into stories

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c07e285 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1ec36a8 View commit details
    Browse the repository at this point in the history
  26. packages

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f43ad25 View commit details
    Browse the repository at this point in the history
  27. update patch

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ed464e5 View commit details
    Browse the repository at this point in the history
  28. update modules

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7978473 View commit details
    Browse the repository at this point in the history
  29. fix drep direcotry

    Sworzen1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8923d97 View commit details
    Browse the repository at this point in the history
  30. 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
    Sworzen1 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b4f132f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7fc7f6e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    70ffc9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c42dc09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36508f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e3239d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0a378f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #717 from IntersectMBO/feat/pytest-allure-reports

    Add allure reporting support in backend test
    NabinKawan authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0eb2d9f View commit details
    Browse the repository at this point in the history
  2. [#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.
    placek committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6af07d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #751 from IntersectMBO/feat/playwright-allure-reports

    Add allure-report generation for playwright tests
    NabinKawan authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    77fbee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bfe972 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #765 from IntersectMBO/chore/714-updating-and-rest…

    …arting-cardano-infrastructure-on-sanchonet
    
    [#714] Updating and restarting Cardano infrastructure on SanchoNet
    placek authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bf9b915 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82ed132 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6aaaad3 View commit details
    Browse the repository at this point in the history
  8. 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
    Sworzen1 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35d0e2d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #757 from IntersectMBO/fix/drep-direcotry

    fix/drep-directory
    Sworzen1 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    214c978 View commit details
    Browse the repository at this point in the history
  10. [#509 #752] Fix after CR

    JanJaroszczak committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0498513 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48219eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6096a5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    acf757f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #766 from IntersectMBO/509-752-wallet-errors

    [#509 #752] Wallet transaction errors modals
    JanJaroszczak authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6bcfb12 View commit details
    Browse the repository at this point in the history
  15. 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…
    JanJaroszczak authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0ec1ddd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. [#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.
    placek committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cfb4c0d View commit details
    Browse the repository at this point in the history
  2. 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
    placek authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ac35258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f65c68f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d448a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f403fdb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #775 from IntersectMBO/chore/usersnap-secrets

    chore: add usersnap api key to frontend makefile
    MSzalowski authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2f4c557 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #764 from IntersectMBO/chore/enable-coverage-unit-…

    …tests-report
    
    chore: enable coverage unit tests report
    MSzalowski authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    df9ccfc View commit details
    Browse the repository at this point in the history
  8. [#464] add tooltips for gov actions

    Sworzen1 authored and NabinKawan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    014121f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea93b54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c51f155 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5f0a6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59d191b View commit details
    Browse the repository at this point in the history
  13. [#509 #752] Fix after CR

    JanJaroszczak authored and NabinKawan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a3c5403 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ebb0989 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4be4494 View commit details
    Browse the repository at this point in the history
  16. [#604] dataActionsBar refactor

    JanJaroszczak authored and NabinKawan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e1722d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    44a6d90 View commit details
    Browse the repository at this point in the history
  18. [#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.
    placek authored and NabinKawan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e400df2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    541d783 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b3e9b8f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    53c4971 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a1b3dde View commit details
    Browse the repository at this point in the history
  23. Merge pull request #750 from IntersectMBO/feat/mock-wallet

    Add mock wallet & Implement mock wallet extension injection into wind…
    NabinKawan authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    228ac76 View commit details
    Browse the repository at this point in the history
  24. nix: fix frontend

    * 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
    disassembler authored and Ryun1 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5483dd3 View commit details
    Browse the repository at this point in the history