Nathaniel Hourt

Results 58 comments of Nathaniel Hourt

The dual arguments lists have now been replaced by a conceptually simpler, single key-value map of arguments. I've also replaced the `tap_unlock` operation with the more general `tank_query` operation which...

> For me, this doesn't quite answer the question. Since the tank object already keeps a share_type deposit_amount, what does specifying it in the destroy operation achieve? Are there situations...

It's certainly doable, although there wouldn't be any kind of smart-contracted verification of the proofs. I suppose if there were, you could omit the multisig oracle altogether. It might be...

> This BSIP was to be considered to be put up for voting. Is the HTLC discussion and the BSIP itself finalized from your point of view? Yes, I consider...

A complete implementation of Tanks and Taps is now available [here](https://github.com/bitshares/bitshares-core/compare/hardfork...nathanhourt:tnt).

Based on testing, I have decided to make a minor, but important modification to the TNT protocol. The motivation for this change is that, with features facilitating greater automation of...

Right, I would like to avoid deprecating operations as well, but only `account_update_operation` has the field to be removed as an optional. So it doesn't have to be deprecated, we...

They're missing a lot of things; I omitted everything that wasn't salient to the BSIP discussion to keep the code clean and easy to read. I'll add all the boilerplate...

...I am most definitely not going to implement that.