onflow / rosetta

Rosetta implementation for the Flow blockchain
Apache License 2.0
15 stars 13 forks source link

Update event fetching to request CCF encoded events #50

Closed peterargue closed 3 months ago

peterargue commented 7 months ago

Closes: #41

This PR updates all Access API requests that include events, to request CCF encoded responses. This is the same encoding used on execution nodes, and allows rosetta to reproduce the events collection hash.

peterargue commented 3 months ago

implemented in https://github.com/onflow/rosetta/pull/53