Alan Verbner

Results 17 issues of Alan Verbner

# Description We need to create a new transfer scenario where a MA transaction is spent. The following two scenarios should be implemented: - Transferring a MA Token amount to...

construction-api

# Description It would be great to be able to add refund workflow to the `delegation.ros` implementation as it's already done for `transfer.ros`

enhancement
construction-api
PRIORITY:LOW

# Description `cardano-cli` has changed and now is returning a warning when sending a tx ``` The "shelley" subcommand is now deprecated and will be removed in the future. ```

SEVERITY:LOW
PRIORITY:LOW

# Description In one of our latest discussions with Coinbase the team mentioned that the API should validate aggressively, meaning, the API implementation should not assume the data is ok,...

data-api

# Description It seems that `fastify-openapi-glue` [noAdditional configuration](https://github.com/seriousme/fastify-openapi-glue#options) is being ingnored. I'm almost sure I tried it before and it worked properly sadly I cannot reproduce correct behavior anymore. ##...

BUG
data-api
SEVERITY:LOW
PRIORITY:LOW

# Description It was introduced in Rosetta Spec: > SyncStatus is used to provide additional context about an implementation's sync status. It is often used to indicate that an implementation...

enhancement
question

# Description Analyze coverage report and analyze if more tests are needed in order to cover some important areas. Do not add tests just to improve coverage, they must make...

enhancement
test

Hello! First of all, thanks for a great lib! :) We are trying to implement [Cross-client Identity](https://developers.google.com/accounts/docs/CrossClientAuth) so we can use the same client_id in web and android apps. To...

Accept target as parameter based on http://facebook.github.io/react/blog/#breaking-changes. Fixes https://github.com/petehunt/jsx-loader/issues/40

Hi! First I would like to thank you for your lib. It's great and we are heavily using it in our Scala based ethereum client called [Mantis](https://github.com/input-output-hk/mantis). Sometimes we are...