From 9126ef19b4cd3a8077df9d82054f56e5dc0782f1 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Mon, 14 Jun 2021 16:08:26 +0300 Subject: [PATCH] updating readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f0a238a6..6042d582 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,17 @@ This is in alpha state and you can expect running into problems. If you run into - Docker ([Managed as a non-root user](https://docs.docker.com/engine/install/linux-postinstall/)) - A Unix based operating system (Mac or Linux) +### Note: +Any function that uses `getPastEvents()` will only work on Eth (see: https://github.com/oceanprotocol/ocean.js/issues/741). This includes: +- searchPoolforDT() +- getPoolsbyCreator() +- getPoolSharesByAddress() +- getAllPoolLogs() +- getPreviousValidOrders() +- searchforDT() +- getExchangesbyCreator() +- getExchangeSwaps() +- getAllExchangesSwaps() ## 🏗 Installation ```bash