-
As a blockchain engineer, I would like the ability to send RPC requests over RabbitMQ and receive their responses.
-
As a Koinos microservice, we need to get RPC responses from the block store.
- [x] Implement `handleGetBlocksByIDReq(req *types.GetBlocksByIDReq)` (#31)
- [x] Implement the missing pieces of `hand…
-
Use the new jsonrpc2 library for the server, rather than the current built-in solution.
Story #1
-
As a Koinos node operator, I want to get a new Koinos node from genesis to the current head block.
- [x] Define p2p protocol using libp2p interface (#14)
- [x] Figure out how to test libp2p protoc…
-
As a Koinos Node operator, I want my p2p node to learn about new peers from existing peers.
Notes:
- Look at https://github.com/libp2p/go-libp2p-discovery
- Should try and target N peers and ref…
-
I'm wondering why the miner hashes the seed as `H(seed, i)` where `i` is an integer between 0 and 9, while the smart contract hashes the seed as `H(seed, y)` where `y` is part of the work calculation.…
-
As a blockchain engineer, I want an implementation of JSON RPC so that I can talk to microservices.
- [x] Create server implementation (in koinos::net::jsonrpc) (#254)
- [ ] Create client implemen…
-
Create client implementation (in koinos::net::jsonrpc)
-
Use the JSON RPC 2.0 library provided by Google.
Story #1
-
running on node 12.19.0
[JS] maxOffset: 0x00000000000000000000000000000000fffffffffffffffffffffffffa0a1f00
[JS] rdata:
[JS] x: f61f6be137d67a7c5ab9b7ba0e5ed2cf
[JS] Ethereum Block Number: 11060…
drov0 updated
4 years ago