NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
14 stars 10 forks source link

Engine refactoring, AWS clients, and compile integration #177

Closed taco-paco closed 2 months ago

taco-paco commented 2 months ago

This is intermediate pr, all of the existing TODOs will be removed in the following ones. This serves purpose to reduce diff of future PRs and also to present the following finished entities: SqsListener, SqsReceiver, S3/DynamoDB/Sqs clients, Engine, changes to compile function.

TODOs: Metrics, verify, Purgatory struct, other lambdas such as polling, versions and so on.

Api folder will be deleted in the future, right now necessary things for compilation where just copied into crates/worker

taco-paco commented 2 months ago

@varex83 Addressed the comments. Feel free to take a look again. Will merge once all conversation resolved