Michał Sałaban

Results 43 comments of Michał Sałaban

This is a very good question. The backend API doesn't provide a way to modify the fee but I have no idea whether the protocol does. I think https://cardano.stackexchange.com would...

@bmasterc I think the order of transaction arrival is unverifiable by other nodes, hence it cannot be a part of consensus. Also, the multiple levels of fee contradict your above...

Hi, I was unable to reproduce the error but I guess I have found the place in the code where it crashes. Perhaps it was already fixed in the `cardano-wallet`...

No, minting and burning is not implemented yet.

Address generation is currently done by the backend entirely. That means, with `cardano-wallet` you'll get a pool of pre-generated addresses and while they are being used, new ones are being...

Does it cause any problems in Python3?

Well, I've never used them personally and always described types in the docstring. However, if annotations turn out nicely in auto-generated docs, we might consider that solution. I'm rather not...

I meant the online version at https://testnet.xmrchain.net/ but perhaps it's not you who runs it?

Shouldn't we identify ways of generating invalid transactions, and update the daemon's checking code to purge them from mempool ASAP?