-
Notifications
You must be signed in to change notification settings - Fork 29
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
GH-672: payment adjuster infrastructure #348
Conversation
…lved for the time being
…implemented for a try
… features that are missing here
… tests for BlockchainInterfaceClandestine should be made first
…nterfaceClandestine
… responsibility of the estimated gas limit from BchI to Chain
…gas price used for generating hashed transactions
GH-600: Add get_block_number GH-600: Address PR feedback GH-585: Experiment with adapting test for platform specific error codes GH-585: Provide Windows platform specific error code and message GH-600: Rebase master into branch
* Starts Accountant * Adds Receivables scan timeout (may become a configuration parameter in another card) * Stores `max_block_count` in the config table when processing error messages providing a limit * Adds Max Block Count to configuration response * Increments CURRENT_SCHEMA_VERSION * Adds schema migration for `max_block_count` * Improves blockchain scan error handling and logging
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.
I have reviewed the modifications in the following commits, and they exclusively involve straightforward name changes that are more generic in nature.
node/src/blockchain/blockchain_interface/blockchain_interface_web3/mod.rs
Show resolved
Hide resolved
self.handle_scan( | ||
Self::handle_request_balances_to_pay_payables, | ||
Self::handle_payable_payments_setup_msg_payload, |
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.
Bad name
node/src/blockchain/blockchain_interface/blockchain_interface_web3/mod.rs
Show resolved
Hide resolved
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.
🫠
No description provided.