This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
feat: MetaTxn add signer heartbeat and status #236
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dekz
force-pushed
the
feat/add-signer-heartbeat-status
branch
from
May 20, 2020 08:18
d61bc6c
to
456a8be
Compare
dekz
changed the title
[WIP] feat: add signer heartbeat and status
feat: MetaTxn add signer heartbeat and status
May 21, 2020
dekz
force-pushed
the
feat/add-signer-heartbeat-status
branch
2 times, most recently
from
May 21, 2020 08:45
ab710bb
to
b22d85c
Compare
also add tests to cover the sorting procedure.
dekz
force-pushed
the
feat/add-signer-heartbeat-status
branch
from
May 22, 2020 06:59
8b42e16
to
fc9e4c6
Compare
deploy staging |
dekz
approved these changes
May 22, 2020
github-actions bot
pushed a commit
that referenced
this pull request
May 25, 2020
# [1.5.0](v1.4.0...v1.5.0) (2020-05-25) ### Bug Fixes * unify the response data from /swap/v0/price and /meta_transaction/v0/price ([#228](#228)) ([62f3fae](62f3fae)) ### Features * Add Prometheus Monitoring ([#222](#222)) ([5a51add](5a51add)) * added an epochs/n endpoint to get info on an arbitrary epoch ([#230](#230)) ([68ec159](68ec159)) * lower default slippage percentage to 1% ([#238](#238)) ([c7ec0ff](c7ec0ff)) * MetaTxn add signer heartbeat and status ([#236](#236)) ([3a11867](3a11867)) * set default skip RFQt buy requests to false ([#232](#232)) ([a5d7a1c](a5d7a1c))
🎉 This PR is included in version 1.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR aims to add a heartbeat and signer status endpoints for meta transactions.
Testing Instructions
Checklist
[WIP]
if necessary.