This release fixes an issue that users have been facing after London Fork (EIP1559) - 0x0
sender address for txs pending in the txpool for both contracts and transfers.
Please follow the steps below to upgrade bor on your node to the latest version (https://github.com/maticnetwork/bor/releases/tag/v0.2.14):
Steps for Upgrading Bor on Nodes:
-
Stop the bor service
sudo service bor stop
-
Navigate to bor directory
cd ~/bor
-
Fetch the latest changes and use Bor v0.2.14:
git fetch git checkout v0.2.14
-
Build latest changes
make bor-all
-
Now check
bor version
bor version #Should return something like: Bor Version: 0.2.14-stable Git Commit: 28963d5ccd3028e0ac6f1915845c747862d649d1 Architecture: amd64 Go Version: go1.17 Operating System: linux ...
-
Start the bor service
sudo service bor start
-
Check for bor logs if everything is working fine
journalctl -u bor -f
Let us know if you have any questions.
Thank you.