Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Add Opcode struct #1

Closed
vlopes11 opened this issue May 17, 2021 · 0 comments · Fixed by #2
Closed

Add Opcode struct #1

vlopes11 opened this issue May 17, 2021 · 0 comments · Fixed by #2
Assignees

Comments

@vlopes11
Copy link
Contributor

The Opcodes should comply with the specs and have serialization/deserialization implementations for both u32 and buffers of bytes.

https://github.com/FuelLabs/fuel-specs/blob/master/specs/vm/opcodes.md

@vlopes11 vlopes11 self-assigned this May 17, 2021
vlopes11 added a commit that referenced this issue May 17, 2021
The Opcode must represent a full instruction for the VM and comply with
the specification:
https://github.com/FuelLabs/fuel-specs/blob/master/specs/vm/opcodes.md

[`std::io`] is used for serialization/deserialization targetting
compatibility.

Resolves #1
vlopes11 added a commit that referenced this issue May 17, 2021
The Opcode must represent a full instruction for the VM and comply with
the specification:
https://github.com/FuelLabs/fuel-specs/blob/master/specs/vm/opcodes.md

[`std::io`] is used for serialization/deserialization targetting
compatibility.

Resolves #1
vlopes11 added a commit that referenced this issue May 17, 2021
The Opcode must represent a full instruction for the VM and comply with
the specification:
https://github.com/FuelLabs/fuel-specs/blob/master/specs/vm/opcodes.md

[`std::io`] is used for serialization/deserialization targetting
compatibility.

Resolves #1
vlopes11 added a commit that referenced this issue May 18, 2021
The Opcode must represent a full instruction for the VM and comply with
the specification:
https://github.com/FuelLabs/fuel-specs/blob/master/specs/vm/opcodes.md

[`std::io`] is used for serialization/deserialization targetting
compatibility.

Resolves #1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant