Results 746 comments of Roman Khimov

> This is because levelDB would need Have you tried testing against RocksDB? > (1) Judge whether ValidUntilBlock - Transaction.MaxValidUntilBlockIncrement >= CurrentSnapshot.Height - N > (2) If satisfied, check whether...

> For transactions fulfilling step (2) we don't need to check step (3) OK, my initial thought was that it's a fail-fast route basically, but upon reviewing the condition number...

If I'm a `CONTRACT_A` user (caller), how do I know when should I use `CalledByEntry` or `CustomContracts`? I have no idea what's going on inside of it and usually I'm...

BTW, this can probably be solved if we're to modify the entry script and `finish` method. Currently `finish` invokes callback directly, but it can instead return contract hash, method and...

A counter-example: `Entry -> A -> B -> Oracle` with `CalledByEntry` scope and callback in `B`.

In some way it comes from RFC 7159, but at the same time given our use case with lots of huge integers this limit is well, too limiting, see #2082...

>> plugin could and might work in different network with the node > > Hmmm, I can't figure out a situation where I need that feature. NeoFS. C# implementation of...

UTXO is gone, maybe we close this now.

> I provide special .dll, .so, or any other binary/code extension into their wallet (or some script?), that is invoked just for their operations 1. Won't work with any non-C#...

> Supporting POST in the oracle will cause the same data to be posted to the server multiple times. Yes. And in many cases it's just not a problem. I...