nns-dapp icon indicating copy to clipboard operation
nns-dapp copied to clipboard

The Dapp of the Internet Computer's Network Nervous System.

Results 67 nns-dapp issues
Sort by recently updated
recently updated
newest added

# Motivation We have a job to make these changes automatically, but there were breaking changes so this PR replaces the [automatic PR](https://github.com/dfinity/nns-dapp/pull/4839). Breaking changes: 1. `UpdateElectedReplicaVersionsPayload` was renamed to...

**DO NOT MERGE** This PR should only be merged after we have a release on mainnet containing https://github.com/dfinity/nns-dapp/pull/4800. # Motivation This is the follow-up to https://github.com/dfinity/nns-dapp/pull/4800. In the previous PR...

# Motivation In the near future the actionable proposals will be selected by default. To be able to switch between all and actionable proposals in the spec file, they should...

# Motivation The ledger canister ID is now required. That means that deployments that don't include the ledger canister ID in the arguments will fail. # Changes - Set the...

# Motivation The integration proptest currently checks that the number of accounts is unaffected by migrations, no more. If the migration replaced accounts with empty accounts, without subaccounts or hardware...

Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.2. Release notes Sourced from strum's releases. v0.26.1 0.26.1 #325: use core instead of std in VariantArray. 0.26.0 Breaking Changes The EnumVariantNames macro has been...

dependencies
rust

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 6. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...

dependencies
github_actions

Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.12 to 0.11.14. Release notes Sourced from serde_bytes's releases. 0.11.14 Support deserializing &'de [u8; N] (#48, thanks @​sosthene-nitrokey) 0.11.13 Support serializing and deserializing [u8; N], and add...

dependencies

# Motivation macos-12 was timing out ([example][fail]). [fail]: https://github.com/dfinity/nns-dapp/actions/runs/8084724174/job/22093234159 # Changes Overall effect: docker now has 10 minutes to start up before we give up, instead of 3 minutes. Implementation:...

# Motivation See https://github.com/dfinity/ic-js/pull/569 # Changes # Tests # Todos - [ ] Add entry to changelog (if necessary).