Skip to content

Releases: shawakash/payBox

Frontend Release

08 May 12:55
ceff0c6
Compare
Choose a tag to compare

Now you can preview the app (only the frontend part).

What's Changed

  • feat: publish the npm packages by @shawakash in #97
  • fix: yarn network error .npmrc by @shawakash in #99
  • chore: add the kafka and openapi dockerfile and create jobs for them by @shawakash in #102
  • feat: add scan qrcode feature in ui by @shawakash in #105
  • bug: fix the address accept type of the ethereum to private by @shawakash in #107
  • bug: fix the /txn page based on eth transactions by @shawakash in #109
  • bug: solana cluster is not pushing to db by @shawakash in #111
  • feat: take cluster while signin the txn by @shawakash in #113
  • bug: update the TxnQuery Schema in swagger.yaml by @shawakash in #115
  • feat: add a wallet when a new user signs up and accpt the address given by @shawakash in #118
  • feat: add wallets and accouts routes by @shawakash in #121
  • feat: add wallets and accouts routes 2 by @shawakash in #124
  • fix: don't send the private key to client by @shawakash in #126
  • feat: use the generated secret phase to sign the public and private key by @shawakash in #127
  • fix: multiple account from same seed by @shawakash in #130
  • fix: the privateKey saved in db is encoded in standard form by @shawakash in #132
  • feat: add endpoint to import account from privateKey by @shawakash in #134
  • feat: add enpoints to import accounts from seed by @shawakash in #137
  • feat: include different wallet secretPhase for imported account by @shawakash in #140
  • chore: segregate the redis class based on operations like client, txn, accounts, wallets by @shawakash in #141
  • chore: adding generic types to address and account cache by @shawakash in #142
  • feat: add change password endpoint by @shawakash in #145
  • feat: adding an phone otp verification for a client signs up by @shawakash in #146
  • feat: sending an email for otp verification for a client signs up by @shawakash in #148
  • fix: /providerAuth contains unwanted code by @shawakash in #149
  • chore: adding endpoint to generate qr-code based on account by @shawakash in #153
  • feat: adding changeset to publish packages by @shawakash in #154
  • feat: add the qrcode to a cloud by @shawakash in #155
  • chore: added middleware to check for existing qrcodes by @shawakash in #156
  • chore: fixing dependencies caching by @shawakash in #158
  • chore: seperate the ws and api modules by @shawakash in #160
  • feat: add docker for @paybox/ws by @shawakash in #162
  • feat: setup a serverless wrangler by @shawakash in #164
  • feat: create ws endpoints to handle txns and other stuff properly by @shawakash in #165
  • feat: move the backend to go init by @shawakash in #167
  • feat: creating txnRouter and moving the server to gorila/mux by @shawakash in #168
  • feat: add method to sign a eth txn in go by @shawakash in #171
  • feat: add user authentication from jwt using jose in mote by @shawakash in #174
  • feat: add docker support to mote module by @shawakash in #172
  • chore: change the txn table attributes to hold Txn Type present in @paybox/mote by @shawakash in #177
  • feat: use kafka to publish the txn metadata in go and consume in ts side by @shawakash in #178
  • feat: add docker support to mote module by @shawakash in #180
  • chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.0 to 4.0.1 in /backend/mote by @dependabot in #179
  • Revert "chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.0 to 4.0.1 in /backend/mote" by @shawakash in #181
  • chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.0 to 4.0.1 in /backend/mote by @dependabot in #182
  • chore: packages dependencies and build in docker by @shawakash in #184
  • chore(deps): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in #185
  • feat: updating scripts and pipeline and adding some actions by @shawakash in #187
  • feat: remote redis server support using aiven by @shawakash in #200
  • chore(release): version packages by @github-actions in #189
  • chore(deps): bump @solana/web3.js from 1.90.0 to 1.91.0 by @dependabot in #194
  • feat: adding otp validation support by @shawakash in #202
  • chore(deps): bump next from 14.0.4 to 14.1.3 by @dependabot in #192
  • feat: adding otp validation and resend otp in ui by @shawakash in #203
  • chore(deps): bump sonner from 1.4.2 to 1.4.3 by @dependabot in #195
  • chore(deps): bump next-auth from 4.24.6 to 4.24.7 by @dependabot in #190
  • feat: adding otp validation for provider auth ui by @shawakash in #208
  • chore(deps): bump web3-eth from 4.4.0 to 4.5.0 by @dependabot in #191
  • chore(release): version packages by @github-actions in #209
  • feat: adding get accounts endpoint and createdAt updatedAt params by @shawakash in #216
  • fix: redis account cache returning error by @shawakash in #220
  • feat: add a account create page by @shawakash in #222
  • chore(deps): bump @aws-sdk/client-s3 from 3.523.0 to 3.533.0 by @dependabot in #227
  • feat: improve the cache server. by @shawakash in #229
  • chore(release): version packages by @github-actions in #230
  • feat: added a redis pub/sub based chat app to communicate between clients by @shawakash in #237
  • feat: added chat hasura graphql db and its zeus types by @shawakash in #239
  • chore(release): version packages by @github-actions in #238
  • chore(deps): bump the npm_and_yarn group group with 1 update by @dependabot in #245
  • chore(deps): bump the npm_and_yarn group group with 1 update by @dependabot in #244
  • chore(deps): bump react-hook-form from 7.50.1 to 7.51.0 by @dependabot in #231
  • chore(deps): bump @types/react from 18.2.46 to 18.2.66 by @dependabot in #233
  • feat: publishing the message after sending to sockets using the message queues by @shawakash in #249
  • chore(release): version packages by @github-actions in #250
  • chore(release): version packages by @github-actions in #251
  • feat: added account image post feature by @shawakash in #254
  • fix: cache issue and providerauth, login fix by @shawakash in #259
  • chore: enhanched the chat server by adding authentication by @shawakash in #261
  • chore(deps): bump lucide-react from 0.306.0 to 0.359.0 by @dependabot in #265
  • chore(deps): bump @types/node from 20.10.6 to 20.11.29 by @dependabot in #263
  • feat: create friendship endpoints in @paybox/ws by @shawakash in #269
  • feat: added ui base template for chat by @shawakash in #275
  • chore(deps): bump next from 14.1.3 to 14.1.4 by @dependabot in #271
  • chore: upgrade the docker files for all modules by @shawakash in #281
  • feat: to create a notification server for clients init by @shawakash in #283
  • chore(...
Read more