Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 971 Bytes

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 971 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.0] - 21/10/2022

Added

  • Github pages Docs.rs documentation
  • Fast and concurrent token fetching and processing
  • Basic Query fields caching
  • Common metadata data fields
  • Possibilities of extending Web3 Contract
  • Possibilities of extending token metadata
  • OpenSea example of extending token metadata
  • Pagination(with offsets and limits)
  • IPFS support
  • Full Documentation
  • New token getters:
    • All tokens
    • One token
    • Page of tokens

[0.1.0] - 24/09/2022

Added

  • Web3 Contract implementation
  • GraphQL token field
  • Basic Token schema
  • Basic Ethereum address validation
  • Functions for starting actix_web server, GraphQL endpoint and GraphiQL playground