jseagrave21

Results 47 comments of jseagrave21

@hal0x2328 I am having trouble recreating your error. I changed the attribute unittests in test_send_commands.py to: ``` def test_attributes(self): nodemgr = NodeManager() nodemgr.reset_for_test() nodemgr.nodes = [NeoNode(object, object)] with patch('neo.Network.node.NeoNode.relay', return_value=self.async_return(True)):...

@hal0x2328 I confirmed the behavior and am pushing a possible solution now

@hal0x2328 could you confirm this issue is resolved?

@ixje perhaps this could be improved with better documentation in https://github.com/CityOfZion/neo-privatenet-docker. I was caught off guard originally because I have been using the privatenet without any additional steps since I...

@ixje Could you take a look at https://github.com/jseagrave21/neo-python/blob/raw-transaction-class/neo/Core/TX/RawTransaction.py and let me know what you think? You can see from the commit description that I haven't included any coverage but I...

@ixje Thank you for the quick feedback. I will keep working on this and hopefully I will be able to merge it with the exposed lightweight API when it is...

@ixje I made the corrections per your feedback and have now verified Contract and Claim Functionality. Please see the description for commit https://github.com/CityOfZion/neo-python/commit/db1c1e726b8b6a8e248aea9b8f20bb6f807e26ff

Token Transfers are now supported. See ac929933558aae5cdc0fc00f73d932bbca004c3f

Importing raw transaction is now supported. See 4d78a5f7ccac9493099919224c5c2062a34689d4 @ixje I think all of the original objectives for this issue have been met. Please review and let me know what you...

@ixje offline multi-sig is now fully supported and most feedback was implemented in ceb091821b0c07dec743c0e01a0eb73b68b8ac12. With @lock9's help, `SourceAddress` was split into `Address` and `Network` and the testnet is now the...