Sindélio Henrique Lima
Sindélio Henrique Lima
The knex configuration for the database seems to be missing. I will look into it briefly
Inside the root folder of the project, try this: ```docker-compose down -v``` - Stops and removes the containers, volumes and networks associated with a docker-compose file Then: ```node setup.js``` -...
@segoddnja can you pelase take a look into this task? How should we implement a processor without a Quorum node?
I like the structure proposed! My suggestions: 1. tools -> infrastructure 2. lib -> library (might seem simple but not everyone know lib is short for library) 3. travis inside...
Agreed, packages seems more appropriate. In the future we can split the packages into libraries and APIs
Some general comments: 1. I appreciate the effort in trying to make architecture better. 2. In the beginning of the development we agreed to prioritize a simple approach to the...
Some comments about the architecture: 1. The controller has only one Quorum node in it. 2. We will move forward with a public smart contract, considering a network with only...
The database is not required for the processor. Although, having a database makes the *integration* process easier for the processors, because they won't need to set their own tables to...
+1 for this task. I am using bun in production already, just had to manually check the package.json for outdated lines, even though the modules are acutally updated by bun
+1 priority