Skip to content

Commit

Permalink
Update builders_program.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmachtel authored May 17, 2022
1 parent baf445b commit 83621d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When the user creates a RentContract on a node, all subsequent NodeContracts (de

### Capacity planning

In order to highly improve the usability of our decentralised internet we could do some capacity planning for the user. This implies that, based on the the workload the user wants to deploy, we suggest the most optimal location and node. This process can't be done on the chain itself because a when a contract is created the amount of resources the user wants to have is not specified, also the location is omitted.
In order to highly improve the usability of our decentralized internet we could do some capacity planning for the user. This implies that, based on the the workload the user wants to deploy, we suggest the most optimal location and node. This process can't be done on the chain itself because when a contract is created the amount of resources the user wants to have is not specified, also the location is omitted.

A separate service or client could be created for this specific use case, so that a user can ask the service for a suggestion of node(s) for a specific deployment.

Expand All @@ -49,7 +49,7 @@ See [spec](https://github.com/threefoldtech/tfchain_tft_bridge/blob/main/specs/b

## TFT Bridge Module: What needs to be done:

The bridge is not sufficiently stress tested and needs to be made more resilient. We also need to rethink how failed deposits and withdraws are handled.
The bridge is not sufficiently stress-tested and needs to be made more resilient. We also need to rethink how failed deposits and withdraws are handled.

## New features:

Expand Down

0 comments on commit 83621d0

Please sign in to comment.