-
Notifications
You must be signed in to change notification settings - Fork 53
Predev channels caching #517
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
Conversation
Patch 2.1.4 - Reducing the default parameter payment-channel-connection-timeout from 100 seconds to 7 seconds
Added FileCoin storage provider for services metadata and files
Merge to predev
…ng" field in metadata.
Hide UserWarnings at the time the logs processing
| 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)) |
There was a problem hiding this comment.
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.
…dded "filecoin_api_key" option to "unset" command.
kiruxaspb
left a comment
There was a problem hiding this 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.
with configs created older CLI versions
…ith-configs-created-older-versions Added backward compatibility
Added in #524 |
In addition, "snet channel" section has changed, since the need for the concept of initialized channels has disappeared.