-
Notifications
You must be signed in to change notification settings - Fork 32
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
Karma #759 #832
Closed
Closed
Karma #759 #832
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
[WIP] emit mainnet deposit/withdraw events
(cherry picked from commit f245e03)
implement missing Sign method
When the -e / --ext flag is specified the mempool_txs endpoint will be queried instead of unconfirmed_txs, mempool_txs provides additional metadata for each tx (currently just the height at which each tx was added to the mempool). When --ext is specified the --limit flag can be set to -1 to fetch all txs in the mempool.
Add debug dump-mempool command
make gateway emit more events
…teway-version Revert "make gateway emit more events"
[WIP] make gateway emit events
fixing dposv3 error
* use prefixed signing method in oracle * Add WithdrawalSigType gateway config
* add new view only method for getting unclaimed tokens + test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Karma #759