Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipshipyard/p2p-forge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: ipshipyard/p2p-forge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    4d974da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834caf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. chore!: bump go.mod to Go 1.23 and run go fix (#56)

    BREAKING CHANGE: Updating the Go version to 1.23
    web3-bot authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    84b671c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix(client): DNS-01 TXT record check (#57)

    * fix: lower TTL for positive DNS-01 responses
    
    * fix(client): DNS-01 TXT record check
    
    properly implements `Wait` and does not proceed with ACME if TXT record
    is not present and does not include the expected value.
    
    this will lower the number of failed registrations and retries + allows
    us to remove 5s sleep
    lidel authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    edd8ed2 View commit details
    Browse the repository at this point in the history
  2. feat(client): WithRegistrationDelay (#58)

    adds optional delay before initial registration (when no cert exists yet)
    lidel authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    65ee56a View commit details
    Browse the repository at this point in the history
  3. fix: increase TTLs for NODATA responses (#59)

    * fix: set SOA minimum TTL to 1 day
    
    minimize the need for returning "NODATA-A/AAAA" responses
    See: #52
    
    * fix(acme): empty TXT to control TTL of DNS-01
    
    this ensures we ALWAYS control TTL of ACME DNS-01 response
    and keep it very low (10s here) to ensure "not set" response is not
    cached for hours due to minimal TTL from SOA
    
    * fix: defensive check against bugs in datastore
    
    if dynamodb starts returning empty strings, we want to see that
    reflected in metrics
    
    * test: DNS01NotSetValue
    
    making sure we always return "empty" txt
    lidel authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    46e30d6 View commit details
    Browse the repository at this point in the history
  4. chore: v0.4.0 (#60)

    lidel authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    695bd14 View commit details
    Browse the repository at this point in the history
Loading