[bitcoin-dev] bips.txt format for all Bitcoin projects

2020-10-26 Thread Prayank via bitcoin-dev
Hello Everyone, What? Can we request all Bitcoin projects to create a file 'bips.txt' with a format that describes all the BIPs used in the project? How? The file can be uploaded to the root of website used for the project. For example: BTCPay can have this file at:  

Re: [bitcoin-dev] BIP draft: BIP32 Path Templates

2020-10-26 Thread Dmitry Petukhov via bitcoin-dev
I have added a Python reference implementation of BIP32 path templates, that is also compatible with micropython: https://github.com/dgpv/bip32_template_python_implementation The FSM formal spec has received a small corrections since the announcement, and the reference implementations (C and