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

[Quais] - Support building mined transactions #120

Open
mibuono opened this issue May 9, 2024 · 3 comments
Open

[Quais] - Support building mined transactions #120

mibuono opened this issue May 9, 2024 · 3 comments

Comments

@mibuono
Copy link

mibuono commented May 9, 2024

User needs to be able to submit a mined transaction. Quais needs to comport to GoQuai.

When you make a transaction, you must get the previous header, and then put the transaction in the header and submit it.

After that - we will need to be able to mine it.

It is not clear on what the additional fields are for the mined transactions - is this the same or different from work objects? @kiltsonfire

@rileystephens28
Copy link
Member

Is this a duplicate of #29?

@mibuono
Copy link
Author

mibuono commented Jun 3, 2024

Update from #30 :
This allows users to specify the amount of work they want to have on a transaction being pushed through so that it can be included in the block in the correct order.

Question: Do we also need to have a field for time, so that if the work done is not done in a certain time, the transaction is canceled?

@mibuono
Copy link
Author

mibuono commented Jun 3, 2024

From #29 👍
Requirements:

-add optional field at the end that specifies work threshold.
-If a work threshold is not specified we will return a transaction that has been hashed one time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants