Open janezpodhostnik opened 1 year ago
the core contract methods used by the FVM to get balance an available balance are inconsistent.
Balance accepts a public account. Available balance accepts an address and then retrieves a public account as the first step.
This is an FVM issue, since changes are required in the FVM and core contracts, and (possibly) cadence.
Available balance should also expect a public account.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Problem Definition
the core contract methods used by the FVM to get balance an available balance are inconsistent.
Balance accepts a public account. Available balance accepts an address and then retrieves a public account as the first step.
This is an FVM issue, since changes are required in the FVM and core contracts, and (possibly) cadence.
Proposed Solution
Available balance should also expect a public account.