Skip to content

Observer#14

Merged
chaseklvk merged 6 commits intomainfrom
observer
Oct 24, 2021
Merged

Observer#14
chaseklvk merged 6 commits intomainfrom
observer

Conversation

@chaseklvk
Copy link
Contributor

Add observer support for Eth, Poly, and BSC.

// Dial the router
client, err := ethclient.Dial(mo.endpoint)
if err != nil {
log.Fatal(err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

should return when error


header, err := client.HeaderByNumber(context.Background(), nil)
if err != nil {
log.Fatal(err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

should probably return in error

@chaseklvk chaseklvk merged commit 626c7ef into main Oct 24, 2021
@ankurzeta ankurzeta deleted the observer branch October 24, 2021 03:16
CharlieMc0 pushed a commit that referenced this pull request Jun 27, 2023
CharlieMc0 pushed a commit that referenced this pull request Jun 27, 2023
lumtis added a commit that referenced this pull request May 13, 2025
* initialize test

* Remove unused variable

Fixing lint issue

---------

Co-authored-by: Christopher Fuka <97121270+CryptoFewka@users.noreply.github.com>
lumtis added a commit that referenced this pull request May 13, 2025
* fix: cherry pick solana fixes (#11)

* fix: extend min gas limit check (#14)

* initialize test

* Remove unused variable

Fixing lint issue

---------

Co-authored-by: Christopher Fuka <97121270+CryptoFewka@users.noreply.github.com>

* refactor: revert back tss sign batch for solana outbounds (#17)

---------

Co-authored-by: skosito <skostic9242@gmail.com>
Co-authored-by: Christopher Fuka <97121270+CryptoFewka@users.noreply.github.com>
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.

2 participants