Skip to content

Commit

Permalink
Merge pull request #2519 from grumbach/feat-upgradable-smart-contract…
Browse files Browse the repository at this point in the history
…s-and-updated-quotation-flow-rebased

Feat upgradable smart contracts and updated quotation flow rebased
  • Loading branch information
jacderida authored Dec 12, 2024
2 parents c662d0e + 01214a9 commit 7f28a5a
Show file tree
Hide file tree
Showing 65 changed files with 1,891 additions and 1,537 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: ./target/release/ant --log-output-dest=data-dir file upload --public "./the-test-data.zip" > ./upload_output 2>&1
env:
ANT_LOG: "v"
timeout-minutes: 5
timeout-minutes: 15

- name: showing the upload terminal output
run: cat upload_output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ jobs:
run: ./target/release/ant --log-output-dest data-dir file upload "./test_data_1.tar.gz" > ./upload_output 2>&1
env:
ANT_LOG: "v"
timeout-minutes: 5
timeout-minutes: 15

- name: showing the upload terminal output
run: cat upload_output
Expand Down
Loading

0 comments on commit 7f28a5a

Please sign in to comment.