bitcoin-ruby
bitcoin-ruby copied to clipboard
Add to_json* / from_json* Deprecation Warnings
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.