ixje
ixje
@fyrchik no worries. I ended up doing just that. Seems too unpredictable to run a library so better just port it.
> `findstates` can probably be used as well, though that'd be a bit more involved. To elaborate a bit on the steps, as I recently needed this myself, and is...
If there are any concerns that I've missed please discuss here, even if you encounter them during implementation (assuming you will implement). I'll track this issue so I can potentially...
Something I just realized (and don't have a solution for yet) that I thought was worth adding to the discussion is 1. needs to also work in multi-node setup (doable)...
I slept on it and I think we might be able to solve the chain replication with a [P2P plugin]( https://github.com/neo-project/neo/blob/2a64c1cc809d1ff4b3a573c7c22bffbbf69a738b/src/neo/Plugins/IP2PPlugin.cs#L26). We can put the contractstate + storage in a...
Can we please include https://github.com/neo-project/neo-vm/pull/493
> My current list (up to 2215218 height) is: Very useful. I created an issue internally to address the Bool - Integer conversion and then for the contracts created with...
> Normalizing in compiler is an option too, even a better one, it's just that it requires contract updates and I'm not sure it can be done in timely manner...
ah I see. I thought `runtime.log` was writing elsewhere (didn't look at the implementation). Feels like we kind of need `opcode.ABORT_WITH_REASON`, no?
> Log messages are not saved, they're only visible in the node logs: > > ``` > Sep 27 08:55:17 kaede neogo-testnet-rpc[417627]: 2022-09-27T08:55:17.183Z INFO runtime log {"tx": "4d3b13fb5435e3f4cb1540aee14fec9f664a5b6a1a7f2af20e2afc93cd8016d9", "script": "c8eb9fb6ea68798a7bc473f3b8bcb3555d6f5da7",...