Welcome to this new release! This is the first release!
Feature summary π π π
- Listener to watch on network block events and exract blockchain data to database
- Observer to watch network status and do registration/deregistration to listener
- Viewer to provide APIs for bc-console so user can visualize blockchain data
- Enable oidc auth middleware in bc-explorer
What's Changed
- feat: add bc-explorer listener by @bjwswang in #5
- feat: init viewer by @0xff-dev in #7
- fix: forget to set errq when initialize event listener by @bjwswang in #10
- feat: viewer blocks api by @0xff-dev in #11
- feat: parse chaincode details including chaincodeid\method\args by @bjwswang in #13
- design viewer api by @0xff-dev in #6
- feat: add observer by @Abirdcfly in #16
- fix: observer panic by @Abirdcfly in #20
- feat: deploy bc-explorer by @0xff-dev in #21
- feat: add observer to deploy by @Abirdcfly in #23
- feat: add transaction apis by @Lanture1064 in #19
- fix: transactions panic by @0xff-dev in #27
- fix: transactions and blocks add json tag by @0xff-dev in #28
- feat: count transaction by creator by @Lanture1064 in #35
- feat: observer handle more event by @Abirdcfly in #29
- feat: add overview and segment query api by @0xff-dev in #34
- ci: add auto request review for pr by @Abirdcfly in #37
- fix: build image and push should only after merge by @Abirdcfly in #36
- fix: make binary fails on client due to sliceargs not found;add unit β¦ by @bjwswang in #39
- fix: use channel id instead of channel name during network register/d⦠by @bjwswang in #41
- feat: add kubernetes and oidc auth by @Abirdcfly in #42
- fix: auth init, manifests log update and token-passthrough feat by @Abirdcfly in #43
- feat: add auth arg SkipAuthorize for bc-saas by @Abirdcfly in #44
- fix: no auth truncate the http request by @Abirdcfly in #45
- feat: upgrade go version to 1.20 by @0xff-dev in #46
- fix some minor issues by @Abirdcfly in #47
- chore: add codecov action by @bjwswang in #48
- fix: optimize rwset parsing by @bjwswang in #49
New Contributors
- @bjwswang made their first contribution in #5
- @0xff-dev made their first contribution in #7
- @Abirdcfly made their first contribution in #16
- @Lanture1064 made their first contribution in #19
Full Changelog: https://github.com/bestchains/bc-explorer/commits/v0.1.0