Nils Diefenbach

Results 85 comments of Nils Diefenbach

110.1 and 110.3 aren't possible with travis, since originating branches are not available when a tag is pushed. However, since we can access the tag name with `$TRAVIS_TAG` we can...

Hey @Cloniko, Could you run the code with log level set to DEBUG and post the log? (make sure your keys arent visible) And what change did you have to...

That's the correct log, thanks! Since Kraken is currently testing their new trading engine, could you verify this happens for other pairs as well when posting an order? It's quite...

Unfortunately, I cannot find the error in my code. I've asked support if there is an issue with the API, but it's probably a good idea if you, too ask...

@Cloniko , have you heard anything from support ? My ticket's still open, without a response, unfortunately.

@bebosudo, I don't see the benefit of defining the class inside the interface class. But putting them in the same file is okay. I'll see to it that I'll define...

I like the principle implementation - however, see the unit test I uploaded to see what the changes required specifically are (it's mainly naming and access)!

Hey lads! First off, thanks for all your work! And sorry I haven't looked through all of this yet, but Christmas is busy time at our house- but I'll be...

Right! So - I finally had some time to look over both of your excellent contributions - thanks again for investing so much time and effort into this little project...

Concerning the args & kwargs, I think it'd be easiest to simply pass them along into the constructor and save them; that way they can be accessed by the formatting...