Shawn Xie

Results 11 issues of Shawn Xie

## High Level Overview of Change ### Context of Change In brokered mode, the buyer inside simple view for `NFTokenAcceptOffer` is incorrect due to 2 `NFTokenOffer` nodes - We can...

bug
nft

## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...

Email hash may not be ever shown in account header. Props declares email hash as snake case in [AccountHeader](https://github.com/ripple/explorer/blob/8ac4e416097d03b6ab2faad44390d0a28f6259e6/src/containers/Accounts/AccountHeader/index.js#L355). But inside [formatAccountInfo](https://github.com/ripple/explorer/blob/8ac4e416097d03b6ab2faad44390d0a28f6259e6/src/rippled/lib/utils.js#L62), email hash is returned in camelcase. Worth looking...

bug
good first issue

There will be new APIs that are clio-only (eg. `nft_info`, `nft_history`, etc), currently there is not a set process for adding integration tests for these clio-only APIs. When there is...

There will be new APIs that are clio-only (eg. `nft_info`, `nft_history`, etc), currently there is not a set process for adding integration tests for these clio-only APIs. When there is...

For [amount](https://github.com/ripple/explorer/blob/2835d72c98a5106378b6c8b456df82b6f4582327/src/containers/shared/types.ts#L25) field, it has the `number` type which can support around 53 bit number. However, an issue currency amount has the maximum value of 9999999999999999 * 10^80, which is...

bug
cleanup

## Summary Modifying the `ledger_entry` API as follows: ### New Request Parameter | Field Name | Type | Description | |--------------------- |:-------:| ------------| | `include_deleted` | ️boolean | _(Optional)_ If...

enhancement

Spec is here https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0033d-multi-purpose-tokens Builds rippled on https://github.com/gregtatcam/rippled/tree/mpt-direct-pay - refactor `Issue` and `STAmount` related changes (will need to change if rippled has further changes) - introduces new table `mp_token_holders` -...

## High Level Overview of Change In the `NewFields` of a AMM object after a `AMMCreate` transaction, `Asset` would be omitted if it is XRP, which is incorrect. A new...

Bug
Amendment

## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...