Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A framework for building off-chain services for EVM chains.

## 🚧 WARNING: UNDER CONSTRUCTION 🚧

This project is work in progress and subject to frequent changes as we are still working on wiring up the final system.
This project is a work in progress and subject to frequent changes as we are still working on wiring up the final system.
It has not been audited for security purposes and should not be used in production yet.


Expand All @@ -16,4 +16,4 @@ It has not been audited for security purposes and should not be used in producti
POOL-->EXEC1;
POOL-->EXEC2;
POOL-->EXEC3;
```
```
2 changes: 1 addition & 1 deletion baseapp/job_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type JobManager struct {
producerCfg *worker.PoolConfig
jobProducers *worker.Pool

// Job executors are a pool of workers that execute jobs. These workers
// Job executors are a pool of workers who execute jobs. These workers
// are fed jobs by the job producers.
executorCfg *worker.PoolConfig
jobExecutors *worker.Pool
Expand Down
4 changes: 2 additions & 2 deletions contracts/bindings/erc20.abigen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please see the following subsections for detailed configurations.

### Configuration

The first step is adding a section in your config file. See following subsection for details. The
The first step is adding a section in your config file. See the following subsection for details. The
source code defining those configs can be found in [config.go](./datadog/config.go).

#### Datadog Configs
Expand Down