90K2

Results 7 issues of 90K2

I have default and working setup ``` implementation("com.google.code.simple-spring-memcached:spring-cache:4.1.3") implementation("com.google.code.simple-spring-memcached:xmemcached-provider:4.1.3") ``` with config : ``` @Configuration @EnableCaching class LocalSSMConfiguration : AbstractSSMConfiguration() { @Value("\${app.settings.cache.memcache-endpoint}") private val memCacheConnection: String = "" @Bean override...

type:bug

TESTNET get block 0:11959898 is block coroutine by `CellType.LIBRARY_REFERENCE -> TODO()` or this block seqno `liteClient.getBlock(TonNodeBlockId(0, Long.MIN_VALUE, 11996799))` lead to exception ` kotlin.NotImplementedError: An operation is not implemented. at org.ton.cell.CellBuilderImpl.build(CellBuilder.kt:266)...

- add into `org.ton.contract.SmartContract#runGetMethod` optional lastBlock? = null argument for multiple same-type requests in context of same block - allow to override `code` of any SmartContract

!!! TESTNET !!! ```kotlin import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.runBlocking import org.junit.jupiter.api.Test import org.springframework.boot.test.context.SpringBootTest import org.springframework.test.context.ActiveProfiles import org.ton.api.liteclient.config.LiteClientConfigGlobal import org.ton.api.liteserver.LiteServerDesc import org.ton.api.pub.PublicKeyEd25519 import org.ton.api.tonnode.TonNodeBlockId import org.ton.api.validator.config.ValidatorConfigGlobal import org.ton.crypto.base64 import org.ton.lite.client.LiteClient class Test...

Sample: ``` import org.junit.jupiter.api.Test import org.ton.bitstring.BitString import org.ton.block.* import org.ton.cell.Cell import org.ton.cell.CellBuilder import org.ton.contract.wallet.WalletTransfer import org.ton.hashmap.HashMapE import org.ton.tlb.CellRef import org.ton.tlb.constructor.AnyTlbConstructor import org.ton.tlb.constructor.tlbCodec import org.ton.tlb.storeTlb import org.ton.tlb.storeRef class HashMapTest { fun...

Hello guys thanks for your afforts Recently I've tried to build your project and has been faced with some diffcuilts that should be fixed. I would like to - update...