Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@bjwswang bjwswang released this 25 Jun 10:20
· 8 commits to main since this release
8cefba6

bc-saas-v0.1.0

Welcome to this new release!

Feature summary πŸš€ πŸš€ πŸš€

  1. Depository as a Service
  • Interfact with bestchain depository contract to create depositories
  • Watch on blockchain network to get contract events and save depositories into postgresql
  • Provides comprehensive APIs with Viewer to bc-console
  • Provide auto-generated trusted depository certificate
  1. Market as a Service
  • Manage kubebb repositories
  1. Able to manage on-chain ACLs
  2. Able to get contracts' metadata

What's Changed

  • feat: define value and pg model for depository;add api to get current… by @bjwswang in #8
  • chore: change default image version to v0.0.1 by @bjwswang in #9
  • feat: able to watch depository contract events by @0xff-dev in #10
  • fix: fix typo and update default database by @0xff-dev in #13
  • feat: add auth by @Abirdcfly in #12
  • fix: no auth truncate the http request by @Abirdcfly in #17
  • feat: add api to list depositories by @0xff-dev in #18
  • feat: extract event handlers from listener;enable put untrust value b… by @bjwswang in #20
  • feat: upgrade go version to 1.20 by @0xff-dev in #21
  • docs: update README.md by @bjwswang in #22
  • chore: add codecov action by @bjwswang in #23
  • feat: implement repository for market service by @bjwswang in #25
  • feat: add 'description' filed in 'ValueDepository' by @0xff-dev in #27
  • fix: unable to search by time and depository name by @0xff-dev in #33
  • fix: contentType field content is incorrect. failed to build image by @0xff-dev in #31
  • feat: add contentSize field by @0xff-dev in #36
  • fix: failed to build image by @0xff-dev in #41
  • feat: enable pprof with fiber middleware by @bjwswang in #39
  • feat: utility to generate pdf from a image template and locations by @bjwswang in #43
  • feat: able to get depository certificate with gopdf by @bjwswang in #46
  • fix: not found ttf folder by @0xff-dev in #48

New Contributors

Full Changelog: https://github.com/bestchains/bc-saas/commits/v0.1.0