Skip to content

Conversation

@joroshiba
Copy link
Member

No description provided.

@joroshiba joroshiba marked this pull request as ready for review June 18, 2024 14:54
Base automatically changed from bharath/update-to-1.14 to main June 20, 2024 15:58
func generateBech32MAddress() string {
addressKey, err := crypto.GenerateKey()
if err != nil {
panic(err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of panicking, we can return an error and throw a t.Fatal where we use this method.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why this will ever happen, copied how we behave elsewhere in the tests when generating a key

@joroshiba joroshiba merged commit 082e84f into main Jun 27, 2024
@joroshiba joroshiba deleted the bech32m branch June 27, 2024 18:12
steezeburger added a commit that referenced this pull request Jul 9, 2024
* main:
  fix: update with new asset proto (#34)
  feat: support bech32 addresses (#30)
  fix: Ensure all txs are removed from mempool when block building is interrupted (#29)
  disallow users from sending deposit txs and blob txs via the rpc (#24)
  Update Astria-geth to use geth 1.14.3 (#21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants