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

p2p: relay discovery supports external ip and host #1604

Merged
merged 7 commits into from
Jan 9, 2023

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    a47a237 View commit details
    Browse the repository at this point in the history
  2. cleanup

    corverroos committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5692d33 View commit details
    Browse the repository at this point in the history
  3. Update p2p/p2p.go

    Co-authored-by: Abhishek Kumar <43061995+xenowits@users.noreply.github.com>
    corverroos and xenowits committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5a82f52 View commit details
    Browse the repository at this point in the history
  4. cluster: revert partial definition (#1602)

    Removes partial definition concept. Supports "solo flow" cluster definition with signed creator and empty operators. 
    
    category: refactor
    ticket: #1591
    corverroos authored and xenowits committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c3ba4ac View commit details
    Browse the repository at this point in the history
  5. core/aggsigdb: delete expired duties and queries (#1598)

    Delete expired data in aggsigdb when duty expires. Also delete abandoned queries to avoid memory leaks.
    
    category: feature 
    ticket: #1582
    corverroos authored and xenowits committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c47ba68 View commit details
    Browse the repository at this point in the history
  6. core/aggsigdb: fix flapping test (#1605)

    Fixes flapping [test](https://github.com/ObolNetwork/charon/actions/runs/3873088789/jobs/6602699504) due to race condition between context cancel and storing data.
    
    category: test
    ticket: none
    corverroos authored and xenowits committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e5f7055 View commit details
    Browse the repository at this point in the history
  7. fix lint

    xenowits committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5776263 View commit details
    Browse the repository at this point in the history