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

A developer can install new code to an existing canister #475

Closed
ghost opened this issue Mar 20, 2020 · 1 comment
Closed

A developer can install new code to an existing canister #475

ghost opened this issue Mar 20, 2020 · 1 comment
Labels
accepted This issue/discussion has been promoted to an internal ticket and was added to the backlog. triaged
Milestone

Comments

@ghost
Copy link

ghost commented Mar 20, 2020

The CLI can deploy a compiled WebAssembly file to a running network and immediately run all state migrations. The default location of the WebAssembly file(s) to migrate can be added to the config.

$ dfx migrate
[100%] Deploying to local DFINITY network... Done.
[100%] Migrating canister state to latest version (23a7f1bfda0bd578fcf52c5d27c6dd8b85044804)... Done.
 
$ dfx migrate -w ./bin/produce-exchange_1.3.2.wasm
Err: Canister is already running latest version
@ghost ghost added the enhancement label Mar 20, 2020
@ghost ghost added this to the Tungsten milestone Mar 23, 2020
dfinity-bot added a commit that referenced this issue Nov 10, 2020
## Changelog for advisory-db:
Branch: master
Commits: [rustsec/advisory-db@202265fb...0bdef412](rustsec/advisory-db@202265f...0bdef41)

* [`5eb66747`](rustsec/advisory-db@5eb6674) Unexpected panic in multihash `from_slice` parsing code ([RustSec/advisory-db⁠#475](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/475))
* [`0ca360b1`](rustsec/advisory-db@0ca360b) Assigned RUSTSEC-2020-0068 to multihash ([RustSec/advisory-db⁠#476](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/476))
* [`0bdef412`](rustsec/advisory-db@0bdef41) RUSTSEC-2020-0068: remove parameters from affected functions ([RustSec/advisory-db⁠#477](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/477))
mergify bot pushed a commit that referenced this issue Nov 10, 2020
## Changelog for advisory-db:
Branch: master
Commits: [rustsec/advisory-db@202265fb...0bdef412](rustsec/advisory-db@202265f...0bdef41)

* [`5eb66747`](rustsec/advisory-db@5eb6674) Unexpected panic in multihash `from_slice` parsing code ([RustSec/advisory-db⁠#475](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/475))
* [`0ca360b1`](rustsec/advisory-db@0ca360b) Assigned RUSTSEC-2020-0068 to multihash ([RustSec/advisory-db⁠#476](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/476))
* [`0bdef412`](rustsec/advisory-db@0bdef41) RUSTSEC-2020-0068: remove parameters from affected functions ([RustSec/advisory-db⁠#477](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/477))
lwshang pushed a commit that referenced this issue Nov 9, 2021
lwshang added a commit that referenced this issue Nov 9, 2021
* Add e2e test for rust canister

* build:  niv common: update 1e601cfb -> ba5a7e71 (#1908)

## Changelog for common:
Branch: master
Commits: [dfinity-lab/common@1e601cfb...ba5a7e71](dfinity-lab/common@1e601cf...ba5a7e7)

* [`9611ead8`](dfinity-lab/common@9611ead) Update Andrea's SSH key ([dfinity-lab/common⁠#475](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/475))
* [`ba5a7e71`](dfinity-lab/common@ba5a7e7) Add Mario Pastorelli ssh key ([dfinity-lab/common⁠#478](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/478))

* chore: disable some unavoidable cargo audit errors (#1905)

`chrono` depends on `localtime_r`, which has issues.

We have a couple direct dependencies on chrono in 'sign.rs` and `signed_message.rs', but slog-term also depends on chrono.

* chore: require github workflow lint pass for mergify (#1906)

* Only run on github ci

Co-authored-by: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com>
Co-authored-by: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com>
@dfx-json dfx-json added triaged accepted This issue/discussion has been promoted to an internal ticket and was added to the backlog. labels Apr 14, 2022
@adamspofford-dfinity
Copy link
Contributor

Fixed in #2139.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted This issue/discussion has been promoted to an internal ticket and was added to the backlog. triaged
Projects
None yet
Development

No branches or pull requests

2 participants