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

Sync feature/stable-cadence branch with master #4655

Merged
merged 339 commits into from
Aug 29, 2023
Merged
Changes from 1 commit
Commits
Show all changes
339 commits
Select commit Hold shift + click to select a range
6098a7f
decreases time interval of peer manager
thep2p Jun 6, 2023
938a36e
skips connecting to already connected peers
thep2p Jun 6, 2023
f77621c
adds is connected method
thep2p Jun 6, 2023
4fbe8af
Merge remote-tracking branch 'origin/master' into yahya/6470-alsp-par…
thep2p Jun 6, 2023
0342aee
reduces backup
thep2p Jun 7, 2023
5bb3fc4
fixes closure of authorized peers
thep2p Jun 7, 2023
d5cf92a
adds disallow listing test
thep2p Jun 7, 2023
a1cd316
adds godoc
thep2p Jun 7, 2023
f3dd70d
separate the connection gater for each node in test util
thep2p Jun 7, 2023
2a033db
extends a documentation
thep2p Jun 7, 2023
e8b7178
adds misbehavior and disallowlisting test
thep2p Jun 7, 2023
a1a1f00
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 7, 2023
afde747
updates mocks
thep2p Jun 7, 2023
38539e6
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 7, 2023
276d352
fixes build issues
thep2p Jun 7, 2023
dd43a63
lint fix
thep2p Jun 7, 2023
14fe8db
renames block list to disallow list
thep2p Jun 7, 2023
a2fd745
renames block list to disallow list
thep2p Jun 7, 2023
8af9228
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 7, 2023
f5c8bd3
fuxes herocache metrics issue
thep2p Jun 7, 2023
7c2b1d7
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 7, 2023
1da07ed
fixes nil dependecy issue
thep2p Jun 7, 2023
1445fbd
lint fix
thep2p Jun 8, 2023
c1ac0a4
fixes nil pointer exception
thep2p Jun 8, 2023
20ed7a3
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 8, 2023
3a9df70
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 9, 2023
16d09f3
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 12, 2023
6435656
adds a comment
thep2p Jun 12, 2023
1f77da8
Update network/disallow.go
thep2p Jun 12, 2023
ae12a36
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
0a996e5
Update network/alsp/manager/manager.go
thep2p Jun 12, 2023
c3c81e7
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
3b43e0b
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
8e5d412
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
c5b48af
Update module/metrics/labels.go
thep2p Jun 12, 2023
8c1cd97
Update network/alsp/manager/manager_test.go
thep2p Jun 12, 2023
5cd8855
Update network/alsp/manager/manager_test.go
thep2p Jun 12, 2023
282ef12
Update network/alsp/manager/manager_test.go
thep2p Jun 12, 2023
aa6228a
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
088dbb3
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
58f4090
Update network/p2p/p2pnode/internal/cache.go
thep2p Jun 12, 2023
f1d581f
Update network/disallow.go
thep2p Jun 12, 2023
14f7d60
adds documentation for integration testing
thep2p Jun 12, 2023
bb9c358
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 12, 2023
850310e
Update network/alsp/manager/manager_test.go
thep2p Jun 12, 2023
37bedd3
resolves shadow variables
thep2p Jun 12, 2023
06a1fbe
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 12, 2023
eefca22
Update network/alsp/manager/manager.go
thep2p Jun 12, 2023
3e3cd10
Update network/alsp/manager/manager.go
thep2p Jun 12, 2023
9264afb
Update network/p2p/connection/peerManager.go
thep2p Jun 12, 2023
554c7d5
renames and refactors a cache and libp2p method
thep2p Jun 12, 2023
e42d58c
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 12, 2023
0c60366
lint fix
thep2p Jun 12, 2023
5e98a72
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 12, 2023
473153b
adds readme
thep2p Jun 12, 2023
0ee0a2a
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 12, 2023
cb7744e
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 13, 2023
e6a2f38
Update network/alsp/manager/manager_test.go
thep2p Jun 13, 2023
0d54873
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 13, 2023
9f07e0f
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 13, 2023
121987e
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 14, 2023
520c2ef
Update network/alsp/manager/README.md
thep2p Jun 14, 2023
c9e5140
Update network/alsp/manager/README.md
thep2p Jun 14, 2023
da1d5c4
Update network/alsp/manager/README.md
thep2p Jun 14, 2023
f5c7d2d
Update network/p2p/p2pnode/libp2pNode.go
thep2p Jun 14, 2023
c8ff213
Update network/alsp/manager/README.md
thep2p Jun 14, 2023
b483f08
Update network/alsp/manager/README.md
thep2p Jun 14, 2023
3d3f69f
Update network/alsp/manager/README.md
thep2p Jun 14, 2023
a9233f7
Update network/alsp/manager/manager_test.go
thep2p Jun 14, 2023
430b369
adds disallow-listed status to cache
thep2p Jun 14, 2023
722fc29
Merge remote-tracking branch 'origin/yahya/6470-alsp-part-6-pruning' …
thep2p Jun 14, 2023
be550f2
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
thep2p Jun 14, 2023
a3c613c
switches a log level
thep2p Jun 14, 2023
95535ab
fixes duplicate metrics panic
thep2p Jun 14, 2023
63ff727
created default penalty params
gomisha Jun 15, 2023
1d358f8
typo
gomisha Jun 16, 2023
99828d6
typo
gomisha Jun 16, 2023
a2ea980
un-exported disallowListingThreshold
gomisha Jun 16, 2023
9de85fe
increase timeout to fix flakiness
gomisha Jun 16, 2023
26ebb22
typos
gomisha Jun 17, 2023
1ff3044
revert back InitialDecaySpeed
gomisha Jun 17, 2023
a33dd37
typo
gomisha Jun 17, 2023
4e53cc8
WIP TestHandleReportedMisbehavior_And_DisallowListing_RepeatOffender_…
gomisha Jun 18, 2023
dedbab3
debug test failure
gomisha Jun 19, 2023
e38f9a6
updated manager
thep2p Jun 19, 2023
060c1f3
Merge remote-tracking branch 'origin/misha/6766-adjust-node-penalty-d…
thep2p Jun 19, 2023
661b92e
replaced sleep with function option to decay to zero
gomisha Jun 20, 2023
ba3ef45
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Jun 20, 2023
270cc40
clean up
gomisha Jun 21, 2023
79e00f3
clean up - removed func DefaultParams()
gomisha Jun 21, 2023
5144f91
moved out test helper functions to separate file
gomisha Jun 21, 2023
8caa38e
moved WithDecayFunc() to test helper
gomisha Jun 21, 2023
7403dcf
rename to fastDecay, fastDecayFunc
gomisha Jun 21, 2023
444ccef
lint fix
gomisha Jun 21, 2023
e10d556
check spam record fields on each violation
gomisha Jun 22, 2023
bd1116f
fix tests - get spam record before each check
gomisha Jun 22, 2023
5cfc254
using loop of expected decays - test failing
gomisha Jun 23, 2023
6a770b3
decay list implementation
gomisha Jun 24, 2023
9d093c4
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Jun 24, 2023
0daeb03
more debugging, decays in test
gomisha Jun 24, 2023
f84fbcd
check penalty was decayed by expected decay after each disallow listing
gomisha Jun 25, 2023
a2c5e9f
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Jul 6, 2023
7c31c0c
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Jul 6, 2023
0705c9a
using updated testutils.LibP2PNodeForMiddlewareFixture(t, 3)
gomisha Jul 7, 2023
f657343
disable p2p backoff so test passes
gomisha Jul 7, 2023
1795d3b
clean up
gomisha Jul 7, 2023
e784dde
reduce wait time for connecting
gomisha Jul 7, 2023
812f331
remove data driven table
gomisha Jul 7, 2023
26e950f
removed timestamp from logs
gomisha Jul 7, 2023
fa5765f
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Jul 31, 2023
0431cf2
build fix
gomisha Jul 31, 2023
52d335a
removed unused PenaltyParams
gomisha Jul 31, 2023
a6baa91
changed some logging messages from Info() to Trace()
gomisha Jul 31, 2023
6977771
Add TotalComputationUsed metric in Chunk
m-Peter Jul 21, 2023
28acd89
Fix failing tests after adding TotalComputationUsed metric in Chunk
m-Peter Jul 28, 2023
dc00408
Add assertions to ensure that TotalComputationUsed for a Chunk is no …
m-Peter Aug 1, 2023
f673f49
Update assertion to check that `TotalComputationUsed` is greater than…
m-Peter Aug 1, 2023
5ebdb11
Add merge_group to CI to allow using built in GH merge queue work flow
Kay-Zee Aug 8, 2023
a5ad931
Merge branch 'master' into add-total-computation-used-to-chunk
m-Peter Aug 9, 2023
172c5b7
Merge branch 'master' into kan/transition-to-merge-queue
Kay-Zee Aug 11, 2023
b40f664
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Aug 12, 2023
f7b7b62
CacheFactory unexported, test helpers moved to test
gomisha Aug 12, 2023
2e027bc
DecayFunc unexported
gomisha Aug 12, 2023
e5cf8fd
model.DisallowListingThreshold clean up
gomisha Aug 12, 2023
133a24b
heartbeat interval log update
gomisha Aug 12, 2023
7e75e86
heartbeat interval log update 2
gomisha Aug 12, 2023
05c9f9f
renamed loop variables
gomisha Aug 14, 2023
e8cb9db
Comment fix
gomisha Aug 14, 2023
14325cd
refactor to use adjustDecayFunc(), removed DecayList from spam record
gomisha Aug 14, 2023
55cc428
updated docs for adjustDecayFunc()
gomisha Aug 14, 2023
c5557a7
split epoch tests to 2 sub-suites
jordanschalm Aug 14, 2023
f3f3bb3
add docs, update Makefile
jordanschalm Aug 14, 2023
26942c9
update CI, flaky test monitor, bors
jordanschalm Aug 14, 2023
6083ed3
fix private references
jordanschalm Aug 14, 2023
a0863b8
changes spork id to be computed with the test logic
thep2p Aug 14, 2023
c95dec1
lint fix
thep2p Aug 14, 2023
7bda8d2
clean up
gomisha Aug 15, 2023
78adc27
wip
thep2p Aug 15, 2023
7102357
fixes tests
thep2p Aug 15, 2023
05a3972
Merge branch 'yahya/test-fixtures-cleanup' into yahya/middleware-test…
thep2p Aug 15, 2023
b460fe7
relocates tag observable logic to test suite
thep2p Aug 15, 2023
ed3cb28
removes unused returned value
thep2p Aug 15, 2023
99233ab
[Network] Fix chunk datapack size and timeout limits (#4623)
peterargue Aug 15, 2023
3b4b810
cleans up is connected test helper
thep2p Aug 15, 2023
dbc14e5
adds spork id to libp2p node
thep2p Aug 15, 2023
72f4d96
moves publish logic
thep2p Aug 15, 2023
68e225f
fixes broken tests for publish migration
thep2p Aug 15, 2023
3041445
Apply suggestions from code review
jordanschalm Aug 16, 2023
579e951
Run FlakyTestMonitor on changed workflows/ci.yml
jordanschalm Aug 16, 2023
7721590
cosmetic change to test flaky test monitor
jordanschalm Aug 16, 2023
7579c8e
Revert "cosmetic change to test flaky test monitor"
jordanschalm Aug 16, 2023
7824795
Merge branch 'master' into jordan/split-epoch-tests
jordanschalm Aug 16, 2023
7e481e4
Merge branch 'master' into yahya/test-fixtures-cleanup
thep2p Aug 16, 2023
9bdecc9
Update network/internal/testutils/testUtil.go
thep2p Aug 16, 2023
232873a
Merge branch 'master' into kan/transition-to-merge-queue
Kay-Zee Aug 16, 2023
c5870f7
fixes tests
thep2p Aug 16, 2023
2de77ca
updates mocks
thep2p Aug 16, 2023
a90d17c
Merge pull request #4607 from onflow/kan/transition-to-merge-queue
Kay-Zee Aug 16, 2023
e47a3e0
increases timeout for disallowlisting test
thep2p Aug 16, 2023
6edb42d
Merge branch 'master' into yahya/test-fixtures-cleanup
thep2p Aug 16, 2023
43c72f5
fixes all scoring tests
thep2p Aug 16, 2023
fd68f3c
fixes tracer tests
thep2p Aug 16, 2023
6c65145
fixes subscription package tests
thep2p Aug 16, 2023
3e8a2a7
Merge pull request #4169 from onflow/add-summary-to-workflow
Kay-Zee Aug 16, 2023
da8f475
moves spork id to network builder
thep2p Aug 16, 2023
f01cf41
replaces channel with topic on outgoing message scope
thep2p Aug 16, 2023
2e21367
fixes errors in test fixtures
thep2p Aug 16, 2023
e832806
Merge branch 'master' into yahya/test-fixtures-cleanup
thep2p Aug 16, 2023
9382f64
fixes tests
thep2p Aug 16, 2023
9ab2620
simplify adjustDecayFunc() with switch-case
gomisha Aug 17, 2023
f820c09
flaky test fix
gomisha Aug 17, 2023
491cbcb
Merge pull request #4577 from onflow/add-total-computation-used-to-chunk
janezpodhostnik Aug 17, 2023
e3dee97
adds message space interface
thep2p Aug 17, 2023
01a4bf0
Merge branch 'master' into yahya/test-fixtures-cleanup
thep2p Aug 17, 2023
026f9e6
moves message scopes to implementation packages
thep2p Aug 17, 2023
a64cf0d
Merge pull request #4627 from onflow/yahya/test-fixtures-cleanup
thep2p Aug 17, 2023
4bb1098
Merge branch 'master' into yahya/middleware-test-fixture-cleanup-2
thep2p Aug 17, 2023
49d464d
refactors message scopes to use the interface type
thep2p Aug 17, 2023
8071ab9
resolves import cycles
thep2p Aug 17, 2023
fb8820d
fixes import ailiases
thep2p Aug 17, 2023
7591e33
fixes improt cycles
thep2p Aug 17, 2023
c820722
re-generates mocks
thep2p Aug 17, 2023
ff4122b
fixes build
thep2p Aug 17, 2023
996ac1f
fixes tests
thep2p Aug 17, 2023
dc8a3b5
fixes tests
thep2p Aug 17, 2023
67f6053
fixes tests
thep2p Aug 17, 2023
a5eabe1
fixes tests
thep2p Aug 17, 2023
6be66ba
Merge pull request #4626 from onflow/jordan/split-epoch-tests
gomisha Aug 18, 2023
6db0d8d
skims off the spork id from libp2p node
thep2p Aug 18, 2023
14c8939
lint and test fix
thep2p Aug 18, 2023
4d296ee
fixes build errors
thep2p Aug 18, 2023
d306a89
updates mocks
thep2p Aug 18, 2023
06595b5
Merge branch 'master' into yahya/middleware-test-fixture-cleanup-2
thep2p Aug 18, 2023
008cbea
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Aug 18, 2023
b107e35
lint fix
gomisha Aug 18, 2023
e648a4a
store chunk data pack in a separate database
zhangchiqing Aug 11, 2023
ccef0d4
skip flakey test
zhangchiqing Aug 11, 2023
1893401
fix flag
zhangchiqing Aug 11, 2023
577c706
add test case
zhangchiqing Aug 11, 2023
a3ff57b
address review comments
zhangchiqing Aug 14, 2023
f8614b3
add comment
zhangchiqing Aug 14, 2023
8fdd554
remove chunkdatapack'Store method
zhangchiqing Aug 15, 2023
4c494b5
rollback stored chunk data pack when fails to store execution result
zhangchiqing Aug 16, 2023
b4b9af9
refactor save execution result
zhangchiqing Aug 17, 2023
e4842dc
ignore the error from rollback chunk data pack
zhangchiqing Aug 17, 2023
b826100
fix refactor
zhangchiqing Aug 17, 2023
21bd1f4
Apply suggestions from code review
zhangchiqing Aug 17, 2023
fc076f4
skip flakey test
zhangchiqing Aug 18, 2023
eb73add
skip flakey test
zhangchiqing Aug 18, 2023
8a111a0
Merge pull request #4618 from onflow/leo/store-chunk-data-separate-dir
zhangchiqing Aug 18, 2023
a07337e
Merge branch 'master' into misha/6766-adjust-node-penalty-decay-speed
gomisha Aug 21, 2023
d69d388
Merge branch 'master' into yahya/middleware-test-fixture-cleanup-2
thep2p Aug 21, 2023
7e04afd
changes signature of start and stop nodes
thep2p Aug 21, 2023
ae9a88b
encapsulates timeouts as package variables
thep2p Aug 21, 2023
e2e3aa0
refactors the test based on mesh tracer
thep2p Aug 21, 2023
411be7a
revises comments
thep2p Aug 21, 2023
d6ab000
removes retrial
thep2p Aug 21, 2023
2ac3173
reduces retrial
thep2p Aug 21, 2023
a0ebb63
removes debug log
thep2p Aug 21, 2023
fe29da3
ads a log message
thep2p Aug 21, 2023
fe774b1
Merge pull request #4485 from onflow/misha/6766-adjust-node-penalty-d…
gomisha Aug 22, 2023
f8558f2
removes redundant test
thep2p Aug 22, 2023
50edc53
Merge branch 'master' into yahya/fix-network-partitioning-test
thep2p Aug 22, 2023
60ef5a3
Merge branch 'master' into yahya/middleware-test-fixture-cleanup-2
thep2p Aug 22, 2023
ac36801
Change queue.String() to iterate through children instead of queue ex…
Kay-Zee Aug 22, 2023
ab52153
separates bft tests into sub-packages and sub-ci jobs
thep2p Aug 22, 2023
df7c137
adds bft test ci command
thep2p Aug 22, 2023
030db28
Merge pull request #4650 from onflow/kan/fix-string-function
Kay-Zee Aug 22, 2023
03ceebd
Merge branch 'master' into yahya/6857-bft-testing-ci-fix
thep2p Aug 22, 2023
2b8f0b1
lint fix
gomisha Aug 23, 2023
7fee19b
Merge branch 'master' into yahya/middleware-test-fixture-cleanup-2
gomisha Aug 23, 2023
dabbdb3
adds a comment explaning tag observables and their limitations
thep2p Aug 23, 2023
56292e5
Merge remote-tracking branch 'origin/yahya/middleware-test-fixture-cl…
thep2p Aug 23, 2023
78c30a2
adds a comment explaining tag observables and their limitations
thep2p Aug 23, 2023
d899924
Update network/p2p/test/topic_validator_test.go
thep2p Aug 23, 2023
7a34ebf
Update network/p2p/scoring/app_score_test.go
thep2p Aug 23, 2023
a77c0bc
Update network/p2p/scoring/app_score_test.go
thep2p Aug 23, 2023
63865cc
Merge pull request #4629 from onflow/yahya/middleware-test-fixture-cl…
thep2p Aug 23, 2023
879d246
Merge branch 'master' into yahya/fix-network-partitioning-test
thep2p Aug 23, 2023
7048be2
consolidates the test
thep2p Aug 23, 2023
7f0d0b9
Merge remote-tracking branch 'origin/yahya/fix-network-partitioning-t…
thep2p Aug 23, 2023
28e7d12
Merge pull request #4651 from onflow/yahya/6857-bft-testing-ci-fix
thep2p Aug 23, 2023
68a75a4
Merge pull request #4647 from onflow/yahya/fix-network-partitioning-test
thep2p Aug 23, 2023
e301d8d
Merge remote-tracking branch 'origin/master' into yahya/6851-refactor…
thep2p Aug 23, 2023
7fefe6b
fixes merge conflicts
thep2p Aug 23, 2023
daddb31
fixes lint
thep2p Aug 23, 2023
b59818f
Update network/p2p/middleware/middleware.go
thep2p Aug 24, 2023
701e14d
removes maybe from the test
thep2p Aug 24, 2023
5618fa1
Merge remote-tracking branch 'origin/yahya/6851-refactoring-middlewar…
thep2p Aug 24, 2023
a8f28b9
Merge pull request #4635 from onflow/yahya/6851-refactoring-middleware
thep2p Aug 24, 2023
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
Merge branch 'master' into yahya/6470-alsp-part-6-pruning
  • Loading branch information
thep2p authored Jun 7, 2023
commit 8af9228e609931e2cafe2f7cd094d795ab5026f7

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.