Split out flextesa
- Rename
src/bin_flextesa→src/bin_sandbox - Remove
src/lib_network_sandboxand usevendors/flextesa-lib. - Update the doc.
I cannot create projects in the tezos org, so for now flextesa is there: https://gitlab.com/smondet/flextesa/, that's easy to move if needed:
- I removed the dependency on the protocol, so it only depends only on standard-lib
things like
tezos-crypto(Michelson stuff is moved to another library, since we were not using it anyway). - I put back a bunch of (pure ocaml) modules that were in https://gitlab.com/obsidian.systems/flextesa-extras.
Edited by Seb Mondet