ixje
ixje
I think it might look like a plateau because once the local chain is fully synced the cache will grow slower. So it probably looks like it stops but just...
note to self; check `ceil` and gas change impact
I think you're trying to resolve it in a too narrow context. Normally, it's good to not catch exceptions too 'broad', to make sure you don't have hidden issues. In...
👌 ping @jseagrave21 to avoid double work; as you also indicated you might want to pick this up.
I think it might be good to support the old format. There might be old tutorial out there that still use it, or people might prefer it (as it's less...
See here: https://neo-project.github.io/global-blockchain-compliance-hub/
I see your point. I think we need to split the discussion then > (1)compliance hub should have a dedicated STO folder for updating seems to fit best at https://github.com/neo-project/global-blockchain-compliance-hub...
@cloud8little thank you for the quick response. In preview5 to send 1000 NEO and 1000 GAS we used the following RPC command ``` curl -d ' { "jsonrpc": "2.0", "method":...
@cloud8little it seems that I do have to change the amount in the request body. Only if I do `sendmany` with an amount of `100000000000` will I get 1000 GAS...
@cloud8little that PR does not seem to fix the issue with `sendmany` RPC call. I still have to use `100000000000` in order to receive `1000` GAS 😕