Giter VIP home page Giter VIP logo

Comments (4)

d0cd avatar d0cd commented on September 26, 2024 1

I was able to deploy this program using the following command.

snarkos developer deploy "multiparty_pvp_utils_v008.aleo" --path "./" --private-key <PK> --query "https://api.explorer.aleo.org/v1" --broadcast "https://api.explorer.aleo.org/v1/testnet3/transaction/broadcast" --priority-fee 0

See here

To troubleshoot "ghost transactions" please:

  • check that you have sufficient fees to pay for the deployment.
  • if you are sure that you have sufficient fees, you can check:
  • the /testnet3/memoryPool/transactions endpoint for transaction in the mempool
  • the /testnet3/transaction/confirmed/:id endpoint to see whether it was accepted or rejected.

from snarkos.

asharma13524 avatar asharma13524 commented on September 26, 2024

I was able to deploy this program using the following command.

snarkos developer deploy "multiparty_pvp_utils_v008.aleo" --path "./" --private-key <PK> --query "https://api.explorer.aleo.org/v1" --broadcast "https://api.explorer.aleo.org/v1/testnet3/transaction/broadcast" --priority-fee 0

See here

To troubleshoot "ghost transactions" please:

  • check that you have sufficient fees to pay for the deployment.
  • if you are sure that you have sufficient fees, you can check:
  • the /testnet3/memoryPool/transactions endpoint for transaction in the mempool
  • the /testnet3/transaction/confirmed/:id endpoint to see whether it was accepted or rejected.

thanks for the prompt reply! much appreciated.

from snarkos.

asharma13524 avatar asharma13524 commented on September 26, 2024

@d0cd Thanks for your help here. I was able to deploy another one of our imports. However, It appears I'm running into this issue with the following program and am getting 404s on the memoryPool endpoints. Additionally just getting the generic "Missing transaction ..." via the /testnet3/transaction/confirmed/:id endpoint despite snarkos returning a successful response. Please let me know if there is a better way to debug.

https://api.explorer.aleo.org/v1/testnet3/memoryPool/transactions
https://api.explorer.aleo.org/v1/testnet3/memoryPool/transmissions
https://api.explorer.aleo.org/v1/testnet3/memoryPool/solutions

  1. Attempt to deploy the following aleo instructions below with
snarkos developer deploy "wheres_alex_v008.aleo" --path "./" --private-key $PK --query "https://api.explorer.aleo.org/v1" --broadcast "https://api.explorer.aleo.org/v1/testnet3/transaction/broadcast" --priority-fee 0

Link to code: https://github.com/puzzlehq/serengeti/blob/main/wheres_alex_vXXX/build/main.aleo

from snarkos.

mwyatt896 avatar mwyatt896 commented on September 26, 2024

@d0cd following up here as this may be a new bug for ghost transactions

Turns out we had a transition in our puzzle_pieces program that had 3 input records but only had 2 outputs (just 2 records).

We were able to deploy the puzzle_pieces program with this function to the network and it wasn't causing errors until using the program as an import in our wheres_alex program.

The details can be seen in our puzzle_pieces_v009.aleo on our joint_stake_transfer_to_winner function here.

snarkOS developer deploy wheres_alex_v009.aleo gave no errors -- just a txn id and never seemed to land

But trying to deploy through aleo.tools spit back logs that it expected 3 outputs but only found 2. See pic attached for that error message
image

from snarkos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.