Skip to content

Commit

Permalink
remove p2p v1 field p2pBootstrapPeers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Dec 2, 2023
1 parent 2f868c3 commit 11e96a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-poems-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smartcontractkit/operator-ui': minor
---

remove p2p v1 field p2pBootstrapPeers
1 change: 0 additions & 1 deletion src/screens/Job/JobView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const JOB_PAYLOAD__SPEC = gql`
isBootstrapPeer
keyBundleID
observationTimeout
p2pBootstrapPeers
p2pv2Bootstrappers
transmitterAddress
}
Expand Down
12 changes: 0 additions & 12 deletions src/screens/Job/generateJobDefinition.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ observationSource = """
'4ee612467c3caea7bdab57ab62937adfc4d195516c30139a737f85098b35d9af',
isBootstrapPeer: false,
observationTimeout: '10s',
p2pBootstrapPeers: [
'/ip4/139.59.41.32/tcp/12000/p2p/12D3KooWGKhStcrvCr5RBYKaSRNX4ojrxHcmpJuFmHWenT6aAQAY',
],
p2pv2Bootstrappers: [
'12D3KooWL3XJ9EMCyZvmmGXL2LMiVBtrVa2BuESsJiXkSj7333Jw@localhost:5001',
],
Expand Down Expand Up @@ -247,9 +244,6 @@ evmChainID = "42"
isBootstrapPeer = false
keyBundleID = "4ee612467c3caea7bdab57ab62937adfc4d195516c30139a737f85098b35d9af"
observationTimeout = "10s"
p2pBootstrapPeers = [
"/ip4/139.59.41.32/tcp/12000/p2p/12D3KooWGKhStcrvCr5RBYKaSRNX4ojrxHcmpJuFmHWenT6aAQAY"
]
p2pv2Bootstrappers = [
"12D3KooWL3XJ9EMCyZvmmGXL2LMiVBtrVa2BuESsJiXkSj7333Jw@localhost:5001"
]
Expand Down Expand Up @@ -287,9 +281,6 @@ observationSource = """
keyBundleID:
'4ee612467c3caea7bdab57ab62937adfc4d195516c30139a737f85098b35d9af',
observationTimeout: '10s',
p2pBootstrapPeers: [
'/ip4/139.59.41.32/tcp/12000/p2p/12D3KooWGKhStcrvCr5RBYKaSRNX4ojrxHcmpJuFmHWenT6aAQAY',
],
p2pv2Bootstrappers: [
'12D3KooWL3XJ9EMCyZvmmGXL2LMiVBtrVa2BuESsJiXkSj7333Jw@localhost:5001',
],
Expand Down Expand Up @@ -320,9 +311,6 @@ evmChainID = "42"
isBootstrapPeer = true
keyBundleID = "4ee612467c3caea7bdab57ab62937adfc4d195516c30139a737f85098b35d9af"
observationTimeout = "10s"
p2pBootstrapPeers = [
"/ip4/139.59.41.32/tcp/12000/p2p/12D3KooWGKhStcrvCr5RBYKaSRNX4ojrxHcmpJuFmHWenT6aAQAY"
]
p2pv2Bootstrappers = [
"12D3KooWL3XJ9EMCyZvmmGXL2LMiVBtrVa2BuESsJiXkSj7333Jw@localhost:5001"
]
Expand Down
1 change: 0 additions & 1 deletion src/screens/Job/generateJobDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export const generateJobDefinition = (
'isBootstrapPeer',
'keyBundleID',
'observationTimeout',
'p2pBootstrapPeers',
'p2pv2Bootstrappers',
'transmitterAddress',
),
Expand Down

0 comments on commit 11e96a8

Please sign in to comment.