-
This code snippet can cause blank log lines, we should wrap it in a conditional.
https://github.com/koinos/koinos-block-producer/blob/9e011e5f49b0c4ded94c2392f397ee15292b214a/programs/koinos_block_…
-
This tool will be our primary method of operating on Koinos Blockchain Framework chains, we need a way to call `set_system_call_operation`.
-
The PoW `verify_block_signature` override causes side effects both in the pow metadata object and block producer balances.
The call to `verify_block_signature` implies that it should not have side …
-
When unable to connect to a peer via gossip, the reported errors appear to increase over time:
```
2021-07-13 12:47:37.117350 (p2p.Koinos) [protocol/gossip.go:369] : Failed to connect to gossiped …
-
As a Koinos super user, I want a secure and simple command line interface for interacting with the Koinos blockchain.
- [x] Query account balances
- [x] Integrate with go-ethereum secp256k1 for tr…
-
Hello,
I am trying to built a blockchain for my Employer and stumbled onto your Koinos development through a Google Search. Is there a guide that I can follow to download Koinbos and run it on one…
-
Hello, great project thanks for sharing!
I have a proto file that contains a member `id`:
```protobuf
message block_topology {
bytes id = 1;
uint64 height = 2;
bytes previous = 3;
}
…
-
Setup steps:
Installed python3, pip, venv, protobuf, git, cmake, etc.
Ran setup.sh script
Problem:
All paths in protoc-gen-eams are relative. When generating protos from a different directory, t…
-
-
I spun up a new node and the following sequence of events occurred:
- I sync to block 4814.
- My sync requests block 4822 from `QmcgPdf...` peer
- `Qmcg` gossips block 76176 to me.
- I reject bl…