-
Notifications
You must be signed in to change notification settings - Fork 213
invoking endpoint leads to HTTP 400 error on cardano-wallet
transaction-balance endpoint
#153
Comments
Thanks for the issue! Could you please share what commit are you using? |
Hi there. This is not an issue related to the JSON you used, which looks fine, but an issue between PAB and Wallet. It seems at first glance that the proxy wallet used by PAB is not aligned with the version of cardano-wallet you are running. Hope this could help. |
Hello,
Can you tell me more specifically how to fix the alignment issue of proxy-wallet to Here is my project, which is based on Thank you |
I also updated to |
Try to align them through cabal file, I think that is what I have done on our pab project |
Thanks for the suggestion. Here is my cabal.project file: https://github.com/woofpool/PAB-starter-app-setup/blob/master/cabal.project |
I change a lot of thing in the cabal projet to align to plutus-apps as starter is/was not linked at all to pab beta. I'll have a look at it tomorrow morning. |
I appreciate your help. These kinds of things are highly frustrating, especially for somebody new to Haskell. I'm assuming it's something wrong I'm doing. |
I saw you did not use Nix, please take time to learn and use it as it is really bringing a lot of benefits. Still by using Nix you will have to edit manually the haskell.nix to point to the right sha1 + nix custom checksum for each/every cabal dependency (which is overwhelming for new people, even me sometimes, I could agree on). Anyway this Question are you running the input-output-hk or j-mueller project? I used the input-output-hk one (difference has been tracked and should be fixed) which could be related to our differences (even if j-muller is referenced in cabal files it should work) It would be interesting to known if you have the "right endpoints version in your wallet server". Everything should be something like curl --location --request GET 'http://localhost:8090/v2/network/information |
Thanks Benjamin, However, one thing I notice is that in order to build my project, I still need the J-Mueller Now, I'm facing new issue where the |
Seeing as the main issue you are experiencing is resolved I will be closing this issue, glad you could get your wallet issues worked out. Fortunately the other issue you are experiencing with the Datum should be fixed by this pull request here. |
Summary
I'm trying to run the guessing game with lock and guess endpoints- IOHK plutus-starter repo against testnet backed. When I try to call the lock endpoint with JSON request body, the response from PAB gives an error having to do with bad request
Steps to reproduce
Steps to reproduce the behavior:
cardano-node
to testnetplutus-chain-index
cardano-wallet
server and synclock
endpoint and one without funds for callingguess
endpointCode
Expected behavior
A clear and concise description of what you expected to happen.
System info (please complete the following information):
Screenshots and attachments
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: