Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into response_timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy-dfin committed Oct 8, 2024
2 parents 1a61d1d + ac416ec commit 4005aa8
Show file tree
Hide file tree
Showing 11 changed files with 18,795 additions and 1,996 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- uses: actions/github-script@v6
with:
script: |
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# IDEs
.vscode/
.idea/

node_modules
docusaurus/build
docusaurus/.docusaurus
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

**A preview of the latest `master` branch can be found [here](https://khsfq-wqaaa-aaaak-qckvq-cai.icp0.io/docs).**

**The latest *released* version can be found [here](https://internetcomputer.org/docs/current/references/ic-interface-spec).**

This repository contains the source files of the Interface Spec, which describes the externally visible behaviour of the Internet Computer.
The language-independent description of this IC interface is available in [ic.did](./spec/_attachments/ic.did).

It used to contain a reference implementation and acceptance test suite; these can now be found at <https://github.com/dfinity/ic-hs>.
It used to contain a reference implementation and acceptance test suite; these can now be found at [https://github.com/dfinity/ic-hs](https://github.com/dfinity/ic-hs).

## About the Interface Spec

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"ic": {
"providers": [
"https://mainnet.dfinity.network"
"https://icp-api.io"
],
"type": "persistent"
}
Expand Down
Loading

0 comments on commit 4005aa8

Please sign in to comment.