feature/simulations (#11)

this pull request:
- creates a unit test that can take any scenario file (default: `out/scenario.json` and play it back on the deployment
- during the playback a debug trace generated in `timeSeries.csv`
- extracts the sentimenter into a separate upgradeable contract

Co-authored-by: JulesCrown <admin@noip.localhost>
Co-authored-by: giteadmin <gite@admin.com>
Reviewed-on: http://gitea.loseyourip.com:4000/dark-meme-society/harb/pulls/11
This commit is contained in:
giteadmin 2024-11-07 15:33:40 +00:00
parent 38e1b65b94
commit bb34d0725f
15 changed files with 1159 additions and 451 deletions

5
onchain/.gitignore vendored
View file

@ -13,5 +13,8 @@ docs/
# Dotenv file
.env
.secret
.swp
/broadcast/
/broadcast/
tags