Tags: eozturk1/akd
Tags
Making the dalek dependencies a less specific version (facebook#176) Co-authored-by: Sean Lawlor <[email protected]>
Fixing publish pipeline and doing a version bump for failed partial p… …ublish (facebook#175) Co-authored-by: Sean Lawlor <[email protected]>
Adjusting imported libs for serialization (facebook#173) Co-authored-by: Sean Lawlor <[email protected]>
NoSTD for lean client (facebook#141) * NoSTD for lean client * Updated CI pipeline to add additional tests around compilation targets for different feature sets * Fix CI typos * Removing std lib from crate imports * Can't test dependent on the AKD library with nostd, so excluding nostd test in CI build * rustfmt Co-authored-by: Sean Lawlor <[email protected]>
Refactor storage interface and mysql implementation (facebook#131) * Simplify binary key serialization * Fix off-by-one bug in in-memory storage API * Remove test suite requirement for error to have specific message * Move type alias line * Move struct builders from Storage trait to DbRecord impl * Expose method to construct HistoryChildState in DbRecord * Separate mysql storable implementation into dedicated module * Remove unused trait * Run clippy (was outdated lol) * Bump version numbers for akd and akd_mysql
Storage contract changes require 2x publishes (facebook#115) Co-authored-by: Sean Lawlor <[email protected]>
Remove the epochs vector from ```HistoryTreeNode``` (facebook#113) * Remove the epochs vector from the history tree node since the vast majority of operations only require the birth and current epochs. (Only audit & key history require the full list of epochs a node was mutated in) Resolves facebook#112 * Add mysql limit to limit select as small as possible * Version bump to 0.3.6 Co-authored-by: Sean Lawlor <[email protected]>
version bump for CI (facebook#109) Co-authored-by: Sean Lawlor <[email protected]>
We need to first publish AKD so it's available in crates.io to build … …AKD_MYSQL. Is a problem for contract breaks, so we need to be SURE akd_mysql builds (CI should protect this) (facebook#108) Co-authored-by: Sean Lawlor <[email protected]>
Pinning tokio to 1.10, not 1.10.2 (facebook#99) * We should only be specifying the major and minor versions of tokio, not the build * Version bump Co-authored-by: Sean Lawlor <[email protected]>
PreviousNext