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

deprecating Sequencer provider #736

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Conversation

tabaktoni
Copy link
Collaborator

@tabaktoni tabaktoni commented Aug 29, 2023

Motivation and Resolution

Partially resolve #642
The feeder gateway will be removed during October 2023, as the Network is switching to P2P Nodes.
Use RPC Provider or Default provider (Default provider will be RPC Provider with public nodes and typical interface/response)

Dev using Sequencer provider need to switch to RPC Provider or default provider

Checklist:

  • Performed a self-review of the code
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Linked the issues which this PR resolves
  • Documented the changes in code (API docs will be generated automatically)
  • Updated the tests
  • All tests are passing

@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for starknetjs ready!

Name Link
🔨 Latest commit 94e02fa
🔍 Latest deploy log https://app.netlify.com/sites/starknetjs/deploys/64edb6ac9fdf420008996025
😎 Deploy Preview https://deploy-preview-736--starknetjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tabaktoni tabaktoni changed the title feat: deprecating Sequencer provider deprecating Sequencer provider Aug 29, 2023
Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for starknetjs canceled.

Name Link
🔨 Latest commit 34c1d9b
🔍 Latest deploy log https://app.netlify.com/sites/starknetjs/deploys/6543867dcdb0290008bc2ea0

@tabaktoni tabaktoni marked this pull request as ready for review November 2, 2023 11:22
@tabaktoni tabaktoni changed the base branch from develop to next-version November 2, 2023 11:23
@tabaktoni tabaktoni changed the base branch from next-version to develop November 2, 2023 11:25
@tabaktoni tabaktoni merged commit b6ae095 into develop Nov 2, 2023
8 checks passed
Copy link

github-actions bot commented Nov 2, 2023

🎉 This PR is included in version 5.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@penovicp penovicp deleted the sequencer-provider-deprecation branch November 13, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate the sequencer Api and make RPC the default
2 participants