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

re-use optparse applicative definitions from cardano-addresses #1780

Merged
merged 6 commits into from
Jun 22, 2020

Conversation

KtorZ
Copy link
Member

@KtorZ KtorZ commented Jun 19, 2020

Issue Number

N/A

Overview

  • 996bc32
    📍 bump cardano-addresses revision in stack.yaml
    To include most recent changes and in particular, the revised command-line for addresses
    and key derivation.

  • 4d4c1a8
    📍 re-use 'key' and 'recovery-phrase' commands from cardano-addresses
    cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
    and code in cardano-wallet is now redundant. So I removed them.

  • 16c741f
    📍 remove redundant dependencies and weeds

Comments

@KtorZ KtorZ requested a review from rvl June 19, 2020 10:41
@KtorZ KtorZ self-assigned this Jun 19, 2020
@KtorZ KtorZ changed the title re-use optparse applicative definition from cardano-addresses re-use optparse applicative definitions from cardano-addresses Jun 19, 2020
@KtorZ KtorZ added the IMPROVEMENT Mark a PR as an improvement, for auto-generated CHANGELOG label Jun 19, 2020
Copy link
Contributor

@rvl rvl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - don't forget to update the wiki docs.

@KtorZ
Copy link
Member Author

KtorZ commented Jun 19, 2020

bors try

iohk-bors bot added a commit that referenced this pull request Jun 19, 2020
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

try

Build failed

@KtorZ KtorZ force-pushed the KtorZ/cardano-address-command-reuse branch from 16c741f to 6b95bdc Compare June 19, 2020 12:39
@KtorZ
Copy link
Member Author

KtorZ commented Jun 19, 2020

bors r+

iohk-bors bot added a commit that referenced this pull request Jun 19, 2020
1780: re-use optparse applicative definitions from cardano-addresses r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- 996bc32
  📍 **bump cardano-addresses revision in stack.yaml**
  To include most recent changes and in particular, the revised command-line for addresses
and key derivation.

- 4d4c1a8
  📍 **re-use 'key' and 'recovery-phrase' commands from cardano-addresses**
  cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.

- 16c741f
  📍 **remove redundant dependencies and weeds**
  



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: KtorZ <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

Build failed

@KtorZ
Copy link
Member Author

KtorZ commented Jun 19, 2020

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

Merge conflict

KtorZ added 2 commits June 19, 2020 18:30
To include most recent changes and in particular, the revised command-line for addresses
and key derivation.
cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.
@KtorZ KtorZ force-pushed the KtorZ/cardano-address-command-reuse branch from be76b36 to 52f4c7c Compare June 19, 2020 16:31
@KtorZ
Copy link
Member Author

KtorZ commented Jun 19, 2020

bors r+

iohk-bors bot added a commit that referenced this pull request Jun 19, 2020
1764: Implement the estimation of maximum number of inputs for Shelley and show big wallet migration r=KtorZ a=paweljakubas

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
#1751 

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [x] I have refactored computeTxSize to use later
- [x] I have implemented `_estimateMaximumNumberOfInputs`
- [x] I have unpended integration test showing the case - big wallet migration
- [x] I have added property tests

# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


1780: re-use optparse applicative definitions from cardano-addresses r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- 996bc32
  📍 **bump cardano-addresses revision in stack.yaml**
  To include most recent changes and in particular, the revised command-line for addresses
and key derivation.

- 4d4c1a8
  📍 **re-use 'key' and 'recovery-phrase' commands from cardano-addresses**
  cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.

- 16c741f
  📍 **remove redundant dependencies and weeds**
  



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: Pawel Jakubas <[email protected]>
Co-authored-by: KtorZ <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

This PR was included in a batch that was canceled, it will be automatically retried

iohk-bors bot added a commit that referenced this pull request Jun 19, 2020
1764: Implement the estimation of maximum number of inputs for Shelley and show big wallet migration r=KtorZ a=paweljakubas

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
#1751 

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [x] I have refactored computeTxSize to use later
- [x] I have implemented `_estimateMaximumNumberOfInputs`
- [x] I have unpended integration test showing the case - big wallet migration
- [x] I have added property tests

# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


1780: re-use optparse applicative definitions from cardano-addresses r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- 996bc32
  📍 **bump cardano-addresses revision in stack.yaml**
  To include most recent changes and in particular, the revised command-line for addresses
and key derivation.

- 4d4c1a8
  📍 **re-use 'key' and 'recovery-phrase' commands from cardano-addresses**
  cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.

- 16c741f
  📍 **remove redundant dependencies and weeds**
  



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: Pawel Jakubas <[email protected]>
Co-authored-by: KtorZ <[email protected]>
Co-authored-by: IOHK <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

This PR was included in a batch that was canceled, it will be automatically retried

@KtorZ KtorZ force-pushed the KtorZ/cardano-address-command-reuse branch from 52f4c7c to 8c9aa28 Compare June 19, 2020 17:09
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

Canceled

@KtorZ
Copy link
Member Author

KtorZ commented Jun 19, 2020

bors r+

iohk-bors bot added a commit that referenced this pull request Jun 19, 2020
1764: Implement the estimation of maximum number of inputs for Shelley and show big wallet migration r=KtorZ a=paweljakubas

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
#1751 

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [x] I have refactored computeTxSize to use later
- [x] I have implemented `_estimateMaximumNumberOfInputs`
- [x] I have unpended integration test showing the case - big wallet migration
- [x] I have added property tests

# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


1780: re-use optparse applicative definitions from cardano-addresses r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- 996bc32
  📍 **bump cardano-addresses revision in stack.yaml**
  To include most recent changes and in particular, the revised command-line for addresses
and key derivation.

- 4d4c1a8
  📍 **re-use 'key' and 'recovery-phrase' commands from cardano-addresses**
  cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.

- 16c741f
  📍 **remove redundant dependencies and weeds**
  



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: Pawel Jakubas <[email protected]>
Co-authored-by: KtorZ <[email protected]>
Co-authored-by: IOHK <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

Build failed (retrying...)

iohk-bors bot added a commit that referenced this pull request Jun 19, 2020
1780: re-use optparse applicative definitions from cardano-addresses r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- 996bc32
  📍 **bump cardano-addresses revision in stack.yaml**
  To include most recent changes and in particular, the revised command-line for addresses
and key derivation.

- 4d4c1a8
  📍 **re-use 'key' and 'recovery-phrase' commands from cardano-addresses**
  cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.

- 16c741f
  📍 **remove redundant dependencies and weeds**
  



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: KtorZ <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 19, 2020

Build failed

@KtorZ KtorZ force-pushed the KtorZ/cardano-address-command-reuse branch from 8c9aa28 to 375c77d Compare June 22, 2020 09:01
@KtorZ
Copy link
Member Author

KtorZ commented Jun 22, 2020

bors r+
please.

iohk-bors bot added a commit that referenced this pull request Jun 22, 2020
1780: re-use optparse applicative definitions from cardano-addresses r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- 996bc32
  📍 **bump cardano-addresses revision in stack.yaml**
  To include most recent changes and in particular, the revised command-line for addresses
and key derivation.

- 4d4c1a8
  📍 **re-use 'key' and 'recovery-phrase' commands from cardano-addresses**
  cardano-addresses also has some great extensive tests for these commands, which means that a lot of tests
and code in cardano-wallet is now redundant. So I removed them.

- 16c741f
  📍 **remove redundant dependencies and weeds**
  



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: KtorZ <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 22, 2020

Build failed

…f rollbacks

That is a necessary evil until we do have a proper transaction scheduler
@KtorZ
Copy link
Member Author

KtorZ commented Jun 22, 2020

bors try

iohk-bors bot added a commit that referenced this pull request Jun 22, 2020
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 22, 2020

@KtorZ KtorZ merged commit 1c31fe0 into master Jun 22, 2020
@KtorZ KtorZ deleted the KtorZ/cardano-address-command-reuse branch June 22, 2020 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IMPROVEMENT Mark a PR as an improvement, for auto-generated CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants