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

remove -rc and deprecated tests #107

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c4tplatform/caminojs",
"version": "1.3.0-rc1",
"version": "1.3.0",
"description": "Camino Platform JS Library",
"main": "dist/index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions tests/apis/platformvm/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,8 @@ describe("PlatformVMAPI", (): void => {

serialzeit(tx1, "AddDelegatorTx")
})

/*
TODO: @VjeraTurk Change to buildAddCaminoValidatorTX
test("buildAddValidatorTx sort StakeableLockOuts 1", async (): Promise<void> => {
// two UTXO. The 1st has a lesser stakeablelocktime and a greater amount of AVAX. The 2nd has a greater stakeablelocktime and a lesser amount of AVAX.
// We expect this test to only consume the 2nd UTXO since it has the greater locktime.
Expand Down Expand Up @@ -2145,7 +2146,7 @@ describe("PlatformVMAPI", (): void => {
stakeableLockOut2.getStakeableLocktime().toString()
)
})

*/
test("buildAddValidatorTx 1", async (): Promise<void> => {
const addrbuff1 = addrs1.map((a) => platformvm.parseAddress(a))
const addrbuff2 = addrs2.map((a) => platformvm.parseAddress(a))
Expand Down
Loading