Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-10-16 | [tests] Don't subclass from object for Python 3 | John Newbery | |
2017-10-04 | Add missing batch rpc calls to python coverage logs | Russell Yanofsky | |
Without this change, batch RPC calls are not included in coverage logs. | |||
2017-10-04 | Add missing multiwallet rpc calls to python coverage logs | Russell Yanofsky | |
This fixes a bug in coverage logging that's been around since the logging was introduced. | |||
2017-10-03 | Limit AuthServiceProxyWrapper.__getattr__ wrapping | Russell Yanofsky | |
Change AuthServiceProxyWrapper.__getattr__ to only wrap proxied attributes, not real attributes. This way AuthServiceProxyWrapper can continue logging RPC calls without complicating other object usages, and special case handling for the .url property can be dropped. | |||
2017-07-17 | [tests] [wallet] Add wallet endpoint support to authproxy | John Newbery | |
2017-03-20 | Rename rpc-tests directory to functional | John Newbery | |