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

Catalyst fund9 #290

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6fcc8ac
update Cargo lock and branches
dkijania Jun 21, 2022
34a0b74
implement e2e test from snapshot to rewards for active voters and int…
dkijania Jun 27, 2022
0108f73
feature: NPG-2188 added mock farm to vitup.It should allow to start m…
dkijania Jul 13, 2022
bf2da2a
Revert "implement e2e test from snapshot to rewards for active voters…
dkijania Jul 13, 2022
2e1c305
update vit-servicing-station-lib
dkijania Jul 13, 2022
c92f150
update sql (leftover after revert)
dkijania Jul 15, 2022
de433f0
feature: NPG-2188 update mock farm service. fix issue with working di…
dkijania Jul 15, 2022
da1d1ff
updated migration script after fix in vit-servicing-station
dkijania Jul 15, 2022
6be7e2e
use proper branch for jormungandr and vit-servicing-station
dkijania Jul 19, 2022
29b297f
Updating voting-tools to newest version
const-iohk Aug 8, 2022
759d177
Adding db-pass handling to voting-tools
const-iohk Aug 9, 2022
87bdf65
remove leaking password in logs for snapshot trigger service
dkijania Aug 16, 2022
57c725d
fix: bug in serde https://github.com/serde-rs/serde/issues/2415
kukkok3 Mar 23, 2023
7ecdc64
deps: pin version of cocoon, add rayon to vitup
saibatizoku Jul 4, 2023
a283f66
improve: create wallet qr codes concurrently
saibatizoku Jul 4, 2023
f36716b
fix: catch when no more proposals are available
saibatizoku Jul 4, 2023
5900c7c
deps: update cargo lock
saibatizoku Jul 4, 2023
633da3e
feat: add Earthfile
saibatizoku Jul 4, 2023
047593f
add custom Mempool to SpawnParams::passive_node implementation
saibatizoku Sep 27, 2022
80c549d
deps: update cargo lock
saibatizoku Jul 4, 2023
17f7a0f
fix: earthfile
saibatizoku Jul 4, 2023
bc5af9c
update rust version in earthly
kukkok3 Sep 11, 2023
aa9f95a
fix: cargo fix
kukkok3 Oct 13, 2023
feebaeb
fix: build error
kukkok3 Oct 13, 2023
f563100
fix: vitup build error
kukkok3 Oct 13, 2023
1eff3d7
fix: Expose `/api/v0/node/stats`. This is a required enpoint to test …
coire1 Nov 24, 2023
4d4df9c
Merge pull request #314 from coire1/expose-node-stats
kukkok3 Nov 24, 2023
60d50e9
fix:update dependencies to jor v0.15.0 and vitss f10.0.0
kukkok3 Nov 27, 2023
12166fb
fix: tests
kukkok3 Nov 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
command: |
git clone https://github.com/input-output-hk/jormungandr.git
cd jormungandr
git checkout master
git checkout catalyst-fund9
- run:
name: install jormungandr
command: |
Expand All @@ -75,7 +75,7 @@ jobs:
command: |
git clone https://github.com/input-output-hk/vit-servicing-station.git
cd vit-servicing-station
git checkout master
git checkout catalyst-fund9
- run:
name: install vit-station-service
command: |
Expand Down Expand Up @@ -154,7 +154,7 @@ commands:
command: |
git clone https://github.com/input-output-hk/jormungandr.git
cd jormungandr
git checkout master
git checkout catalyst-fund9
- run:
name: install jormungandr
command: |
Expand All @@ -166,7 +166,7 @@ commands:
command: |
git clone https://github.com/input-output-hk/vit-servicing-station.git
cd vit-servicing-station
git checkout master
git checkout catalyst-fund9
- run:
name: install vit-station-service
command: |
Expand Down
Loading
Loading