8000 Tags · tmagik/ic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tmagik/ic

Tags

release-2025-03-27_03-14-base

Toggle release-2025-03-27_03-14-base's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(nns): Support initializing NNS Governance by candid (dfinity#4537)

# Why

NNS Governance almost use candid everywhere, except for 2 _pb methods
(being deprecated) and init. We would like to switch init to candid as
well.

# What

* Support candid parsing in init

ledger-suite-icp-2025-03-26

Toggle ledger-suite-icp-2025-03-26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(nns): Support initializing NNS Governance by candid (dfinity#4537)

# Why

NNS Governance almost use candid everywhere, except for 2 _pb methods
(being deprecated) and init. We would like to switch init to candid as
well.

# What

* Support candid parsing in init

release-2025-03-20_03-11-base

Toggle release-2025-03-20_03-11-base's commit message

Verified

This commit was signed with the committer’s verified signature.
NikolaMilosa Nikola Milosavljevic
fix(IDX): upload artifacts to Cloudflare

An issue was introduced in
dfinity@363520e
where the Cloudflare upload was effectively commented out.

ledger-suite-icp-2025-03-19

Toggle ledger-suite-icp-2025-03-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(node-reward): Add registry sync to node reward canister (dfinity…

…#4349)

# What
Make the canister Node Rewards canister capable of syncing Registry data
from the Registry at regular intervals, and simplify the library used
for this purpose.

# Why
This is preparing to support dynamic node provider rewards based on
verifiable node metrics.

release-2025-03-14_03-10-base

Toggle release-2025-03-14_03-10-base's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade stable-structures (dfinity#4284)

To benefit from the performance gains in recent editions of
stable-structures, we need to update.

---------

Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
Co-authored-by: Maciej Modelski <maciej.modelski@dfinity.org>

rosetta-release-2.1.3

Toggle rosetta-release-2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(icp-rosetta): add changelog for rosetta icp 2.1.3 (dfinity#4344)

icp-rosetta-2.1.3

Toggle icp-rosetta-2.1.3's commit message
ICP Rosetta 2.1.3

release-2025-03-13_03-12-base

Toggle release-2025-03-13_03-12-base's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Check block proposal version before integrity (dfinity#4345)

Otherwise we might declare empty block proposals as invalid (instead of
simply removing them) after an upgrade, if the data payload layout
changed due to the upgrade.

release-2025-03-06_03-10-disable-best-effort-messaging

Toggle release-2025-03-06_03-10-disable-best-effort-messaging's commit message
Revert "feat(MR): [MR-649] Roll out best-effort calls to the first fe…

…w subnets (dfinity#3816)"

This reverts commit df5828f.

release-2025-03-06_03-10-base

Toggle release-2025-03-06_03-10-base's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(tests): Reorganize build_*_wasm functions (dfinity#4249)

Move the build_*_wasm functions into the same order that is in
nns/constants/src/lib.rs, so that it is easier to find out if a given
function exists, and to keep the file organized.
0