Conversation
|
testing on Chrome I am getting |
src/application/utils/taxi.ts
Outdated
| return res.toObject(); | ||
| assetHash: string | ||
| ): Promise<TopupWithAssetReply> => { | ||
| const { data } = await axios.post(`${taxiUrl}/asset/topup`, assetHash); |
There was a problem hiding this comment.
We miss third parameter, with an object and a key headers where we specify application/json
strange works for you
There was a problem hiding this comment.
Yes, yesterday I notice this also, but it seems to happen on |
|
werid since I can't test the taxi topup then |
master seems to have outdate taxi-protobuf, therefore cant ListAssets correctly and test taxi coin selection |
|
I'm working with @louisinger to have PR #244 stable (and with Taxi REST) in order for us to be able to test it and finally merge it. |


Fixes #290
Access taxi services via REST (removes gRPC).
Remove
taxi-protobufdependency.Throw response (and not response.data) on broadcastTx.
@tiero please review