Skip to content

Deprecate chain.cpp in favor of new proxy interface #254

@maltemoeser

Description

@maltemoeser

As mentioned in #237, we can deprecate/remove chain.cpp.filter_tx in favor of the new proxy interface

# old
chain.cpp.filter_tx("fee(tx) > 10000000", 0, len(chain))

# new
chain.blocks.txes.where(lambda tx: tx.fee > 10000000)

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixed-in-v0.6This issue has been resolved in the development version (available on the v0.6 branch)pythonIssue related to the Python interface

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions