Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/rest api upgrade #1167

Merged
merged 4 commits into from
Jul 31, 2023
Merged

Feat/rest api upgrade #1167

merged 4 commits into from
Jul 31, 2023

Conversation

Defi-Moses
Copy link
Collaborator

Description
This upgrade reconfigures dependencies so that it is compatible with heroku deployment, adds two new functions that allow users to generate the raw transaction data in python (so they can acutually bridge once connected to Web3), and updates the ReadMe.

Additional context
Ideally @nautsimon @dwasse can review the two new functions (very slight changes) to confirm that the output transaction data is correct. This also probably needs more robust testing
Metadata

  • Fixes #[Link to Issue]

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.09301% 🎉

Comparison is base (d27aed4) 59.08061% compared to head (666a7f9) 59.17362%.
Report is 51 commits behind head on master.

Additional details and impacted files
@@                 Coverage Diff                 @@
##              master       #1167         +/-   ##
===================================================
+ Coverage   59.08061%   59.17362%   +0.09300%     
===================================================
  Files            538         565         +27     
  Lines          32217       33302       +1085     
  Branches         275         275                 
===================================================
+ Hits           19034       19706        +672     
- Misses         11479       11797        +318     
- Partials        1704        1799         +95     
Flag Coverage Δ
agents 63.55092% <ø> (-0.42722%) ⬇️
cctp-relayer 64.77080% <ø> (?)
core 63.47242% <ø> (-0.12206%) ⬇️
ethergo 63.37853% <ø> (-0.05558%) ⬇️
explorer 54.57836% <ø> (ø)
git-changes-action 60.74313% <ø> (ø)
omnirpc 64.71893% <ø> (ø)
release-copier-action 19.86301% <ø> (ø)
tools 21.72452% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 47 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

`
<h1>Invalid Params</h1>
<hr/>
<b>Ensure that your request matches the following format: /swap?chain=1&fromToken=USDC&toToken=DAI&amount=100</b>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably want /swapTxInfo instead of /swap here right?

@dwasse
Copy link
Collaborator

dwasse commented Jul 26, 2023

LGTM

@Defi-Moses Defi-Moses merged commit f8efa3d into master Jul 31, 2023
43 of 58 checks passed
@Defi-Moses Defi-Moses deleted the feat/rest-api-upgrade branch July 31, 2023 16:50
abtestingalpha added a commit that referenced this pull request Jul 31, 2023
@bigboydiamonds bigboydiamonds restored the feat/rest-api-upgrade branch July 31, 2023 21:17
trajan0x added a commit that referenced this pull request Aug 1, 2023
trajan0x added a commit that referenced this pull request Aug 1, 2023
This reverts commit f8efa3d.

Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants