Skip to content

Commit

Permalink
Merge pull request #626 from ava-labs/external-packing-lib-rebase
Browse files Browse the repository at this point in the history
External packing lib rebase
  • Loading branch information
cam-schultz authored Oct 31, 2024
2 parents 75de9b7 + cb38219 commit 59959f4
Show file tree
Hide file tree
Showing 29 changed files with 1,969 additions and 237 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/abi_bindings_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
- name: Install Foundry
run: ./scripts/install_foundry.sh

- name: Install solc
run: |
source ./scripts/versions.sh
wget https://github.com/ethereum/solidity/releases/download/v$SOLIDITY_VERSION/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc
- name: Generate ABI Go bindings
run: |
export PATH=$PATH:$HOME/.foundry/bin
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- "**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
solidity-unit-tests:
runs-on: ubuntu-22.04
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
branch = v1
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
Expand Down
2 changes: 1 addition & 1 deletion abi-bindings/go/INativeMinter/INativeMinter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions abi-bindings/go/ProxyAdmin/ProxyAdmin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59959f4

Please sign in to comment.