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

fix(katana-contracts): update piltover #2980

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

glihm
Copy link
Collaborator

@glihm glihm commented Feb 2, 2025

@kariy this PR contains the contract class built on your PR cartridge-gg/piltover#5 rebased on main.

Also added katana init --list and katana init --show-config <chain_id> which I found useful for dev purposes. At your consideration if they are worth being kept. Feature added in #2983 .

Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.99%. Comparing base (e823d42) to head (9152f2c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2980   +/-   ##
=======================================
  Coverage   56.99%   56.99%           
=======================================
  Files         425      425           
  Lines       56303    56303           
=======================================
+ Hits        32088    32089    +1     
+ Misses      24215    24214    -1     

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

Comment on lines 28 to 32
pub struct InitArgs {
#[arg(long)]
#[arg(default_value = "false")]
#[arg(help = "List the chain configs available locally.")]
pub list: bool,
Copy link
Member

Choose a reason for hiding this comment

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

I already added a dedicated command for managing config files #2972. Let's move this over there instead.

@kariy kariy force-pushed the katana/piltover-update-deser branch from 50f0094 to 3a4ffb3 Compare February 2, 2025 18:47
@kariy kariy changed the title fix(katana-contracts): update piltover and add dev options to katana init fix(katana-contracts): update piltover Feb 2, 2025
@kariy kariy force-pushed the katana/piltover-update-deser branch from ae75910 to 9152f2c Compare February 3, 2025 03:20
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