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(jellyfish-crypto): add fromAddress to convert eth address into script #2134

Merged
merged 5 commits into from
Aug 7, 2023

Conversation

lykalabrada
Copy link
Contributor

@lykalabrada lykalabrada commented Jul 31, 2023

What this PR does / why we need it:

To get EVM script for an ETH address that is not owned by the same wallet. Will be used on the transferDomain transaction builder that only accepts script as address

Which issue(s) does this PR fixes?:

Fixes DFC-170

Additional comments?:

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for jellyfishsdk ready!

Name Link
🔨 Latest commit ce23863
🔍 Latest deploy log https://app.netlify.com/sites/jellyfishsdk/deploys/64d087ed95520a0008707d7b
😎 Deploy Preview https://deploy-preview-2134--jellyfishsdk.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added area/packages kind/feature New feature request labels Jul 31, 2023
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #2134 (ce23863) into main (26a7b82) will increase coverage by 0.23%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2134      +/-   ##
==========================================
+ Coverage   91.33%   91.57%   +0.23%     
==========================================
  Files         371      371              
  Lines       11180    11188       +8     
  Branches     1452     1453       +1     
==========================================
+ Hits        10211    10245      +34     
+ Misses        931      907      -24     
+ Partials       38       36       -2     
Files Changed Coverage Δ
packages/jellyfish-address/src/eth.ts 100.00% <100.00%> (ø)
packages/jellyfish-address/src/index.ts 97.87% <100.00%> (+0.04%) ⬆️

... and 66 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

Docker build preview for jellyfish/apps is ready!

Built with commit 31d61d7

  • ghcr.io/birthdayresearch/legacy-api:pr-2134
  • ghcr.io/birthdayresearch/playground-api:pr-2134
  • ghcr.io/birthdayresearch/status-api:pr-2134
  • ghcr.io/birthdayresearch/whale-api:pr-2134

You can also get an immutable image with the commit hash

  • ghcr.io/birthdayresearch/legacy-api:31d61d7be7fbea79f5a06a32445ebe7b86097924
  • ghcr.io/birthdayresearch/playground-api:31d61d7be7fbea79f5a06a32445ebe7b86097924
  • ghcr.io/birthdayresearch/status-api:31d61d7be7fbea79f5a06a32445ebe7b86097924
  • ghcr.io/birthdayresearch/whale-api:31d61d7be7fbea79f5a06a32445ebe7b86097924

@lykalabrada lykalabrada marked this pull request as ready for review August 1, 2023 06:11
canonbrother
canonbrother previously approved these changes Aug 2, 2023
pierregee
pierregee previously approved these changes Aug 2, 2023
packages/jellyfish-crypto/package.json Outdated Show resolved Hide resolved
@lykalabrada lykalabrada self-assigned this Aug 7, 2023
@thedoublejay thedoublejay merged commit 5086a59 into main Aug 7, 2023
32 checks passed
@thedoublejay thedoublejay deleted the lyka/evm-addr-to-script branch August 7, 2023 07:35
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.

6 participants