v0.1.52: Add host functions for `Bytes` operations (#61)
* implement `bytes_copy_from_linear_memory`
* implement `bytes_new`
* implement `bytes_put`
* implement `bytes_get`
* refactor `bytes_copy_from_linear_memory`
* implement `bytes_del`
* refactor hostcall implementations to use `hostCallAux`
* implement `bytes_push`
* implement `bytes_pop`
* implement `bytes_front` `bytes_back`
* implement `bytes_insert`
* implement `bytes_append`
* implement `bytes_slice`
* allow 0 length in `bytes_insert`
* add property tests
* Set Version: 0.1.51
* update soroban sdk
* implement `symbol_len`
* Set Version: 0.1.52
---------
Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: automergerpr-permission-manager[bot] <190534181+automergerpr-permission-manager[bot]@users.noreply.github.com>