aeternity / aeproject

Testing framework for Sophia Smart Contract development.
https://docs.aeternity.com/aeproject
ISC License
28 stars 18 forks source link

refactor!: use sdk provided filesystem util, remove aeproject util implementation #486

Open thepiwo opened 1 year ago

thepiwo commented 1 year ago

closes #474

thepiwo commented 1 year ago

getFileSystem as exposed by the sdk is async so this will need to be a breaking change or some workaround...

marc0olo commented 1 year ago

getFileSystem as exposed by the sdk is async so this will need to be a breaking change or some workaround...

did you ask @davidyuk why it is async? 🤔

davidyuk commented 1 year ago

I've used non-blocking file access api, this way nodes process may request multiple files at once

thepiwo commented 1 year ago

I made this PR breaking and will gather some more breaking changes eventually for an upcoming v5