Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | [feat] use bonafide Provider object as a singleton | Ruben Pollan | |
There was common situations where two provider instances where running in parallel. And was creating weird errors (like getting wrong api_uri) because the bootstrap deferreds were global but the Provider objects not. I don't like much singletons, but I think now is simpler than before. - Resolves: #9073 | |||
2017-06-05 | [test] validate the CA cert fingerprint check | Ruben Pollan | |
2017-06-05 | [bug] fail bonafide bootstrap for self sign certs | Ruben Pollan | |
- Resolves: #8881 | |||
2016-09-01 | [tests] move tests to root folder | Kali Kaneko (leap communications) | |