Alexander Shustanov
Alexander Shustanov
The blockchain is used by the Vessel network to maintain an active registry of digital goods in mobile apps.
https://doc.cuba-platform.com/manual-7.0/screen_mixins.html It is very convenient to extend screen mixins from `com.haulmont.cuba.gui.screen.FrameOwner`, as in this case we can get screen extensions with ```java Extensions.get(this, DeclarativeLoaderParametersState.class) ``` In all provided examples the...
Kotlin support should be available since 7.2
org.web3j.evm.InMemoryBesuChain#createPendingBlockHeader creates block with incorrect timestamp Block timestamp should be in seconds Thereby, now it is impossible (or very hard) to test the contracts, that relies on block timestamp.