to the main
neon testnet v1.1 is loading...
logo

Neon Testnet Version 1.1

Codename

Tendons Thriller 🎃

Version 1.1

19.10.2023 to 20.12.2023

Testnet Details

Protocol booting, bringing the protocol to life for the first time. This is Unit Testing. It will be split between backend and frontend. The goal is to ensure smart contract modules individual functionality. Falling into two main categories: state-based and interaction-based testing. State-based unit testing involves verifying that the system produces correct results or that its resulting state is accurate. On the other hand, interaction-based unit testing involves checking whether certain methods are invoked correctly. All test logs for this version are recorded below. Goal of this testnet version is to deprecate functions and fix issues in previous version. Get the basic functions about deposits and withdrawal balances working. Then attempt to do the same for the paired currencies: WETH, USDT, USDC.
Date
Log
Etherscan
Status
19.12.2023

Testnet V1.1 smart contracts deployed on Goerli...

Passed

20.12.2023

oVELA 500,000 token approval to Vault...

Passed

20.12.2023

oVELA 500,000 token deposit to Vault...

Passed

20.12.2023

wethAddress function call

Remix Call, returned: 0: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Passed

20.12.2023

getPairAddressZK function call with oVELA address

Remix Call, returned: 0: address: pairAddress 0x18D48B326fa843b160ed137A3B4b8659AAd00D34 1: address: pairedCurrency 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Passed

20.12.2023

getUserTokenBalances function call with oVELA address & owner address

Remix Call, returned: 0: uint256: 500000000000000000000000 1: uint256: 0 2: uint256: 0 3: uint256: 500000000000000000000000 4: uint256: 54336419995208 5: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Passed

20.12.2023

getWithdrawableBalance function call with oVELA address & owner address

Remix Call, returned: 0: uint256: 500000000000000000000000

Passed

20.12.2023

getUserHistory function call with: owner address, startIndex 0, Limit 50

Remix Call, returned: 0: address[]: 0xDEdd128D7A7db448FBedCE1B70c37840FE9C74e0

Passed

20.12.2023

getUnderlyingValue function call, amount 500000

Remix Call, returned: 0: uint256: 54336419995208 1: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Passed

20.12.2023

wethEquivDeposits function call

Remix Call, returned: 0: uint256: 54336419995208

Passed

20.12.2023

oVELA 30,000 token withdraw from Vault...

Passed

20.12.2023

oVELA 5,000 token withdraw from Vault...

Passed

20.12.2023

wethEquivWithdrawals function call

Remix Call, returned: 0: uint256: 3803549399664

Passed

20.12.2023

protocolBalanceMap function call

Remix Call, returned: 0: uint256: deposited 500000000000000000000000 1: uint256: withdrawn 35000000000000000000000

Passed

20.12.2023

WETH 0.0001 token approval to Vault...

Passed

20.12.2023

WETH 0.0001 token deposit to Vault...

Unresolved: WETH support incorrect

20.12.2023

WETH deposit failed.

attempt to populate the cashier section starts with fetching the ERC20s history array for the wallet connected. Outcome: (1) reverting

Unresolved

20.12.2023

suggestion: Testnet Neon Hedge Vault V1.1 depracation

resolve all issues in testnet V1.1 above. deploy new Neon Hedge vault smart contract. Launch Testnet V1.2.

Unresolved