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

updating to the last substrate-template-node #52

Closed

Conversation

asiniscalchi
Copy link
Member

@asiniscalchi asiniscalchi commented Aug 24, 2023

Update the evochain node with the code form the latest substrate-template-node and remove all the code about ethereum signature. As the ethereum signature is creating noise with current development and it's a feature we won't now.

@asiniscalchi asiniscalchi marked this pull request as ready for review August 24, 2023 09:03
@@ -292,7 +290,7 @@ construct_runtime!(
);

/// The address format for describing accounts.
pub type Address = AccountId;
pub type Address = sp_runtime::MultiAddress<AccountId, ()>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible that there could be compatibility issues with the current running node? I assume the answer is 'no,' given that we don't have any storage yet, but I want to confirm just to be sure

Copy link
Member Author

@asiniscalchi asiniscalchi Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point!

The runtime that I'm tweaking is not installed in the Evochain. The integration of the Ethereum signature was more of a wannabe feature that was never deployed.

So, to clarify, the answer to your concern is indeed "Yes." However, this Pull Request (PR) addresses and removes the problem, ensuring that the system's integrity is maintained.

@asiniscalchi asiniscalchi changed the base branch from dev to feat/extract-primitives August 25, 2023 13:06
Base automatically changed from feat/extract-primitives to dev August 25, 2023 14:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants