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

Typos fix #12666

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ to pay for the storage of their accounts.
`sum(rate(near_peer_message_received_by_type_total{...}[5m]))`.
[#7548](https://github.com/near/nearcore/pull/7548)
* Few changes to `view_state` JSON RPC query:
- The requset has now an optional `include_proof` argument. When set to
- The request has now an optional `include_proof` argument. When set to
`true`, response’s `proof` will be populated.
- The `proof` within each value in `values` list of a `view_state` response is
now deprecated and will be removed in the future. Client code should ignore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Setting defaul values to enable `not null` by filling values for existing
-- Setting default values to enable `not null` by filling values for existing
-- rows.
alter table ft_transfers
add column initiator text not null default 'crt-benchmarks',
Expand Down