Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with "change network to polygon" on game-redo branch #12

Closed
Gizmotronn opened this issue Mar 1, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed live live-servers (or test) for running our polygon apps, and the github/signal-k/marketplace node packages truffle-ganache Truffle & ganache (npm) related issues

Comments

@Gizmotronn
Copy link
Member

In the branch for #3 we can't log in to the app as we keep getting an error message "Change network to Polygon", where the ganache-cli instance is not valid (and neither is the Mumbai testnet or Matic mainnet). After cloning the base repo I found that the desired network is Matic, so we likely need to update this in src/redux/blockchain, and configuring the network to work for the ganache network or either of the polygon networks. Gas fees aren't an issue on Matic (mainnet) so it is potentially plausible that it would be fine ignoring Ganache for now...or extending it later.

Just need to compare src/App.js and the redux directory...

@Gizmotronn Gizmotronn added bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed truffle-ganache Truffle & ganache (npm) related issues node packages live live-servers (or test) for running our polygon apps, and the github/signal-k/marketplace labels Mar 1, 2022
@Gizmotronn Gizmotronn self-assigned this Mar 1, 2022
@Gizmotronn Gizmotronn added this to To do in Minimal Minigames via automation Mar 1, 2022
@Gizmotronn Gizmotronn added this to In Progress in ERC20 Token Mar 1, 2022
@Signal-K Signal-K deleted a comment Mar 10, 2022
Gizmotronn added a commit to Signal-K/client that referenced this issue Jan 9, 2023
…en using it

Issue: Image files aren't being sent from the client to IFPS to Lens in the protocol post
I've created a duplicate file of `useCreatePost` called `useCreatePostProposalEdit.coffee` which showcases a proposed metadata addition for tagging candidate assets as per the flow in Signal-K/Silfur#26

Here's the console output for when the post was created on the client:
https://lenster.xyz/posts/0xa952-0x06 (comment by `u/parselay.lens`)

Other related issues:
https://github.com/Signal-K/polygon/issues#:~:text=ago%20by%20Gizmotronn-,Migrate%20Proposal%20board%20from%20Vite%20to%20Next.js,-truffle%2Dganache
Signal-K/Silfur#25
Signal-K/Silfur#24
Signal-K/Silfur#22
Signal-K/Silfur#21

Discovered this issue with the thirdweb package:
Signal-K/Silfur#12
#9
Minimal Minigames automation moved this from To do to Done Feb 20, 2023
Gizmotronn added a commit to Signal-K/client that referenced this issue Feb 20, 2023
Users can now navigate to `/planets/{$planetID}` to see information relating to their planet, including datasets, articles, a sandbox, basic stats/info, a gallery, and a generator.

Generator:
Signal-K/sytizen#18
Right now it's just the same generator script, but eventually it will take in the fields like radius from the table the page itself is generated from. We'll update the frontend fields to use a UI based on the <Card /> component we've designed for the Profile pages. users will be able to edit these fields and create a fork of the anomaly in its dataset sandbox for use in their own projects, and this can be part of the "XP" demo for "citizen science points" to mimic the behaviour of the reputation erc20 token:

Now that staking has been re-added, time to close #18

Signal-K/sytizen#16 Profile pages
Signal-K/sytizen#13
Signal-K/sytizen#6 -> Generator & staking
Signal-K/sytizen#1 -> sandbox & generator
Signal-K/Unity-Demo#28
Signal-K/Unity-Demo#5
Signal-K/starsailors#4 -> user input on anomalies
Signal-K/Silfur#26
Signal-K/Silfur#25 -> Some small changes with the Thirdweb module behaviour, still yet to commence full re-integration now though
Signal-K/Silfur#24
Signal-K/Silfur#22 -> Replacing "mint" FOR NOW with just a "claim" button that sends the planet to your supabase table inventory (array/foreign key in 'profiles' table

Signal-K/Silfur#21
Signal-K/Silfur#12 -> Keep an eye on this, but for now this is deprecated
Signal-K/Silfur#3 -> Again keep an eye on the original card game contract, but until we commence the full re-integration of the smart contracts, this is not needed

Signal-K/Silfur#30 -> This is working a treat
Signal-K/Silfur#29 -> Now need to add true threaded comments & integrate it with sandbox items

Full notes available here: https://www.notion.so/skinetics/February-Flow-Planets-8c864b66147c447f82136772336e9bc6?pvs=4#09b8260b2360412683ef5935309fd011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed live live-servers (or test) for running our polygon apps, and the github/signal-k/marketplace node packages truffle-ganache Truffle & ganache (npm) related issues
Projects
ERC20 Token
In Progress
Status: Done
Development

No branches or pull requests

1 participant