Skip to content

Implement addconnection key in graph files to specify post-deployment connections with specific types#815

Merged
pinheadmz merged 8 commits into
bitcoin-dev-project:mainfrom
pinheadmz:addconnection
Jul 7, 2026
Merged

Implement addconnection key in graph files to specify post-deployment connections with specific types#815
pinheadmz merged 8 commits into
bitcoin-dev-project:mainfrom
pinheadmz:addconnection

Conversation

@pinheadmz

@pinheadmz pinheadmz commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Closes #814

Includes cleanups:

  • bump bitcoin core default version to 31.0
  • cleans up dag_connection scenario so the dag_connection test can cover the new graph values

example, added to test/data/ten_semi_unconnected

nodes:
  - name: tank-0000
  - name: tank-0001
  - name: tank-0002
  - name: tank-0003
    addconnection:
      - to: tank-0004
        type: block-relay-only
  - name: tank-0004
    addconnection:
      - to: tank-0006
        type: addr-fetch
  - name: tank-0005
    addconnection:
      - to: tank-0006
      - to: tank-0007
        v2: false
  - name: tank-0006
  - name: tank-0007
  - name: tank-0008
    addnode:
      - tank-0009
  - name: tank-0009

@pinheadmz pinheadmz marked this pull request as ready for review July 7, 2026 15:21
@pinheadmz pinheadmz merged commit 486bd78 into bitcoin-dev-project:main Jul 7, 2026
16 checks passed
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.

1 participant