node icon indicating copy to clipboard operation
node copied to clipboard

The core of Po.et

Results 38 node issues
Sort by recently updated
recently updated
newest added

Umbrella issue to track all changes needed to fully support blockchain confirmations. [Blockchain Confirmations RDD](https://github.com/poetapp/documentation/blob/master/rdd/blockchain-confirmations.md) ## Forks - [Warning on Blockchain Reorganization](https://github.com/poetapp/node/issues/647), implemented in https://github.com/poetapp/node/pull/672 - [Warning on Blockchain Reorganization...

Epic

We need to create proper mongodb indexes. Off of the top of my head: - work.id - work.publicKey - blockchainReader.blockHeight

architecture

We need to support Timestamp Receipts. RDD: https://github.com/poetapp/documentation/blob/master/rdd/timestamp-receipts.md Implementation TBD. Could be implemented in poet-node, as well as a separate project. Could run as a script, functions or an API.

feature

API/FileController currently contains its a function that uploads to IPFS, it should be extracted how the other modules have a IPFS class.

refactor

Our README reads: > Note: We are using our own forks of nyc and istanbul-lib-instrument in order to add better support for TypeScript. We intend to contribute our forks back...

testing

Add a README.md to the BlockchainWriter module. See https://github.com/poetapp/node/pull/145#issuecomment-397540474 for an example, reasoning and discussion. This issue can be tackled on its own or as part of any PR that...

docs

Add a README.md to the BlockchainReader module. See https://github.com/poetapp/node/pull/145#issuecomment-397540474 for an example, reasoning and discussion. This issue can be tackled on its own or as part of any PR that...

docs

We will need tests that test adding large files to the node.

testing

The node should allow searching for Works. `GET /works?attribute.content=`

feature

We currently have business specific logic inside our RabbitMQ Client, that we're calling Messaging. Messaging should have the po.et-specific things, and the start, publish and consume should be extracted to...

refactor