Open grtlr opened 2 years ago
As far as I can tell, we never really specify the format for protocol parameters as we do with the rest of the protocol. Right now the ground truth seems to be the implementation in iota.go: https://github.com/iotaledger/iota.go/blob/develop/protocol.go#L43-L59 and https://github.com/iotaledger/iota.go/blob/develop/rent.go#L40-L84.
iota.go
We should incorporate this into a TIP so that for example INX clients and servers use the same format.
As far as I can tell, we never really specify the format for protocol parameters as we do with the rest of the protocol. Right now the ground truth seems to be the implementation in
iota.go
: https://github.com/iotaledger/iota.go/blob/develop/protocol.go#L43-L59 and https://github.com/iotaledger/iota.go/blob/develop/rent.go#L40-L84.We should incorporate this into a TIP so that for example INX clients and servers use the same format.