We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reconciliation rules are too tight for send. A successful send on rerun fails in comparing the undefined data to '0x'
Run the complete example against a local node:
cd ./examples/complete npx hardhat node # in another window npx hardhat deploy ./ignition/CompleteModule.js --network localhost
The text was updated successfully, but these errors were encountered:
fix: reconcile send data when undefined
805b6c9
Two runs where the send data is undefined now reconcile. Fixes #420.
b4de520
kanej
Successfully merging a pull request may close this issue.
The reconciliation rules are too tight for send. A successful send on rerun fails in comparing the undefined data to '0x'
Steps to reproduce
Run the complete example against a local node:
The text was updated successfully, but these errors were encountered: