pod icon indicating copy to clipboard operation
pod copied to clipboard

Go implementation of Centrifuge POD (Private Off-chain Data) node

Results 87 pod issues
Sort by recently updated
recently updated
newest added

Currently, we expect key store and password through envs. But eth keystore is already available under the eth folder. From the current documentation: `$(cat $HOME/Library/Ethereum/keystore/UTC--2019-04-15T14-43-41.293727000Z--75aecbd0aa7f34207132d686d2a9e470fba2e6e4)` This is very specific to...

bounty-candidate

We were discussing offline the potential need of being able to boost the tx confirmation speed by being able to pass a specific gas price or delta to be added...

#### Acceptance Criteria we should be able to setup multiple endpoints in the configurations of the node ``` notifications: endpoint: https://hello.world endpoint: https://hello2.world ``` #### Expected behaviour Notifications are sent...

### Testing 1. set up a node and create an identity 2. set up the notification: endpoint to webhook1 3. run the node and anchor a document to make sure...

Reminder after discussion today. To implement once we implement field level access. Then it may just be a "Creator" field...

#### Expected behaviour When a user starts centrifuge using the cli command he has to enter CENT_ETHEREUM_ACCOUNTS_MAIN_KEY and CENT_ETHEREUM_ACCOUNTS_MAIN_PASSWORD before the command. The node should check the input and throw...

bug

- Wrap convertErrorResponse in a operation delay function in all handlers of p2p handler. - Rename `p2p.responseDelay` -> `p2p.errorResponseDelay` - Set value to 2 seconds in default config

bounty-candidate

These error messages are returned to the user by the node, but in this case NFT minting does succeed with a 23 minute delay. The node should account for Infura...

bug

We should give a user friendly error in the API call when a transaction fails because it's out of gas. This ticket is to implement a testcase with our [`testworld`...

good first issue
bounty-candidate

trigger an update to developer.ceentrifuge.io once the master is created and update the latest API to latest swagger