wormhole/node/hack/query
John Saigle 540b2efd39
deps: Remove use of tendermint/random for non-Cosmos code (#4338)
- 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
2025-04-14 14:20:14 -04:00
..
ccqlistener deps: Remove use of tendermint/random for non-Cosmos code (#4338) 2025-04-14 14:20:14 -04:00
utils Golang linter improvements PR (#4323) 2025-04-07 15:41:02 -07:00
dev.guardian.key CCQ: Testing (#3424) 2023-10-12 16:23:51 -05:00
querier.key CCQ: Testing (#3424) 2023-10-12 16:23:51 -05:00
send_req.go deps: Remove use of tendermint/random for non-Cosmos code (#4338) 2025-04-14 14:20:14 -04:00