Working with Frame on rinkeby but the log-in sidebar disappeared and now won't let me test my Aragon fundraising testnet server. What should I do to log in?
Jordan Muir
@floating
@UltraXBT_twitter Custom networks currently aren't supported but will be included in a future version
RikaSukenik
@RikaSukenik
I'm new to frame and wondering how you handle private keys. Do they ever leave the hardware wallet? If not, how do you gain access to them for signing?
Jordan Muir
@floating
If you're using a hardware wallet Frame will talk to the device directly. When something needs to be signed that data will be sent the device, the device will sign it and send back the signed version to be used by Frame. Frame will never touch the private keys of your hardware device.
RikaSukenik
@RikaSukenik
Cool, thanks!
ligi
@ligi
Hey - I am trying to use fame with peepeth - but I am getting this error in the console:
application-8f7613f90eec18faa40f2b7ddf1584a6b3294f5400eab7b6bf79da8b41bd9ed8.js:124 Uncaught (in promise) TypeError: this.provider.send is not a function at a.send (application-8f7613f90eec18faa40f2b7ddf1584a6b3294f5400eab7b6bf79da8b41bd9ed8.js:124) at n.accounts (application-8f7613f90eec18faa40f2b7ddf1584a6b3294f5400eab7b6bf79da8b41bd9ed8.js:124) at basicWeb3Check (application-8f7613f90eec18faa40f2b7ddf1584a6b3294f5400eab7b6bf79da8b41bd9ed8.js:15) at application-8f7613f90eec18faa40f2b7ddf1584a6b3294f5400eab7b6bf79da8b41bd9ed8.js:15
@ligi Is the peepeth client open source? I should be able to figure out what's going on pretty quickly if I can take a look. Lots of people use Frame every day with many dapps. I only know of one other dapp that was reported to have issues similar to this peepeth issue.
ligi
@ligi
@floating unfortunately peepeth is not open sourcce
Jordan Muir
@floating
The other app that was hitting this issue was also not open source. Would love to get to the bottom of it.
The FOAM issue seems to be different
@ligi One quick solution to it could be resetting all settings and permissions. You can do this by going into the settings (>>>) and mousing over the very bottom.
And click "reset all settings and data"
Jordan Muir
@floating
I just saw your response in the thread. It could have been a bug with a state transition running form source. We only handle/test migrating state schema changes between released versions so it's possible your state was in a bad place from running a previous, transitory version of Frame.
ligi
@ligi
ah ok
then feel free to close the issue
thanks for looking into it
just using dev to be able to use a hot-wallet
or is this not needed anymore
regarding peepeth I asked bevan on discord
perhaps he answers
_
Jordan Muir
@floating
This isn't needed, hot wallets are now supported by in the official releases.
ligi
@ligi
cool
Jordan Muir
@floating
Awesome, yes, I'm happy to help debug with the peepeth team.
ligi
@ligi
peepeth seems to be doing something like this:
window.web3=new Web3(window.web3.currentProvider)
Jordan Muir
@floating
Yeah, that should be ok. Running window.web3.currentProvider.send('eth_accounts').then(console.log) in the console on https://peepeth.com/a/login works fine.
ligi
@ligi
strange - I will try to get bevan here - but he seems to be afk now
@ligi The provider/extension is always on now, it can be toggled off/disabled in the chrome extensions menu
ligi
@ligi
ah oh nice
Aaron Foster
@pythonpete32
hey guys. Im running into an issue with using frame in a Rinkeby DAO
so i was able to launch the DAO signing all the required transactions
but when it comes to interacting with the Apps they are not recognising frame. which is weird because the client still has me connected (in the top right it has my account, network and the green dot)
Aaron Foster
@pythonpete32
Jordan Muir
@floating
@pythonpete32 Hey Aaron! Sorry for the delay. Can you explain what you mean by dapps are failing to recognize Frame and which dapps this is occurring with?