Denis Davidyuk
Denis Davidyuk
It would make sense if you had `rocket = "*" ` in your Cargo.toml, but middleware explicitly depends on `[email protected]` that cannot depend on Rust released later than `[email protected]`. So...
Can you elaborate?
Looks ok, except that precision can be loosed on parsing because `name_fee` encoded as Number, but `winning_bid` is String. They are not equal after parsing. Also, can you add this...
Some confusion happened, Nikita can explain better
it looks like that there are no any auctions on testnet, is that possible?
The endpoint that I'm asking for: - should accept an account address - should return an array of objects (bids made by that account) - each object should contain at...
It is need for this screen:  otherwise, I will have to fetch the details of each auction by myself
The second option looks better for me. Does it have any performance drawbacks or why it is not a simple way?
That `reverse` parameter will flip the order, doesn't it? It is not something that we want. We need an endpoint that returns a list of actual names that points to...
> It still means one would get the waring if they don't use our gateways? It is a hint to use `NodeGateway` in case the old `Node` class is used...