Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add badges #282

Merged
merged 1 commit into from
Nov 17, 2022
Merged
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
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# venus-messager
<h1 align="center">Venus Messager</h1>

<p align="center">
<a href="https://github.com/filecoin-project/venus-messager/actions"><img src="https://github.com/filecoin-project/venus-messager/actions/workflows/build_upload.yml/badge.svg"/></a>
<a href="https://codecov.io/gh/filecoin-project/venus-messager"><img src="https://codecov.io/gh/filecoin-project/venus-messager/branch/master/graph/badge.svg?token=J5QWYWkgHT"/></a>
<a href="https://goreportcard.com/report/github.com/filecoin-project/venus-messager"><img src="https://goreportcard.com/badge/github.com/filecoin-project/venus-messager"/></a>
<a href="https://github.com/filecoin-project/venus-messager/tags"><img src="https://img.shields.io/github/v/tag/filecoin-project/venus-messager"/></a>
<br>
</p>

messager is a component used to manage local messages, with the purpose of saving address messages, managing message status, and controlling the frequency of push messages.

Expand All @@ -15,8 +23,8 @@ Use [Venus Issues](https://github.com/filecoin-project/venus/issues) for reporti
- ✅ Global Gas estimate paraters, address push quantity configuration.
- ✅ Message-delivery assuring: Auto replace parameters and resend messages whenever there is a failure
- ✅ Multi-point message delivery through daemon program
- 🚧 broadcast message through libp2p
- 🔲 Enhanced API Security
- broadcast message through libp2p
- Enhanced API Security
- 🔲 Rich and flexible message sorting options


Expand Down