Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor lcdClient. Change class to function. Give key methods their own namespace. Rename key methods using JavaScript idioms. Remove redundant generateSeed method because it is the equivalent of keys.get(`seed`) * Add contract tests for /keys. * Add note to CHANGELOG. * Add LcdClient helper function tests back to improve coverage. * Add more tests to lcdClient.spec to increase coverage. * Remove redundant test from lcdClient.spec. * Make separate keys.seed method in lcdClient. * Improve lcdClient /keys tests. * Add comments about Swagger middleware bug.
- Loading branch information