Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

528 airnode 0.11.2 #531

Merged
merged 2 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import DeleteAirnodeAws from '../../_components/reference/airnode/DeleteAirnodeA
import DeleteAirnodeGcp from '../../_components/reference/airnode/DeleteAirnodeGcp.vue';
import Video from '../../_components/Video.vue';
import SearchHighlight from '../../_components/SearchHighlight.vue';
import NavBox from '../../_components/NavBox.vue';
import NavBoxViewer from '../../_components/NavBoxViewer.vue';
import FlexStartTag from '../../_components/FlexStartTag.vue';
import FlexEndTag from '../../_components/FlexEndTag.vue';
import EthersAbiCoder from '../../_components/EthersAbiCoder.vue';
Expand Down Expand Up @@ -47,8 +45,6 @@ export default {
app.component('DeleteAirnodeGcp', DeleteAirnodeGcp);
app.component('Video', Video);
app.component('SearchHighlight', SearchHighlight);
app.component('NavBox', NavBox);
app.component('NavBoxViewer', NavBoxViewer);
app.component('FlexStartTag', FlexStartTag);
app.component('FlexEndTag', FlexEndTag);
app.component('EthersAbiCoder', EthersAbiCoder);
Expand Down
1 change: 0 additions & 1 deletion docs/dev/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = [
{ text: 'Getting Started', link: '/dev/' },
{ text: 'DocSets', link: '/dev/docsets' },
{ text: 'Airnode/OIS Versioning', link: '/dev/versioning' },
{ text: 'NavBoxes', link: '/dev/navboxes' },
{ text: 'FlexSearch', link: '/dev/flexsearch' },
{ text: 'Axios Scripts', link: '/dev/axios-scripts' },
{ text: 'Firebase', link: '/dev/firebase' },
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/airnode/deploy-airnode/deploy-aws/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "quick-aws"
},
"triggers": {
Expand All @@ -101,7 +101,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Basic Request",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "quick-container"
},
"triggers": {
Expand All @@ -99,7 +99,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Basic Request",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/airnode/deploy-airnode/deploy-gcp/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wkande - it looks like the replace got mangled here

"stage": "quick-gcp"
},
"triggers": {
Expand All @@ -102,7 +102,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Basic Request",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/airnode/post-processing/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "quick-container"
},
"triggers": {
Expand All @@ -99,7 +99,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "API3 coin data",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
40 changes: 0 additions & 40 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,46 +35,6 @@ hero:
link: /reference/qrng/
---

<!--
dAPIs are continuously updated streams of off-chain data, such as the latest
cryptocurrency, stock and commodity prices. They can power various
decentralized applications such as DeFi lending, synthetic assets, stable
coins, derivatives, NFTs and more. Airnode is a serverless first-party
oracle node implemented with a "set and forget" philosophy.
-->

<!-- OUTER BOX for Getting Started -->
<!--div style="padding:0px 50px 00px 50px;max-width:1260px;margin:auto;">

<div style="font-size:xx-large;text-align:center;font-weight:500;margin-bottom:15px;">Getting Started</div>
<hr style="margin-bottom:22px;border-bottom:solid 1px gray;"/>


<div class="api3-land-title">dAPIs</div>
<div class="api3-land-title-desc">Continuously updated streams of off-chain data, such as the latest cryptocurrency, stock and commodity prices.
</div>
<div class="api3-css-nav-box-flex-row">
<NavBox type='EXPLORE' id="_what-are-dapis"/>
<NavBox type='GUIDE' id="_dapi-just-the-code"/>
<NavBox type='GUIDE' id="_call-dapi-proxy"/>
<NavBox type='GUIDE' id="_call-dapi-server"/>
</div>

<div class="api3-land-title">nodary</div>
<div class="api3-land-title-desc">Community single sourced dAPIs suitable for development and prototyping.</div>
<div class="api3-css-nav-box-flex-row">
<NavBox type='EXPLORE' id="_what-is-nodary"/>
</div>


<div class="api3-land-title">Airnode</div>
<div class="api3-land-title-desc">Airnode is a serverless first-party oracle node implemented with a "set and forget" philosophy.</div>
<div class="api3-css-nav-box-flex-row">
<NavBox type='REFERENCE' id="_airnode-configure-json"/>
</div>

</div-->

<style>
.api3-land-title{
font-size:xx-large;
Expand Down
Binary file modified docs/public/zip-files/quick-start-aws.zip
Binary file not shown.
Binary file modified docs/public/zip-files/quick-start-container.zip
Binary file not shown.
Binary file modified docs/public/zip-files/quick-start-gcp.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ An object containing general deployment parameters of an Airnode.
```json
// nodeSettings
{
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"cloudProvider": {
"type": "gcp",
"region": "us-east1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"logFormat": "plain",
"logLevel": "INFO",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "dev"
},
"triggers": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Requests",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"logFormat": "plain",
"logLevel": "INFO",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "dev"
},
"triggers": {
Expand All @@ -75,7 +75,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"version": "1.2.3",
"title": "Currency Converter API",
"apiSpecifications": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ not generated for client deployments (deploying to a Docker container).
"disableConcurrencyReservations": false
},
"stage": "starter-example",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"timestamp": "2022-03-26T02:37:55.506Z"
},
"success": true
Expand All @@ -75,7 +75,7 @@ not generated for client deployments (deploying to a Docker container).
"projectId": "api3-753118"
},
"stage": "dev",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"timestamp": "2022-03-26T02:37:55.506Z"
},
"success": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ as a reference while building a config.json file.
},
"logFormat": "json",
"logLevel": "INFO",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "<FILL_*>"
},
"triggers": {
Expand Down Expand Up @@ -174,7 +174,7 @@ as a reference while building a config.json file.
],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"version": "<FILL_*>",
"title": "<FILL_OIS_TITLE>",
"apiSpecifications": {
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/airnode/latest/docker/admin-cli-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npx @api3/airnode-admin get-sponsor-status \
--requester-address 0x2c2e12...

# Docker
docker run api3/airnode-admin:0.11.1 get-sponsor-status \
docker run api3/airnode-admin:0.11.2 get-sponsor-status \
--provider-url https://eth-goerli.gateway.pokt.network/v1/lb/<APP_ID> \
--sponsor-address 0x9Ec6C4... \
--requester-address 0x2c2e12...
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/airnode/latest/docker/client-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ Use the following command to run Airnode:
docker run \
--volume $(pwd):/app/config \
--name airnode \
api3/airnode-client:0.11.1
api3/airnode-client:0.11.2
```

```powershell [Windows PowerShell]
docker run \
--volume $(pwd):/app/config \
--name airnode \
api3/airnode-client:0.11.1
api3/airnode-client:0.11.2
```

```batch [Windows]
docker run ^
--volume %cd%:/app/config ^
--name airnode ^
api3/airnode-client:0.11.1
api3/airnode-client:0.11.2
```

:::
Expand Down
Loading