Where is the real migrations code? The code pushed to github is incomplete...
See original GitHub issueCannot 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:
- Created 3 years ago
- Reactions:6
- Comments:18 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

same
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