fix: shorten action contract names to fit 41-char deploy limit#71
Open
dantrevino wants to merge 1 commit intoaibtcdev:mainfrom
Open
fix: shorten action contract names to fit 41-char deploy limit#71dantrevino wants to merge 1 commit intoaibtcdev:mainfrom
dantrevino wants to merge 1 commit intoaibtcdev:mainfrom
Conversation
Renames extension action contracts to fit within the 41-character limit required for deployment. Uses abbreviations: - action → act - configure → cfg - timed-vault → tv Affected contracts (actions folder): - aibtc-action-configure-timed-vault-dao → aibtc-act-cfg-tv-dao - aibtc-action-configure-timed-vault-sbtc → aibtc-act-cfg-tv-sbtc - aibtc-action-configure-timed-vault-stx → aibtc-act-cfg-tv-stx - aibtc-action-pmt-* → aibtc-act-pmt-* - aibtc-action-send-message → aibtc-act-send-message - aibtc-action-treasury-allow-asset → aibtc-act-treasury-allow-asset Updates references in Clarinet.toml, tests/dao-types.ts, bootstrap initialization contracts, and test files. Closes aibtcdev#62
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames extension action contracts to fit within the 41-character deploy limit required for Stacks blockchain deployment.
Changes
Applied abbreviations from issue #62:
action→actconfigure→cfgtimed-vault→tvRenamed Contracts (actions folder)
aibtc-action-configure-timed-vault-dao.claraibtc-act-cfg-tv-dao.claraibtc-action-configure-timed-vault-sbtc.claraibtc-act-cfg-tv-sbtc.claraibtc-action-configure-timed-vault-stx.claraibtc-act-cfg-tv-stx.claraibtc-action-pmt-dao-add-resource.claraibtc-act-pmt-dao-add-resource.claraibtc-action-pmt-dao-toggle-resource.claraibtc-act-pmt-dao-toggle-resource.claraibtc-action-pmt-sbtc-add-resource.claraibtc-act-pmt-sbtc-add-resource.claraibtc-action-pmt-sbtc-toggle-resource.claraibtc-act-pmt-sbtc-toggle-resource.claraibtc-action-pmt-stx-add-resource.claraibtc-act-pmt-stx-add-resource.claraibtc-action-pmt-stx-toggle-resource.claraibtc-act-pmt-stx-toggle-resource.claraibtc-action-send-message.claraibtc-act-send-message.claraibtc-action-treasury-allow-asset.claraibtc-act-treasury-allow-asset.clarUpdated References
Clarinet.toml- contract paths and namestests/dao-types.ts- ContractActionType enumcontracts/dao/proposals/aibtc-base-bootstrap-initialization.clarcontracts/dao/proposals/aibtc-base-bootstrap-initialization-v2.clarcontracts/test/disable-onchain-messaging-action.clartests/aibtc-user-agent-account.test.tsTesting
Tests pass (457/458 - 1 pre-existing failure unrelated to these changes).
Closes #62