Skip to content

Commit b00c9cd

Browse files
Merge pull request #17805 from smartcontractkit/kodey/cherry-pick-ccip-2-24
2.24.0 Cherry Picks
2 parents 3f806ac + 551a510 commit b00c9cd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/smooth-weeks-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink": patch
3+
---
4+
5+
#bugfix for high CPU usage on TRON

core/chains/evm/tron/txm.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ func ConstructTronTxm(logger logger.Logger, cfg *config.ChainScoped, nodes []*to
2828
// Energy estimation doesn't seem to account for more complex smart contract execution.
2929
// Given that Tron has static gas prices, we don't expect this to be a problem as this multiplier is sufficiently high.
3030
EnergyMultiplier: 3,
31+
// Maximum number of transactions to buffer in the broadcast channel.
32+
BroadcastChanSize: 100,
33+
// Number of seconds to wait between polling the blockchain for transaction confirmation.
34+
ConfirmPollSecs: 5,
3135
}), nil
3236
}

0 commit comments

Comments
 (0)