Skip to content

Commit

Permalink
Remove BIP-70 Payment Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Dec 16, 2023
1 parent d16c3b9 commit 32c180f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 269 deletions.
1 change: 0 additions & 1 deletion bitcoinrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'eventmachine_httpserver'
spec.add_runtime_dependency 'iniparse'
spec.add_runtime_dependency 'siphash'
spec.add_runtime_dependency 'protobuf', '3.8.5'
spec.add_runtime_dependency 'json_pure', '>= 2.3.1'
spec.add_runtime_dependency 'bip-schnorr', '>= 0.5.0'
spec.add_runtime_dependency 'base32', '>= 0.3.4'
Expand Down
1 change: 0 additions & 1 deletion lib/bitcoin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module Bitcoin
autoload :RPC, 'bitcoin/rpc'
autoload :Wallet, 'bitcoin/wallet'
autoload :BloomFilter, 'bitcoin/bloom_filter'
autoload :Payments, 'bitcoin/payments'
autoload :PSBT, 'bitcoin/psbt'
autoload :GCSFilter, 'bitcoin/gcs_filter'
autoload :BlockFilter, 'bitcoin/block_filter'
Expand Down
15 changes: 0 additions & 15 deletions lib/bitcoin/payments.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/bitcoin/payments/output.pb.rb

This file was deleted.

26 changes: 0 additions & 26 deletions lib/bitcoin/payments/payment.pb.rb

This file was deleted.

17 changes: 0 additions & 17 deletions lib/bitcoin/payments/payment_ack.pb.rb

This file was deleted.

24 changes: 0 additions & 24 deletions lib/bitcoin/payments/payment_details.pb.rb

This file was deleted.

79 changes: 0 additions & 79 deletions lib/bitcoin/payments/payment_request.pb.rb

This file was deleted.

18 changes: 0 additions & 18 deletions lib/bitcoin/payments/x509_certificates.pb.rb

This file was deleted.

68 changes: 0 additions & 68 deletions spec/bitcoin/payments_spec.rb

This file was deleted.

0 comments on commit 32c180f

Please sign in to comment.