Christopher Bertels
Christopher Bertels
## Abstract Loopring allows trading tokens. It would be nice if Rotki was able to import all trades from Loopring (besides account balances) for all accounts with loopring API keys...
Hey, Are there any plans to upgrade the style-elements dependency? In the elm-package.json it points to a specific alternate github repo & commit which seems very out of date with...
This fixes an error when using elm-ui with rtfeldman/elm-css. Similar to e778f0aa1aff6cb62c9bc7434173725350947a0f
gcc will not compile variable references that start with an at-sign (@). need to change names of instance and class variables to something else, for example: @var = __classname__instance__var @@var...
Change ClassDef and MethodDef nodes to compile to message sends using Class#subclass: and Class#define_method:with_args: or similar. Need to make sure that when reopening a class, it isn't redefined but instead...
Right now a vault owner can only export the vault key bundle from a non-cloned vault. We should allow deleting the vault from the server as well, even without it...
Key creation can take a long time. Fore example, for the last vault I created it took up to 10 seconds (rough estimate) during which we should indicate to the...
When creating a new vault and inviting users from the vault dialog during creation, the invited user does not get added. Error in daemon: ``` 2019-10-15 05:30:57 [I] Getting a...
Allow users to export & import their RSA public / private key pair.