Skip to content

Conversation

@Arondondon
Copy link
Collaborator

In addition, "snet channel" section has changed, since the need for the concept of initialized channels has disappeared.

contract_events = map(lambda e: e["name"], filter(lambda e: e["type"] == "event", self.abi))
for contract_event in contract_events:
events.extend(getattr(self.contract.events, contract_event)().process_receipt(receipt))
events.extend(getattr(self.contract.events, contract_event)().process_receipt(receipt, errors=DISCARD))
Copy link
Member

@kiruxaspb kiruxaspb Oct 29, 2024

Choose a reason for hiding this comment

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

Here we ignoring UserWarnings from Web3, more about here.

Copy link
Member

@kiruxaspb kiruxaspb left a comment

Choose a reason for hiding this comment

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

Need to add backward compatibility with configurations created by older versions of the CLI.

kiruxaspb and others added 2 commits November 8, 2024 13:46
with configs created older CLI versions
…ith-configs-created-older-versions

Added backward compatibility
@kiruxaspb
Copy link
Member

Need to add backward compatibility with configurations created by older versions of the CLI.

Added in #524

@kiruxaspb kiruxaspb merged commit 9f27c41 into development Nov 11, 2024
@Arondondon Arondondon deleted the predev-channels-caching branch December 12, 2024 07:50
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.

4 participants