Skip to content

Commit

Permalink
remove -rc and deprecated tests (#107)
Browse files Browse the repository at this point in the history
* remove -rc

* remove deprecated tests
  • Loading branch information
VjeraTurk authored Dec 20, 2024
1 parent 2460e47 commit b9ce279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit b9ce279

Please sign in to comment.