frost-api
frost-api copied to clipboard
Po.et's API Layer
Dear developers, I, Rezvan Mahdavi Hezaveh ([email protected]), and my colleague, Nirav Ajmeri ([email protected]), software engineering researchers from North Carolina State University are conducting an academic study of feature toggles and...
Fixes https://github.com/poetapp/frost-api/issues/1012. Upload archive tests currently rely on an external resource: Ethereum.
They only work with the default configuration since it's using the real POE token contract in mainnet. Changing ethereumUrl to some testnet makes the integration tests fail. Ideally use a...
Supersedes https://github.com/poetapp/frost-api/issues/693, https://github.com/poetapp/frost-api/issues/908, https://github.com/poetapp/frost-api/issues/943 and https://github.com/poetapp/frost-api/issues/987 We currently have two uses for Vault: - Encryption of private keys - Vault Tokens associated with our JWTs ### Private Key Encryption Implemented...
POST ``` { "name": "ASD", "datePublished": "2019-04-25T08:52:37.964Z", "dateCreated": "2019-04-25T08:52:37.964Z", "author": "Lautaro", "tags": "zzz", "archiveUrl": "link" } ``` GET ``` [ { "about": [ "" ], "hash": "", "name": "ASD", "datePublished":...
And headers can lie. It's a good first measure, but we'll want to actually measure the bytes going through the stream and cut it abruptly if it surpasses the declared...
Now that https://github.com/ethereumjs/ethereumjs-util/issues/199 is solved we should be able to uninstall this dependency.
Requested by a user on Gitter, but it probably makes sense for all integrations. We need to figure out a way for it not to clash with any possible id...