Skip to content

Commit

Permalink
Merge pull request #2059 from iotaledger/update-rpc
Browse files Browse the repository at this point in the history
chore(rpc): merge `update-rpc` branch
  • Loading branch information
thibault-martinez authored Aug 26, 2024
2 parents b85cc4f + 0950068 commit 1f7388b
Show file tree
Hide file tree
Showing 38 changed files with 128 additions and 2,758 deletions.
11 changes: 1 addition & 10 deletions crates/iota-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use anyhow::Result;
use iota_keys::keypair_file::{read_authority_keypair_from_file, read_keypair_from_file};
use iota_protocol_config::{Chain, SupportedProtocolVersions};
use iota_types::{
base_types::{IotaAddress, ObjectID},
base_types::IotaAddress,
committee::EpochId,
crypto::{
get_key_pair_from_rng, AccountKeyPair, AuthorityKeyPair, AuthorityPublicKeyBytes,
Expand Down Expand Up @@ -127,15 +127,6 @@ pub struct NodeConfig {
#[serde(default)]
pub expensive_safety_check_config: ExpensiveSafetyCheckConfig,

#[serde(skip_serializing_if = "Option::is_none")]
pub name_service_package_address: Option<IotaAddress>,

#[serde(skip_serializing_if = "Option::is_none")]
pub name_service_registry_id: Option<ObjectID>,

#[serde(skip_serializing_if = "Option::is_none")]
pub name_service_reverse_registry_id: Option<ObjectID>,

#[serde(default)]
pub transaction_deny_config: TransactionDenyConfig,

Expand Down
Loading

0 comments on commit 1f7388b

Please sign in to comment.