Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.0.0...v3.0.0) (2021-07-09) ### Bug Fixes * **camelcase:** add deep flag so it transfor nested objects too ([ddeaadd](ddeaadd)) * fix contract ([a25886f](a25886f)) * fix types to allow the objects ([0da4130](0da4130)) * return promise on getNewAddress ([01460a5](01460a5)) ### Features * add addkey ([51f95ae](51f95ae)) * add archivelog ([b948dc2](b948dc2)) * add auditsnapshotaccrual ([046c4c9](046c4c9)) * add auditsnapshotaccruals ([8834777](8834777)) * add comparesnapshotaccrual ([e904d7e](e904d7e)) * add createRawTransaction ([8cb09b8](8cb09b8)) * add currentcontractaverage ([9d02f40](9d02f40)) * add debug ([615255c](615255c)) * add getbestblockhash ([90619f2](90619f2)) * add getblock ([f340db5](f340db5)) * add getblockbynumber ([9991c67](9991c67)) * add getblockchaininfo ([8891fb7](8891fb7)) * add getblockcount ([e04a65c](e04a65c)) * add getblockhash ([6c4f010](6c4f010)) * add getblockstats ([336db25](336db25)) * add getburnreport ([e105996](e105996)) * add getcheckpoint ([342a3ea](342a3ea)) * add getconnectioncount ([b97a942](b97a942)) * add getdifficulty ([70eba29](70eba29)) * add getinfo ([be474a1](be474a1)) * add getnettotals ([9ab6dad](9ab6dad)) * add getnetworkinfo ([6fd7c77](6fd7c77)) * add getNewAddress, getBalanceDetail, getBalance and address related calls ([829e830](829e830)) * add getnewpubkey ([c9c2ed8](c9c2ed8)) * add getpeerinfo ([2cc8ab2](2cc8ab2)) * add getrawmempool ([da8ce00](da8ce00)) * add getrawtransaction ([a4b3ef7](a4b3ef7)) * add getrawwallettransaction ([83207a2](83207a2)) * add getreceivedbyaccount ([41b3cfb](41b3cfb)) * add getreceivedbyaddress ([9c64092](9c64092)) * add getsupervotes ([9a58ef7](9a58ef7)) * add gettransaction ([9d2435d](9d2435d)) * add getunconfirmedbalance ([9e93d7d](9e93d7d)) * add getwalletinfo ([2f9f067](2f9f067)) * add keypoolrefill ([345d81c](345d81c)) * add listaccounts ([7c31c18](7c31c18)) * add listaddressgroupings ([2cd3e3d](2cd3e3d)) * add listbanned ([95dd7d4](95dd7d4)) * add listmanifests ([8c3da81](8c3da81)) * add listprojects ([e2c44ce](e2c44ce)) * add listreceivedbyaddress ([0ffe63f](0ffe63f)) * add listresearcheraccounts ([159f886](159f886)) * add listsinceblock ([f501a7b](f501a7b)) * add liststakes ([9b4282d](9b4282d)) * add listtransactions ([3f6a014](3f6a014)) * add listunspent ([d2777c5](d2777c5)) * add logging ([e6b0a9a](e6b0a9a)) * add makekeypair ([ef60508](ef60508)) * add memorypool ([83c4c5a](83c4c5a)) * add network ([8204a17](8204a17)) * add network and voting ([fd1ecfa](fd1ecfa)) * add networking commands ([871c413](871c413)) * add networktime ([fec8647](fec8647)) * add ping ([03fefbf](03fefbf)) * add projects ([ed3b7c6](ed3b7c6)) * add rainbymagnitude ([8a315ba](8a315ba)) * add readconfig ([5a25d69](5a25d69)) * add repairwallet ([da530b0](da530b0)) * add resendtx ([4fe51ce](4fe51ce)) * add reservebalance ([4214d9f](4214d9f)) * add scanforunspent ([2947b2e](2947b2e)) * add scraperreport ([d097ffb](d097ffb)) * add sendfrom ([151a2c3](151a2c3)) * add sendmany ([0af3517](0af3517)) * add sendrawtransaction ([7190743](7190743)) * add sendtoaddress ([0ccf308](0ccf308)) * add setaccount ([eb26234](eb26234)) * add setban ([3b54fc1](3b54fc1)) * add settxfee ([cdedb34](cdedb34)) * add showblock ([f203276](f203276)) * add signmessage ([33e3741](33e3741)) * add signrawtransaction ([d532d40](d532d40)) * add superblockaverage ([e170d40](e170d40)) * add validateaddress ([25a9147](25a9147)) * add validatepubkey ([c5beabc](c5beabc)) * add verifymessage ([331c9fb](331c9fb)) * add versionreport ([5ffdce4](5ffdce4)) * add walletlock ([77be1a0](77be1a0)) * add walletpassphrase ([8e540a8](8e540a8)) * add walletpassphrasechange ([5cfc84c](5cfc84c)) * introduce error object ([3e75f6f](3e75f6f)) ### BREAKING CHANGES * structure change, deprecation of some old rules
- Loading branch information