-
Notifications
You must be signed in to change notification settings - Fork 172
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
chore: release #922
Merged
Merged
chore: release #922
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
fix: network id type error
Implement ConvertSubnetTx
Implement IncreaseBalanceTx (#888) * feat: add test transactions and complexity constants * feat: add IncreaseBalanceTx * chore: update ts-jest and jest config * fix: circular dependencies Closes #873. * test: add newIncreaseBalanceTx builder tests * docs: add example for increaseBalanceTx * chore: adjust example envs
…#890) * feat: add DisableSubnetValidatorTx * feat: add SetSubnetValidatorWeightTx * fix: add missing typeguard usage
* feat: add RegisterSubnetValidatorTx * docs: adjust RegisterSubnetValidatorTxProps
* fix: add nodePOP to getNodeId response * docs: add more specifics to etna tx props
* chore: remove jest dependencies * chore: add vitest * test: refactor tests from jest to vitest * test: refactor to use assert.fail * style: consistent test file names * chore: add vitest vscode extension recommendation * test: enable skipped test
Dependabot couldn't find the original pull request head commit, 26b69dd. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dependabot couldn't find the original pull request head commit, 1b0a71b. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: change minDelegatorStake to uint64 * fix: type in builder
fix: export PChainOwner and ConvertSubnetValidator
feat: acp-77 nomenclature changes
fix: burn amount validation for new tx types
fix: typo in upgrades type
* test: update complexity tests with compute * feat: acp-103 complexity updates * fix: update export name * feat: add updated acp-103 complexities * feat: add warp message serialization/deserialization * test: fix warp message bytes fixture * docs: update jsdoc comment * docs: update jsdoc comment
feat: add necessary APIs to facilitate DisableL1ValidatorTx signing
rictorlome
approved these changes
Nov 22, 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.
No description provided.