Skip to content

Commit

Permalink
[ship-3971] remove ws dep ccip (#16143)
Browse files Browse the repository at this point in the history
* Fully functional HTTP

* Cleanup

* Clean duplicate import

* Fix linting issues

* Fix linting issues

* Clean unsubscribe

* Go mod tidy

* Remove trailing ws

* make modgraph
  • Loading branch information
davidcauchi authored Feb 7, 2025
1 parent ba402ad commit 4aaf4ab
Show file tree
Hide file tree
Showing 11 changed files with 497 additions and 85 deletions.
4 changes: 4 additions & 0 deletions go.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ flowchart LR
click chainlink-testing-framework/lib href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/lib/grafana
click chainlink-testing-framework/lib/grafana href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/sentinel --> chainlink-testing-framework/lib
click chainlink-testing-framework/sentinel href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/seth
click chainlink-testing-framework/seth href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/wasp --> chainlink-testing-framework/lib/grafana
Expand All @@ -186,6 +188,7 @@ flowchart LR
chainlink/deployment --> mcms
click chainlink/deployment href "https://github.com/smartcontractkit/chainlink"
chainlink/integration-tests --> chainlink-testing-framework/havoc
chainlink/integration-tests --> chainlink-testing-framework/sentinel
chainlink/integration-tests --> chainlink-testing-framework/wasp
chainlink/integration-tests --> chainlink/deployment
click chainlink/integration-tests href "https://github.com/smartcontractkit/chainlink"
Expand Down Expand Up @@ -251,6 +254,7 @@ flowchart LR
chainlink-testing-framework/havoc
chainlink-testing-framework/lib
chainlink-testing-framework/lib/grafana
chainlink-testing-framework/sentinel
chainlink-testing-framework/seth
chainlink-testing-framework/wasp
end
Expand Down
Loading

0 comments on commit 4aaf4ab

Please sign in to comment.