-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP improve ABI types Signed-off-by: Jean-François Morcillo <[email protected]> * Factorize Result messages Signed-off-by: Jean-François Morcillo <[email protected]> * Response to some comments in #17 Signed-off-by: Jean-François Morcillo <[email protected]> * Add Time related operations Signed-off-by: Jean-François Morcillo <[email protected]> * Add CompareNative[Address|PubKey|Sig] Signed-off-by: Jean-François Morcillo <[email protected]> * Add VerifyNativeSigRequest and fixed -> int Signed-off-by: Jean-François Morcillo <[email protected]> * Add CompareNativeAmount and Keccak256 hashing Signed-off-by: Jean-François Morcillo <[email protected]> * Add VerifyEvmSigResult VerifyEvmSigResult VerifyEvmSigResult Signed-off-by: Jean-François Morcillo <[email protected]> * Add TransferCoinsResult GenerateEventResult Signed-off-by: Jean-François Morcillo <[email protected]> * For Verify*Request sig is the first argument Signed-off-by: Jean-François Morcillo <[email protected]> * Add CreateSCResult Signed-off-by: Jean-François Morcillo <[email protected]> * Add FunctionExistsResult Signed-off-by: Jean-François Morcillo <[email protected]> * Add all but 1 request/result for legacy abi Signed-off-by: Jean-François Morcillo <[email protected]> * Various .proto improvements (#19) * Unify current_thread and current_period * Removed Non 'For' ABIs * Updated numbers in ABI Results * Removed logs / trace / prints * Forgot to remove some duplicated definitions * Apply modification from issue #246 see massalabs/massa-sc-runtime#246 (comment) for details GenerateEvent takes bytes Use the optional keyword when appropriate Use StringValue for optional string Signed-off-by: Jean-François Morcillo <[email protected]> * Added prefix to GetOpKeysRequest (#24) * Use google.protobuf.xIntxxValue for int values to discriminate 0 form none Signed-off-by: Jean-François Morcillo <[email protected]> * unsafe random and send async message types * add to oneof * add local_execution_response to oneof * doc * regen doc * Revert Use google.protobuf.xIntxxValue for int values to discriminate 0 form none Signed-off-by: Jean-François Morcillo <[email protected]> * Fix PR comment Signed-off-by: Jean-François Morcillo <[email protected]> * Remove useless CheckBlake3HashRequest Signed-off-by: Jean-François Morcillo <[email protected]> * Remove useless CompareSigRequest Signed-off-by: Jean-François Morcillo <[email protected]> * GetOriginOperationId request & result + doc * Reference * Fix DateNowResult, remove useless ProcessExitResult Signed-off-by: Jean-François Morcillo <[email protected]> * Remove unused VerifyBlsSingleSigRequest, VerifyBlsMultiSigRequest, SeedRequest, DateNowRequest, ProcessExitRequest Signed-off-by: Jean-François Morcillo <[email protected]> * Rename Blake3HashRequest to HashBlake3Request for consistency Signed-off-by: Jean-François Morcillo <[email protected]> * Better names Signed-off-by: Jean-François Morcillo <[email protected]> * Evm requests & results --------- Signed-off-by: Jean-François Morcillo <[email protected]> Co-authored-by: Jean-François Morcillo <[email protected]> Co-authored-by: Leo-Besancon <[email protected]> Co-authored-by: Thomas Plisson <[email protected]> Co-authored-by: Eitu33 <[email protected]>
- Loading branch information
1 parent
5ce92e6
commit a20f10a
Showing
13 changed files
with
6,530 additions
and
618 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.