You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Catch web3 tx not found exception (API changed in versions > 5.0.0)
* Fix missing one_minus_ones elements
* Refresh the cache of preprocessed elements after the writing to file
step is done. There was a line `pp_elements.init_mixins()` which looks
like it was expected to do something similar but the method
(`init_mixins()`) does not exist. Perhaps it can be implemented in the
future.
Related to initc3#425
sbellem
added a commit
to sbellem/HoneyBadgerMPC
that referenced
this issue
May 13, 2020
* Catch web3 tx not found exception (API changed in versions > 5.0.0)
* Fix missing one_minus_ones elements
* Refresh the cache of preprocessed elements after the writing to file
step is done. There was a line `pp_elements.init_mixins()` which looks
like it was expected to do something similar but the method
(`init_mixins()`) does not exist. Perhaps it can be implemented in the
future.
Related to initc3#425
* Catch web3 tx not found exception (API changed in versions > 5.0.0)
* Fix missing one_minus_ones elements
* Refresh the cache of preprocessed elements after the writing to file
step is done. There was a line `pp_elements.init_mixins()` which looks
like it was expected to do something similar but the method
(`init_mixins()`) does not exist. Perhaps it can be implemented in the
future.
Related to #425
Note that there's already a work-in-progress PR (:#424) for this but this issue will serve as some kind of checklist of things that need to be done.
Make sure that the Asynchromix example, which uses Ethereum as an MPC coordinator, works as expected. In that process, also document the app a bit. Some documentation can be added to https://github.com/initc3/HoneyBadgerMPC/tree/dev/apps/tutorial#iii-blockchain-integration.
Some notes
The class
web3.contract.ConciseContract
"is deprecated in favor of theContractCaller
API or the verbose syntax."ContractCaller
API or the verbose syntax instead ofConciseContract
. See the deprecation notes and theContractCaller
docs for help.Perhaps not essential but would be nice ...
The text was updated successfully, but these errors were encountered: