Skip to content

Commit 7172e2c

Browse files
authored
[Ceres]: Update FATE documentation (operations, etc.) (#515)
* Update FATE documentation with more CERES information * Extend FATE op table with VM-version
1 parent dd4a186 commit 7172e2c

File tree

2 files changed

+221
-181
lines changed

2 files changed

+221
-181
lines changed

contracts/contract_vms.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ See [The AEVM](./aevm.md).
102102
* `Chain.create`, `Chain.clone`, `Chain.bytecode_hash`, `Call.fee`
103103
* Bug fixes
104104
* Gas model adjustments
105-
### FATE_02 -> FATE_03
105+
### FATE\_02 -> FATE\_03
106106
* Added operations:
107107
* bitwise operations on integers (`band`, `bor`, `bxor`, `bnot`, `<<` and `>>`)
108-
* Address.to_bytes - converting an address to its binary representation
108+
* Address.to\_bytes - converting an address to its binary representation
109109
* Int.mulmod - a combined multiplication and modulus operation for efficiency
110110
* Crypto.poseidon - a ZK/SNARK friendly hash function
111+
* Arbitrary sized binary arrays: `Bytes.split_any`, `Bytes.to_fixed_size`,
112+
`Bytes.size`, `String.to_bytes`, and `Int.to_bytes`

0 commit comments

Comments
 (0)