Revert bytes(N) from icode/vm-types #551
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "PT-164629541-generic_hash_and_signature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: hanssv
For backwards compatibility (mainly in primops) it isn't a great idea to introduce a new VM-type. Instead, encode
bytes(N)
as eitherword
or{tuple, [word,...]}
.Created by: UlfNorell
Can be simplified using
bytes_t
:approved this merge request
Created by: ThomasArts
Review: Approved
Merged by: hanssv at 2019-04-24 06:58:44 UTC