Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-27 | Fix python usage for arch's broken maintainers | Matt Corallo | |
2014-10-23 | Update license in pull-tester and rpc-tests | Michael Ford | |
Add missing copyright/license header where necessary | |||
2014-07-11 | `getrawchangeaddress` should fail when keypool exhausted | Wladimir J. van der Laan | |
An user on IRC reported an issue where `getrawchangeaddress` keeps returning a single address when the keypool is exhausted. In my opinion this is strange behaviour. - Change CReserveKey to fail when running out of keys in the keypool. - Make `getrawchangeaddress` return RPC_WALLET_KEYPOOL_RAN_OUT when unable to create an address. - Add a Python RPC test for checking the keypool behaviour in combination with encrypted wallets. |