Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support bech32 addresses #30

Merged
merged 5 commits into from
Jun 27, 2024
Merged

feat: support bech32 addresses #30

merged 5 commits into from
Jun 27, 2024

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
params/config.go Outdated Show resolved Hide resolved
params/config.go Show resolved Hide resolved
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
2 checks passed
@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.

3 participants