Skip to content

Fix for Issue 502 #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Fix for Issue 502 #505

merged 1 commit into from
Apr 18, 2024

Conversation

farhanW3
Copy link
Contributor

@farhanW3 farhanW3 commented Apr 18, 2024

PR-Codex overview

This PR focuses on adding encryption functionality using crypto-js in the encrypt function in src/utils/crypto.ts.

Detailed summary

  • Added import for CryptoJS from "crypto-js"
  • Added encryption functionality in the encrypt function

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Fix for Issue

Copy link

zeet-co bot commented Apr 18, 2024

We're building your pull request over on Zeet.
Click me for more info about your build and deployment.
Once built, this branch can be tested at: https://web3-api-akbv-fk-issue-502.chainsaw-dev.zeet.app before merging 😉

@farhanW3 farhanW3 requested a review from arcoraven April 18, 2024 19:51
@farhanW3 farhanW3 merged commit 3115375 into main Apr 18, 2024
4 of 5 checks passed
@farhanW3 farhanW3 deleted the fk/issue-502 branch April 18, 2024 20:01
farhanW3 added a commit that referenced this pull request Apr 19, 2024
* CICD for beta-nightly image (#481)

* Updated Packages + UserOp Confirmation flow updated (#479)

* Updated Packages + UserOp Confirmation flow updated

* wallets sdk updated

* fix: missing querystring + description upd (#486)

* Added querystring to fastify route (#487)

* fix: reject deprecated chains (#488)

* chore: Allow cancelling txs that already errored (#491)

* chore: Allow cancelling txs that already errored

* clean up response

* naming

* update cancelledAt

* fix: Cancel tx if populating a tx to retry fails (#493)

* fix: Cancel tx if populating a tx to retry fails

* ensure cancel uses high enough gas

* fix build

* combine prepare + send flows again

* updates to GH flow, to use branch (#484)

* updates to GH flow, to use branch

* removed prelease incorrect tag

* upds

* got back tag creation check

* upds

* comments updated

* final upds to handle the flow

* Updated to use release::create for CI/CD image build/push flow

* Updates to GH workflow to not push to  if not release not from main (#495)

* feat(experimental): Keypair auth (#494)

* reorganize helper file

* wip

* support keypair auth

* fix unit tests

* return error messages for keypair auth errors

* Don't catch JsonWebToken errors

* catch access token

* move public keys to db

* fix: add crud endpoints

* wip

* add algorithm

* add feature envvar

* handle each jwt type separately

* rename

* remove expiration limit

* Fix: Deploy Published Contract Flow (#499)

* Updated Deploy Published Contract Flow + ProcessTx

* removed commented lines

* Updates

* chore: add updated template for the railway (#490)

* chore: add updated template for the railway

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>

* chore: remove referral code

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>

---------

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>

* Build fixes (#500)

* Fix for Issue 502 (#505)

* Added tx overrides for EOA + AA

---------

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>
Co-authored-by: Phillip Ho <arcoraven@gmail.com>
Co-authored-by: Waren Gonzaga <github@warengonzaga.com>
farhanW3 added a commit that referenced this pull request Apr 19, 2024
* add gas to txOverrides

* Update: Completed Tx-Override (#506)

* CICD for beta-nightly image (#481)

* Updated Packages + UserOp Confirmation flow updated (#479)

* Updated Packages + UserOp Confirmation flow updated

* wallets sdk updated

* fix: missing querystring + description upd (#486)

* Added querystring to fastify route (#487)

* fix: reject deprecated chains (#488)

* chore: Allow cancelling txs that already errored (#491)

* chore: Allow cancelling txs that already errored

* clean up response

* naming

* update cancelledAt

* fix: Cancel tx if populating a tx to retry fails (#493)

* fix: Cancel tx if populating a tx to retry fails

* ensure cancel uses high enough gas

* fix build

* combine prepare + send flows again

* updates to GH flow, to use branch (#484)

* updates to GH flow, to use branch

* removed prelease incorrect tag

* upds

* got back tag creation check

* upds

* comments updated

* final upds to handle the flow

* Updated to use release::create for CI/CD image build/push flow

* Updates to GH workflow to not push to  if not release not from main (#495)

* feat(experimental): Keypair auth (#494)

* reorganize helper file

* wip

* support keypair auth

* fix unit tests

* return error messages for keypair auth errors

* Don't catch JsonWebToken errors

* catch access token

* move public keys to db

* fix: add crud endpoints

* wip

* add algorithm

* add feature envvar

* handle each jwt type separately

* rename

* remove expiration limit

* Fix: Deploy Published Contract Flow (#499)

* Updated Deploy Published Contract Flow + ProcessTx

* removed commented lines

* Updates

* chore: add updated template for the railway (#490)

* chore: add updated template for the railway

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>

* chore: remove referral code

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>

---------

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>

* Build fixes (#500)

* Fix for Issue 502 (#505)

* Added tx overrides for EOA + AA

---------

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>
Co-authored-by: Phillip Ho <arcoraven@gmail.com>
Co-authored-by: Waren Gonzaga <github@warengonzaga.com>

* updates to help with better readability

---------

Signed-off-by: Waren Gonzaga <opensource@warengonzaga.com>
Co-authored-by: farhanW3 <farhan@thirdweb.com>
Co-authored-by: farhanW3 <132962163+farhanW3@users.noreply.github.com>
Co-authored-by: Phillip Ho <arcoraven@gmail.com>
Co-authored-by: Waren Gonzaga <github@warengonzaga.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants