albi.eth
albi.eth
Uhm this should work out of the box (I use it myself). Some screenshots:    Can you try to run on a terminal `curl -k -X POST -H...
@TessTea if you have a fix it would be great! Can you make a PR?
Thanks! Sorry for my late reply
Hi @serapath, thanks for trying out ethnode! Sorry for my late reply, for whatever reason I missed the notification for this issue. I'm able to reproduce the error with MetaMask,...
TL;DR: when weird stuff happens, restart your browser. Sounds pretty lame. But I've had problems while developing/testing smart contracts (using MetaMask as a Web3 provider) that were solved just by...
Hi @jboadas, do you have ideas on how this can be implemented? Happy to review a PR :muscle:!
Related: #10 That would be a really useful feature, I'm just concerned about the feasibility. HardHat allows [forking mainnet](https://hardhat.org/guides/mainnet-forking.html) and exposes some cool features like pinning a block and impersonating...
I think the correct way to approach this is to use [`patternProperties`](https://spacetelescope.github.io/understanding-json-schema/reference/object.html?highlight=patternproperties#pattern-properties).
Roughly, the steps are: - Add a new endpoint [here](https://github.com/bigchaindb/bigchaindb/blob/master/bigchaindb/web/websocket_server.py#L29) - Add a new route [here](https://github.com/bigchaindb/bigchaindb/blob/master/bigchaindb/web/websocket_server.py#L139) - parametrize the `websocket_handler` function with something like `subscription` [here](https://github.com/bigchaindb/bigchaindb/blob/master/bigchaindb/web/websocket_server.py#L103). `subscription` can be `transactions`...
Might be related to #2198.