-
We want to remove these member from `block_item`. This will trigger a non-trivial refactor of the `koinos-block-store` tests.
```c++
/**
* The hash of the block.
*/
multihash …
-
As a Koinos node operator, I want to know how many blockchain resources are being utilized and limit their use.
-[ ] Track changes in memory usage via database calls
-[ ] Track transaction size
-…
-
https://github.com/koinos/koinos-chain/blob/master/LICENSE.md
This is a nonfree, non-open source license. Please release this software under a free software license.
sneak updated
3 years ago
-
Passing an `application/json` document that contains `{}` to koinosd on RabbitMQ causes a panic due to uncaught exception in the `from_json()` call in `chain_plugin.cpp` [here](https://github.com/koin…
-
Using the MQ utility program, send a malformed message to the block store. It will result in a crash.
```
❯ ./programs/mq_client/Debug/koinos_mq_client --routing-key koinos_block --payload "{\"type\…
-
I crosschecked my ETH transaction to the funding account, however nothing appears in the mining app.
The transfer has been completed and the adress is also correct, checked it at Etherscan.
Is the…
ZGerm updated
3 years ago
-
We should to replace the C-like interface with idiomatic C++.
I propose we use inheritance. For example:
```C++
namespace koinos::crypto {
class multihash : koinos::types::multihash_type
{
…
-
Create repo build infrastructure and migrate existing mempool files from koinos
-
Running commit 4ed9ebcb4772c5088a12f24c073994f356c59563 for a long time in a `podman` container I see:
```
abfc1c01da0d localhost/koinosd-dev:develop /opt/koinos/koino... 5 days ago …
-
Blocked on #2