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

Update CI/CD tests for BSP/BRP encoded plus json files in codec-0.37 #211

Merged
merged 25 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0df321b
amend block specimen decoder tests for codec 0.37
noslav Jun 10, 2024
d51aade
amend util tests for codec 0.37
noslav Jun 10, 2024
dd841b5
process newer specimens in refiner pipeline
noslav Jun 10, 2024
f80205e
upload codec-0.37 specimens using ipfs in ci
noslav Jun 10, 2024
387436b
add codec-0.37 binary and decoded test-data files
noslav Jun 10, 2024
c839852
fix codec version typo
noslav Jun 10, 2024
faddbca
amend pipeline and avro tests for new test data files
noslav Jun 10, 2024
47129dc
fix expected block result hashes for pipeline
noslav Jun 10, 2024
6903cb2
remove obsolete codec-0.35 test files
noslav Jun 10, 2024
621e5f4
redact all mentions to test codec-0.36 files
noslav Jun 10, 2024
003d62c
remove obsolete codec-0.36 test files
noslav Jun 10, 2024
6049381
update util tests for codec-0.37 files
noslav Jun 10, 2024
1c3f305
Bump rustler from 0.31.0 to 0.33.0
dependabot[bot] Jun 10, 2024
7d301a2
Bump plug_cowboy from 2.7.0 to 2.7.1
dependabot[bot] Jun 10, 2024
584334a
Bump avrora from 0.27.0 to 0.28.0
dependabot[bot] Jun 10, 2024
a008b12
Merge pull request #209 from covalenthq/dependabot/hex/develop/rustle…
noslav Jun 10, 2024
8d41e6a
Merge pull request #207 from covalenthq/dependabot/hex/develop/avrora…
noslav Jun 10, 2024
2ee5bd6
Merge pull request #202 from covalenthq/dependabot/hex/develop/plug_c…
noslav Jun 10, 2024
ba0a480
update dependabot config
noslav Jun 10, 2024
d827da6
Bump ex_keccak from 0.7.3 to 0.7.5
dependabot[bot] Jun 10, 2024
e4b728d
Merge pull request #201 from covalenthq/dependabot/hex/develop/ex_kec…
noslav Jun 11, 2024
8b3247b
bump refiner minor version
noslav Jun 11, 2024
361205a
Merge branch 'develop' of github.com:covalenthq/refiner into develop
noslav Jun 11, 2024
3d9f95f
Merge branch 'main' into develop
noslav Jun 11, 2024
e66339b
update dependabot config for docker image
noslav Jun 11, 2024
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
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ updates:
interval: "weekly"
target-branch: "develop"
reviewers:
- "sudeepdino008"
- "rogarcia"
- "noslav"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "noslav"
- "rogarcia"
4 changes: 2 additions & 2 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ services:
done;
echo Proof-chain contracts deployed!;
echo Uploading test files to local .ipfs...;
curl -F "filedata=@/app/test-data/codec-0.36/encoded/1-19434485-replica-0x5800aab40ca1c9aedae3329ad82ad051099edaa293d68504b987a12acfa7b799" http://ipfs-pinner:3001/upload;
curl -F "filedata=@/app/test-data/codec-0.36/encoded/1-19434555-replica-0x3e6af5a88c6205e03364e4a8e4d6d558d53bbea0ed9398df0ee078e6bce3086e" http://ipfs-pinner:3001/upload;
curl -F "filedata=@/app/test-data/codec-0.37/encoded/1-20063050" http://ipfs-pinner:3001/upload;
curl -F "filedata=@/app/test-data/codec-0.37/encoded/1-20063085" http://ipfs-pinner:3001/upload;
echo Test bsp files uploaded!;
cd /mix;
MIX_ENV=docker mix coveralls.json;
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Refiner.MixProject do
def project do
[
app: :refiner,
version: "0.5.1",
version: "0.5.2",
elixir: "~> 1.14.3",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
24 changes: 12 additions & 12 deletions mix.lock

Large diffs are not rendered by default.

Loading
Loading