Nicolas Gotchac
Nicolas Gotchac
I added a benchmark to explicit what is being "fixed" here. The issue was with unmarshaling documents with a lot of values w/ custom unmarshaler. It took a very long...
# Description The config setting got mistakenly removed in this PR https://github.com/maticnetwork/bor/pull/1300/files Without those changes, we cannot set `TriesInMemory` to anything but the default value. # Changes - [x] Bugfix...
# Description The active HTTP modules in dev-mode were hardcoded, thus discarding the user's choice of active HTTP modules. I also remove an `log.Error` in the prefetcher, when the error...
It seems that even without `--miner`, `bor` is still trying to create new blocks with incoming transactions, and it takes roughly ~10% of our CPU. Why can't we completely disable...
#### **System information** Bor client version: [v2.5.3](https://github.com/0xPolygon/bor/releases/tag/v2.5.3) OS & Version: Linux Environment: Polygon Mainnet #### **Overview of the problem** We have activated the new log indexer, available since go-ethereum [v1.15.6](https://github.com/ethereum/go-ethereum/releases/tag/v1.15.6)...