Skip to content

Commit

Permalink
Merge pull request #294 from fairDataSociety/feat/gas-calculation
Browse files Browse the repository at this point in the history
feat: new estimation mechanism is implemented
  • Loading branch information
IgorShadurin authored Sep 8, 2023
2 parents 6e32201 + 9ff5a98 commit c42f156
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 359 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci --cache .npm

- name: Check types
run: npm run check:types

- name: Lint check
run: npm run lint:check

- name: Install fdp-play
run: npm install -g @fairdatasociety/fdp-play

Expand Down
Loading

0 comments on commit c42f156

Please sign in to comment.