-
Notifications
You must be signed in to change notification settings - Fork 118
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
[Rosetta][Construction-API][Feature] memo handling for transactions #752
Comments
We can add |
zone117x
added a commit
that referenced
this issue
Sep 10, 2021
zone117x
added a commit
that referenced
this issue
Sep 10, 2021
blockstack-devops
pushed a commit
that referenced
this issue
Sep 16, 2021
# [0.67.0](v0.66.1...v0.67.0) (2021-09-16) ### Bug Fixes * **rosetta:** use coinbase txs hash instead of stx_lock for forged unlock_transaction [#760](#760) ([37adcc7](37adcc7)) * disable http keep-alive for stacks-node /v2 proxied endpoints ([cebeda0](cebeda0)) * increase the 10 second cap on prometheus http metric reporting ([735874e](735874e)) * replicate query optimizations to other asset txs queries ([05c9931](05c9931)) ### Features * automatically generate postman collection from the openapi spec ([5f07d74](5f07d74)) * **rosetta:** support memos in stx token transfer operations [#752](#752) ([6f4f3e2](6f4f3e2))
wileyj
added a commit
that referenced
this issue
Nov 16, 2021
* develop: (40 commits) feat: added execution cost to block response #735 feat: ability to configure multiple tx broadcast endpoints #765 fix: return the latest name by address #714 fix(rosetta): use coinbase txs hash instead of stx_lock for forged unlock_transaction #760 feat: automatically generate postman collection from the openapi spec fix: disable http keep-alive for stacks-node /v2 proxied endpoints fix: increase the 10 second cap on prometheus http metric reporting chore: update typescript to 4.4.2 feat(rosetta): support memos in stx token transfer operations #752 fix: replicate query optimizations to other asset txs queries fix: optimize query that retrieves txs with asset transfers fix(rosetta): do not assume encoding of delegate-stx `pox_addr` data #732 feat: added a new endpoint fee_rate #729 chore(release): 0.65.0 [skip ci] fix: sql optimizations to speed up various tx queries feat: add execution cost data to transactions feat: token metadata fix: short summaries for BNS endpoints feat: emit prometheus metrics for socket.io fix: added types for search endpoint #645 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Support optional memos in transactions when using Rosetta Construction API to build and submit transactions. I think the best place to put this would be in the metadata field when constructing a transaction. It could look something like this:
Example Flow
construction/preprocess
construction/metadata
construction/payloads
One question is: could a
stack-stx
transaction also have a memo attached to it? if so then, we would like to allow optionality to include it as well astoken_transfer
The text was updated successfully, but these errors were encountered: