Skip to content

Conversation

@lmoe
Copy link
Collaborator

@lmoe lmoe commented Apr 3, 2025

Based on new requirements, changing base58 to base64 for BCS fields.
An additional fix for chain deployments.

// in iotago/crates/iotago-types/src/dynamic_field.rs
type DynamicFieldInfo struct {
Name iotago.DynamicFieldName `json:"name"`
BcsName iotago.Base58 `json:"bcsName"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Can the type Base58 be removed if it's unused?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Its still required for the Digest. That's the only last thing that's base58

@lmoe lmoe changed the title Base58 to base64 chore: base58 to base64 Apr 3, 2025
@lmoe lmoe merged commit 20bd02a into develop Apr 3, 2025
3 of 4 checks passed
@lmoe lmoe deleted the base58-to-base64 branch April 3, 2025 13:20
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