-
Notifications
You must be signed in to change notification settings - Fork 1
Bring everything up to date; Release v2 #8
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
Open
errfrom
wants to merge
11
commits into
master
Choose a base branch
from
dshuiski/revive
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d3498b6
Bump dependencies; Fix build errors and tests
errfrom f8be0a2
Override CTL's cardano-db-sync input to fix mutable locks issue
errfrom bf0f73d
Fix formatting
errfrom e12e4a8
Update example
errfrom 6084d84
Fix dockerfile
errfrom dc91566
Update SDK to ensure compatibility with Hydra 1.1.0
errfrom c0a92e3
Bump hydra-node to v1.2.0; Add Blockfrost query layer option
errfrom d82d4ae
Add "txId" field to HydraTx; Add "confirmed" field to HydraSnapshot
errfrom c8c5b13
Update readme
errfrom 8f438df
Add empty changelog file; Fix version in package.json
errfrom 2059aca
Optimize Dockerfile; Apply suggestions
errfrom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,3 +13,4 @@ | |
| /.spago/ | ||
| /.spago2nix/ | ||
| .psc-ide-port | ||
| blockfrost.txt | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and we follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| <!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
| <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
|
||
| - [[Unreleased]](#unreleased) | ||
|
|
||
| <!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
|
||
| ## [Unreleased] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,15 +14,19 @@ RUN npm install [email protected] | |
| RUN npm install [email protected] | ||
|
|
||
| COPY example/minimal/packages.dhall example/minimal/spago.dhall . | ||
| RUN wget -O package-set.dhall "$(grep -oP 'https://raw[^ ]+' packages.dhall)" | ||
| RUN sed -i 's|https://raw[^ ]*|./package-set.dhall|' packages.dhall | ||
| RUN npx --no-install spago install | ||
|
|
||
| COPY example/minimal/src src | ||
| COPY example/minimal/app app | ||
| COPY example/minimal/protocol-parameters.json . | ||
| COPY example/minimal/blockfrost.txt . | ||
| RUN npx --no-install spago build | ||
|
|
||
| RUN curl -LO https://github.com/input-output-hk/hydra/releases/download/0.19.0/hydra-x86_64-linux-0.19.0.zip | ||
| RUN unzip -d /usr/local/bin/ hydra-x86_64-linux-0.19.0.zip | ||
| ARG HYDRA_VERSION=1.2.0 | ||
| RUN curl -LO https://github.com/input-output-hk/hydra/releases/download/${HYDRA_VERSION}/hydra-x86_linux-${HYDRA_VERSION}.zip | ||
errfrom marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| RUN unzip -d /usr/local/bin/ hydra-x86_linux-${HYDRA_VERSION}.zip | ||
| RUN chmod +x /usr/local/bin/hydra-node | ||
|
|
||
| ENTRYPOINT ["npx", "--no-install", "spago", "-q", "run", "--main", "HydraSdk.Example.Minimal.Main", "--exec-args"] | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.