Replies: 3 comments 1 reply
-
Fully agree that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Then we should also add devnet-RPC tests for pre-release, no? Seems like we will all be moving the RPC asap. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
Proposal:
I would like to propose a change in Starknet.js CI/CD flow and the proposal involves replacing testnet with devnet for merges in develop branch -> that means, for pre-releases that users can get with the
npm install starknet@next
commandMerges in
main
branch would stay the same (run on testnet).Reasoning:
Note:
We can emphasize more clearly that
npm install starknet@next
is a pre-release, which ran on devnetBeta Was this translation helpful? Give feedback.
All reactions