oceanprotocol / barge

🐳 Docker Compose files for the full Ocean Protocol stack
Apache License 2.0
102 stars 44 forks source link

Error during vesting wallet deployment #395

Closed trizin closed 8 months ago

trizin commented 8 months ago

ocean-contracts-1 | Deploying VestingWallet0 ganache-1 | eth_getBlockByNumber ocean-contracts-1 | Error: value out-of-bounds (argument="durationSeconds", value=-133390, code=INVALID_ARGUMENT, version=abi/5.7.0)

trentmc commented 8 months ago

This is a showstopper, breaking all unit tests in all CI that uses barge.

Including: pdr-backend, ocean.py, etc.

Example: https://github.com/oceanprotocol/pdr-backend/actions/runs/8283126567/job/22709379264

cc @alexcos20 -- can you fix asap please? It's slowing down progress across the board

alexcos20 commented 8 months ago

fixed in https://github.com/oceanprotocol/contracts/pull/862