Mark Tyneway

Results 344 comments of Mark Tyneway

Please reopen this if its still an issue, a lot has changed since this was opened. Both macos and linux devs at op labs are able to build without issues

Handling a shutdown gracefully during this is also something to consider

See example `TX.toJSON` with these changes applied: ``` { "hash": "7a03af60884104ef9f27ce0ba11b8f59754bb2585743cbcf76ecd9cc72aafe86", "witnessHash": "91a1360e61826b95531c8ec89d3d62768526125a4737390a16a79a6e272aee51", "mtime": 1570653688, "version": 0, "inputs": [ { "prevout": { "hash": "2dbdf026de53fdde97a932e5cf23f401fb671157666ce1bc1a3c1640071c48b7", "index": 1 }, "witness": [ "654c3fa70b5e3e54b925b97f9cf516066fe2719a83074842b778d1d62501f69a2b59ed279821d8c0e43fc1222e1e7df32dc2c234cff114bf04b0e8688a16ec9401",...

There is no good way to distinguish what actual bitcoin script will be executed without knowing the protocol. People are not going to know to look at line 2200+ in...

The `program` is the script that runs to determine if it is a valid state transition. The `witness` is the initial stack for the VM execution. This happens for every...

I think that the base functionality should be a RPC. Then everybody has the functionality built into the daemon without needing to install another package for the plugin. I think...

This was started here: https://github.com/handshake-org/hsd/pull/109

> How do you feel about a rpc like listnametypes which help the user get a list of currently supported types? Would this accept a name and return a list...

Now that I've thought about it more, I'd rather make this an HTTP endpoint rather than an RPC. For people that already have a DNS over HTTPS setup, it would...