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

Allow Estimation of Multiple Operations #314

Merged

Conversation

keefertaylor
Copy link
Contributor

@keefertaylor keefertaylor commented Jul 27, 2020

Sometimes, operations are dependent on a prior operation (ie. a reveal must be sent before a transfer can be made). Expose an API that allows users to estimate operations atomically.

A possible optimization is to automatically prepend reveal operations in the estimateOperation method. Since that is likely a breaking change in Conseil functionality, I have omitted it for simplicity.

@keefertaylor keefertaylor changed the title WIP: Estimate operation groups Allow Estimation of Multiple Operations Jul 27, 2020
@keefertaylor keefertaylor marked this pull request as ready for review July 27, 2020 00:35
@keefertaylor
Copy link
Contributor Author

I believe CI is failing due to unrelated reasons, please advise if this is not the case.

@anonymoussprocket anonymoussprocket changed the base branch from master to release/504 July 28, 2020 22:32
@sonarcloud
Copy link

sonarcloud bot commented Jul 29, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@anonymoussprocket anonymoussprocket merged commit 0341570 into Cryptonomic:release/504 Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants