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

support new heads polling over http rpc client #14373

Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bdb7eed
add functions for newHead polling
huangzhen1997 Sep 6, 2024
e40616f
add new flag, NewHeadsPollInterval
huangzhen1997 Sep 9, 2024
42c48ae
fix test
huangzhen1997 Sep 10, 2024
f6dba0b
Merge branch 'develop' into BCFR-706/rpc-client-polling-implementatio…
huangzhen1997 Sep 10, 2024
c51e82c
Merge branch 'develop' into BCFR-706/adding-a-new-flag-for-NewHeadsPo…
huangzhen1997 Sep 10, 2024
035b085
fix test
huangzhen1997 Sep 10, 2024
d58fe13
Merge pull request #14378 from smartcontractkit/BCFR-706/adding-a-new…
huangzhen1997 Sep 10, 2024
5090efc
step for adding polling new head impelmentation and sync+outOfSync lo…
huangzhen1997 Sep 11, 2024
1cd3f4c
fix lint
huangzhen1997 Sep 11, 2024
d595351
add unit test
huangzhen1997 Sep 11, 2024
7280eae
update changeset
huangzhen1997 Sep 11, 2024
309499f
update comments
huangzhen1997 Sep 11, 2024
70c5666
simplify step 1, need to fix test
huangzhen1997 Sep 13, 2024
b819f89
remove tests, no longer needed
huangzhen1997 Sep 13, 2024
4e8e35f
fix lint
huangzhen1997 Sep 13, 2024
22f90f0
fix mock
huangzhen1997 Sep 13, 2024
87f3148
fix simulated client
huangzhen1997 Sep 13, 2024
9f60dc8
update interface
huangzhen1997 Sep 13, 2024
aa4a030
rm more
huangzhen1997 Sep 13, 2024
5d22045
temp update for testing log level
huangzhen1997 Sep 16, 2024
c98f850
temp update
huangzhen1997 Sep 16, 2024
ec63fca
revert modification to polygon toml
huangzhen1997 Sep 17, 2024
f0d25ce
enable heap monitoring
huangzhen1997 Sep 18, 2024
612c560
enable for testing
huangzhen1997 Sep 18, 2024
6a45eee
revert
huangzhen1997 Sep 18, 2024
d8e5911
Dmytro's comments
huangzhen1997 Sep 19, 2024
8476135
make func private
huangzhen1997 Sep 20, 2024
a354ce5
Merge branch 'develop' into BCFR-706/rpc-client-polling-implementatio…
huangzhen1997 Sep 20, 2024
45f18e4
fix test
huangzhen1997 Sep 20, 2024
2752555
add polling support for SubscribeNewHeaddocke
huangzhen1997 Sep 20, 2024
4ccae14
update log level
huangzhen1997 Sep 20, 2024
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
Prev Previous commit
Next Next commit
revert modification to polygon toml
  • Loading branch information
huangzhen1997 committed Sep 17, 2024
commit ec63fca31a1fda52624a9e83bd7c652eaa615297
1 change: 0 additions & 1 deletion core/chains/evm/config/toml/defaults/Polygon_Amoy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ HistoryDepth = 2000

[NodePool]
SyncThreshold = 10
NewHeadsPollInterval = '1s'
Loading