Summary
Currently, f4 addresses are not supported as a from address (e.g., t410fsn4lkc7sdz3xcxizsmrgxqjas2564j7q6rukxya is the default) in forest-wallet send subcommand:
./forest-wallet send "t410fsn4lkc7sdz3xcxizsmrgxqjas2564j7q6rukxya" "500 afil"
Error: ErrorObject { code: InternalError, message: "invalid methodnum 0: only allowed method is InvokeContract(3844450837)", data: None }
Caused by:
ErrorObject { code: InternalError, message: "invalid methodnum 0: only allowed method is InvokeContract(3844450837)", data: None }
Requirements
We should support sending from f4 addresses as well, similar to how the Lotus wallet handles it.
Motivation
When interacting with the Ethereum API, we usually use f4 addresses.
Summary
Currently,
f4addresses are not supported as afromaddress (e.g.,t410fsn4lkc7sdz3xcxizsmrgxqjas2564j7q6rukxyais the default) inforest-wallet sendsubcommand:Requirements
We should support sending from
f4addresses as well, similar to how the Lotus wallet handles it.Motivation
When interacting with the Ethereum API, we usually use
f4addresses.