Proto commits in spesmilo/electrum

These 5 commits are when the Protocol Buffers files have changed:

Commit:42ad18b
Author:SomberNight
Committer:SomberNight

rm bip70 support - could not find a single project that still actually cares about bip70 [0] - well except maybe BitPay. - but I cannot test with BitPay: - they have a testnet3 staging environment on test.bitpay.com - but the SSL cert they use for bip70 has expired in 2021 - the webUI probably also has not been updated since then... - they claim to have added LN support in 2022 in a blog post, but it's not there on test.bitpay.com - on mainnet, they require KYC before payment - < ... angry noises > - their loss then, I don't care. - this is code that no one wants to maintain - this does not yet delete the signed bip70 payment data for historical txs - but it is no longer possible to export it from the GUI [0]: https://bitcoinops.org/en/topics/bip70-payment-protocol/

This commit does not contain any .proto files.

Commit:2a9ec07
Author:hishope

chore: fix 404 status URL Signed-off-by: hishope <csqiye@126.com>

The documentation is generated from this commit.

Commit:097ac14
Author:Janus
Committer:Janus

file reorganization with top-level module

Commit:017cef8
Author:linuxdaddy
Committer:GitHub

Update paymentrequests.proto Was installing electrum on my Kali Linux and when running this command: protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto i got the following error: [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file: paymentrequest.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.) Fixed it myself and wanted to share it for people that might have the same issue.

Commit:f004dff
Author:ThomasV

adding initial bip70 script (wozz)