Fabrice Le Fessant
Fabrice Le Fessant
`ft` is currently not able to run debots. The reason is that, to run a debot, it would require to call OCaml from Rust (for example, to give access to...
I finally decided to give it a try. Here is what I have: * Download `tonos-cli` from https://github.com/lefessan/tonos-cli, branch `z-2021-08-23-debot-from-boc` * Set DEBOT_BOC_PRINT=1 in your environment, run the debot from...
Indeed. I have uploaded a new version (should just need to call `cargo update` before `cargo build` in `tonos-cli` same branch). This time, the BOC of the debot is extracted...
And another version: * If `$DEBOT_SAVE_DIR` is defined, it will save the debot state in that directory (under name `DEBOT_XXX.boc`, where `0:XXX` is the debot address) * If `$DEBOT_LOAD_DIR` is...
Latest version of `ft` automatically supports this behavior (since commit https://github.com/OCamlPro/freeton_wallet/pull/72/commits/b117b280ec4425f8555f6531ae17b5501fa7678b), using `ft debot fetch --boc-from NETWORK ADDR` (where ADDR is the debot address on NETWORK). It will automatically download...
Indeed, there is no command for the first one. Note that you can still recreate another switch with the same accounts using `ft account copy from OLD_SWITCH`. Anyway, if you...
Fixed in #195
This fix must be made in a "backward-compatibility" way, i.e. keep the buggy behavior for projects that have a `drom-version 0.9.2`. For example, there are already lines like: ``` project.ml:...
Merged as part of #223
Thanks for your feedback ! 1. Good advice ! I am going to improve the README.md in a few days with such a simple example. 2. I don't really understand...