workshops icon indicating copy to clipboard operation
workshops copied to clipboard

Code and slides for OpenZeppelin Workshops

Results 17 workshops issues
Sort by recently updated
recently updated
newest added

I've just tried the meta-transactions demo but found many errors when just following the instructions. It seems that it was published without checking that it works beforehand, which is bad...

Minimalforwader function of getNonce is not working I have tried so many ways but it is still not working

AUTOTASK START 2022-06-28T18:19:22.679Z INFO Relaying { value: 0, gas: 1000000, nonce: '1', to: '0x02f50082297c86E8c4D878D4c7dc68B236D3616c', from: '0x84E5B4cf1B91EC15dD34E097B403B07175f72d35', data: '0xf2c298be000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000044d617a6900000000000000000000000000000000000000000000000000000000' } 2022-06-28T18:19:26.459Z ERROR Invoke Error {"errorType":"Error","errorMessage":"invalid BigNumber value (argument=\"value\", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.6.2)","code":"INVALID_ARGUMENT","reason":"invalid...

How can i print these status of transaction on my dapp ![image](https://github.com/OpenZeppelin/workshops/assets/94405791/4a4dde0e-4c42-4c94-adb3-006b1dbb8054)

I can't get Goerli Eth, is there a way to use Sepolia

Works directly now. ![error-with-eth-sign-typed-data-in-hardhat](https://i.imgur.com/eW0UqL0.png)

Running through the readme. for workshop 25, try to run `yarn deploy` and get this error ``` workshops/25-defender-metatx-api [master●] » yarn deploy yarn run v1.22.19 $ node scripts/deploy.js HardhatError: HH700:...

![relayerscreenshot](https://user-images.githubusercontent.com/109070670/194838380-a54ccce7-6559-4d27-8b2d-82ee7227f15b.png)

node version 10.12.0 > npm run compile > > [email protected] compile zpl-workshops\workshops\02-contracts-clone > > hardhat compile > > Error HH404: File argent-contracts/contracts/modules/VersionManager.sol, imported from contracts/3-argent/import_0.6.sol, not found. > > For...

In the AutoTask code the relay is defined with 4 arguments: ```js async function relay(forwarder, request, signature, whitelist) ``` and then it is called with 3 arguments: ```js const tx...