Skip to content

Releases: ourzora/offchain

v0.3.5

05 Aug 19:03
6d966a3
Compare
Choose a tag to compare
  • Allow data uri containing a json to omit "utf-8" encoding

v0.3.4

29 Apr 15:58
85aa49f
Compare
Choose a tag to compare
  • Fix Nouns parser to make sure image uri is properly base64-encoded svg

v0.3.3

26 Apr 01:20
87faddd
Compare
Choose a tag to compare
  • Fix an issue in OpenseaParser where the plain-text svg wouldn't be recognized as valid image uri
  • Add check in DefaultCatchallParser to require that raw_data be a dict

v0.3.2

10 Apr 15:49
564b6c4
Compare
Choose a tag to compare
  • Fix an issue in DataURIAdapter where plain-text json data uri would get ignored

v0.3.1

20 Mar 22:26
2a78cab
Compare
Choose a tag to compare
  • 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

28 Nov 10:50
d497fa3
Compare
Choose a tag to compare
  • Upgrade web3 to 6.11.3

v0.2.7

13 Nov 14:56
dad9d36
Compare
Choose a tag to compare
  • Clean up an unused and obsolete DEFAULT_ADAPTER_CONFIGS symbol.

v0.2.6

10 Nov 03:26
b348972
Compare
Choose a tag to compare
  • Ensure MetadataFetcher's outgoing IPFS http/s requests get re-routed to IPFSAdapter under default configuration.
  • Move DEFAULT_ADAPTER_CONFIGS to offchain.metadata.adapters package.

v0.2.5

25 Oct 14:53
199fec0
Compare
Choose a tag to compare
  • 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

16 Oct 16:39
v0.2.4
354b28b
Compare
Choose a tag to compare
  • Update Github actions pipeline