- changed Omni schema, propertyid is now Long
- changed Ethereum syntax got rid of getNextBlockHash (not implemented yet)
- added Ethereum
- added Ethereum block and transactions codec and syntax
- added Omni field confirmations
- added Omni field invalidreason
- removed implicit config
- add optional onRetryError: (hostId, exception) => IO.unit callback
- handle ConnectException with failover
- changed env flag for hosts BITCOIN_RPC_HOST -> BITCOIN_RPC_HOSTS
- added feature to add multiple hosts as fallback (not getNextBlockHash yet)
- interface changed for instantiating Bitcoin etc. provide sequence of fallbacks
- added getNextBlockHash for Omni
- added getBlockByHeight for Omni
- removed logback.xml from resources
- added omni methods
- added new API interface, resources etc.
- added EnvConfig for fast configuration
- added optional parameters to make function
- added various examples for usage
- added more details in README.md
- added batching of requests
- added getTransactions method
- added logging subsystem, log to DEBUG
- added input fields txid, vout, scriptSig for TransactionResponse inputs
- changed coinbase fields to be optional
- added version and hash to TransactionResponse
- added getBlock by height