versatus / lasr

The world's first Stateless Rollup.
https://docs.versatus.io/lasr/overview
11 stars 5 forks source link

Use file path for program IO #101

Open eureka-cpu opened 7 months ago

eureka-cpu commented 7 months ago

Currently we write the program inputs and outputs to stdout which is causing collisions with log info

This task should be two PRs in this order of importance:

Ref #89 Ref #90

eureka-cpu commented 6 months ago

@mikehostetler has a pending PR for the outputs side of this, which I will be testing and making adjustments if needed

mikehostetler commented 6 months ago

Given the fact that we've only seen contention for the output side of this, is there a compelling to push the inputs side to a file as well?

eureka-cpu commented 6 months ago

Given the fact that we've only seen contention for the output side of this, is there a compelling to push the inputs side to a file as well?

I think it's lower priority for sure. When it was discussed, it was mentioned we should do both but that output was high prio.