Alex Coseru
|
9bf71ba4f0
|
Features/ethers (#1696)
* add ethers
* global updates
* ve updates
* ve tests
* contract updates
* first test passing
* downgrade to ethers 5.7.2
* add log
* add tx wait
* full NftFactory.test
* add wait
* add Router tests
* fix dispenser
* Nft test
* add dispenser tests
* add fre tests part 1
* WIP datatoken unit tests
* add DFRewards test
* increase gas estimate
* increase gas estimate
* Work datatoken unit tests
* datatoken test more tests
* finished datatoken tests
* fix nft get data
* fix nft transfer tests
* Provider int tests
* Updating CodeExamples.md
* update provider & fix publish flow int test
* wip publish edit consume integration test
* more work on publish edit consume integration test
* fix edit publish edit consume integration test
* add 3 int tests
* Updating ComputeExamples.md
* fix signature and download
* fix compute flow integration test
* udapte handleComputeOrder helper
* update datatoken instance
* update datatoken global variable
* mint ocean tokens to consumer as well and added logs
* update compute exammples
* Updating ComputeExamples.md
* wip code examples readme
* update code examples readme
* Updating CodeExamples.md
* run all tests
* update dep in readme
* update readme
* code examples update metadata flags
* update dt instance in code examples md
* set metadata updates
* Updating CodeExamples.md
* update code examples readme structure
* Updating CodeExamples.md
* update readmes table links
* Updating CodeExamples.md
* Updating ComputeExamples.md
* clean-up
* Updating CodeExamples.md
* added missing unit tests for usdc fixed rate exchange tests
* more cleanup and jsdoc updates
* more jsdoc updates
* donw with jsdoc updates
* handle provider errors
* add missing error handling file
* adds most of the provider errors
* update get compute env return type
* Release 3.0.0-next.0
* adding Typedoc to ethers branch
* update provider signature message
* fix lint
* Release 3.0.0-next.1
* fix lint
* adding Typedoc to ethers branch
* Updating CI to build and commit the documentation
* Updating documentation
* Updating script permissions
* fix todos add missing logic to send tx
* npm package cleanups
* Release 3.0.0-next.2
* update log messages for errors
* Release 3.0.0-next.3
* fix gasFee issue on sendTx
* Release 3.0.0-next.4
* add consume params typings (#1731)
* fix gas fee estimate
* remove comments
* add some delays before resolving datasets
* adds delay to Publish flow tests
* Release 3.0.0-next.5
---------
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
Co-authored-by: Jamie Hewitt <jamie@oceanprotocol.com>
|
2023-05-29 11:20:38 +03:00 |
|
Bogdan Fazakas
|
89b83221de
|
cleanups and warnings
|
2022-08-17 15:14:54 +03:00 |
|
Bogdan Fazakas
|
7500f51f46
|
merge v4refactoring and fixed conflicts
|
2022-08-17 12:37:03 +03:00 |
|
Bogdan Fazakas
|
30aba62ef7
|
Remove amm pools (#1568)
* WIP remove pools
* added logs
* update checksums and logs
* Updating CodeExamples.md
* remove console logs
* remove unused params, simplify test folder structure
* contracts folder simplification, remove ss contract methods
* path fix
* remove more "staking" code
* put back `removeApprovedToken()`
* remove redundant and unused test commands
* test fix, auto-fix & auto-format
* consistent specific imports
* readme updates
* remove addDispenserContract method
* remove tokens subfolder from contracts
* update js docs and put back addDispenserContract
* use new digest for algorthms
* update nft getData to fix failing unit test
* replace pools with fre in buyDatatokenBatch
* use proper exchange ids
* increase allowance
* fix buyBatch test and deploy issues from testcontracthandler
Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
|
2022-08-16 11:54:28 +01:00 |
|
Miquel A. Cabot
|
c07a528dbe
|
change NftFactory test directory
|
2022-03-21 15:22:24 +01:00 |
|
Miquel A. Cabot
|
546f516cee
|
add web3 parameter
|
2022-03-20 19:03:14 +01:00 |
|
Miquel A. Cabot
|
589ec02938
|
refactor TestContractHandler variable names
|
2022-03-20 13:55:53 +01:00 |
|
Miquel A. Cabot
|
a77f1c5862
|
convert TestContractHandler class to function
|
2022-03-19 15:32:02 +01:00 |
|
Miquel A. Cabot
|
1e12ddd630
|
refactor TestContractHandler.getAccounts()
|
2022-03-18 18:21:27 +01:00 |
|
Miquel A. Cabot
|
f0a008ce89
|
use imports from TestContractHandler instead of parameters
|
2022-03-18 17:27:20 +01:00 |
|
Miquel A. Cabot
|
165b4c8680
|
refactor imports in the tests
|
2022-03-16 14:25:09 +01:00 |
|
Miquel A. Cabot
|
35722239df
|
use configuration file to read variables
|
2022-03-16 13:06:10 +01:00 |
|
Miquel A. Cabot
|
896211b93f
|
read configHelperNetworks values for the tests
|
2022-03-15 19:13:58 +01:00 |
|
Norbi
|
bd32b950a8
|
dispenser creation: transform maxTokens and maxBalance to wei (#1328)
|
2022-03-11 11:04:55 +00:00 |
|
Alex Coseru
|
7ca5000a66
|
use barge addresses for unit tests (#1291)
|
2022-02-15 18:14:11 +02:00 |
|
Alex Coseru
|
91a4431938
|
update to contracts alpha.19 (#1286)
|
2022-02-14 18:36:15 +02:00 |
|
mihaisc
|
3c315eb49d
|
fixes (#1273)
* fixes
* fix test
* fix swap
* fix test
* fix test
* more fixes
* fixes
* change swapMarketFee from wei to decimal
* fix
|
2022-02-10 07:38:48 -08:00 |
|
Alex Coseru
|
9174baa3c0
|
Barge c2d & latest contracts bump (#1248)
* bump to latest contracts
|
2022-02-09 11:32:54 +02:00 |
|
Bogdan Fazakas
|
14862f6a3a
|
Moved interfaces under types and some small fixes (#1253)
* moved interfaces and some fixes
* throw proper error messages on try catch blocks in pool class
|
2022-02-07 08:06:58 -08:00 |
|
mihaisc
|
fc711ece5c
|
remove ammount (#1241)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
|
2022-01-28 02:12:57 -08:00 |
|
mihaisc
|
be7adcb6f8
|
fix order, update contracts (#1240)
* fix order, update contracts
* remove console.log
* remove force contracts install
|
2022-01-26 10:27:58 -08:00 |
|
mihaisc
|
56a3aad20d
|
heleper+ remove old ibs (#1238)
* heleper+ remove old ibs
* fix tests
* fix gaslimt
* fix approve
* fix
* remove console.log
* upate package-lock
|
2022-01-25 08:32:55 -08:00 |
|
Bogdan Fazakas
|
5cb548ca59
|
replaced local artifacts with the published ones (#1232)
|
2022-01-20 04:39:58 -08:00 |
|
Bogdan Fazakas
|
8c9e21f309
|
fix start order and multi order
|
2022-01-19 18:56:59 +02:00 |
|
Bogdan Fazakas
|
7ff158a98e
|
fixed router mappings
|
2022-01-19 16:15:07 +02:00 |
|
Bogdan Fazakas
|
07263e7972
|
update order struct
|
2022-01-19 14:28:05 +02:00 |
|
Bogdan Fazakas
|
b4e102e6a6
|
update artifacts after latest contract changes
|
2022-01-19 13:00:37 +02:00 |
|
Bogdan Fazakas
|
90c8a3a0c8
|
put back BaseToken instead of Basetoken
|
2022-01-19 09:55:18 +02:00 |
|
Bogdan Fazakas
|
69432720f0
|
put back baseToken instead of basetoken
|
2022-01-19 09:48:23 +02:00 |
|
Bogdan Fazakas
|
471875f85c
|
update codebase renamed dataToken baseToken etc
|
2022-01-17 15:05:05 +02:00 |
|
|
24425fcf8b
|
fix artifacts path in all test files
|
2022-01-11 17:52:28 +00:00 |
|
|
bdfa60a91b
|
move artifacts folder under /src
|
2022-01-11 17:52:28 +00:00 |
|
Bogdan Fazakas
|
810213c20c
|
Revert "moved artifacts under src so to build starts"
This reverts commit 41fb836a4980f5a447dd9411037bd8f4618b7d24.
|
2022-01-11 10:35:28 +02:00 |
|
Bogdan Fazakas
|
41fb836a49
|
moved artifacts under src so to build starts
|
2022-01-11 09:47:41 +02:00 |
|
Bogdan Fazakas
|
a019491ed2
|
add used artifacts update imports and removed not used dependancies
|
2022-01-10 18:36:48 +02:00 |
|
Alex Coseru
|
f23e65f61b
|
publish tests (#1184)
* publish tests
* update to latest contracts
* fix unit tests
|
2022-01-03 17:34:28 +02:00 |
|
mihaisc
|
8bcffc00a6
|
config and encrypt fixes (#1173)
* config and encrypt fixes
* small comment
* fix
* change in PoolCreationParams
* fix
* fixes
* fix fileinfo
* rename fileinfo -> checkFileUrl, add checkDidFiles
* ensure chainId is base 10
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
|
2021-12-23 03:05:07 -08:00 |
|
Bogdan Fazakas
|
303d7607c7
|
fixed typo and tests and update initialize method
|
2021-12-22 17:18:43 +02:00 |
|
Bogdan Fazakas
|
67eea42290
|
update unit tests
|
2021-12-22 15:59:46 +02:00 |
|
Bogdan Fazakas
|
722113f176
|
update startorder fees and tests
|
2021-12-22 11:05:57 +02:00 |
|
mihaisc
|
1e0724abe1
|
add dispenser (#1170)
|
2021-12-21 02:04:50 -08:00 |
|
mihaisc
|
602f453985
|
Feature/didutils (#1163)
* add ddo utils, remove web3 params from some helper
* update web3, some fixes
* fix lint
* remove console logs
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fixed lint
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
|
2021-12-16 17:57:41 +02:00 |
|
Bogdan Fazakas
|
a6504626fd
|
use old name for nft files for case sensitivity
|
2021-12-09 13:55:23 +02:00 |
|
Bogdan Fazakas
|
b16163041a
|
rename nft files
|
2021-12-09 12:50:30 +02:00 |
|