Skip to content
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

Cede store new implementation #1804

Merged
merged 7 commits into from
Jul 13, 2023

Conversation

clementjuventin
Copy link
Contributor

@clementjuventin clementjuventin commented Jul 3, 2023

Description

We have recently updated our provider. This change is an opportunity to update the package version and refresh the according documentation.

PLEASE NOTE- Checklist must be complete prior to review.

Checklist

  • Increment the version field in package.json of the package you have made changes in following semantic versioning and using alpha release tagging
  • Check the box that allows repo maintainers to update this PR
  • Test locally to make sure this feature/fix works
  • Run yarn check-all to confirm there are not any associated errors
  • Confirm this PR passes Circle CI checks
  • Add or update relevant information in the documentation

Docs Checklist

  • Include a screenshot of any changes (see docs README on running locally)
  • Add/update the appropriate package README (if applicable)
  • Add/update the related module in the docs demo (if applicable)
  • Add/update the related package in the docs/package.json file (if applicable)

If this PR includes changes to add an injected wallet or SDK wallet module:

Please complete the following using the internal demo package.
To run this demo use the command yarn && yarn dev to get the project running at http://localhost:8080/

Tests with demo app (SDK)

  • send transaction
  • switch chains
  • sign message
  • sign typed message
  • disconnect

@socket-security
Copy link

socket-security bot commented Jul 3, 2023

New and updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
ts-node 10.9.1 None +8 1.02 MB cspotcode
@types/lodash.uniqby 4.7.7 None +1 867 kB types
@cedelabs/providers 1.1.0 None +11 1.69 MB cedelabs
@blocto/sdk 0.4.6...0.4.9 None +0/-0 914 kB chiakic

@socket-security
Copy link

socket-security bot commented Jul 3, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

@Adamj1232
Copy link
Member

@clementjuventin thank you for the PR!
I added a few comments to remove semi-colons.
Can you please ensure all items in the PR description checklist are tested using the demo app that is part of the web3-onboard repo?
There is a Socket Security issue shown above. Please address this as well.
Can you also confirm cede package will build in all supported environments (see all envs in /examples/*)

@Adamj1232
Copy link
Member

@clementjuventin friendly ping on the above notes

@clementjuventin clementjuventin force-pushed the cede-store-new-implementation branch from 80fee44 to ba8aea4 Compare July 12, 2023 12:08
@clementjuventin clementjuventin force-pushed the cede-store-new-implementation branch from ba8aea4 to 1c5598a Compare July 12, 2023 12:10
@clementjuventin
Copy link
Contributor Author

Thank you @Adamj1232 and sorry for the delay. I've taken your previous comments into account and updated the PR.
Let's hope that this time everything is correct 💯

packages/demo/yarn.lock Outdated Show resolved Hide resolved
packages/demo/yarn.lock Outdated Show resolved Hide resolved
Copy link
Member

@Adamj1232 Adamj1232 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, just remove the package level yarn.lock files that are not top level

Copy link
Member

@Adamj1232 Adamj1232 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you!

@Adamj1232 Adamj1232 merged commit 2f3fd79 into blocknative:develop Jul 13, 2023
Adamj1232 added a commit that referenced this pull request Jul 20, 2023
* Fix file imports for validation within WC to handle ESM envs (#1833)

* Cede store new implementation (#1804)

* feat: cede store new implementation

* fix: version fix and changing mocked chain to the existing one

* feat: cede-store-provider-upgrade-1.0.3

* fix: remove yarn.lock files

* Format and yarn it

* Revert deletion of yarn.lock from demo

---------

Co-authored-by: Mathieu <mathieu.raimbault@hotmail.com>
Co-authored-by: Nikita TEREKHOV <nikita.a.terekhov@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: add Fordefi wallet (#1820)

* feat: add Fordefi wallet

* fix: remove comma

* Update packages/injected/src/types.ts

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: Return bn_protect protect btn to update the user's RPC (#1841)

* Add back in btn protect btn that was accidentally removed during the AC redesign

* Bump core version in docs

* Cleanup onboard service in docs

* Update frame icon

* Bump frame version

* Update global version

* Remove alpha flags

---------

Co-authored-by: clementjuventin <62065633+clementjuventin@users.noreply.github.com>
Co-authored-by: Mathieu <mathieu.raimbault@hotmail.com>
Co-authored-by: Nikita TEREKHOV <nikita.a.terekhov@gmail.com>
Co-authored-by: Rony Fragin <98841690+rony-arnac@users.noreply.github.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.

4 participants