Skip to content

Commit

Permalink
Merge branch 'develop' into BCI-3934/fix-Gnosis-Alreadyknown-error-tr…
Browse files Browse the repository at this point in the history
…eated-as-Unknown
  • Loading branch information
prashantkumar1982 committed Aug 13, 2024
2 parents c9a7f4d + eb31cf7 commit 910cb49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-ways-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal speed up keystone e2e tests
4 changes: 2 additions & 2 deletions .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
CRIB_NETWORK: geth
CRIB_NODES: 5
GAP_URL: ${{ secrets.GAP_URL }}
# SETH_LOG_LEVEL: debug
SETH_LOG_LEVEL: info
# RESTY_DEBUG: true
# TEST_PERSISTENCE: true
TEST_PERSISTENCE: true
run: |-
go test -v -run TestCRIB
- name: Destroy CRIB Environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func setupCapabilitiesRegistryContract(ctx context.Context, t *testing.T, workfl
triggerCapabilityConfig := newCapabilityConfig()
triggerCapabilityConfig.RemoteConfig = &pb.CapabilityConfig_RemoteTriggerConfig{
RemoteTriggerConfig: &pb.RemoteTriggerConfig{
RegistrationRefresh: durationpb.New(60000 * time.Millisecond),
RegistrationRefresh: durationpb.New(1000 * time.Millisecond),
RegistrationExpiry: durationpb.New(60000 * time.Millisecond),
// F + 1
MinResponsesToAggregate: uint32(triggerDon.F) + 1,
Expand Down
2 changes: 0 additions & 2 deletions core/services/chainlink/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ func NewApplication(opts ApplicationOpts) (Application, error) {
signer := externalPeer
externalPeerWrapper = externalPeer
remoteDispatcher := remote.NewDispatcher(externalPeerWrapper, signer, opts.CapabilitiesRegistry, globalLogger)
srvcs = append(srvcs, remoteDispatcher)

dispatcher = remoteDispatcher
} else {
dispatcher = opts.CapabilitiesDispatcher
Expand Down

0 comments on commit 910cb49

Please sign in to comment.