Skip to content

Commit

Permalink
Bikeshedding before 0.5.2 release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack authored Jun 3, 2021
1 parent 42dc21c commit cd595cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- 12
- 10
sdk_ver:
- 0.7.0
- 0.7.1
steps:

- name: checkout
Expand Down Expand Up @@ -119,18 +119,21 @@ jobs:
dfx start \
--background \
--clean \
--host 127.0.0.1:8000
--host 127.0.0.1:8000 \
--no-artificial-delay
dfx deploy \
--argument "record { minting_account = \"ea2d973e67dcbcb00f1cfb36d05d600eef68c7513c18dac8ef52d165c1d38c36\"; initial_values = vec { record { \"a8a3746fca2b69ee144224ab735b0c0f1977d3aa44a97c75240da7ab05becea4\"; record { e8s = 18446744073709551615 } } }; max_message_size_bytes = null; transaction_window = null; archive_options = null; send_whitelist = vec {}}" \
--network=local \
--no-wallet \
ledger
ic-rosetta-api \
--canister-id $(jq -r .ledger.local .dfx/local/canister_ids.json) \
--ic-url http://127.0.0.1:8000 \
--address 127.0.0.1 \
--port 8080 &
--port 8080 \
--store-type in-memory &
popd
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# `0.5.2`

- Add `seed_from_pem` to support loading a private key from a PEM file generated
by `dfx identity` command. (#42)

# `0.5.1`

- Fix `signed_transaction_decode` to work with upstream changes. (#34)

# `0.5.0`

- Fix a quadratic slowdown in offline combine implementation. (#33)
- Misc documentation fixes. (#33)

# `0.4.0`

- Add support for flexible ingress expiry. (#27)
Expand Down

0 comments on commit cd595cb

Please sign in to comment.