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
OpenseaParserwhere the plain-text svg wouldn't be recognized as valid image uri - Add check in
DefaultCatchallParserto require thatraw_databe adict
v0.3.2
- Fix an issue in
DataURIAdapterwhere 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_CONFIGSsymbol.
v0.2.6
- Ensure
MetadataFetcher's outgoing IPFS http/s requests get re-routed toIPFSAdapterunder default configuration. - Move
DEFAULT_ADAPTER_CONFIGStooffchain.metadata.adapterspackage.
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