-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evm: feat: always call contracts on InvokeContract
This: 1. Always uses InvokeContract, never reducing to a method-0 value transfer. 2. Always encodes the parameters as a cbor byte array for simplicity. This removes _many_ edge cases and makes it possible to run contract logic with no parameters. Depends on filecoin-project/ref-fvm#1567 Fixes the issues outlined in filecoin-project/ref-fvm#1302
- Loading branch information
Showing
1 changed file
with
28 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters