onflow / rosetta

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

[Testing] Fix Rosetta server compilation and indexing #44

Closed gomisha closed 11 months ago

gomisha commented 1 year ago

Instead of relying on Coinbase to run Rosetta integration tests before each spork, it would be preferable to run these tests in CI well before a spork to get a much earlier warning of incompatibility. This PR brings up Rosetta server against Benchnet2 (BN2) network and gets it to start indexing blocks without errors.

Ref: https://github.com/onflow/rosetta/issues/43