Releases: ourzora/offchain
Releases · ourzora/offchain
v0.3.5
v0.3.4
- Fix Nouns parser to make sure image uri is properly base64-encoded svg
v0.3.3
- Fix an issue in
OpenseaParser
where the plain-text svg wouldn't be recognized as valid image uri - Add check in
DefaultCatchallParser
to require thatraw_data
be adict
v0.3.2
- Fix an issue in
DataURIAdapter
where plain-text json data uri would get ignored
v0.3.1
- Trim token_uri in some log outputs, this is mainly useful for data uris that are too long and make logs unreadable
- Fix
FoundationParser
, the API it relied on doesn't exist anymore, so we are falling back to contract calls to get the metadata
v0.3.0
- Upgrade web3 to 6.11.3
v0.2.7
- Clean up an unused and obsolete
DEFAULT_ADAPTER_CONFIGS
symbol.
v0.2.6
- Ensure
MetadataFetcher
's outgoing IPFS http/s requests get re-routed toIPFSAdapter
under default configuration. - Move
DEFAULT_ADAPTER_CONFIGS
tooffchain.metadata.adapters
package.
v0.2.5
- Use http HEAD requests to fetch mime-type and size that make up a token's metadata
- Upgrade httpx to 0.25.0
v0.2.4
- Update Github actions pipeline