#10068ee564c0 Thanks @morgsmccauley! - Make Account.signAndSendTransactionpublic so transactions can be sent directly from Account instances
#10148feb1997 Thanks @esaminu! - Make appKeyPrefix a required arg to WalletConnection constructor
Users that were doing
new WalletConnection(near);
will now have to do
new WalletConnection(near, "undefined");
If they want to access the keys they had potentially accumulated
#935c740afc8 Thanks @hcho112! - account.viewFunction now takes a single object argument rather than individual args. Callsites will now need to be updated like so:
This version was pushed to npm by nearndy, a new releaser for near-api-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 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)
Bumps near-api-js from 0.43.1 to 2.1.0.
Release notes
Sourced from near-api-js's releases.
... (truncated)
Commits
5b0deb4
Merge pull request #1101 from near/changeset-release/master6975e95
chore(release): publish packages273d678
Merge pull request #1097 from near/feat/meta-transactions71a2472
fix: remove unenforced type constraint100095b
fix: block height data typec012f77
fix: missing blockHeightTtl in cookbookf5d6b58
feat: inline nonce55a70c3
fix: drop extension26c03b9
Update packages/transactions/src/schema.tse803ef6
feat: remove unused moduleMaintainer changes
This version was pushed to npm by nearndy, a new releaser for near-api-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 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)