-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bump @solana/web3.js from 1.75.0 to 1.91.6 in /packages/canvas-node #7485
Bump @solana/web3.js from 1.75.0 to 1.91.6 in /packages/canvas-node #7485
Conversation
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.75.0 to 1.91.6. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](solana-labs/solana-web3.js@v1.75.0...v1.91.6) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…de/solana/web3.js-1.91.6
What is this ( |
It’s not being used right now, but we’re going to rewrite it once Bob and my PRs are in over the first couple of weeks of May. Can remove it if it would help resolve dependencies or just keep it around till the rewrite
|
Ok. What will it do once you guys work on it? Will Common team be responsible for deploying this anywhere? Will we need to import from it in other packages? Will it depend on Common models/objects? Basically just want to understand why this exists and will exist in our repo. |
It'll expose a sync API that - depending PRD discussions with Zak, Dillon, and a few others over the next couple of days - allows federated clients to sync signed data to/from Commonwealth. It'll probably be necessary to set up a worker process to run the node. That will really just be another entry in the The way that it'll interface with models and the database is via hooks to/from controller code. So maybe there will be some refactoring of controllers inside |
Nice ok. BTW it will probably need to be a separate app -> workers aren't open to external API requests and a Heroku app can only have 1 web dyno. |
Oh yea you're right about that. Usually we have a proxy but a separate app probably makes more sense here. |
Bumps @solana/web3.js from 1.75.0 to 1.91.6.
Release notes
Sourced from
@solana/web3
.js's releases.... (truncated)
Commits
7d3adbb
fix: revert use of internalfast-stable-stringify
in legacy library (#2509)d4a93ce
chore: bump@babel/plugin-transform-private-property-in-object
(#2431)18d6b56
fix: use our version offast-stable-stringify
everywhere (#2504)e4475ef
Format README of@solana/fast-stable-stringify
(#2503)5ed19c6
Add types to@solana/fast-stable-stringify
(#2502)f396267
Copy overfast-stable-stringify
tests from source (#2501)0bcc0ca
chore: bump@babel/plugin-transform-runtime
from 7.23.7 to 7.24.3 (#2432)51216ee
Restore original author to license file for@solana/fast-stable-stringify
(...96a4894
Actually run CI on the right versions of Node (#2499)82c57c6
Use nativeWebSocket
in server runtimes that support it (#2500)Maintainer changes
This version was pushed to npm by lorisleiva, a new releaser for
@solana/web3
.js since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.