Skip to content

Commit

Permalink
GIX-1928: Add governance test candid interface (#426)
Browse files Browse the repository at this point in the history
# Motivation

To add maturity to NNS neurons with a test method "update_neuron".

In this PR, add candid files for the governance test canister.

# Changes

* Add new entry to import-candid.
* Import the candid of governance canister and build the related files.

# Tests

Not yet necessary. No functionality has been added.
  • Loading branch information
lmuntaner authored Sep 27, 2023
1 parent 772803d commit d0708a1
Show file tree
Hide file tree
Showing 7 changed files with 3,675 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nns/candid/governance_test.certified.idl.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import type { IDL } from "@dfinity/candid";
export const idlFactory: IDL.InterfaceFactory;
Loading

0 comments on commit d0708a1

Please sign in to comment.