darwinia-network / darwinia-messages-sol

Darwinia cross-chain messages gateway and protocol for EVM developers 💌
MIT License
30 stars 8 forks source link

Darwinia2.0 Spec changes #290

Closed hujw77 closed 1 year ago

hujw77 commented 1 year ago

https://github.com/darwinia-network/darwinia-2.0/blob/3571868c5071f7b385e2b80e7fa89dcb326417b2/runtime/darwinia/src/lib.rs#L108

spec_name: sp_runtime::create_runtime_str!("Darwinia2"),

ecdsa pallet's signature will be changed. Ethereum truth layer need to adapt to the changes.

hujw77 commented 1 year ago

https://github.com/darwinia-network/darwinia-2.0/pull/184#discussion_r1062809180

hujw77 commented 1 year ago

ChainID: u64.to_le_bytes() ChainID: u64.to_be_bytes()

hujw77 commented 1 year ago

Message layer should keep nonces.