Results 118 comments of Will Winder

Thanks for the detailed suggestion!

This is part of "non archival" mode.

Thanks @algoanne depending on how boxes are stored this may need a new table as well. Maybe thats been omitted because there is some "clever stuff" done in the implementation...

@urtho take a look at `block-generator`, it simulates an algod instance and creates blocks according to your specification for indexer to ingest. https://github.com/algorand/indexer/tree/develop/cmd/block-generator

> This is a very intrusive change in a critical path of the node's function. Is there a document making the business case for this feature? Thanks for looking Shant....

> What we want to accomplish with this? To allow developers to debug their contracts at round? Or something else? @algorandskiy It's an added capability like `dev-mode` that gives us...

What sort of API calls are you wanting to make? We went with a REST API for most of the public interfaces, I haven't heard of using those with anything...

Thanks for the feedback, we'll keep this in mind for future APIs.

Restart/Resume is much more deterministic today than it was when this issue was created. The unit tests also cover many of the edge cases which still exist. While this might...