You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a high-priority change, but in the ideal scenario, the coinbase field of the ProviderConfig interface would accept a Uint8Array instead of a Buffer.
The motivation is to move away from Node.js-specific types, such as Buffer, to facilitate supporting other runtimes in the future. Currently, Hardhat is casting from Uint8Array to Buffer when passing the coinbase to EDR.
Work should be done in the feat/multichain branch.
The text was updated successfully, but these errors were encountered:
This is not a high-priority change, but in the ideal scenario, the
coinbase
field of theProviderConfig
interface would accept aUint8Array
instead of aBuffer
.The motivation is to move away from Node.js-specific types, such as
Buffer
, to facilitate supporting other runtimes in the future. Currently, Hardhat is casting fromUint8Array
to Buffer when passing thecoinbase
to EDR.Work should be done in the
feat/multichain
branch.The text was updated successfully, but these errors were encountered: