Skip to content

Commit

Permalink
Feat: update primitive types & refactoring (#982)
Browse files Browse the repository at this point in the history
## Description

Updated dependencies:
➡️  `primitive-types 0.13.1`
➡️  `sputnikvm 0.47-beta.1`
➡️  Refactored `ethabi` types transformation
➡️  Refactored `primitive-types` transformation
➡️  Refactored tests

---------

Co-authored-by: Oleksandr Anyshchenko <[email protected]>
  • Loading branch information
mrLSD and aleksuss authored Jan 2, 2025
1 parent 074db0d commit dd64bea
Show file tree
Hide file tree
Showing 58 changed files with 645 additions and 674 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ jobs:
run: cargo make check-contracts
- name: Check committed EvmErc20.bin
run: bash scripts/verify_evm_erc20.sh

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
4 changes: 4 additions & 0 deletions .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ jobs:
fields: repo,message,commit,author,action,eventName,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
Loading

0 comments on commit dd64bea

Please sign in to comment.