shigeyuki azuchi

Results 23 issues of shigeyuki azuchi

Definition of [BOLT#2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-funding_signed-message): > 1. type: 35 (funding_signed)

This library depends on `http` gem. So it's dependency move to gemspec from Gemfile.

Upgrade tapyrus-builder and tapyrusd container images to Ubuntu 22.04 base.

Introducing the dumptxoutset RPC added to Bitcoin Core. https://github.com/bitcoin/bitcoin/pull/16899

enhancement

Similar to Bitcoin, multiple parent-child transactions can be tested using `testmempoolaccept` RPC.

enhancement

After #284, similar to Bitcoin, multiple parent-child transactions can be accepted and enter local mempools. However, the atomicity of accepting all or none of the specified transactions must be guaranteed.

enhancement

Allow arbitrary data to be registered for Tx outputs. Until now, metadata has been added by adding OP_RETURN for layer 2 protocols, etc., but it would be useful for these...

Support tracing using USDT like Bitcoin Core. https://github.com/bitcoin/bitcoin/blob/master/doc/tracing.md

In tapyrus, we do not use segwit, but some segwit code still remain. In particular, some test code depends on segwit-based test data, so segwit is enabled only during testing....

enhancement