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

PoC-1 backwards compatibility #291

Merged
merged 1 commit into from
Jul 10, 2018
Merged

PoC-1 backwards compatibility #291

merged 1 commit into from
Jul 10, 2018

Conversation

arkpar
Copy link
Member

@arkpar arkpar commented Jul 9, 2018

No description provided.

@arkpar arkpar added the A0-please_review Pull request needs code review. label Jul 9, 2018
@@ -95,6 +95,8 @@ pub enum Role {
Light,
/// Parachain validator.
Authority,
/// Same as Validator
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as authority?

@rphmeier rphmeier mentioned this pull request Jul 9, 2018
8 tasks
@arkpar
Copy link
Member Author

arkpar commented Jul 9, 2018

nightly build failure is unrelated

@@ -38,7 +38,7 @@ use error;
const REQUEST_TIMEOUT_SEC: u64 = 40;

/// Current protocol version.
pub (crate) const CURRENT_VERSION: u32 = 1;
pub (crate) const CURRENT_VERSION: u32 = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

this is the source of the slab errors logged from network-devp2p btw

@gavofyork gavofyork added A8-looksgood and removed A0-please_review Pull request needs code review. labels Jul 10, 2018
@gavofyork gavofyork merged commit 136c045 into master Jul 10, 2018
@gavofyork gavofyork deleted the ark-poc1-compat2 branch July 10, 2018 07:49
lamafab pushed a commit to lamafab/substrate that referenced this pull request Jun 16, 2020
liuchengxu pushed a commit to chainx-org/substrate that referenced this pull request Aug 23, 2021
* Update xbridge-related fees (paritytech#281)

* Adjust penalty

* modify genesis config

* rename treasuryaddr to counciladdr

* Readd token discount and to channel logic (paritytech#284)

* Readd token discount and channel share logic

* Refactor a bit

* Modify btc-fee (paritytech#285)

Add maximum withdraw amount check

* let tokenname verify more char

* spot safe check (paritytech#286)

* Revert "spot safe check (paritytech#286)" (paritytech#291)

This reverts commit 8092ba50abf1d5646000342d9229b1d81e4b025d.

* Feature/trustee rpc (paritytech#293)

* Add 'chainx_getTrusteeAddress' rpc

* Delete dead code

* change verifyaddr rpc return true/false

* Fix merge conflicts

* token discount (paritytech#313)

* token discount

* adjust

* fix bug

* Fix token_discount in genesis_config

* Rebuild wasm and replace wasm in
cli/src/chainx_runtime_wasm.compact.wasm
liuchengxu pushed a commit to autonomys/substrate that referenced this pull request Jun 3, 2022
…refactoring-and-fixes

Partial replica impl refactoring and fixes
helin6 pushed a commit to boolnetwork/substrate that referenced this pull request Jul 25, 2023
* Add NextKeys and QueuedKeys for session module

* Fix fmt
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.

4 participants