question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Where is the real migrations code? The code pushed to github is incomplete...

See original GitHub issue

Cannot deploy SushiSwap on truffle / ganache for testing purposes.

truffle migrate does not deploy anything, because there is nothing inside the 2_deploy_contracts.js to deploy

What is the correct deployment order? The migration scripts on the official github do not have any contract deployment within them, please publish the correct code, or let me know how I can set this up for testing.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

9reactions
iquanduancommented, Sep 15, 2020

same

3reactions
Liberalitecommented, Sep 22, 2020

I tried to reproduce the migration but i’m doing something wrong… I posted on a question on Stackoverflow and will provide the migration code a bit later, after I find something that is actually helpful, I’m still trying to make it work but I see that even after depositing that accSushiPerShare is still 0 in every pool.

Here is the link on Stackoverflow: https://ethereum.stackexchange.com/questions/87651/sushiswap-inner-workings

Read more comments on GitHub >

github_iconTop Results From Across the Web

git push was rejected due to missing or corrupt local objects ...
it will populate the missing files .git/lfs/objects folder. Share. Share a link to this answer ... git config lfs.allowincompletepush true.
Read more >
Contributing to a Project - Git SCM
We will clone it locally, create a topic branch, make the code change and finally push that change back up to GitHub. $...
Read more >
Migrate from Perforce to Git | Atlassian Git Tutorial
We've broken the Perforce to Git migration process down to 8 steps: ... origin git push --tags origin You should now see the...
Read more >
Automating MySQL schema migrations with GitHub Actions ...
Neither skeefree nor gh-ost look at the actual code, and they don't need git access. The database infrastructure team only needs to take...
Read more >
Push rules - GitLab Docs
Commits signed with the Developer Certificate of Origin (DCO) certify the contributor wrote, or has the right to submit, the code contributed in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found