fip | title | status | type | author | created | updated |
---|---|---|---|---|---|---|
33 |
Allow $ in token codes |
Final |
Functionality |
Pawel Mastalerz <[email protected]> |
2021-11-05 |
2022-04-25 |
This FIP modifies onchain validation to allow $ (dollar sign) as token code and chain code.
Contract | Action | Endpoint | Description |
---|---|---|---|
fio.address | addaddress | /add_pub_address | Modifies processing to allow $ (dollar sign) in token_code and chain code. |
fio.address | remaddress | /remove_pub_address | Modifies processing to allow $ (dollar sign) in token_code and chain code. |
Getter | Description |
---|---|
/get_pub_address | Modifies processing to allow $ (dollar sign) in token_code and chain code. |
It appears that $ is being used in token codes on some chains, e.g. Ethereum, Binance SmartChain. Therefore, it should be allowed on FIO Chain. Example Ethereum contract: https://etherscan.io/token/0x297d33e17e61c2ddd812389c2105193f8348188a
Modifies processing to allow $ (dollar sign) in token_code and chain code.
No change
- $ (dollar sign) in token_code and and chain code are now allowed
No change
Modifies processing to allow $ (dollar sign) in token_code and chain code.
No change
- $ (dollar sign) in token_code and and chain code are now allowed
No change
Modifies processing to allow $ (dollar sign) in token_code and chain code.
No change
- $ (dollar sign) in token_code and and chain code are now allowed
No change
Released in:
Allowing of $ is the easiest implementation.
SDK should also be updated as part of this FIP.
Due to obvious and non-controversial nature of this FIP it's proposed as Accepted.
No backwards compatibility issues.
None