Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
GEN: commit rust binding
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-commit committed Dec 21, 2023
1 parent d8b7c79 commit fc31d31
Show file tree
Hide file tree
Showing 5 changed files with 2,872 additions and 1,426 deletions.
10 changes: 8 additions & 2 deletions binding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ pub mod xnet_messaging_facet;
#[allow(clippy::all)]
pub mod gateway_messenger_facet;
#[allow(clippy::all)]
pub mod subnet_actor_checkpointing_facet;
#[allow(clippy::all)]
pub mod subnet_actor_diamond;
#[allow(clippy::all)]
pub mod subnet_actor_getter_facet;
#[allow(clippy::all)]
pub mod subnet_actor_manager_facet;
#[allow(clippy::all)]
pub mod subnet_actor_pause_facet;
#[allow(clippy::all)]
pub mod subnet_actor_reward_facet;
#[allow(clippy::all)]
pub mod subnet_registry_diamond;
#[allow(clippy::all)]
pub mod register_subnet_facet;
Expand All @@ -50,11 +56,11 @@ fvm_address_conversion!(gateway_getter_facet);
fvm_address_conversion!(bottom_up_router_facet);
fvm_address_conversion!(xnet_messaging_facet);
fvm_address_conversion!(gateway_messenger_facet);
fvm_address_conversion!(subnet_actor_manager_facet);
fvm_address_conversion!(subnet_actor_checkpointing_facet);
fvm_address_conversion!(subnet_actor_getter_facet);
fvm_address_conversion!(lib_gateway);

// The list of contracts that need to convert common types between each other
common_type_conversion!(gateway_getter_facet, subnet_actor_manager_facet);
common_type_conversion!(subnet_actor_getter_facet, bottom_up_router_facet);
common_type_conversion!(subnet_actor_getter_facet, checkpointing_facet);
common_type_conversion!(subnet_actor_getter_facet, xnet_messaging_facet);
Loading

0 comments on commit fc31d31

Please sign in to comment.