Skip to content

Commit afae225

Browse files
authored
PLEX-250 - WriteReport initial implementation (#18170)
* PLEX-250 - WriteReport initial implementation * revert unnecessary change * adding todo for using ticker * go mod fixes * adding PR feedback * adding changeset * updating go mods * adding fix for broken build from a previous, unrelated change * fixing go mod fixing test cases fixing lint fixing go mods * pr feedback * updating go mods * updating go mods * updating go mods
1 parent 8d11e0d commit afae225

File tree

36 files changed

+1238
-123
lines changed

36 files changed

+1238
-123
lines changed

.changeset/witty-humans-pull.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+
Adding configuration EVM Service for submit transaction and calcualte transaction fee and configuration for submit transaction confirmation time behavior

.mockery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ packages:
5050
dir: common/txmgr/mocks
5151
interfaces:
5252
EvmTxStore:
53+
ChainReceipt:
5354
github.com/smartcontractkit/chainlink-evm/pkg/chains/legacyevm:
5455
config:
5556
dir: common/chains/mocks

ccip/config/evm/fallback.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ MaxQueued = 250
2727
ReaperInterval = '1h'
2828
ReaperThreshold = '168h'
2929
ResendAfterThreshold = '1m'
30+
ConfirmationTimeout = '1m0s'
3031

3132
[Transactions.AutoPurge]
3233
Enabled = false

0 commit comments

Comments
 (0)