Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make registers and memory public #57

Merged
merged 2 commits into from
Dec 15, 2021
Merged

make registers and memory public #57

merged 2 commits into from
Dec 15, 2021

Conversation

Voxelot
Copy link
Member

@Voxelot Voxelot commented Dec 15, 2021

Access to these are needed for remote debugging

Dentosal
Dentosal previously approved these changes Dec 15, 2021
@Voxelot Voxelot merged commit 1ad56e9 into master Dec 15, 2021
@Voxelot Voxelot deleted the accessibility branch December 15, 2021 19:42
ControlCplusControlV pushed a commit that referenced this pull request Nov 24, 2022
Add recoverable signature to input coins.

The signed message is the transaction hash. Since it can be signed only
after the transaction is built, the coin input can only be appended
before it is signed since it will define the transaction hash.

This created the need to include a `TransactionBuilder` that will accept
the arguments of the transaction, and sign the coin inputs after the
transaction id is ready.

Also, the signed transaction cannot contain the witnesses.

These changes are breaking regarding the tests; they now should use the
builder structure when input signatures are to be validated.
ControlCplusControlV pushed a commit that referenced this pull request Nov 24, 2022
ControlCplusControlV pushed a commit that referenced this pull request Dec 1, 2022
Add recoverable signature to input coins.

The signed message is the transaction hash. Since it can be signed only
after the transaction is built, the coin input can only be appended
before it is signed since it will define the transaction hash.

This created the need to include a `TransactionBuilder` that will accept
the arguments of the transaction, and sign the coin inputs after the
transaction id is ready.

Also, the signed transaction cannot contain the witnesses.

These changes are breaking regarding the tests; they now should use the
builder structure when input signatures are to be validated.
ControlCplusControlV pushed a commit that referenced this pull request Dec 1, 2022
@mitchmindtree mitchmindtree added the fuel-vm Related to the `fuel-vm` crate. label Dec 9, 2022
xgreenx pushed a commit that referenced this pull request Dec 20, 2022
Add recoverable signature to input coins.

The signed message is the transaction hash. Since it can be signed only
after the transaction is built, the coin input can only be appended
before it is signed since it will define the transaction hash.

This created the need to include a `TransactionBuilder` that will accept
the arguments of the transaction, and sign the coin inputs after the
transaction id is ready.

Also, the signed transaction cannot contain the witnesses.

These changes are breaking regarding the tests; they now should use the
builder structure when input signatures are to be validated.
xgreenx pushed a commit that referenced this pull request Dec 20, 2022
xgreenx pushed a commit that referenced this pull request Dec 20, 2022
Add recoverable signature to input coins.

The signed message is the transaction hash. Since it can be signed only
after the transaction is built, the coin input can only be appended
before it is signed since it will define the transaction hash.

This created the need to include a `TransactionBuilder` that will accept
the arguments of the transaction, and sign the coin inputs after the
transaction id is ready.

Also, the signed transaction cannot contain the witnesses.

These changes are breaking regarding the tests; they now should use the
builder structure when input signatures are to be validated.
xgreenx pushed a commit that referenced this pull request Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuel-vm Related to the `fuel-vm` crate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants