ProgramCrafter
ProgramCrafter
If this is a hard task, I think a TON Footstep can be created for it.
Seems like there are too many... blocks in modpack, I guess? You may have a look at NotEnoughIDs or somethin' like that.
@ex3ndr Could you provide link to specification of those? As well, what about software wallets?
Well, so I think this deserves a discussion. - *Deterministic subaccounts in my implementation* - **Profits** 1. minimal difference from TON-standard keys derivation procedure 2. easier procedure means there is...
@PolyProgrammist Do you suggest putting both ways of generating mnemonic for subaccounts into libraries like tonweb? > It would be great to include it in this or another TEP
@PolyProgrammist but won't two methods for generating subwallet seeds (and thus far more ways to generate different wallets, as new contracts have an additional field for subwallet ID) force people...
Though, I think compromise option would look so: ``` async function subwalletMnemonicToSeed(mnemonicArray, password, subwallet) { const entropy = await mnemonicToEntropy(mnemonicArray, password); let Uint8Array seed = []; if (subwallet < 0)...
I also don't understand the discussion well. Now I think integrating HD keys of BIP32-Ed25519 into libraries would be the best solution. If you also think so, please react with...
1. Is there something in logs? 2. Do all blocks of the multiblock screen return the same address?
@SkyDrive94 You could execute the following code to test whether the problem is with redstone only: ```lua local computer = require('computer') while true do computer.pushSignal('test_signal') end ``` Also, 1. Is...