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 |
This FIP modifies onchain validation to allow token_id in addnft action to be max 128 characters, up from 64.
Contract | Action | Endpoint | Description |
---|---|---|---|
fio.address | addnft | /add_nft | Modifies onchain validation to allow token_id to be max 128 characters, up from 64. |
It appears that some Ethereum NFT contracts use token ids that are longer than 64 characters, current max.
Modifies onchain validation to allow token_id to be max 128 characters, up from 64.
No change
- Modifies onchain validation to allow token_id to be max 128 characters, up from 64.
No change
Released in:
Increasing max size is the easiest implementation.
No backwards compatibility issues.
None