KomodoPlatform / dPoW

Komodo delayed Proof of Work software
36 stars 73 forks source link

v0.7.8 p2p seednode and vrsc update #523

Closed smk762 closed 7 months ago

smk762 commented 9 months ago

I guess its a good time to update VRSC also, will wait until API is released to see whats the latest. PR is just draft/template until then.

Related PRs:

The p2p update in https://github.com/KomodoPlatform/komodo-defi-framework/ will result in a new netid, seednodes and tcp/ws ports. These may need to be updated manually by NN ops.

NetID: 7777 -> 8762

sudo ufw allow 42845 comment 'MM2 Seednode TCP'
sudo ufw allow 42855 comment 'MM2 Seednode WSS'

Default seednodes:

        "seednodes": [
            "streamseed1.komodo.earth",
            "streamseed2.komodo.earth",
            "streamseed3.komodo.earth",
            "streamwatchtower1.komodo.earth"
        ]
gcharang commented 8 months ago

issue for vrsc update: https://github.com/KomodoPlatform/dPoW/issues/524 PR to docker repo: https://github.com/smk762/notary_docker_3p/pull/51 adds vrsc hashes to this branch: https://github.com/KomodoPlatform/dPoW/pull/525 seednode mm2 version needs to be filled in @smk762

gcharang commented 8 months ago

diff for sec review: https://github.com/VerusCoin/VerusCoin/compare/25f82df12aee24c64681ca69ddd21ae19528fe25...bdcad5eba2f26e6b78a0831fc1656ce8eadb156c cc: @ca333 @DeckerSU @Alrighttt

smk762 commented 8 months ago

API release not yet ready, VRSC had just released another mandatory update with a 24hr warning. This will be implemented in a separate PR

Alrighttt commented 8 months ago

reviewed https://github.com/VerusCoin/VerusCoin/compare/25f82df12aee24c64681ca69ddd21ae19528fe25...bdcad5eba2f26e6b78a0831fc1656ce8eadb156c

LGTM, sorry for the delay