Skip to content

feat: add traces across relayer#205

Closed
P1sar wants to merge 19 commits intomainfrom
p1sar/add-traces
Closed

feat: add traces across relayer#205
P1sar wants to merge 19 commits intomainfrom
p1sar/add-traces

Conversation

@P1sar
Copy link
Copy Markdown
Contributor

@P1sar P1sar commented Jul 27, 2023

Description

Adds Traces across the whole repo.
This is highly depended on changes in CORE repo that needs to be released first

Related Issue Or Context

Closes: n/a

How Has This Been Tested? Testing details.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation

Checklist:

  • I have commented my code, particularly in hard-to-understand areas.
  • I have ensured that all acceptance criteria (or expected behavior) from issue are met
  • I have updated the documentation locally and in docs.
  • I have added tests to cover my changes.
  • I have ensured that all the checks are passing and green, I've signed the CLA bot

Comment thread chains/evm/executor/executor.go Outdated
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 9, 2023

Go Test coverage is 63.6 %\ ✨ ✨ ✨

Copy link
Copy Markdown
Collaborator

@mpetrun5 mpetrun5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found deposit in core is missing deposit data and handler response.

Comment thread chains/evm/executor/executor.go Outdated
Comment thread chains/substrate/executor/executor.go Outdated
Comment thread chains/substrate/executor/executor.go Outdated
Comment thread chains/substrate/executor/executor.go
Comment thread chains/substrate/listener/event-handlers.go Outdated
Comment thread chains/substrate/listener/listener.go Outdated
Comment thread comm/p2p/libp2p.go
Comment thread example/docker-compose.yml Outdated
Comment thread tss/common/base.go Outdated
Comment thread tss/coordinator.go
@mpetrun5
Copy link
Copy Markdown
Collaborator

mpetrun5 commented Aug 9, 2023

Minor nitpick, but don't really like where ctx is renamed to ctxWithSpan.
If we named the context with everything that is possibly inside it would quickly become unmanageable.
It is fine for it to just be ctx.

@github-actions
Copy link
Copy Markdown
Contributor

Go Test coverage is 63.6 %\ ✨ ✨ ✨

@P1sar P1sar requested review from MakMuftic and mpetrun5 August 29, 2023 14:47
@P1sar P1sar marked this pull request as ready for review August 29, 2023 14:47
@github-actions
Copy link
Copy Markdown
Contributor

Go Test coverage is 63.5 %\ ✨ ✨ ✨

Comment thread chains/evm/executor/executor.go Outdated
Comment thread chains/evm/executor/executor.go Outdated
Comment thread chains/substrate/listener/event-handlers.go Outdated
Comment thread chains/substrate/listener/event-handlers.go Outdated
Comment thread chains/substrate/listener/event-handlers.go
Comment thread chains/substrate/listener/event-handlers.go Outdated
Comment thread chains/substrate/listener/listener.go Outdated
@github-actions
Copy link
Copy Markdown
Contributor

Go Test coverage is 63.5 %\ ✨ ✨ ✨

@P1sar P1sar requested a review from mpetrun5 September 8, 2023 15:39
@P1sar
Copy link
Copy Markdown
Contributor Author

P1sar commented Sep 8, 2023

Recent changes require updates from ChainSafe/chainbridge-core#350
Currently go.mod fetch code from this PR, this should be fixed before merging

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 8, 2023

Go Test coverage is 64.6 %\ ✨ ✨ ✨

@mpetrun5
Copy link
Copy Markdown
Collaborator

Closing temporarily.
Will opened later when refactor finishes.

@mpetrun5 mpetrun5 closed this Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants