pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[WIP][DELETE ME] Example Test for #486 #514

Closed Olshansk closed 1 month ago

Olshansk commented 2 months ago

If you run

go test -v -count=1 ./temp/...

It outputs

{"messages":[{"@type":"/cosmos.auth.v1beta1.MsgUpdateParams","authority":"cosmos1...","params":{"max_memo_characters":"100","tx_sig_limit":"0","tx_size_cost_per_byte":"0","sig_verify_cost_ed25519":"0","sig_verify_cost_secp256k1":"0"}}],"memo":"","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]}
gitguardian[bot] commented 2 months ago

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

bryanchriswhite commented 1 month ago

Thanks @Olshansk! I did not realize that tx.TxBody was a proto.Message. Good lookin' out! :fist_oncoming::sunglasses:

I've incorporated the learning from this into #486. Closing.