Repository: https://github.com/inertia186/radiator In addition to bug fixes and general identifier name changes for Hive assets, this version of Radiator now incorporates `hive-ruby` as the primary basis for interacting with the blockchain. So why use Radiator at all when you can just use the `hive-ruby` gem directly? Well, that's because Radiator can do failover as well as access the Hive Engine API. Not only that, Radiator can also still work with Steem (and Steem Engine), if you're into that sort of thing. To update your applications: ```bash bundle update ``` #### Changes in v0.4.8 * Eclipse Update * Now wrapping [`hive-ruby`](https://gitlab.syncad.com/hive/hive-ruby) and [`steem-ruby`](https://github.com/steemit/steem-ruby) #### Changes in v0.4.7 * Added `attr_reader` for `Radiator::Type::Amount` [#28](https://github.com/inertia186/radiator/issues/28) * Added restful fallback for `get_transaction` during `recover_transactions_on_error` * Fix beneficiary serialization (thanks @eonwarped) #### Changes in v0.4.6 * Added health check and persist option #### Previous Changes - [Radiator v0.4.5 - Engine Support](https://hive.blog/utopian-io/@inertia/radiator-v0-4-5-steem-ruby-api-client-steem-engine-support) - [Radiator v0.4.0 - AppBase Update](https://hive.blog/radiator/@inertia/radiator-v0-4-0-steem-ruby-api-client-appbase-update) - [Radiator v0.3.0 - Now With Failover Support](https://hive.blog/radiator/@inertia/radiator-v0-3-0-steem-ruby-api-client-update-now-with-failover-support) #### Github https://github.com/inertia186

See: Radiator v0.4.8 - Hive Ruby API Client: Eclipse Update by @inertia