-
Notifications
You must be signed in to change notification settings - Fork 220
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
Bump cardano-wallet-agda
repository
#4971
Conversation
39511b2
to
0e6ba6f
Compare
0e6ba6f
to
56eeace
Compare
cardano-wallet-read
cardano-wallet-agda
repository
@@ -112,7 +112,7 @@ fromRawCustomer = id | |||
|
|||
-- | Maximum 'Customer' that is being tracked. | |||
trackedCustomers :: WalletState -> Customer | |||
trackedCustomers = Address.getMaxCustomer . addresses | |||
trackedCustomers = (+1) . Address.getMaxCustomer . addresses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are counting from 0 now, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, exactly. The customer indices are [0 .. getMaxCustomer]
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This pull request bumps our use of the
cardano-wallet-agda
repository to the latest commit.This entails:
cardano-wallet-read
to version1.0.0.0
, which is the first version that specifies version constraints in its.cabal
file.customer-deposit-wallet-pure
. In particular, go back to the previous definition offromXPubAndCount
.Issue
#4958