Proto commits in onflow/flow

These commits are when the Protocol Buffers files have changed: (only the last 100 relevant commits are shown)

Commit:6367503
Author:Peter Argue

Add endpoints for getting receipts from Access API

The documentation is generated from this commit.

Commit:fdfab7b
Author:Janez Podhostnik

Update go and protobuf tooling

Commit:8ee6e56
Author:Peter Argue

fix type to uint64

Commit:656eda3
Author:Peter Argue

[AccessAPI] Add grpc and rest endpoints for schedule transaction endpoints

Commit:dbbbdbf
Author:Peter Argue

fix index and run make generate

Commit:0b45a48
Author:Peter Argue

Add ExecutionStateQuery parameter to GetSystemTransactionRequest

Commit:b20e3b8
Author:Peter Argue
Committer:GitHub

Merge pull request #1623 from onflow/illia-malachyn/format-proto-files run formatter

Commit:7be552c
Author:Peter Argue

Merge branch 'master' into AndriiSlisarchuk/7616-add-new-execution-state

Commit:94ab0f0
Author:Illia Malachyn

rename executor_id to executor_ids

Commit:7173ae7
Author:Greg
Committer:GitHub

Updates the doc Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>

Commit:4249064
Author:Greg
Committer:GitHub

Update docs Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>

Commit:912e44e
Author:gregor

Add system transaction ID argument

Commit:0c82ce5
Author:Andrii Slisarchuk

Merge branch 'master' of github.com:onflow/flow into AndriiSlisarchuk/7616-add-new-execution-state

Commit:4f97df1
Author:Illia Malachyn

rename metadata to metadata

Commit:b0d66f7
Author:Illia Malachyn
Committer:Illia Malachyn

expand all execution data messages with criteria option

Commit:06b3e3a
Author:Illia Malachyn

run formatter

Commit:778acbd
Author:Illia Malachyn

rename id to ids to be precise

Commit:1b5c33c
Author:Illia Malachyn
Committer:Illia Malachyn

Add execution state query field to events and account statuses

Commit:cae2983
Author:Andrii Slisarchuk

fixed metadata naming

Commit:1da6655
Author:Andrii Slisarchuk

added missing parameteres to requests

Commit:c21c580
Author:Andrii Slisarchuk

added missing query. regenerate structures.

Commit:a5822ab
Author:Andrii Slisarchuk
Committer:GitHub

Apply suggestions from code review Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>

Commit:ed71746
Author:Andrii Slisarchuk

changed executor state query parameter name

Commit:7cbe43e
Author:Andrii Slisarchuk

changed location of execution metadata

Commit:04e0e8b
Author:Andrii Slisarchuk

Implemented execution state query and metadata

Commit:60175f0
Author:Tim Barry

rename to ClusterChainID for clarity

Commit:194f395
Author:Tim Barry

add ChainID field to collection guarantee

Commit:95adb96
Author:Kan Zhang
Committer:GitHub

Add extension data (#1586)

Commit:c60fc88
Author:Kan Zhang

Add extension data

Commit:44176e0
Author:Peter Argue

generate updated proto implementations

Commit:66a5667
Author:Peter Argue

apply formatted comments from code review

Commit:d1d9fec
Author:Peter Argue

Remove deprecated flag from execution data id

Commit:fe93658
Author:Tarak Ben youssef
Committer:Tarak Ben youssef

add extra field to transaction signature

Commit:8e01624
Author:Jordan Schalm

add protocol state version field

Commit:f637834
Author:Jordan Schalm

Merge branch 'master' into jord/6622-chunk-service-event-count-field

Commit:27bd143
Author:Jordan Schalm

make generate

Commit:52b0b07
Author:Jordan Schalm

add service event count field

Commit:a0165af
Author:Andrii

Fixed go doc for endpoints with msg index to start at 0

Commit:8519ab2
Author:Janez Podhostnik
Committer:GitHub

Add `GetTransactionExecutionMetricsAfter` (#1501) * added GetTransactionExecutionMetricsAfter * move new proto methods to execution * update comment in protobuf method * cleanup unnecesary changes * expand comments * Update protobuf/flow/execution/execution.proto Co-authored-by: Leo Zhang <zhangchiqing@gmail.com> --------- Co-authored-by: Leo Zhang <zhangchiqing@gmail.com>

Commit:72fdc9e
Author:UlyanaAndrukhiv

Renamed according to comment

Commit:7e9b700
Author:UlyanaAndrukhiv

Updated rpc call according to comment

Commit:a4f0b3b
Author:UlyanaAndrukhiv

Updated naming according to comments

Commit:42a3e66
Author:UlyanaAndrukhiv

Added start_height and end_height fields to NodeVersionInfo response

Commit:eb4935a
Author:Andrii

Removed actual balance and changed type of key index in request

Commit:3caa83b
Author:Andrii

Created separate methods for getting account key by index

Commit:926c3c7
Author:Andrii

Added missing param to request

Commit:3f6dd96
Author:Andrii

Removed duplicated calls, added fields to request structs

Commit:2f2b5f5
Author:Andrii

Fixed wrong reauest type

Commit:cca70ac
Author:Andrii

Fixed wrong response for getAccountKeys* calls

Commit:9190c3e
Author:Andrii

Added new methods to proto with all the data

Commit:b47eadc
Author:Leo Zhang (zhangchiqing)
Committer:Leo Zhang (zhangchiqing)

add get full collection by id api

Commit:658802e
Author:Peter Argue
Committer:GitHub

Merge pull request #1458 from The-K-R-O-K/illia-malachyn/5674-update-message-index [Access] Update message index docs

Commit:695ad5e
Author:Peter Argue
Committer:GitHub

Merge pull request #1459 from The-K-R-O-K/AndriiSlisarchuk/4757-current-indexed-height Added highest indexed height to metadata

Commit:b16c8a9
Author:Illia Malachyn
Committer:Illia Malachyn

Update message index docs

Commit:e3e8c59
Author:Andrii Slisarchuk

Added highest indexed height to metadata

Commit:8f1cc04
Author:Illia Malachyn
Committer:Illia Malachyn

Add new rpc endpoints Added the following endpoints - SubscribeExecutionDataFromStartBlockID - SubscribeExecutionDataFromStartBlockHeight - SubscribeExecutionDataFromLatest

Commit:1c90bb6
Author:Andrii Slisarchuk

Added event encoding version

Commit:97eb405
Author:Andrii Slisarchuk

Merge branch 'master' of github.com:The-K-R-O-K/flow into AndriiSlisarchuk/5566-tx-result-in-sub-tx-statuses

Commit:b93bb12
Author:Andrii Slisarchuk

Merge branch 'master' of github.com:The-K-R-O-K/flow into AndriiSlisarchuk/5566-tx-result-in-sub-tx-statuses

Commit:bc18dca
Author:UlyanaAndrukhiv

Marked SubscribeEvents rpc call as deprecated

Commit:0bb8e1a
Author:UlyanaAndrukhiv

Merged with master

Commit:d01f7f0
Author:UlyanaAndrukhiv

Added deprecation notice and docs about errors

Commit:d668d54
Author:Andrii Slisarchuk

Added TX Result

Commit:e992f45
Author:UlyanaAndrukhiv

Added message index to SubscribeEventsResponse

Commit:08aa0f9
Author:UlyanaAndrukhiv

Added SubscribeEventsFromStartBlockID, SubscribeEventsFromStartHeight, SubscribeEventsFromLatest to execution data protobuf

Commit:bb17cf0
Author:Andrii

Merged with master

Commit:9a9a5c9
Author:Andrii

Moved godoc to proper place

Commit:fb3f642
Author:Andrii

Fixed documentation

Commit:d0ee014
Author:Andrii

Fixed typo

Commit:3a249a3
Author:Andrii

Fixed remarks

Commit:51f1271
Author:Andrii

Fixed remarks

Commit:726b858
Author:UlyanaAndrukhiv

Reverted back block status for latest

Commit:ad3240a
Author:UlyanaAndrukhiv

United equal responses in subsriptions, updated subscribe from latest calls

Commit:b5b0851
Author:UlyanaAndrukhiv

Splitted subscribe blocks, headers and block digests into separated rpc calls

Commit:4332395
Author:Uliana Andrukhiv
Committer:GitHub

Updated SubscribeBlockHeadersRequest Co-authored-by: Yurii Oleksyshyn <yuraolex@gmail.com>

Commit:1cfc3ad
Author:UlyanaAndrukhiv

Updated docs for messages

Commit:fe36ffa
Author:UlyanaAndrukhiv

Updated last commit

Commit:ace7bed
Author:UlyanaAndrukhiv

Updated the access proto using oneof keyword

Commit:16e920d
Author:UlyanaAndrukhiv

Updated according to comments

Commit:4e62ad8
Author:UlyanaAndrukhiv

Added SubscribeBlockHeaders and SubscribeBlockDigests rpc calls

Commit:13b1408
Author:Andrii

Added missing field in request for account address

Commit:86daeca
Author:Andrii

Merge branch 'master' of github.com:AndriiDiachuk/flow into AndriiDiachuk/access-grpc-streaming-endpoint-SubscribeAccountStatuses

Commit:71121c1
Author:Andrii

Added messageIndex for AccountStatusesRequest and added event for response

Commit:d2f7576
Author:UlyanaAndrukhiv

Merge branch 'master' of github.com:UlyanaAndrukhiv/flow into UlyanaAndrukhiv/subscribe-blocks

Commit:0fe0606
Author:Jordan Schalm

Merge branch 'master' into yurii/dynamic-protocol-state-payload-update

Commit:4d7fe45
Author:UlyanaAndrukhiv

Merged with master

Commit:1d824a7
Author:UlyanaAndrukhiv

Updated godoc for SubscribeBlocks

Commit:8bbe5eb
Author:Ramtin M. Seraj
Committer:GitHub

add computation usage (#1423)

Commit:43effb4
Author:UlyanaAndrukhiv

Removed unnecerary added imports

Commit:fd0ec8b
Author:UlyanaAndrukhiv

Updated SendAndSubscribeTransactionStatuses

Commit:31fd183
Author:Ramtin M. Seraj
Committer:GitHub

update results to report comp usage (#1420)

Commit:9d39790
Author:Andrii

Added documentation for missing fields

Commit:f19327b
Author:Yurii Oleksyshyn

Merge branch 'master' of https://github.com/onflow/flow into yurii/dynamic-protocol-state-payload-update

Commit:7dec94d
Author:Andrii

Added rpc call and documentation for it

Commit:77c732f
Author:UlyanaAndrukhiv

Added full_block_response for subscribe blocks request

Commit:1a86ee3
Author:Andrii

Added request and response data for new API call

Commit:55aa67a
Author:UlyanaAndrukhiv

Added SendAndSubscribeTransactionStatuses rpc call

Commit:557af80
Author:UlyanaAndrukhiv

Merge branch 'master' of github.com:UlyanaAndrukhiv/flow into UlyanaAndrukhiv/subscribe-blocks

Commit:9c8ffa2
Author:UlyanaAndrukhiv

Moved SubscribeBlocks to access

Commit:18ac589
Author:UlyanaAndrukhiv

Updated SubscribeBlockResponse