[Ceres]: Add Chain.network_id (#468)

* Add Chain.network_id

* Bump aebytecode version
This commit is contained in:
Hans Svensson
2023-07-03 08:04:16 +02:00
parent 2c8dcf8032
commit 108cb1f948
8 changed files with 22 additions and 5 deletions
+1
View File
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`Bytes.to_fixed_size`, `Bytes.to_any_size`, `Bytes.size`, `String.to_bytes`,
and `Int.to_bytes`; and adjust `Bytes.concat` to allow both fixed and arbitrary
sized byte arrays.
- `Chain.network_id` - a function to get hold of the Chain's network id.
### Changed
### Removed
- `Bitwise.aes` standard library is removed - the builtin operations are superior.