Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

chore: Remove requirement for specifying accountId for js view #983

Merged
merged 1 commit into from
May 27, 2022

Conversation

ChaoticTempest
Copy link
Member

this forces people to specify the signer for near js view, so removed the requirement and have the signer be whatever. This isn't really even signing anything, just an oddity of near-api-js requiring an account-id to create an account, to then make a view call

@ChaoticTempest ChaoticTempest requested a review from volovyks May 20, 2022 22:49
@volovyks
Copy link
Collaborator

Same situation as in #984

@ChaoticTempest
Copy link
Member Author

this one's a little different, since this is due to NAJ requiring an accountId/account object to send a view function call. Specifying the accountId here isn't needed at all in the CLI so making it optional to not create a breaking change

@volovyks volovyks merged commit 2addb90 into master May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants