Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Fix signature in message response in order to fix hardhat deploy #17

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dmtrskv
Copy link
Contributor

@dmtrskv dmtrskv commented Jul 13, 2024

Hardhat test hanged, because it received an incorrect signature and somehow ate the error (I found it during debug).
We need to return anything of 64 bytes with 0x prefix if the signature is empty.

After that it hanged due to the block number always being 0 (it tries to get enough confirmations). Fixed getting block number here as well.

package-lock.json is updated this way each time I run npm install, so why not commit it as well.

@dmtrskv dmtrskv force-pushed the fix-hardhat-test-deploy branch from faae278 to 58aa05a Compare July 13, 2024 14:46
@dmtrskv dmtrskv merged commit dc3b5e6 into master Jul 15, 2024
3 checks passed
@dmtrskv dmtrskv deleted the fix-hardhat-test-deploy branch July 15, 2024 10:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants