Skip to content

Commit

Permalink
tmp workaround for missing mutex in compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 22, 2024
1 parent 0770c63 commit 7d7f858
Show file tree
Hide file tree
Showing 26 changed files with 1,587 additions and 12 deletions.
5 changes: 3 additions & 2 deletions v-next/hardhat-chai-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
"test:coverage": "c8 --reporter html --reporter text --all --exclude test --exclude src/internal/types.ts --exclude src/internal/ui/direct-user-interruption-manager.ts --src src node --import tsx/esm --test --test-reporter=@ignored/hardhat-vnext-node-test-reporter \"test/!(fixture-projects|helpers)/**/*.ts\"",
"pretest": "pnpm build",
"pretest:only": "pnpm build",
"build": "tsc --build . && cp src/type-extensions.d.ts dist/src/type-extensions.d.ts",
"build": "tsc --build .",
"prepublishOnly": "pnpm build",
"clean": "rimraf dist"
"clean": "rimraf dist",
"postbuild": "cp src/type-extensions.d.ts dist/src/type-extensions.d.ts"
},
"files": [
"dist/src/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
artifacts/
# artifacts/
cache/

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/16efa488de3a0283218beddfadbd1423.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ChangeEtherBalance",
"sourceName": "contracts/ChangeEtherBalance.sol",
"abi": [
{
"inputs": [],
"name": "returnHalf",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "transferTo",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
],
"bytecode": "0x608060405234801561001057600080fd5b50610225806100206000396000f3fe60806040526004361061002d5760003560e01c8063a03fa7e314610039578063b019946e1461005557610034565b3661003457005b600080fd5b610053600480360381019061004e9190610113565b61005f565b005b61005d6100a9565b005b8073ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100a5573d6000803e3d6000fd5b5050565b3373ffffffffffffffffffffffffffffffffffffffff166108fc6002346100d0919061013c565b9081150290604051600060405180830381858888f193505050501580156100fb573d6000803e3d6000fd5b50565b60008135905061010d816101d8565b92915050565b60006020828403121561012557600080fd5b6000610133848285016100fe565b91505092915050565b60006101478261019f565b91506101528361019f565b925082610162576101616101a9565b5b828204905092915050565b60006101788261017f565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6101e18161016d565b81146101ec57600080fd5b5056fea26469706673582212208e553461507bae731d37afa0d5a2a7dae74de7a6eab682733425a78884ed60b364736f6c63430008040033",
"deployedBytecode": "0x60806040526004361061002d5760003560e01c8063a03fa7e314610039578063b019946e1461005557610034565b3661003457005b600080fd5b610053600480360381019061004e9190610113565b61005f565b005b61005d6100a9565b005b8073ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100a5573d6000803e3d6000fd5b5050565b3373ffffffffffffffffffffffffffffffffffffffff166108fc6002346100d0919061013c565b9081150290604051600060405180830381858888f193505050501580156100fb573d6000803e3d6000fd5b50565b60008135905061010d816101d8565b92915050565b60006020828403121561012557600080fd5b6000610133848285016100fe565b91505092915050565b60006101478261019f565b91506101528361019f565b925082610162576101616101a9565b5b828204905092915050565b60006101788261017f565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6101e18161016d565b81146101ec57600080fd5b5056fea26469706673582212208e553461507bae731d37afa0d5a2a7dae74de7a6eab682733425a78884ed60b364736f6c63430008040033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/16efa488de3a0283218beddfadbd1423.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "AnotherContract",
"sourceName": "contracts/Events.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "u",
"type": "uint256"
}
],
"name": "WithUintArg",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "u",
"type": "uint256"
}
],
"name": "emitUint",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b50610130806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80639194024414602d575b600080fd5b60436004803603810190603f91906090565b6045565b005b7f97535d4b4270d3f1a499c85ae918ba6798cbdcc83a26529331a25dcd2194cfce816040516072919060c3565b60405180910390a150565b600081359050608a8160e6565b92915050565b60006020828403121560a157600080fd5b600060ad84828501607d565b91505092915050565b60bd8160dc565b82525050565b600060208201905060d6600083018460b6565b92915050565b6000819050919050565b60ed8160dc565b811460f757600080fd5b5056fea264697066735822122083cb9b1ec00d6d1ec78d28771d3bf4778c5ba00b0532a2448d42cbab653355a064736f6c63430008040033",
"deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c80639194024414602d575b600080fd5b60436004803603810190603f91906090565b6045565b005b7f97535d4b4270d3f1a499c85ae918ba6798cbdcc83a26529331a25dcd2194cfce816040516072919060c3565b60405180910390a150565b600081359050608a8160e6565b92915050565b60006020828403121560a157600080fd5b600060ad84828501607d565b91505092915050565b60bd8160dc565b82525050565b600060208201905060d6600083018460b6565b92915050565b6000819050919050565b60ed8160dc565b811460f757600080fd5b5056fea264697066735822122083cb9b1ec00d6d1ec78d28771d3bf4778c5ba00b0532a2448d42cbab653355a064736f6c63430008040033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/16efa488de3a0283218beddfadbd1423.json"
}
Loading

0 comments on commit 7d7f858

Please sign in to comment.