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

Error if send or receive session expired #299

Merged
merged 4 commits into from
Jul 17, 2024
Merged

Commits on Jul 16, 2024

  1. Remove mistaken double fragment percent-encoding

    The bip21 crate already percent encodes query parameters so doing it in
    UrlExt accidentally doubled the percent encoding. This makes an
    infallable api.
    DanGould committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3ac53b7 View commit details
    Browse the repository at this point in the history
  2. Error when v2 send or receive session expires

    Default to 24 hour expiration. Throw an error when the relevant request
    is extracted so that polling can be done until the expiration is thrown.
    
    The expiration error type should be accessable so that the caller knows
    if an error was thrown for expiration or for some other reason.
    DanGould committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b13e50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6a089 View commit details
    Browse the repository at this point in the history
  4. Test send/recv expiration

    DanGould committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    161f787 View commit details
    Browse the repository at this point in the history