Skip to content

Latest commit

 

History

History
207 lines (130 loc) · 5.48 KB

File metadata and controls

207 lines (130 loc) · 5.48 KB

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.

Fixed

  • Fix some bugs happening during demo

Fixed

  • Fix blind auction title

Changed

  • Fix connect

Added

  • Add manually stopped feature

Changed

  • Update website title

Changed

  • Add bid counter
  • Remove display of encrypted token due to security issue
  • Add feature to display current user bid
  • build(deps-dev): bump eslint from 8.35.0 to 8.38.0

Changed

  • Add UI for new contract with end time
  • build(deps): bump @mui/material from 5.11.10 to 5.11.13 (#75)
  • build(deps): bump webpack from 5.75.0 to 5.76.1 in /packages/site
  • build(deps): bump @mui/material from 5.11.10 to 5.11.13
  • build(deps): bump @emotion/styled from 11.10.5 to 11.10.6

Changed

  • Enhance auction support (#66)
  • build(deps): bump gatsby-plugin-postcss from 6.5.0 to 6.7.0 (#63)
  • build(deps-dev): bump eslint from 8.34.0 to 8.35.0 (#62)
  • build(deps): bump @emotion/react from 11.10.5 to 11.10.6
  • build(deps): bump gatsby-plugin-postcss from 6.5.0 to 6.7.0
  • build(deps-dev): bump eslint from 8.34.0 to 8.35.0

Fixed

  • Fix transfer calling method

Changed

  • Move connect and login information in title bar

Changed

  • Enhance display of blocks
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.53.0
  • build(deps-dev): bump prettier-plugin-packagejson from 2.4.0 to 2.4.3
  • build(deps-dev): bump @metamask/snap-types from 0.22.3 to 0.23.0
  • build(deps): bump gatsby-plugin-emotion from 8.5.0 to 8.7.0 (#51)
  • build(deps-dev): bump @types/node from 18.14.0 to 18.14.2

Removed

  • Remove Snap refresh button in production release

Added

  • Add CNAME to avoid issue on domain name on GitHub page update

Changed

  • Fix titles in index

Added

  • Implement approve transfer

Added

  • Add draft for blind auction
  • Add index page

Added

  • Add blind auction dummy site

Changed

  • ERC-20 moved in a subdirectory

Changed

  • build(deps-dev): bump @types/node from 18.11.18 to 18.14.0 (#39)
  • build(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#33)
  • build(deps-dev): bump eslint-plugin-jsdoc from 39.6.10 to 39.8.0 (#30)
  • build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /packages/site (#36)
  • build(deps-dev): bump eslint from 8.32.0 to 8.34.0 (#38)
  • build(deps-dev): bump @types/node from 18.11.18 to 18.14.0
  • build(deps-dev): bump eslint from 8.32.0 to 8.34.0
  • build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /packages/site
  • build(deps-dev): bump typescript from 4.9.4 to 4.9.5
  • build(deps-dev): bump eslint-plugin-jsdoc from 39.6.10 to 39.8.0

Fixed

  • Update demo with new snap API from latest Flask version

Changed

  • Invalidate total supply on mint

Changed

  • Fix total supply display

Added

  • Add transaction information
  • Add total supply

Changed

  • Update REACT_SNAP_ORIGIN before publish

Added

  • New website to test ERC-20 contract