forked from ava-labs/avalanchejs
-
Notifications
You must be signed in to change notification settings - Fork 3
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
New DAC-Related Transaction Types and API Requests #87
Merged
Conversation
This file contains 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
aeddaqqa
force-pushed
the
add-new-field-proposal-tx
branch
from
May 21, 2024 15:46
6151a21
to
e3c593a
Compare
|
aeddaqqa
force-pushed
the
add-new-field-proposal-tx
branch
3 times, most recently
from
May 27, 2024 09:22
f063aa0
to
1fadff4
Compare
aeddaqqa
force-pushed
the
add-new-field-proposal-tx
branch
from
May 27, 2024 10:39
1fadff4
to
ed71de7
Compare
knikos
reviewed
May 28, 2024
knikos
reviewed
May 28, 2024
knikos
reviewed
May 28, 2024
knikos
reviewed
May 28, 2024
knikos
reviewed
May 28, 2024
knikos
reviewed
May 28, 2024
knikos
previously requested changes
May 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
VjeraTurk
reviewed
Jun 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment present
VjeraTurk
approved these changes
Jun 3, 2024
…cludeMemberProposal/BaseFee and remove unused comments
VjeraTurk
approved these changes
Jun 5, 2024
aeddaqqa
changed the title
Add new field proposal tx
New DAC-Related Transaction Types and API Requests
Jun 6, 2024
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.
Extend CaminoJS with New DAC-Related Transaction Types and API Requests
This pull request introduces enhancements to the CaminoJS library by adding new transaction types and API requests related to DAC. The new transaction types included are AddProposalTx and AddVoteTx, aimed at streamlining proposal submission and voting processes within DACs.
Features:
AddProposalTx
AddProposalTx
, which allows the addition of proposals.AddVoteTx
AddVoteTx
, to facilitate voting on proposals.Proposal Types
NewMember
: For proposing the addition of new members.ExcludeMember
: For proposing the exclusion of existing members.ExcludeMemberProposal
ExcludeMemberProposal
type.AdminProposal
AdminProposal
Address State
Fixes:
AddProposal
andAddVote
transaction types.Changes:
AddProposalTx
.AddVoteTx
.NewMember
andExcludeMember
proposal types.ExcludeMemberProposal
.AdminProposal
type.adminProposal
.