Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Feat/clean dependencies #639

Merged
merged 3 commits into from
Nov 7, 2023
Merged

Conversation

Eikix
Copy link
Member

@Eikix Eikix commented Nov 7, 2023

Time spent on this PR:

Resolves: #637

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

@Eikix Eikix requested a review from ClementWalter as a code owner November 7, 2023 09:42
@Eikix Eikix force-pushed the feat/clean_dependencies branch from 570491c to 28636f6 Compare November 7, 2023 10:36
@Eikix Eikix force-pushed the feat/clean_dependencies branch from 28636f6 to 2905ab5 Compare November 7, 2023 10:45
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Attention: 380 lines in your changes are missing coverage. Please review.

Comparison is base (71506a8) 23.17% compared to head (2905ab5) 72.87%.
Report is 243 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #639       +/-   ##
===========================================
+ Coverage   23.17%   72.87%   +49.69%     
===========================================
  Files           9       45       +36     
  Lines        1247     4140     +2893     
===========================================
+ Hits          289     3017     +2728     
- Misses        958     1123      +165     
Files Coverage Δ
crates/core/src/models/signature.rs 100.00% <100.00%> (ø)
crates/core/src/models/transaction.rs 89.51% <ø> (ø)
crates/core/src/models/transaction_receipt.rs 97.02% <ø> (ø)
crates/eth-rpc/src/api/alchemy_api.rs 100.00% <ø> (ø)
crates/eth-rpc/src/api/eth_api.rs 100.00% <ø> (ø)
crates/eth-rpc/src/api/net_api.rs 100.00% <ø> (ø)
crates/eth-rpc/src/api/web3_api.rs 100.00% <ø> (ø)
crates/eth-rpc/src/config.rs 100.00% <ø> (ø)
crates/eth-rpc/src/lib.rs 93.33% <ø> (ø)
crates/eth-rpc/src/main.rs 0.00% <ø> (ø)
... and 35 more

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

Copy link
Contributor

@greged93 greged93 left a comment

Choose a reason for hiding this comment

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

lgtm

@greged93 greged93 added this pull request to the merge queue Nov 7, 2023
Merged via the queue into kkrt-labs:main with commit d640446 Nov 7, 2023
9 checks passed
anukkrit149 pushed a commit to karnotxyz/kakarot-rpc that referenced this pull request Aug 9, 2024
Time spent on this PR: 0.2

## Pull request type

Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [x] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?

No Docker image for just deploying the kakarot contracts to a given
network.

## What is the new behavior?

Added a deployer image such that

```bash
docker run -e SHARINGAN_ACCOUNT_ADDRESS= -e SHARINGAN_PRIVATE_KEY= -e SHARINGAN_RPC_URL= deployer
```

will deploy Kakarot to the given `SHARINGAN_RPC_URL` network, using as
deployer `SHARINGAN_ACCOUNT_ADDRESS` with private key
`SHARINGAN_PRIVATE_KEY`.

## Other information
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dev: clean up dependencies
2 participants