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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
where the original value, "0x1" is stored, but the toString() representation pads the values with zeros to be a proper address. This isn't actually working, and likely points to overall issues in json-rpc-data and json-rpc-base-types that could have side affects to consider.
As an additional note, this also leads to evm_addAccount adding invalid account addresses to the personal namespace.
The text was updated successfully, but these errors were encountered:
The original intent for
Address
was to have the following functionality:where the original value, "0x1" is stored, but the
toString()
representation pads the values with zeros to be a proper address. This isn't actually working, and likely points to overall issues injson-rpc-data
andjson-rpc-base-types
that could have side affects to consider.As an additional note, this also leads to
evm_addAccount
adding invalid account addresses to thepersonal
namespace.The text was updated successfully, but these errors were encountered: