vyzo
vyzo
wait, why does it panic if it checks already? Or is that check causing the panic? In that case yes, we are already paying the prohibitive cost and doing the...
something or other people call it a fast language? :) Joking aside, there has to be a way to do a single check upfront somehow.
hasnt been merged yet and i want to do the refactoring we discussed first, but yes, it will be fixed.
I dont think we should be in the business of transforming input, especially in the absence of metadata. Also it is not necessary that the contract is written in solidity.
Migration Steps: - go-state-types: move current v8 hacky patches to v10 - filecoin-ffi: introduce multi version fvm, dispatching on network/actors version - lotus: ready new branch (to avoid disrupting wallaby),...
well, we probably should still check on configure for this, so lets leave it open.
Note that we are using copycat-1.1.4, which is the current release.
An update about further problems; We implemented a simple workaround which would cancel pending recoveries when this event happened, and proceed to reconnect the client. This works for a while,...
The historical reason why we are not using the automated recovery is that it would generate an IllegalStateException and fail to properly shutdown when the client was disconnected by calling...