Skip to content

Commit

Permalink
Merge pull request #42 from omahs/omahs-patch-1
Browse files Browse the repository at this point in the history
fix: typos
  • Loading branch information
SwaroopH committed Aug 23, 2023
2 parents 935fd4d + ff8990f commit 15fe591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RabbitMQ message wise flow as mentioned in [Project Architecture](#project-archi
1. `Snapshot Commit Message`:
- Store snapshots on decentralized storage protocols like IPFS and/or Web3 Storage.
- Submit snapshots to the smart contract for consensus.
2. `Snaptshot Finalized Message`:
2. `Snapshot Finalized Message`:
- Receives finalized snapshot.
- Compare committed snapshot with finalized snapshot.
- Generate snapshotter report for snapshot submissions accordingly.
Expand Down
4 changes: 2 additions & 2 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The project consists of the following services:
### Payload Commit Service

The payload commit service has the following functionalities:
1. Listens to Rabbitmq "Snaptshot Commit" messages.
1. Listens to Rabbitmq "Snapshot Commit" messages.
2. Store the snapshot on IPFS and/web3.storage (based on configuration).
- stores cid from IPFS and web3.storage in Redis cache for the given project at provided epochID.
3. Creates EIP-712 based structured data hash and generates the signature.
Expand Down Expand Up @@ -69,7 +69,7 @@ Common utils that are used by multiple Golang services are available in [goutils
- [caching](../go/caching) - Generic caching interface
- [logger](../go/goutils/logger/) - Logger initialization and setup code
- [redisutils](../go/goutils/redisutils/) - Redis client initialization and common operations wrapper code
- [settings](../go/goutils/settings/) - Parsing the settings and settings deaults
- [settings](../go/goutils/settings/) - Parsing the settings and settings defaults
- [slackutils](../go/goutils/slackutils/) - Code to interact with slack workflow
- [datamodel](../go/goutils/datamodel/) - Data models used across services
- [ipfsutils](../go/goutils/ipfsutils/) - IPFS client initialization and common functionality
Expand Down

0 comments on commit 15fe591

Please sign in to comment.