Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config cache #551

Merged
merged 32 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
48f64d3
use cache
0xnogo Feb 4, 2025
00aa8e1
Merge branch 'main' into ng/config-caching
0xnogo Feb 4, 2025
597fda5
disable caching
0xnogo Feb 4, 2025
97a08f8
log all
0xnogo Feb 4, 2025
1d50fdc
improving logs
0xnogo Feb 5, 2025
282d43b
Merge branch 'main' into ng/config-caching
0xnogo Feb 5, 2025
361e63c
fix getRMNRemoteAddress
0xnogo Feb 5, 2025
db1186e
fix dupes
0xnogo Feb 5, 2025
59c0c43
err
0xnogo Feb 5, 2025
ee15551
rm logs
0xnogo Feb 5, 2025
224a772
use getRMNRemoteAddress
0xnogo Feb 5, 2025
44822b6
30s default
0xnogo Feb 5, 2025
b780d8d
lint + cache file
0xnogo Feb 5, 2025
d2ad888
unit test
0xnogo Feb 5, 2025
e343210
lint
0xnogo Feb 5, 2025
058e81e
Merge branch 'main' into ng/config-caching
0xnogo Feb 5, 2025
eaa7b7f
minor
0xnogo Feb 5, 2025
e018e74
Merge branch 'main' into ng/config-caching
0xnogo Feb 5, 2025
76aa323
Merge branch 'main' into ng/config-caching
0xnogo Feb 6, 2025
abc7d29
rename to config poller
0xnogo Feb 6, 2025
52bbf8e
Merge branch 'main' into ng/config-caching
0xnogo Feb 7, 2025
025fef7
rm get all configs
0xnogo Feb 7, 2025
84f824f
move request logic in reader
0xnogo Feb 7, 2025
bef0edf
Merge branch 'main' into ng/config-caching
0xnogo Feb 7, 2025
2cd4f93
Merge branch 'main' into ng/config-caching
0xnogo Feb 7, 2025
f5a15a5
Merge branch 'main' into ng/config-caching
0xnogo Feb 9, 2025
e17ea86
Merge branch 'main' into ng/config-caching
0xnogo Feb 10, 2025
52bf351
address comments
0xnogo Feb 10, 2025
7322d31
Merge branch 'main' into ng/config-caching
0xnogo Feb 10, 2025
a8e7e2e
Merge branch 'main' into ng/config-caching
0xnogo Feb 10, 2025
a115b0b
Merge branch 'main' into ng/config-caching
0xnogo Feb 11, 2025
b52c768
Merge branch 'main' into ng/config-caching
0xnogo Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packages:
CCIPReader:
PriceReader:
RMNHome:
ConfigCache:
github.com/smartcontractkit/chainlink-ccip/pkg/contractreader:
interfaces:
Extended:
Expand Down
Loading
Loading