Evgeny Kuzyakov

Results 25 comments of Evgeny Kuzyakov

Blocked on new Economics. It's still unclear how gas price should be determined.

We've had a discussion with @bowenwang1996 and came with slightly different mechanism. We should introduce a gas refund receipt cost (about 650Ggas, see below) and "Gas over-attaching penalty". The penalty...

It's only enabled for read-rpc. I think nearcore can be upgraded to support batch RPC as well, but it requires extra work

Wrap tigers into a TigerList object and problem solved. It's an AssemblyScript issue, since it doesn't expose arrays basic types at the pre-compile time, so we can't build serializer and...

Instead of casting entire vector to array, we should instead expose a getRange (or getSubarray) function, that takes (index, length) and returns an array of [index,index+length) elements. By default it...