Mikko Ohtamaa
Mikko Ohtamaa
Hi @evgenykuzyakov Here is now the full submission to the hackathon: https://github.com/miohtama/advanced-fungible This is basically the data structure I used: ```rust pub struct Ledger { // Total balances, including locked,...
> This implementation still doesn't guard against invalid transfers to the contracts that don't expect the token. The implementation does `is_receiver()` which is "an interface check" in very limited sense....
Command line `ipython` gives the same error.
This same issue happens with Svelte/Vite both production and development builds. I believe any frontend system that is dynamically creating pages, which may include recreating `#tc-root` element, might suffer from...
Good morning all. I just noticed this pull request one year later. Sorry.
@Secrus would there be any low-hanging fruits to fix this e.g. to change the command line help text?
Interesting. What modules are you importing? I'd guess the memory consumption is ABI files that are cached, but could be something else.
You can debug this by watching the memory usage in a task manager and importing different modules by hand in an interactive Python REPL prompt.
> Pandas and Numpy being loaded while not needed for the processing I am doing (they both add around 170MB). Thank you for your concern. At the moment, focusing our...
If you think there is an easy way to fix this without too many lines of changes, we are happy to take a patch, but we do not have enough...