dcdao / community-rpc

1 stars 0 forks source link

Node upgrade guide #21

Closed fewensa closed 10 months ago

fewensa commented 1 year ago

The next version of Darwinia (6400) will be merge http and websocket port, so if you want upgrade to this version, please note you need do these for your node bootstrap command.

--unsafe-ws-external Remove or replace to --unsafe-rpc-external --ws-external Remove or replace to --rpc-external --ws-max-connections Remove or replace to --rpc-max-connections

The 9933 port will be remove only keep port 9944

Testnets (pangolin/pangoro) binary already upgraded

Reference: https://github.com/dcdao/community-rpc/issues/16 https://github.com/darwinia-network/darwinia/releases/tag/pango-6400