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

Neon Testnet Version 1.4

Codename

The Undead Part 3 🎃

Version 1.4

24.12.2023 to 25.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. Run the cashier basics for the paired currencies: WETH, USDT, USDC. Proceed to Wallet page cashier modules intergration. Target stop is at createHedge calling backend.
Date
Log
Etherscan
Status
24.12.2023

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

Passed

24.12.2023

oVELA 500,000 token approval to Vault...

Passed

24.12.2023

oVELA 500,000 token deposit to Vault...

Passed

24.12.2023

wethAddress function call

Remix Call, returned: 0: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Passed

24.12.2023

usdtAddress function call

Remix Call, returned: 0: address: 0xC2C527C0CACF457746Bd31B2a698Fe89de2b6d49

Passed

24.12.2023

getPairAddressZK function call with WETH address 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Remix Call, returned: 0: address: pairAddress 0xFa06EAe0ea3540F6Ce2DfFfa15cB95E48E4f6470 1: address: pairedCurrency 0xC2C527C0CACF457746Bd31B2a698Fe89de2b6d49

Passed

24.12.2023

getPairAddressZK function call with oVELA address

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

Passed

24.12.2023

getUserTokenBalances function call with oVELA address & owner address

Remix Call, returned: 0: uint256: deposited 500000000000000000000000 1: uint256: withdrawn 0 2: uint256: lockedinuse 0 3: uint256: withdrawable 500000000000000000000000 4: uint256: withdrawableValue 60659325716181 5: address: paired 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Passed

24.12.2023

WETH 0.0003 token approval to Vault...

Passed

24.12.2023

WETH 0.0003 token deposit to Vault...

Passed

24.12.2023

depositedTokenLength call

Remix Call, returned: 0: uint256: 2

Passed

24.12.2023

getUnderlyingValue call 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6 and 1000000000000000000 WEI

Remix Call, returned: 0: uint256: 1257556771084280181598118159174 1: address: 0xC2C527C0CACF457746Bd31B2a698Fe89de2b6d49

Passed

24.12.2023

protocolBalanceMap call with 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Remix Call, returned: 0: uint256: deposited 300000000000000 1: uint256: withdrawn 0

Passed

24.12.2023

wethEquivDeposits call, should return 300000000000000 wei + 60659325716181 wei

Remix Call, returned: 0: uint256: 360659325716181

Passed

24.12.2023

WETH 0.00005 token withdrawal from Vault...with tax 0.05% on pair currencies

Passed

24.12.2023

protocolCashierFees call with 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6

Remix Call, returned: 0: uint256: 0

Unresolved

24.12.2023

suggestion: Testnet Neon Hedge Vault V1.4 depracation

resolve all issues in testnet V1.4 above. optimize functions futher. deploy new Neon Hedge vault smart contract. Launch Testnet V1.4.

Unresolved