- Removes references to tendermint/random. This package was being used to generate random Uint32 and Uint64 values for sequence and nonce values. This dependency was added to the admintemplate many years ago and there isn't a justification in the commit for adding it instead of using std library functions. - Adds new random functionality in the form of Uint32 and Uint64 functions. These changes make it so that the only parts of the node that reference Tendermint are the ones directly related to Cosmos code. Note that both Tendermint and the CometBFT fork have either deleted or deprecated this functionality anyway. https://github.com/tendermint/tendermint/issues/2956 https://github.com/cometbft/cometbft/blob/main/libs/rand/random.go |
||
---|---|---|
.. | ||
ccqlistener | ||
utils | ||
dev.guardian.key | ||
querier.key | ||
send_req.go |