Fabian Schuh
Fabian Schuh
you need to upgrate `steem` and `graphenelib` ``` pip3 install graphenelib --upgrade pip3 install steem --upgrade ```
I totally agree .. I should start parsing the error messages and give a more detailed exception
+1 I am using `Response[List[xx]]` on many occasions. Getting a `KeyError`. //edit: interestingly, this issue disappeared when downgraded from python3.10 to python3.8.
> IMO we should not add arbitrary signals in the vague hope that some plugin might want to use them in the future. We actually have a plugin that gets...
Found something to work with haproxy. Still, i think it would be a nicer solution to have it as part of plugin - after all, that's what plugins are good...
> AFAIK BSIP-39 hasn't been approved yet. That is true, we can do that anytime. Our focus so far is to ensure that our implementation is ok conceptually. The plan,...
There is no infrastructure of ES yet. Can we not simply add the blocks timestamp to the APIs output?
bitshares europe has a few things in the works that maybprovide what you are looking for .. let me deploy it more publicly so you can see what i am...
BSIP: https://github.com/bitshares/bsips/issues/148 As can be seen from the BSIP, an open question is if it makes sense to use a simple binary toggle, or maybe instead introduce another whitelist to...
> 1. Write a BSIP > > 2. Once it's deemed complete: have it approved > > 3. Once it's been approved: implement (you may implement it at your own...