Ilya
Ilya
Libraries stored on a workchain will not work when everscale realise that we need to return hypercube routing back, so only masterchain is an opton in my opinion
> > Libraries stored on a workchain will not work when everscale realise that we need to return hypercube routing back, so only masterchain is an opton in my opinion...
Is the size of the ExtraCurrencyCollection hashmap considered when calculating the storage fee for an account? If yes, then uncontrollable growth in the number of extracurrencies could lead to a...
I agree, this is an absolutely logical change. As @rexagon said, the main issue with deletion is that a contract can accumulate a very large debt before it gets frozen,...
I implement deleteObjects in my fork: https://github.com/mnill/HealthKit ``` window.plugins.healthkit.deleteObjects({ 'type': type, 'startDate': new Date(new Date().getTime() - 1000*60*60*24*365), 'endDate': new Date(), }, callback, callback ); ``` Sample or quantity type in...
Hi. Are you have the latest cordova-ios? Also, please provide your config.xml
Please provide correct config.xml :-)
There is config.xml for testing. instruction: cordova create test cd test cordova platform add ios cordova plugin add https://github.com/mnill/cordova-app-updater copy\paste my config cordova run ios --device [config.xml.zip](https://github.com/mnill/cordova-app-updater/files/264925/config.xml.zip)
@jiangluu why you use it?
For now I no have enough time to take a look to it. May be later.