bor
bor copied to clipboard
Official repository for the Polygon Blockchain
# Description This PR implements EIP 3074, as defined and specified [here](https://eips.ethereum.org/EIPS/eip-3074). It adds 2 new opcodes AUTH and AUTHCALL to the EVM. The base implementation is borrowed from upstream...
# Description Observed that the node panics rarely and this was because error handling was not done properly. # Changes - [x] Bugfix (non-breaking change that solves an issue) -...
The mainnet snapshot data uploaded on https://snapshots.polygon.technology/ has not been updated since February 1st. It takes a considerable amount of time to download and then update to the latest data....
I can't deploy or even interact with contracts because the gas price is so high on the Amoy Test net. "transaction underpriced: tip needed 30000000000, tip permitted 1000000000". I even...
I'm facing a persistent issue with my BOR client failing to sync correctly. The following log messages keep appearing repeatedly: ``` Jun 30 06:08:01 pol bor[123821]: WARN [06-30|06:08:01.890] unable to...
# Description Helps with heimdall-bor interaction without the rest server # Changes - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix (change that solves an...
# Description **This is a draft PR, please do not merge it yet. Thanks!** This PR updated the enforced 30gwei gas for txpool.pricelimit, miner.gasprice and gpo.ignoreprice to 25gwei. Previous PR...
v1.3.3. I did some maintenance and Bor was stopped for a day. After start and successful catch up I am getting ONLY `Got new milestone from heimdall` and `Got new...
#### **System information** Bor client version: 1.3.3 OS & Version: Linux Environment: Polygon Mainnet Type of node: Archive Additional Information: ``` - server - --chain=mainnet - --datadir=/opt/data - --syncmode=full -...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...