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

Release 0.26.0-rc.3 #2707

Closed
wants to merge 2 commits into from
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dfx_extension/extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azle",
"version": "0.25.0",
"version": "0.26.0-rc.3",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "",
"summary": "",
Expand Down
362 changes: 163 additions & 199 deletions examples/experimental/demo/basic_bitcoin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/demo/basic_bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.25.0",
"azle": "0.26.0-rc.3",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2"
},
Expand Down
362 changes: 163 additions & 199 deletions examples/experimental/demo/bitcoin_psbt/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/demo/bitcoin_psbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"azle": "0.25.0",
"azle": "0.26.0-rc.3",
"basic_bitcoin": "file:../basic_bitcoin",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2",
Expand Down
326 changes: 163 additions & 163 deletions examples/experimental/demo/ckbtc/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/demo/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.25.0"
"azle": "0.26.0-rc.3"
},
"devDependencies": {
"ckbtc_end_to_end_test_functional_syntax": "file:../../test/end_to_end/candid_rpc/ckbtc"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

326 changes: 163 additions & 163 deletions examples/experimental/demo/hello_world_http_server/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.25.0",
"azle": "0.26.0-rc.3",
"express": "^4.18.2",
"lit": "^3.1.2",
"vite": "^4.5.9"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"test": "AZLE_TEST_FETCH=false npm run tests && AZLE_TEST_FETCH=true npm run tests"
},
"dependencies": {
"azle": "0.25.0"
"azle": "0.26.0-rc.3"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"test": "jest"
},
"dependencies": {
"azle": "0.25.0"
"azle": "0.26.0-rc.3"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"test": "jest"
},
"dependencies": {
"azle": "0.25.0"
"azle": "0.26.0-rc.3"
}
}
Loading
Loading