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

Bump cardano-wallet-agda repository #4971

Merged
merged 4 commits into from
Feb 13, 2025

Conversation

HeinrichApfelmus
Copy link
Contributor

@HeinrichApfelmus HeinrichApfelmus commented Feb 4, 2025

This pull request bumps our use of the cardano-wallet-agda repository to the latest commit.

This entails:

  • Bump cardano-wallet-read to version 1.0.0.0, which is the first version that specifies version constraints in its .cabal file.
  • Bump customer-deposit-wallet-pure. In particular, go back to the previous definition of fromXPubAndCount.

Issue

#4958

@HeinrichApfelmus HeinrichApfelmus self-assigned this Feb 4, 2025
@HeinrichApfelmus HeinrichApfelmus force-pushed the HeinrichApfelmus/bump-more-agda branch from 39511b2 to 0e6ba6f Compare February 5, 2025 14:39
@HeinrichApfelmus HeinrichApfelmus marked this pull request as ready for review February 5, 2025 14:40
@HeinrichApfelmus HeinrichApfelmus force-pushed the HeinrichApfelmus/bump-more-agda branch from 0e6ba6f to 56eeace Compare February 13, 2025 12:30
@HeinrichApfelmus HeinrichApfelmus changed the title Bump dependency on cardano-wallet-read Bump cardano-wallet-agda repository Feb 13, 2025
@@ -112,7 +112,7 @@ fromRawCustomer = id

-- | Maximum 'Customer' that is being tracked.
trackedCustomers :: WalletState -> Customer
trackedCustomers = Address.getMaxCustomer . addresses
trackedCustomers = (+1) . Address.getMaxCustomer . addresses
Copy link
Contributor

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?

Copy link
Contributor Author

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].

Copy link
Contributor

@paweljakubas paweljakubas left a comment

Choose a reason for hiding this comment

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

👍

@HeinrichApfelmus HeinrichApfelmus added this pull request to the merge queue Feb 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 13, 2025
@HeinrichApfelmus HeinrichApfelmus added this pull request to the merge queue Feb 13, 2025
Merged via the queue into master with commit 80f3140 Feb 13, 2025
25 checks passed
@HeinrichApfelmus HeinrichApfelmus deleted the HeinrichApfelmus/bump-more-agda branch February 13, 2025 17:36
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.

2 participants