lian / bitcoin-ruby

bitcoin utils and protocol in ruby.
Other
922 stars 322 forks source link

Add to_json* / from_json* Deprecation Warnings #281

Open etscrivner opened 5 years ago

etscrivner commented 5 years ago

Addresses the first half of #267

Add deprecation warnings on Bitcoin::Protocol::Tx#to_json(_file) as well as to Bitcoin::Protocol::Block#to_json(_file).

This causes the tests to display a lot of warnings and the tests and examples using these methods must also be removed / revised once they are gone for good.