onflow / rosetta

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

[Rosetta] Test updates required for Crescendo #52

Open peterargue opened 2 months ago

peterargue commented 2 months ago

Identify the updates required to run Rosetta with the crescendo upgrade. Open issues for any larger refactor/updates required.

Update flow-go to the stable cadence branch feature/stable-cadence

peterargue commented 2 months ago

Looking over the test setup, please try uncommenting these tests and running it against a localnet https://github.com/onflow/rosetta/blob/main/integration_test.py#L470-L490

and also running unit tests

go test ./...