Skip to content

rotki improvements - #343

Closed
yabirgb wants to merge 1 commit into
ApeWorX:mainfrom
rotki:changes
Closed

rotki improvements#343
yabirgb wants to merge 1 commit into
ApeWorX:mainfrom
rotki:changes

Conversation

@yabirgb

@yabirgb yabirgb commented Aug 24, 2026

Copy link
Copy Markdown
  • ckzg is optional instead of a runtime dependency. Standard account, message, and transaction
    signing works without installing it. Blob transaction commitment and proof generation requires
    installing the package with the ckzg extra: eth-account[ckzg].
  • ckzg is imported only when blob commitments or proofs are generated, so importing
    eth_account does not require the native extension.
  • The minimum eth-utils version is 5.3.1, allowing the fork to coexist with packages that have
    not yet adopted eth-utils 6.
  • CI runs linting, type checks, documentation checks, and tests on Python 3.14 only. The package
    metadata continues to allow Python 3.10 and newer, but those older versions are not tested by
    this fork's CI.

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.

1 participant