data-items-cleanup #203

Merged
lash merged 12 commits from data-items-cleanup into master 2024-12-05 16:03:50 +01:00
Showing only changes of commit f733fe5636 - Show all commits

View File

@ -32,7 +32,8 @@ const (
DATA_PUBLIC_KEY_REVERSE
DATA_ACTIVE_DECIMAL
DATA_ACTIVE_ADDRESS
DATA_VOUCHER_SYMBOLS
// Start the sub prefix data at 256 (0x0100)
Alfred-mk marked this conversation as resolved Outdated
Outdated
Review

Perhaps better name DATA_VOUCHER_* ?

Perhaps better name `DATA_VOUCHER_*` ?
DATA_VOUCHER_SYMBOLS DataTyp = 256 + iota
Alfred-mk marked this conversation as resolved Outdated
Outdated
Review

I would start at 256 (0x0100), and keep the DATATYPE_USERDATA prefix.

I would start at 256 (0x0100), and keep the DATATYPE_USERDATA prefix.
DATA_VOUCHER_BALANCES
DATA_VOUCHER_DECIMALS
DATA_VOUCHER_ADDRESSES