Frank V. Castellucci

Results 69 comments of Frank V. Castellucci

@tnowacki Can you elaborate what the bug is? How will things change when the PR is merged?

@tnowacki I either use - The tx_bytes return from calling said type (`sui_transferObject`, etc,) and just slice off the last 97 bytes as I provided that hint above. Hack really,...

@tnowacki Yes, I have both single and batch working ok, of course Publish, PaySui and PayAllSui are not working yet. Is there a PR for these?

@Wangmmx You may have found this already but (using testnet schema) on digest `"BJYyvkTgZBuMgBx8MmgcGtBTYqYZwpFQcc2YHZq4A6Z8"` In the TransactionBlock's effects in the objectChanges nodes, note the input and output version numbers: ```...

@Wangmmx Above is stale in the sense that you can add the 'object_id' of interest to the `transactionBlocks` query and pass in the object_id for which to fetch all transactions...

Take a look at [pysui](https://github.com/FrankC01/pysui)

@ooeooo `pysui` does not use private keys unless you want to do so.

@rvantonder As far as adding params in `sui_publish` to reflect same as CLI, should I open different issue?

@amnn Sounds fine and I understand the 'client' side behavior. BTW: The original issue was user error. Feel free to close this issue.

My 0.02: Expressiveness trumps simplicity in this case besides, tools can work the usability end on client side. As far as expressiveness you are then faced with how the declarations...