Skip to content

Commit

Permalink
Merge pull request #2443 from demergent-labs/fix_examples_for_release
Browse files Browse the repository at this point in the history
Fix examples for release
  • Loading branch information
lastmjs authored Jan 6, 2025
2 parents dba1a04 + d50e818 commit 52cbdd7
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 1,235 deletions.
9 changes: 4 additions & 5 deletions .github/actions/get_exclude_dirs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@ runs:
examples/stable/test/property/candid_rpc/stable_b_tree_map
examples/stable/test/property/ic_api/performance_counter
examples/stable/test/property/ic_api/instruction_counter
examples/experimental/demo/basic_bitcoin
examples/experimental/demo/bitcoin_psbt
examples/experimental/demo/ckbtc
examples/experimental/test/end_to_end/http_server/ethers_base
examples/experimental/test/end_to_end/http_server/http_outcall_fetch
examples/experimental/test/end_to_end/http_server/ic_evm_rpc
examples/experimental/test/end_to_end/http_server/multi_deploy
examples/experimental/test/property/candid_rpc/stable_b_tree_map
') }}"
SLOW_EXCLUSIONS="${{ format('
examples/experimental/demo/basic_bitcoin
examples/experimental/demo/bitcoin_psbt
examples/experimental/demo/ckbtc
examples/experimental/test/end_to_end/http_server/ic_evm_rpc
examples/stable/test/end_to_end/candid_rpc/bitcoin
examples/stable/test/end_to_end/candid_rpc/stable_structures
examples/experimental/test/end_to_end/candid_rpc/bitcoin
Expand Down
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Contributor

- [ ] Breaking changes enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] Code has been declaratized
- [ ] Error handling beautiful (no unwraps or expects etc)
- [ ] Code tested thoroughly
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] Related issues have been linked and all tasks have been completed or made into separate issues

## Reviewer

- [ ] Breaking changes enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] Code has been declaratized
Expand Down
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
!canisters/**
!dfx/**
!dfx_extension/**
!examples/hello_world/**
!examples/hello_world_http_server/**
!examples/stable/demo/hello_world/**
!examples/experimental/demo/hello_world_http_server/**
!experimental/**
!http_client/**
!property_tests/arbitraries/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.azle
.dfx
node_modules
src/candid
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"specified_id": "be2us-64aaa-aaaaa-qaabq-cai",
"init_arg": "(record { nodesInSubnet = 28 })",
"type": "custom",
"candid": "https://github.com/internet-computer-protocol/ic-eth-rpc/releases/latest/download/evm_rpc.did",
"wasm": "https://github.com/internet-computer-protocol/ic-eth-rpc/releases/latest/download/evm_rpc_dev.wasm.gz",
"candid": "https://github.com/dfinity/evm-rpc-canister/releases/latest/download/evm_rpc.did",
"wasm": "https://github.com/dfinity/evm-rpc-canister/releases/latest/download/evm_rpc.wasm.gz",
"remote": {
"id": {
"ic": "a6d44-nyaaa-aaaap-abp7q-cai"
Expand Down
Loading

0 comments on commit 52cbdd7

Please sign in to comment.