ixje

Results 189 comments of ixje

> So it uses pinging to query its neighbors about their current height to see if it can request a new block from someone (or maybe not, consensus might be...

Totally agree with this and (and #1891, #1883 for that matter). No point in having manifest descriptions that are not used to validate the real data.

`dumpprivkey` is a method asking for trouble so that not being part of the default JSON RPC API is fine. The idea is that anyone who coded something against the...

All good. Just waiting for a response from @localhuman @metachris on the documentation duplication https://github.com/CityOfZion/neo-python/pull/664#pullrequestreview-165225000

@localhuman I'm cannot tell in what direction "looks good to me" points. Where I tagged you and Chris is with my idea: > I'm leaning towards referring to the offical...

I think `ExtendedJsonRelated` documentation should be moved close to the source. So have a readme for new function and what output it produces together with e.g. the rpc-plugin. I'm still...

please describe the exact commands you used to build and deploy and to which network (private net, testnet?). It sounds like you're either doing a test invoke without actually permanently...

which exact `neo-python` version are you using? You can type `np-prompt --version` assuming you followed the default installation instructions. Otherwise try `cat neo/__init__.py`

* Have you tried attaching extra gas on the deploy transaction? Shouldn't be required but worth a try. * For your checkwitness problem you'll have to add a transaction attribute....

> > * Have you tried attaching extra gas on the deploy transaction? Shouldn't be required but worth a try. > > no. how would I do that with neopy...