G7DAO / seer

Apache License 2.0
8 stars 5 forks source link

Feat: Add safe nonce overrider #86

Closed karacurt closed 1 month ago

karacurt commented 1 month ago

Adds a safe-nonce overrider flag to propose a different nonce for proposals.

zomglings commented 1 month ago

Couldn't we just use the existing --nonce argument?

Conversation with @karacurt convinced me his approach is correct. The safe- prefix makes it so that users can just do a <command> -h | grep "safe-" to see all safe-related configuration.

But --safe-nonce should parse as *big.Int, same as --nonce.