diff --git a/README.md b/README.md index 94eb577..6881661 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ +# 2020-06-19 + +## Schedule + +- [x] 14:00 BST - Core Retro + - https://meet.google.com/hqw-nsfk-xoq + - Notes - https://notes.status.im/tj1gpGX8SFeX1xLMVte-kQ?both + +## Ad Hoc + +- [x] Created secret infura endpoints for e2e and release builds + - [e2e endpoint](https://mainnet.infura.io/v3/a61f40c227824c80892886c0806c748e) + - [dev build endpoint](https://mainnet.infura.io/v3/40ec14d9d9384d52b7fbcfecdde4e2c0) + +## Pulls + +- [x] [status-react#10850 - Updated test endpoint to new test only endpoint](https://github.com/status-im/status-react/pull/10850) - `draft`, `closed` + - Used this draft PR to get sample statistics on e2e test RPC call consumption + - Initial run showed a consumption of 33,155 RPC calls for a single e2e test run + - ![e2e test usage](./attachments/2020-06/2020-06-19_Ethereum_API_IPFS_API_Gateway_ETH_Nodes_as_a_Service_Infura.png) + +## Reviews + +- [x] [provide INFURA_TOKEN from credentials](https://github.com/status-im/status-react-jenkins/pull/8) - `discussed`, `approved` +- [x] [status-react#10853 - Feature/use separate e2e token](https://github.com/status-im/status-react/pull/10853) - `approved` + +--- + # 2020-06-18 ## Schedule diff --git a/attachments/2020-06/2020-06-19_Ethereum_API_IPFS_API_Gateway_ETH_Nodes_as_a_Service_Infura.png b/attachments/2020-06/2020-06-19_Ethereum_API_IPFS_API_Gateway_ETH_Nodes_as_a_Service_Infura.png new file mode 100644 index 0000000..74a05be Binary files /dev/null and b/attachments/2020-06/2020-06-19_Ethereum_API_IPFS_API_Gateway_ETH_Nodes_as_a_Service_Infura.png differ