From 462933fe16543ba392745222aeb220db88cfe403 Mon Sep 17 00:00:00 2001 From: yohanelly95 Date: Wed, 2 Aug 2023 10:30:54 +0530 Subject: [PATCH 1/3] chore: contribution guidelines --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f03c154 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ + +# Contributing to Razor Network Datasources +If you wish to propose a new price feed to be added to the datasources used by the protocol, please follow the steps below: + +1. Start by forking the repository and creating your branch from master. +2. Add the new job to `jobs.json` and update `collections.json` as needed with the correct jobIDs. +3. Execute the test suite using the command `npm run test`. It's crucial to ensure all tests pass. Additionally, please confirm that your code is properly formatted and aligns with the existing style guide. +4. Issue a pull request (PR) to the upstream master branch. +5. The proposed changes will be available for community discussion and review in GitHub discussions. Community members are welcome to provide feedback and votes on the proposal. + + + From 6fb0dca39960dde0aeb0cd03d55de19b6d3c09c9 Mon Sep 17 00:00:00 2001 From: yohanelly95 Date: Thu, 9 Nov 2023 13:19:02 +0530 Subject: [PATCH 2/3] chore: remove wrapped tETH token pair --- mainnet/collections.json | 2 +- testnet/collections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mainnet/collections.json b/mainnet/collections.json index 10c5ad0..ce2c03d 100644 --- a/mainnet/collections.json +++ b/mainnet/collections.json @@ -1,6 +1,6 @@ [ { - "jobIDs": [1, 2, 3, 5, 6, 7, 9, 10], + "jobIDs": [1, 2, 3, 5, 6, 7, 10], "aggregationMethod": 2, "power": 2, "name": "ETHUSD", diff --git a/testnet/collections.json b/testnet/collections.json index 1879263..7b1de12 100644 --- a/testnet/collections.json +++ b/testnet/collections.json @@ -1,6 +1,6 @@ [ { - "jobIDs": [1, 2, 3, 5, 6, 7, 8, 9], + "jobIDs": [1, 2, 3, 5, 6, 7, 9], "aggregationMethod": 2, "power": 2, "name": "ethCollectionMedian", From 2d81208a31b56b4249a49d6a779fbe145ae569a3 Mon Sep 17 00:00:00 2001 From: yohanelly95 Date: Tue, 12 Dec 2023 15:15:16 +0530 Subject: [PATCH 3/3] chore: undo testnet changes --- testnet/collections.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/collections.json b/testnet/collections.json index d26014e..6ecb856 100644 --- a/testnet/collections.json +++ b/testnet/collections.json @@ -1,6 +1,6 @@ [ { - "jobIDs": [1, 2, 3, 6, 7, 9], + "jobIDs": [1, 2, 3, 6, 7, 8, 9], "aggregationMethod": 2, "power": 2, "name": "ethCollectionMedian",