albi.eth

Results 52 comments of albi.eth

Uhm this should work out of the box (I use it myself). Some screenshots: ![image](https://user-images.githubusercontent.com/134680/142144789-21a6c274-e98d-43f6-ac63-c36d5effc3eb.png) ![image](https://user-images.githubusercontent.com/134680/142144669-e4651292-47ae-4a0e-9f27-1490d3f7ba59.png) ![image](https://user-images.githubusercontent.com/134680/142144853-796fb0a9-7dd1-4ef7-9dc5-c11f6142cf31.png) 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?

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`...