Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* evm support flip * fix typos * Apply suggestions from code review Co-authored-by: j pimmel <[email protected]> * Apply suggestions from code review Co-authored-by: j pimmel <[email protected]> * Apply suggestions from code review Co-authored-by: j pimmel <[email protected]> * apply pr feedbacks * set issue number * Apply @turbolent's suggestions from his review Co-authored-by: Bastian Müller <[email protected]> Co-authored-by: Greg Santos <[email protected]> * apply PR feedback * Update protocol/20231116-evm-support.md * Reference uniqueness of BridgedAccount * Link to more tech information about Flow consensus * Apply suggestions from code review * Added image directory and EVM diagrams * Updated FLIP to reflect new naming * Added Flow EVM account model diagram * Further tidyup * Restore diagram from merge error * add language to code fences * document EVM.run * improve API * convert example script to transaction * update flip with recent changes * typos * typos * Apply suggestions from code review Co-authored-by: j pimmel <[email protected]> * link to ERC-721 * Add line break * small improvements * change state toproposed * update isValid draft * link to ERC-1271 * fix deposite * Minor naming change Co-authored-by: Jeff Doyle <[email protected]> * Update protocol/20231116-evm-support.md Co-authored-by: Gregor G. <[email protected]> * Update EVM support FLIP with new interface & Cadence 1.0 refactor (#249) update EVM support FLIP * update evm contract * add status codes * update doc about run * add any evm address deposit to the contract * add details about the token bridge * Update deploy return type This change updates to latest changes to evm contract for coa.deploy function to return result, as well as updates the contract source to the latest * update Cadence 1.0 syntax * update deploy return result type * update email * deploy update comment * update deploy result optional * Update protocol/20231116-evm-support.md status * Add batch run to EVM FLIP (#257) Update 20231116-evm-support.md * updates to all the changes This commit contains updates that adds `dryRun` function, changes event type ID, changes event field values, adds secure random source Cadence arch method, adds `batchRun` function. * add dry run * update with events * add missing comma * revert status change, FLIP is not approved yet * update with hex-encoded events and revertible random * put back appendix c * make functions view * update view funcs --------- Co-authored-by: j pimmel <[email protected]> Co-authored-by: Bastian Müller <[email protected]> Co-authored-by: Greg Santos <[email protected]> Co-authored-by: Bastian Müller <[email protected]> Co-authored-by: Jeff Doyle <[email protected]> Co-authored-by: Gregor G. <[email protected]> Co-authored-by: Giovanni Sanchez <[email protected]>
- Loading branch information