github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/genutil/gentx_test.go (about)

     1  package genutil
     2  
     3  import "testing"
     4  
     5  func TestGenTx(t *testing.T) {
     6  
     7  	// TODO test that key overwrite flags work / no overwrites if set off
     8  	// TODO test validator created has provided pubkey
     9  	// TODO test the account created has the correct pubkey
    10  
    11  	// TODO test must provide at least genesis transaction
    12  	// TODO test with both one and two genesis transactions:
    13  	// TODO        correct: genesis account created, canididates created, pool token variance
    14  }