Skip to content

BSC 1.3.5 + Tuning Flags + Force Scanner Forward

Ursa (9R) requested to merge ursa/bsc into master

The tuning flags added here appear to improve performance some, but it was insufficient to sustain line rate on the large blocks. Forcing the scanner height forward should allow nodes to reach tip quickly and hopefully sustain scan rate. Spot checked the router contract (0xb30ec53f98ff5947ede720d32ac2da7e52a5f56b) and the following vault addresses (request double check in review):

$ http https://thornode.ninerealms.com/thorchain/vaults/asgard | jq '.[]|select(.status=="ActiveVault")|.addresses[]|select(.chain=="BSC")|.address'

"0x5fbae6ac253d18bed896c27490804f51eedc8039"
"0xb0acd0c2e1e6645c9ea51b1a38b52ff1f93d90f6"
"0xf21365962e54f1f02b15c0d3d0f90f251aa5901a"
"0x13010bcafd2839372a6b12d031894cdcc70ea393"
"0x7463dd3d1f5c40063b4644cb405f43c14403a9db"
"0x2824f99706e0400cf56252c478c1c77724f2a8ee"

None appear to have transactions after the current consensus height (34132009) except for the following which will be skipped by forcing forward:

Merge request reports