Bram N.
Bram N.
**Describe the bug** I am trying to connect to quickswap `from uniswap import Uniswap from web3 import Web3, HTTPProvider private_key = "xxxxxxxxxxxxxxxxxxxxxxxx" w3 = Web3(HTTPProvider('https://rpc-mainnet.matic.network')) acct = w3.eth.account.privateKeyToAccount(private_key) address =...
Hello! The email notifier is failing with below error: `time="2020-01-16T14:57:00Z" level=error msg="Notifier failed sending email notification failed: EOF"`
I am trying to create a library for some crypto project. They however require to be able to generate the public key, and the address from a privatekey string (which...
Hello! PyFlaDesk is pretty slow, are there ways to speed everything up?
When doing a clone from the project and running the tests as they are, there is one failing ``` ERROR: test_inject (tests.common.test_injector.TestInjector) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Users\bramV\Documents\PycharmProjects\WavesGatewayFrameworkQuart\tests\common\test_injector.py",...
Keep it dynamic for TN
If this is a BUG REPORT, please: -The deployment isn't compatible with kubernetes 1.16 **What happened**: secret/ceph-keystone-user-rgw unchanged configmap/ceph-bin-clients unchanged configmap/ceph-bin unchanged configmap/ceph-etc configured configmap/ceph-templates unchanged storageclass.storage.k8s.io/general unchanged service/ceph-mon unchanged...
Hello, I am trying to get this working with OAuth and basic authentication. So the client should be able to send a basic auth header in the token request, if...