Skip to content

Tags: hashberg-io/multiformats

Tags

v0.3.2

Toggle v0.3.2's commit message
Fixed docs for CID.decode

v0.3.1

Toggle v0.3.1's commit message
Implemented support for pickle

Closes #13

0.2.1

Toggle 0.2.1's commit message
Fixed constructors for Multicodec, Multibase and Multihash.

It is now possible to construct objects by passing the arguments positionally, as already done in many of the examples.

v0.2.0

Toggle v0.2.0's commit message
v0.2.0

Closes #6 .

v0.1.4

Toggle v0.1.4's commit message
v0.1.4

All dependencies relative to hash function implementation are now optional, dynamically imported only when the hash functions using them are used for the first time. Running `pip install --upgrade multiformats` will not install any of them, but they can be all installed by running `pip install --upgrade multiformats[full]`. In particular, this closes #4.

Hash function implementations are loaded and registered transparently on first use, to reduce memory footprint and module loading times. Analogously, a number of multibases are created and registered transparently on first use.

All hash functions with a readily available, well-supported existing Python implementation are now supported.

Finally, closes #3.

v0.1.3

Toggle v0.1.3's commit message
bump to v0.1.3

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

Slight re-design, added multiaddr tests

v0.1.1

Toggle v0.1.1's commit message
Implemented multiaddr