Proto commits in onflow/flow

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

Commit:44176e0
Author:Peter Argue

generate updated proto implementations

The documentation is generated from this commit.

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

Commit:167ee14
Author:Peter Argue

Update RegisterID protobuf to use bytes

Commit:06ad834
Author:UlyanaAndrukhiv

Added subscribe_blocks rpc call

Commit:2172d81
Author:Yurii Oleksyshyn

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

Commit:e8ff9ef
Author:Andrii

Added missing field to request and generated pb files

Commit:3ac99de
Author:Andrii

Added missing field to request

Commit:2c5f272
Author:Andrii

Merge branch 'master' of github.com:AndriiDiachuk/flow into AndriiDiachuk/4584-get-block-endpoint-is-missing-system-collection

Commit:8c6b145
Author:Andrii

Updated protobuf flatten single result responses

Commit:2d1cd4c
Author:Andrii

Added two new requests for access API for system transactions

Commit:8e40789
Author:Yurii Oleksyshyn
Committer:GitHub

Merge pull request #1401 from AndriiDiachuk/AndriiDiachuk/4869-get-protocol-snapshot-from-any-block-endpoint

Commit:c8a3bcf
Author:Andrii

Added rpc definitions for the new methods

Commit:19ae56e
Author:Peter Argue
Committer:GitHub

Merge pull request #1398 from AndriiDiachuk/AndriiDiachuk/4754-add-endpoints-to-execution-nodes-to-suppport-tx-result-err-msgs

Commit:e1d2ab4
Author:Amlandeep Bhadra

chnages per suggestions

Commit:13a46ad
Author:Amlandeep Bhadra

[Execution Data] Change registerID definition to match Ledger.RegisterID

Commit:ed39603
Author:Andrii

Added changes due to comments left in PR

Commit:071176b
Author:Yurii Oleksyshyn

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

Commit:9bca3f8
Author:Andrii

Updated protobuf to include new method

Commit:27df911
Author:Andrii

Added two new requests for protocol state

Commit:f223f1d
Author:Andrii Slisarchuk

removed comment

Commit:4d2222e
Author:Andrii Slisarchuk

Remove unnecessary changes

Commit:3bc2a44
Author:Andrii Slisarchuk

Merge branch 'master' of github.com:Guitarheroua/flow into guitarheroua/4506-cff-encoding-optional

Commit:bccfd51
Author:Andrii Slisarchuk

Merge branch 'master' of github.com:Guitarheroua/flow into guitarheroua/4506-cff-encoding-optional

Commit:929f8a9
Author:Andrii Slisarchuk

Fixed remarks

Commit:a583865
Author:Cam Sweeney
Committer:Cam Sweeney

change package from access to executiondata

Commit:5e6814a
Author:Yurii Oleksyshyn

Updated schema and generated files

Commit:f8f4c2b
Author:Amlandeep Bhadra

add docs

Commit:b628bba
Author:Amlandeep Bhadra

move to execution data APi for use by exec sync engine

Commit:747f939
Author:Amlandeep Bhadra

modify to juts values for block height

Commit:e7eaa83
Author:Andrii Slisarchuk

Removed duplicated enum.

Commit:bcdd40f
Author:Amlandeep Bhadra

create GetRegisterValues proto definition