We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: