freeton_wallet icon indicating copy to clipboard operation
freeton_wallet copied to clipboard

The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.

Results 8 freeton_wallet issues
Sort by recently updated
recently updated
newest added

Having 2 contracts that require each others addresses in constructor, as in https://github.com/tonlabs/samples/blob/master/solidity/19_CasinoOwner.sol https://github.com/tonlabs/samples/blob/master/solidity/19_Casino.sol leeds us to precalculating the address of one of the contracts in order to be able...

Freshly installed `ft` having ``` tonos_cli 0.22.28 COMMIT_ID: f4e39699570e00a1863d27e27e284f8b38e9deb8 BUILD_DATE: 2021-11-10 12:26:01 +0100 COMMIT_DATE: 2021-11-10 00:04:07 +0300 GIT_BRANCH: master tvm_linker v0.13.86 BUILD_GIT_COMMIT: d150d77566e5fa5cd5335fd7d6ab95150ba9f5cf BUILD_GIT_DATE: 2021-11-10 00:04:24 +0300 BUILD_TIME: 2021-11-10 12:26:58...

Usually, an address that is less than 64 chars is probably incorrect, we should try to complete with 0s, except maybe if when the first chars are only 0s.

Some DeBots, need to get data from main net smart contracts, however I don't want to pay deployment fees each time I change something in the debot code. I think...

enhancement
Fixed

This useful for example since solc uses abi 2.1 which isn't widely supported yet. I had to manually replace solc with solc 0.47 which doesn't use it.

enhancement
Fixed

right now, there is no command to recreate a docker container if you accidentally removed it. (maybe it should be auto created?). also, if the container was removed, you cannot...

enhancement

When deploying a smart contract via code, one can specify the initial values of static variables by using the `varInit` argument of `tvm.buildStateInit` or `new` ([https://github.com/tonlabs/TON-Solidity-Compiler/blob/master/API.md#tvmbuildstateinit]). When deploying a smart...

Fixed