Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.39 KB

fip-0035.md

File metadata and controls

53 lines (42 loc) · 1.39 KB
fip title status type author created updated
35
Increase max size of token_id in addnft
Final
Functionality
Pawel Mastalerz <[email protected]>
2021-12-13
2022-04-25

Abstract

This FIP modifies onchain validation to allow token_id in addnft action to be max 128 characters, up from 64.

Modified actions

Contract Action Endpoint Description
fio.address addnft /add_nft Modifies onchain validation to allow token_id to be max 128 characters, up from 64.

Motivation

It appears that some Ethereum NFT contracts use token ids that are longer than 64 characters, current max.

Specification

Modified actions

Map blockchain public address

Modifies onchain validation to allow token_id to be max 128 characters, up from 64.

Contract: fio.address

Action: addnft

Request body

No change

Processing

  • Modifies onchain validation to allow token_id to be max 128 characters, up from 64.

Response body

No change

Implementation

Release information

Released in:

Rationale

Increasing max size is the easiest implementation.

Backwards Compatibility

No backwards compatibility issues.

Future considerations

None

Discussion link

https://fioprotocol.atlassian.net/browse/WP-885