bobwith2bees
bobwith2bees
Great package! Could we put on the roadmap, the ability to initiate the RPC requests in order to support DApp integrations more easily? From what I understand, this package provides...
This is just an observation that this will probably cause trouble for the additional domains ens now resolved. *nameHash function* https://github.com/Zfinix/ens_dart/blob/6eeb85e179267bccbe116653528963a091c69a2c/lib/src/utils.dart#L11-L13 test/ens_dart_test.dart for coverage (note this still fails, but I...
In lib/src/utils.dart, the existing normalize method returns the same string passed. This could lead to failed lookups. I've included the suggested revisions below. Since this requires adding a package dependency,...
The connection retry logic or the load balancer is causing a short lived connection every other connection. I haven't verified on the wire if this is hitting the relay, but...
What I am trying to do: Have my Dapp allow the user to connect to multiple wallets. I will have a tab in the UI for each wallet so the...
I know the existing developer.x.com documentation points to the old twitter button, and the oath challenge screens still have the twitter branding. To avoid breaking existing users perhaps: * Create...
I am unable to deploy an instance using nvidia rtx3090 using the latest Quai-gpu-miner. Reverting the quai-gpu-miner-run docker image (see the commit) resolves the issue. https://github.com/akash-network/awesome-akash/commit/6a2827a2245ce51fe61ec1ac4457d44453854ace But I think with...