Just wanted to provide feedback from the dev meeting today. It’s likely @DrBlaze_21 is waiting on resolution of Dynamic Plasma to finish his work for many of the reasons stated above.
Here is the latest tl;dr update on Dynamic Plasma.
Just wanted to provide feedback from the dev meeting today. It’s likely @DrBlaze_21 is waiting on resolution of Dynamic Plasma to finish his work for many of the reasons stated above.
Here is the latest tl;dr update on Dynamic Plasma.
Can the wallet also connect to the bridge? I couldn’t make it work trying just now.
Different wallet. I highly recommend using syrius to connect to the bridge. We are moving away from the browser plugin in favor of something new called a Metamask Snap.
Happy New Year, ZNNAlienz!
I have some updates for the Syrius Mobile Apps.
Download the latest version here.
SHA-256
checksum:
9b1f88545f07fcddc301dc841d48885ca1aaec53ecf0e860d985de94cede5c2f
SHA-256
hash before installingThis happens because I’m using the Coingecko API that has rate limiting. I’m caching now the results, but we will need to pay for the API usage when we release the production builds.
Noted.
You can switch between addresses, but you need to tap in the top right corner. We can improve the UX here. The edit button isn’t enabled yet.
Check now.
I’m open to suggestions on how to display Plasma amounts for the user.
This error appears when libargon2
library is missing from the APK. Please download the newest version.
Plasma or dynamic Plasma are abstracted away from the users.
Yes, check the new WalletConnect feature.
I’m planning to request funds for the work delivered so far. I’ll wait for the community to test this new build. If there are any bugs, I’ll fix them and upload a stable version.
After that I’ll proceed with creating 3 projects with 1 phase each to unlock the funds that will cover all the expenses so far. I’ll also open-source the codebase such that others will be able to contribute and audit the code.
Going from now on, I want to share with you the following release schedule: 1 or 2 months for development (depending on the complexity of the features) and 1 month for testing.
The community will be able to request and vote for new features:
Tried to connect the bridge and that works beautifully. But then when connecting to metamask it wants to connect to the desktop version of metamask not my android one.
Tried the browser in metamask wallet itself but that one won’t connect because syrius extension is only for chromium browsers.
It works like this:
PS: I don’t recommend using the mobile wallet with real funds yet.
I can host on a DO space if you want
Sent you a dm with the link. Thanks!
Here is the wallet available for download
https://hypercore.nyc3.digitaloceanspaces.com/mobile-wallet/app-release.apk
Please check the download against the signature above:
I also need the following API endpoints:
We don’t want to rely on 3rd parties that have API subscriptions like Coingecko.
@sol or @digitalSloth can you help me out?
I’ve been providing the data on the health check to @digitalSloth but we need to improve it some. I’ll work with @sumamu to improve what I have so far.
Regarding the ZNN/QSR data, I think I can provide that. I guess I can just query Coingecko at the approved rate limit, and then recast that data with a higher rate limit. Is that what you are looking for?
Can we use the metamask mobile wallet instead metamask extension? We need mobile for both wallet, since we already have solution for desktop version
Sure I can help with some API endpoints.
As @0x3639 said he provides me with the orchestrator status and I currently have this endpoint https://zenonhub.io/api/nom/bridge/get-bridge-info that can be used to check if the bridge is halted but it doesnt take into account the time challenges. If you wanted I could make a new route that combines the two status checks?
For the ZNN/QSR price I already pull that from Coingecko hourly and cache it so could create an endpoint to access this. For volume data I dont have anything setup for the ETH side but can provide any NoM specific data you need.
Let me know if this helps
How frequently do you pull the price? Looks like you can pull up to 30 times per minute for free
Just hourly at the moment, I ran into rate limiting issues before but can test running it more often
Cool. I will provide a backup endpoint for price data. That way we have some redundancy. We can standardize the format. I’ll DM you on matrix.
I plan to call that coingecko API every 2.5 seconds and see what happens.
For this we need Ethereum (EVM) WalletConnect support in the bridge interface. For the moment the bridge interface only supports Zenon via WalletConnect and Ethereum via the Metamask extension.
Or we can integrate the bridge into the mobile app, but we first need Ethereum wallet support.
Thank you!
This endpoint is more than enough at the moment.
This would help a lot.
Can you provide me the APR for each network participant?
We were able to provide a price API for the wallet that does not have request limits. Vilkris was able to provide the APR off an existing endpoint.
still having the same issue with the updated wallet @DrBlaze_21
What Android phone and version do you use?
@0x3639 will upload here the newest version. I’ve integrated the new price API and other bug fixes.