Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: eozturk1/akd

Tags

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Making the dalek dependencies a less specific version (facebook#176)

Co-authored-by: Sean Lawlor <[email protected]>

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing publish pipeline and doing a version bump for failed partial p…

…ublish (facebook#175)

Co-authored-by: Sean Lawlor <[email protected]>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adjusting imported libs for serialization (facebook#173)

Co-authored-by: Sean Lawlor <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Storage contract changes require 2x publishes (facebook#115)

Co-authored-by: Sean Lawlor <[email protected]>

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump for CI (facebook#109)

Co-authored-by: Sean Lawlor <[email protected]>

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>