Skip to content

Bump filippo.io/edwards25519 from 1.0.0-beta.2 to 1.1.1 - #63

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/filippo.io/edwards25519-1.1.1
Open

Bump filippo.io/edwards25519 from 1.0.0-beta.2 to 1.1.1#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/filippo.io/edwards25519-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps filippo.io/edwards25519 from 1.0.0-beta.2 to 1.1.1.

Commits
  • d1c650a extra: initialize receiver in MultiScalarMult
  • 325f520 all: update Go version
  • c0501e4 all: drop old +build lines
  • 23384ff all: use the indefinite article an in comments
  • 16197b4 crypto/internal/edwards25519: shorten quick.Check tests in short mode
  • 6387a56 all: fix misuses of "a" vs "an"
  • c901e5e crypto/internal/edwards25519: reduce Point size by reordering fields
  • daffb31 all: fix problematic comments
  • 5caf132 all: give nested modules fully-qualified names
  • 4bafd0b edwards25519: gofmt scalar_fiat.go
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.0.0-beta.2 to 1.1.1.
- [Commits](FiloSottile/edwards25519@v1.0.0-beta.2...v1.1.1)

---
updated-dependencies:
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@github-actions

Copy link
Copy Markdown

🚨 Branch Merge Rules Validation Failed

Source branch: dependabot/go_modules/filippo.io/edwards25519-1.1.1
Target branch: main

Error message:
❌ Merge from 'dependabot/go_modules/filippo.io/edwards25519-1.1.1' to 'main' is not allowed

✅ Allowed Branch Merge Rules

Our branch merge strategy is as follows:

🎯 Merges to testnet branch

  • developtestnet
  • hotfix-testnet/*testnet

🎯 Merges to main branch

  • testnetmain
  • hotfix-main/*main

📋 Branch Flow Description

Normal development flow:

feature/fix branches → develop → testnet → main

Emergency hotfix flow:

hotfix-testnet/* → testnet
hotfix-main/* → main

📝 Merge Rules Explained

  1. Development branch (develop)

    • All feature and fix branches should merge to develop first
    • develop branch can only merge to testnet for testing
  2. Testing branch (testnet)

    • Used for testing and validation
    • Only testnet branch can merge to main for production release
  3. Production branch (main)

    • Production environment branch
    • Only accepts merges from testnet and emergency hotfixes
  4. Hotfix branches

    • hotfix-testnet/*: Can directly merge to testnet
    • hotfix-main/*: Can directly merge to main

🔧 How to Fix

  1. If you want to deploy to testing environment:

    • Please merge your changes to develop branch first
    • Then create a PR from develop to testnet
  2. If you want to deploy to production environment:

    • Ensure your changes have been tested in testnet branch
    • Then create a PR from testnet to main
  3. If this is an emergency hotfix:

    • For testing environment fix: use hotfix-testnet/ prefix
    • For production environment fix: use hotfix-main/ prefix

This comment was automatically generated by the Branch Merge Rules Validation workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants