Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To polkadot-v0.9.38 #1007

Merged
merged 195 commits into from
Mar 28, 2023
Merged

To polkadot-v0.9.38 #1007

merged 195 commits into from
Mar 28, 2023

Commits on Nov 4, 2022

  1. Darwinia 2.0

    AurevoirXavier committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5c3606a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Darwinia shell chain (#27)

    * Skeleton
    
    * XCM configs
    
    * Bump toolchain
    
    * Code cleaning part.1
    
    * Code cleaning part.2
    
    * Update SS58
    
    * Rename
    
    * Update token decimals
    
    * Format
    
    * Extract darwinia core primitives
    
    * License
    
    * Benchmarks
    
    * Extract constants
    
    * Docs
    
    * CI part.1
    
    * Adjust the runtime pallets structure (#29)
    
    * frame-system
    
    * pallet-timestamp
    
    * pallet-authorship
    
    * pallet-balances
    
    * pallet-transaction-payment
    
    * pallet-parachain-system
    
    * pallet-parachain-info
    
    * pallet-aura-ext
    
    * pallet-xcmp-queue
    
    * pallet-dmp-queue
    
    * pallet-session
    
    * pallet-aura
    
    * pallet-collator-selection
    
    * format
    
    * deal ambiguous name
    
    * fix compile
    
    * clear imports
    
    * update visibility for pallets
    
    * add license for pallets
    
    * update darwinia comments
    
    * CI part.2
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * CI part.3
    
    * CI part.4
    
    * Add missing features
    
    * Case
    
    * Setup build environment
    
    * CI part.5
    
    * Enable `kusama-native`, `rococo-native`
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: Guantong <04637@163.com>
    AurevoirXavier and jiguantong committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    11780e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    1aa4cc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Add EVM stuff (#30)

    * Skeleton
    
    * XCM configs
    
    * Bump toolchain
    
    * Code cleaning part.1
    
    * Code cleaning part.2
    
    * Update SS58
    
    * Rename
    
    * Update token decimals
    
    * Format
    
    * Extract darwinia core primitives
    
    * Add frontier deps without fork!
    
    * License
    
    * Add pallets to runtime
    
    * Benchmarks
    
    * Append command part
    
    * Extract constants
    
    * Docs
    
    * CI part.1
    
    * Adjust the runtime pallets structure (#29)
    
    * frame-system
    
    * pallet-timestamp
    
    * pallet-authorship
    
    * pallet-balances
    
    * pallet-transaction-payment
    
    * pallet-parachain-system
    
    * pallet-parachain-info
    
    * pallet-aura-ext
    
    * pallet-xcmp-queue
    
    * pallet-dmp-queue
    
    * pallet-session
    
    * pallet-aura
    
    * pallet-collator-selection
    
    * format
    
    * deal ambiguous name
    
    * fix compile
    
    * clear imports
    
    * update visibility for pallets
    
    * add license for pallets
    
    * update darwinia comments
    
    * Adapt main
    
    * Delete duplicated consts
    
    * Hack rpc
    
    * Client compile fix
    
    * Fix client
    
    * Move to ethereum mod
    
    * Add more precompile
    
    * Fix some issue
    
    * Solve conflict
    
    * Merge issues
    
    * Format
    
    * Add basic code for precompiles
    
    * Update EthRpcConfig
    
    * Use Hashing type
    
    * Foramt issue
    
    * Adjust service config
    
    * Add evm, ethereum feature
    
    * Add missing features
    
    * Move const
    
    * Doc
    
    * Format
    
    * Format
    
    * Format
    
    * Format
    
    * Format
    
    * Safer truncated
    
    * Clean importing
    
    * Suppress warnings
    
    * Remove empty line
    
    * Clean importing
    
    * Clean importing
    
    * Format
    
    * Clean importing
    
    * Restructure
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: Guantong <04637@163.com>
    3 people committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e5dfcd6 View commit details
    Browse the repository at this point in the history
  2. Polish RPC & service (#36)

    * Use full path
    
    * Abstract APIs & types
    
    * Format
    AurevoirXavier committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    56b31f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Extract darwinia-runtime (#32)

    * Skeleton
    
    * XCM configs
    
    * Bump toolchain
    
    * Code cleaning part.1
    
    * Code cleaning part.2
    
    * Update SS58
    
    * Rename
    
    * Update token decimals
    
    * Format
    
    * Extract darwinia core primitives
    
    * License
    
    * Benchmarks
    
    * Extract constants
    
    * Docs
    
    * CI part.1
    
    * Adjust the runtime pallets structure (#29)
    
    * frame-system
    
    * pallet-timestamp
    
    * pallet-authorship
    
    * pallet-balances
    
    * pallet-transaction-payment
    
    * pallet-parachain-system
    
    * pallet-parachain-info
    
    * pallet-aura-ext
    
    * pallet-xcmp-queue
    
    * pallet-dmp-queue
    
    * pallet-session
    
    * pallet-aura
    
    * pallet-collator-selection
    
    * format
    
    * deal ambiguous name
    
    * fix compile
    
    * clear imports
    
    * update visibility for pallets
    
    * add license for pallets
    
    * update darwinia comments
    
    * CI part.2
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * CI part.3
    
    * CI part.4
    
    * Add missing features
    
    * Case
    
    * Setup build environment
    
    * CI part.5
    
    * init
    
    * adjust structure & fix compile
    
    * Move`type Barrier` out of `common` because of different runtimes may require different barriers
    
    * Add required xcm barriers
    
    * format
    
    * remove redundant files
    
    * format
    
    * format
    
    * try fix ci
    
    * merge main
    
    * fix ci
    
    * Format
    
    * remove unused dependencies
    
    * format
    
    * format
    
    * format
    
    * Format
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    jiguantong and AurevoirXavier committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4e5fac1 View commit details
    Browse the repository at this point in the history
  2. Polish service (#38)

    * use full path
    
    * RuntimeApi
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    jiguantong and AurevoirXavier committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a33bd4f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Enable FrontierDb subcommand (#37)

    * Refactor `new_partial`
    
    * Try fix compile
    
    * Update `new_partial`
    
    * Yeah, make compiler happy
    
    * Code clean
    
    * Something about command
    
    * Resolve conflict
    
    * Adapt for main style
    
    * Self review
    
    * Ready for review
    
    * Revert full-path in command mod
    
    * Code cleaning
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b27c66d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Use zero existential deposit (#48)

    * Update ED
    
    * Update `candidacy_bond`
    boundless-forest committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    46c6002 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Add messages-substrate deps (#49)

    * add messages-substrate deps
    
    * fix ci
    
    * add messages-substrate deps
    
    * fix ci
    
    * update messages-substrate deps
    
    * update cargo.lock
    
    * Format
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    jiguantong and AurevoirXavier committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0009119 View commit details
    Browse the repository at this point in the history
  2. Process system and balances state (#39)

    * Process state part.1
    
    * More detail
    
    * Take storages
    
    * Take KV
    
    * Merge balances
    
    * Extract balance lock
    
    * Format
    
    * Flatten account
    
    * Preprocess storage key
    
    * Fix properties
    
    * Add shell config
    
    * Modularize processor
    
    * Calculate total issuance
    
    * Recover nonce
    AurevoirXavier committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    28db256 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    4b40193 View commit details
    Browse the repository at this point in the history
  2. Use H160 as AccountId (#55)

    * Configure `H160` for runtime
    
    * Configure `H160` genesis
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Docs
    
    * Improve code
    
    * Add missing features
    
    * Format and enable missing features for #50
    
    * Format
    
    * Fix evm config
    
    * Revert the rename
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: bear <boundless.forest@outlook.com>
    AurevoirXavier and boundless-forest committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c841631 View commit details
    Browse the repository at this point in the history
  3. Testnet preparation (#57)

    * More testing tokens
    
    * Update runtime version
    
    * Correct name
    AurevoirXavier committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    86e2899 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Adjust genesis accounts (#59)

    * Adjust genesis accounts
    
    * Docs
    
    * Typo
    AurevoirXavier committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    15d93e0 View commit details
    Browse the repository at this point in the history
  2. Adjust runtime and add pallets (#60)

    * Adjust runtime and add sudo
    
    * Adjust parameter types and add vesting
    
    * Fix compile
    
    * Add utility
    
    * Add collective, elections-phragmen, identity and treasury
    
    * Add preimage and scheduler
    
    * Add democracy and membership
    
    * Add multisig and proxy
    
    * License
    
    * License
    
    * Set balances's index to 5
    
    * Code cleaning
    AurevoirXavier committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3571868 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    e5be305 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Add assets component (#69)

    * Add asset pallet
    
    * Add asset precompile
    
    * Add precompile interface
    
    * Impl all asset precompile interfaces
    
    * Self review
    
    * Code clean
    
    * Add mock file
    
    * Fix test compile
    
    * Add test 1
    
    * Add test 2
    
    * Add test 3
    
    * Add test 4
    
    * Finish test
    
    * Add another type
    
    * Update asset origin
    
    * Fix CI
    
    * Move out from Others
    
    * Add asset to other runtimes
    boundless-forest committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fc0ea38 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Bridge related pallets (#70)

    * Copy from Crab Parachain
    
    * Replace Crab Parachain > Darwinia
    
    * bridge pallets, many errors need to fix
    
    � Conflicts:
    �	Cargo.lock
    �	runtime/common/Cargo.toml
    �	runtime/darwinia/src/pallets/mod.rs
    
    * Add fee_market
    
    � Conflicts:
    �	runtime/common/Cargo.toml
    
    * Update deps
    
    * Update deps
    
    * Add bridge related pallets to darwinia
    
    * Add bridge related pallets to crab
    
    * format
    
    * Update deps
    
    * review
    
    * comment
    
    Co-authored-by: bear <boundless.forest@outlook.com>
    jiguantong and boundless-forest committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f12766b View commit details
    Browse the repository at this point in the history
  2. Fix #72 (#79)

    jiguantong committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e68b051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7845ccd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    15ae806 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update parachain IDs (#89)

    * Change paraId 1000 > 2105
    
    * Darwinia paraId 2046
    jiguantong committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    124031d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    dc9c57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a195c View commit details
    Browse the repository at this point in the history
  3. Avoid large enum variant (#98)

    * Avoid large enum variant
    
    * Fix tests
    
    Co-authored-by: bear <boundless.forest@outlook.com>
    AurevoirXavier and boundless-forest committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    fa47263 View commit details
    Browse the repository at this point in the history
  4. Add account migration pallet (#86)

    * Init commit
    
    * Add todos
    
    * Add `ValidateUnsigned`
    
    * Add signature verify
    
    * Add event
    
    * Add comment
    
    * Update message hash
    
    * Add mock file
    
    * Compile mock
    
    * Add basic tests
    
    * Add more tests
    
    * Code clean
    
    * Clean toml
    
    * Format
    
    * Install it to the runtimes
    
    * Rename
    
    Co-authored-by: HackFisher <denny.wang@itering.io>
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    3 people committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a2d5ae8 View commit details
    Browse the repository at this point in the history
  5. Handle reference count (#102)

    * Handle reference count
    
    * Fix test
    AurevoirXavier committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1720db6 View commit details
    Browse the repository at this point in the history
  6. Housekeeping (#105)

    * Housekeeping
    
    * Format
    AurevoirXavier committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    437b769 View commit details
    Browse the repository at this point in the history
  7. Adjust path style (#99)

    * Bridge related pallets
    
    * fee market
    
    * format
    
    * evm
    
    * xcm
    
    * format
    
    * MaxMessagesToPruneAtOnce
    
    * move ByteArray
    
    * move AccountToAssetId
    
    * move UniqueSaturatedInto
    
    * Const
    
    * format
    jiguantong committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    14b7e7b View commit details
    Browse the repository at this point in the history
  8. Add sudo key (#107)

    AurevoirXavier committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    509bf6a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Update XCM filter (#88)

    jiguantong committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4d167f0 View commit details
    Browse the repository at this point in the history
  2. Improve code (#111)

    AurevoirXavier committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8943e2d View commit details
    Browse the repository at this point in the history
  3. Update AssetId (#109)

    * Update asset id
    
    * Rename
    boundless-forest committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    97ff5cc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    e5b6409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f78cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da4e6c View commit details
    Browse the repository at this point in the history
  4. Some optimization (#116)

    * Change sudo to Alith
    
    * Format
    
    * Doc
    
    * Security
    
    * Security
    
    * Opt
    
    * Grammar
    AurevoirXavier committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    222d968 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d27513a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Some adjustment (#120)

    * Fast runtime
    
    * Valid genesis exposure
    
    * Assets genesis
    AurevoirXavier committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f2ce40c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add bridge_parachains pallet (#122)

    * Update Grandpa Name
    
    * Add bridge parachain pallet
    
    * Correct bridge message verify
    
    * type HeadersToKeep
    
    * Fix CI
    
    * Fix CI
    jiguantong committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5b19e28 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Account genesis (#123)

    * Handle EVM accounts and pruge locks
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Refactor account genesis
    
    * Purge locks
    
    * Update scope
    
    * Update special accounts list
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d4922e1 View commit details
    Browse the repository at this point in the history
  2. Vesting genesis (#127)

    * Handle EVM accounts and pruge locks
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Refactor account genesis
    
    * Purge locks
    
    * Update scope
    
    * Update special accounts list
    
    * Vesting genesis
    
    * Improve state management
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5b5a7d9 View commit details
    Browse the repository at this point in the history
  3. Merge balance after update decimal (#128)

    * Update order
    
    * Update README
    boundless-forest committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    807b99c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    16ad250 View commit details
    Browse the repository at this point in the history
  2. Frontier pallets storage process (#121)

    * Build test
    
    * Add licenses
    
    * Add ethereum schema process
    
    * Add evm state process
    
    * Self review
    
    * Delte useless file
    
    * Bump deps
    
    * Free license
    
    * Refactor
    
    * Correct prefixes
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1b9a5fc View commit details
    Browse the repository at this point in the history
  3. Configure instant sealing for dev chains (#119)

    * Add start_dev_node
    
    * Add start_dev_node to command
    Fix compile
    
    * Don't check relay chain for dev node
    
    * Correct chain spec Identify
    
    * Add instant finalize
    
    * Clean
    
    * Add tip
    
    * Fix CI
    
    * opt
    
    * format
    
    * Revert "Fix CI"
    
    This reverts commit 63ae56a8a4ff329a708de8ae7287b3a2133fac19.
    
    * Format
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Remove redundant clone
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: bear <boundless.forest@outlook.com>
    Co-authored-by: fisher <denny.wang@itering.io>
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    4 people committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ab8261a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d29a9bd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update bridge deps (#134)

    * Update bridge deps
    
    * Correct version of cfg-if for `twox-hash`
    jiguantong committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b161ead View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Fix account insert key (#139)

    * Fix account insert bug
    
    * Code clean
    
    * Delete empty line
    boundless-forest committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4187b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b2ccb View commit details
    Browse the repository at this point in the history
  3. Convert the rest locations to H160 by hashing it (#138)

    * Convert the rest locations to H160 by hashing it
    
    * format
    
    * fix review
    jiguantong committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ba6a50c View commit details
    Browse the repository at this point in the history
  4. Process staking (#133)

    * Process staking
    
    * Correct type
    
    * Refactor
    
    * Introduce `Adjust` trait
    
    * Refactor
    
    * Format
    
    * Update links
    
    * Doc
    
    * Fix
    
    * Doc
    AurevoirXavier committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ced7f23 View commit details
    Browse the repository at this point in the history
  5. Fix vesting processor (#144)

    * Fix vesting processor
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Format
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7fd05bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9fdfa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Add genesis (#148)

    * Add genesis
    
    * Fix compile
    AurevoirXavier committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    acc0c60 View commit details
    Browse the repository at this point in the history
  2. Clippy (#150)

    AurevoirXavier committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e4cf09a View commit details
    Browse the repository at this point in the history
  3. Fix revert (#149)

    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    893a46e View commit details
    Browse the repository at this point in the history
  4. Fix hash key (#152)

    AurevoirXavier committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    22e95f7 View commit details
    Browse the repository at this point in the history
  5. Process indices & more utility fns (#151)

    * More tools
    
    * Process indices
    
    * More error logs
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    08b703a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Fix contract account sufficients (#146)

    * Update sufficient
    
    * Inc sufficient for contract account
    
    * Fix
    
    * Use new style
    boundless-forest committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8b46c6c View commit details
    Browse the repository at this point in the history
  2. Fix type & code optimization (#154)

    * Fix type & code optimization
    
    * Use `u16` to bypass the polkadot-js/apps#8591
    AurevoirXavier committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5138fd0 View commit details
    Browse the repository at this point in the history
  3. Fix bonded prefix (#155)

    * Fix bonded prefix
    
    * Restore
    
    * Fix
    AurevoirXavier committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    49ff38c View commit details
    Browse the repository at this point in the history
  4. Update type (#156)

    boundless-forest committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    56164de View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Kton state migrate (#137)

    * Step 1
    
    * Step 2
    
    * Step 3
    
    * Step 4
    
    * Finish processor side
    
    * Add runtime side
    
    * Add metadata insert
    
    * Fix approvals inc
    
    * Fresh new details
    
    * Use Vec
    
    * Adapt new way
    
    * Code clean
    
    * Remove `sp-core`
    
    * Fix todo and review
    
    * Fix link and format
    boundless-forest committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    e775dcd View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    5c1e385 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Improve deposit (#160)

    * Improve deposit
    
    * Test more cases
    
    * Fix tests
    AurevoirXavier committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5c4a9c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Some fixes (#162)

    AurevoirXavier committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d8885cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a322a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Improve kton migration (#163)

    * Improve kton migration
    
    * Typo
    
    * Doc
    
    * Name
    
    * Fix
    
    * Fix
    AurevoirXavier committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a29b2cc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Use DealWithFees in transaction_payment (#164)

    Guantong committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    85b70e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c6788 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Handle different account types (#168)

    * Handle different account types
    
    * Format
    AurevoirXavier committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    60766d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. State process test (#153)

    * First commit
    
    * Add balance test
    
    * Try fix
    
    * test total_issuance
    
    * Test the kton part removed
    
    * Add evm related test
    
    * Assert evm account storages
    
    * Update evm storage tests
    
    * Add vesting info test
    
    * Add indices test
    
    * Add staking test
    
    * Add staking test 2
    
    * Fix tests
    
    * Add deposit items test
    
    * Finish staking test
    
    * Add tests for assets
    
    * Test kton transfer to asset pallet
    
    * Test kton total issuance
    
    * Fix todo
    
    * Add parachain support
    
    * Remove ignored case
    
    * Add combine solo,para account tests
    
    * Code clean
    
    * Add filter
    
    * Refactor the test
    
    * Ignore two cases
    
    * Rwrite all tests
    
    * Update evm codes test
    
    * Code format
    
    * Fix indices tests
    
    * Remove debug line
    
    * Format
    
    * Format
    
    * Fix review
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d21847e View commit details
    Browse the repository at this point in the history
  2. Happy new year (#170)

    * Happy new year
    
    * Fix
    AurevoirXavier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    114f3fe View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Process proxy and support generic runtime (#172)

    * Format
    
    * Process proxy and support generic runtime
    
    * Format
    
    * Format
    
    * Fixes
    AurevoirXavier committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    431c1b1 View commit details
    Browse the repository at this point in the history
  2. Adjust XCM trader (#143)

    * init LocalAssetTrader
    
    * LocalAssetTrader
    
    * Update trader for pangolin & crab
    
    * format
    
    * Update comments
    
    * Update logs
    
    * format
    
    * Format
    
    * Simplify code
    
    Co-authored-by: fisher <denny.wang@itering.io>
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    3 people committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    015eed1 View commit details
    Browse the repository at this point in the history
  3. Adjust common functions (#167)

    * WeightToFee
    
    * darwinia_deposit
    
    * Move darwinia_deposit to primitives
    
    * fix review
    
    * remove unused smallvec
    Guantong committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2e78ca7 View commit details
    Browse the repository at this point in the history
  4. Pangolin2 preparation (#174)

    * New data path
    
    * Simplify staking migration
    
    * Refactor
    
    * Build spec automatically
    
    * Download specs automatically
    
    * Use `take`
    
    * Remove unnecessary doc
    AurevoirXavier committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7a77e00 View commit details
    Browse the repository at this point in the history
  5. Add darwinia dispatch precompile (#173)

    * Add darwinia dispatch
    
    * Fix test
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    Co-authored-by: fisher <denny.wang@itering.io>
    3 people committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    459beca View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Process sudo (#177)

    * Process sudo
    
    * Add testing key
    AurevoirXavier committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    702cdea View commit details
    Browse the repository at this point in the history
  2. Fixes (#179)

    * Fix
    
    * Bump to fix
    
    * Fix genesis
    
    * Fix build spec
    
    * Test env
    AurevoirXavier committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    511c26e View commit details
    Browse the repository at this point in the history
  3. Fund Alith (#182)

    * Fund Alith
    
    * Use local chain type
    AurevoirXavier committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0a7b510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95ef1e9 View commit details
    Browse the repository at this point in the history
  5. Fix processor tests (#175)

    * Fix test
    
    * Fix test
    
    * Delete sudo and metadata
    boundless-forest committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5bb61bf View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. ECDSA authority (#184)

    * Add message gadget
    
    * Fix compile
    
    * Fix mock
    
    * Fix test
    
    * Add ecdsa-authority
    
    * License
    AurevoirXavier committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b57fb01 View commit details
    Browse the repository at this point in the history
  2. Add restake and fix some bugs (#188)

    * Add `restake` and fix some bugs
    
    * More tests
    
    * More tests
    
    * Doc
    AurevoirXavier committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f348232 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    82b9a73 View commit details
    Browse the repository at this point in the history
  2. Add Proxy tests (#190)

    * Check key prefix
    
    * Add tests
    
    * Use `any`
    boundless-forest committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f720b56 View commit details
    Browse the repository at this point in the history
  3. Improve existing check (#191)

    * Improve existing check
    
    * Remove unused variable
    AurevoirXavier committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f15a0bc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Modify testnet time (#192)

    * Improve tips
    
    * Clippy
    
    * Set testnet time to 5 mins
    AurevoirXavier committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b0686ee View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. account-migration runtime tests (#169)

    * Add validate unsigned test
    
    * Add validation tests
    
    * Account migrate test
    
    * Fix redundant encode
    
    * Kton asset
    
    * prepare accounts
    
    * Remove migration
    
    * Pass tests
    
    * kton tests
    
    * Add staking test
    
    * Fix test
    
    * Staking test
    
    * Finish pangolin tests
    
    * Add crab and darwinia tests
    
    * Revert changes
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    756fcaf View commit details
    Browse the repository at this point in the history
  2. Human readable sign message (#195)

    * Human readable sign message
    
    * Update spec
    AurevoirXavier committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    db36081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7982fa7 View commit details
    Browse the repository at this point in the history
  4. Use features check action (#198)

    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0fae7a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Merge collator payout (#200)

    * Merge collator payout
    
    * Bump runtime version
    
    * Improve code
    
    * Doc
    AurevoirXavier committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    943d7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f54e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Test only code (#206)

    AurevoirXavier committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9c05f55 View commit details
    Browse the repository at this point in the history
  2. Fix precompiles genesis (#207)

    * Tweak the genesis config
    
    * Add tests
    boundless-forest committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9317165 View commit details
    Browse the repository at this point in the history
  3. Use check runtime action (#208)

    * Use check runtime action
    
    * Try
    
    * Try
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Test all runtimes
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Done
    
    * Remove compress step
    
    * Remove unused env var
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0c7cfa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. To polkadot-v0.9.33 and some other changes (#171)

    * Anchor polkadot-v0.9.33
    
    * Companion for paritytech/cumulus#1685
    
    * Companion for paritytech/cumulus#1585
    
    * Companion for paritytech/cumulus#1745
    
    * Companion for paritytech/cumulus#1759
    
    * Companion for paritytech/cumulus#1782
    
    * Companion for paritytech/cumulus#1793
    
    * Companion for paritytech/cumulus#1808
    
    * Temp use prepare branch of messages-substrate
    
    * Use darwinia fork frontier
    
    * Use correct moonbeam substrate commit
    
    * Correct bp-darwinia-core std
    
    * Use prepare moonbeam v0.9.33
    
    * Update ethereum to 0.14.0
    
    * Companion for paritytech/substrate#11649, paritytech/polkadot#5729 democracy
    
    * Companion for paritytech/substrate#11649, paritytech/polkadot#5729 scheduler
    
    * Companion for paritytech/substrate#11649, paritytech/polkadot#5729 preimage
    
    * Companion for paritytech/substrate#12109
    
    * Type create origin
    
    * Format
    
    * Fix type CreateOrigin
    
    * Format
    
    * Companion for polkadot-evm/frontier#935
    
    * Fix compile
    
    * Fix service
    
    * Format
    
    * `Frontier` upgrade (#196)
    
    * Delete BaseFee
    
    * Fix todo
    
    * Update prepare branch
    
    * Fix mock
    
    * Add pallet-evm-precompile-dispatch/std
    
    * Format
    
    * Format
    
    * Correct version after merge
    
    * Fix review
    
    * Fix review
    
    * Fix CI test
    
    * Fix compile after merge
    
    Co-authored-by: bear <boundless.forest@outlook.com>
    Guantong and boundless-forest committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a32342f View commit details
    Browse the repository at this point in the history
  2. pallet-identity state process (#124)

    * Add types folder
    
    * Read storage out
    
    * Decimal update
    
    * Add remove subsOf and superOf
    
    * Remove useless file
    
    * Add README
    
    * Process in runtime side
    
    * Format
    
    * Add SUDO back
    
    * Fix doc link
    
    * Identity migrate
    
    * Fix runtime
    
    * Add tests
    
    * Add tests
    
    * Code clean
    
    * Remove sp-runtime
    
    * Code format
    
    * Delete useless reserve
    
    * Reset the judgements
    
    * Self review
    
    * Fix
    
    * Add identities runtime tests
    
    * Fix tests
    
    * Just format
    
    * Tiny updates
    
    * Update doc
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ed7da51 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Keep identity judgments (#210)

    * Keep identity judgments
    
    * Doc
    AurevoirXavier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    cadfb76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aaffee View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    2301211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f08de1 View commit details
    Browse the repository at this point in the history
  3. Fix state judgement (#222)

    * Fix judgement
    
    * Use adjust()
    
    * Format
    boundless-forest committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ca2dd66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7bfc4a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    3ad6cc8 View commit details
    Browse the repository at this point in the history
  2. Fix try-runtime (#223)

    * Try fix
    
    * Try fix
    
    * Adjust toml file
    
    * Fix compile
    
    * Foramat
    boundless-forest committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    668fde3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9038f View commit details
    Browse the repository at this point in the history
  4. Clean unused deps (#228)

    * Clean unused deps
    
    * Update messages-substrate deps
    
    * Try fix CI
    Guantong committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    77f399d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a266d90 View commit details
    Browse the repository at this point in the history
  6. Release Pangolin2 (#225)

    * Reorder
    
    * Adjust genesis
    
    * Typo
    AurevoirXavier committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8ba1ff7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. State types check (#230)

    * Check
    
    * Use type
    
    * Update processor files
    
    * Find others
    
    * Format
    
    * Default pangolin
    
    * Fix review
    boundless-forest committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ff23cac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Account migration signer tool (#235)

    * Doc
    
    * Bump version for devnet
    
    * Account migration signer tool
    
    * Doc
    AurevoirXavier committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    14f9beb View commit details
    Browse the repository at this point in the history
  2. Update docs (#237)

    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    4a9ea62 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    be849d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a3b8c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Improve testing (#241)

    * Improve testing
    
    * Fix formula
    
    * Opt
    
    * State processor CI
    
    * Unset
    
    * Try
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Opt
    
    * Opt
    
    * Try
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Opt
    
    * Opt
    
    * Final test
    
    * Fix
    
    * Bump
    
    * Fix
    
    * Fix
    
    ---------
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0626861 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Rebuild accounts' reservation (#242)

    * Set reservation to zero
    
    * Configure genesis collator
    
    * Rebuild accounts' reservation and update tests
    
    * Update tests
    AurevoirXavier committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3399b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Add EVM tests (#234)

    * Support Ethereum for dev node
    
    * Add first test
    
    * Add rpc constants test
    
    * Add balance test
    
    * Add contract test
    
    * Finish balance and contract basic tests
    
    * Add bloom filter test
    
    * Test `eth_getCode`
    
    * Test nonce update
    
    * Test opcodes
    
    * Add event test
    
    * Finally, basic tests are covered.
    boundless-forest committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1537527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae3f31 View commit details
    Browse the repository at this point in the history
  3. Rebuild account reference counters (#249)

    * Rebuild account reference counters part.1
    
    * part.2
    
    * part.3
    
    * TODO
    
    * Fix
    
    * Fixes
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Doc
    
    ---------
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    aa17f3e View commit details
    Browse the repository at this point in the history
  4. Add evm checks (#252)

    * Add evm checks
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    * Fix
    
    ---------
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9fc1dad View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Clean empty ledger (#253)

    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    40d7eaa View commit details
    Browse the repository at this point in the history
  2. Add bridge extension validation (#251)

    * Add bridger extension validatioin
    
    * Update comments
    
    * Revert changes
    
    * Fix review
    boundless-forest committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4d1b188 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Add reserve and references count tests (#259)

    * Fix TODO
    
    * Add reserve test
    
    * Add another case
    
    * Add more samples
    
    * Code clean
    
    * Fix local test error
    boundless-forest committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6aa85cd View commit details
    Browse the repository at this point in the history
  2. Handle special accounts (#265)

    * Handle special accounts
    
    * Refactor
    
    * More readable
    
    * Doc
    AurevoirXavier committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7ecbe10 View commit details
    Browse the repository at this point in the history
  3. Add staging workflow (#258)

    * Add staging workflow
    
    * Test CI
    
    * CI
    
    * Add deps
    
    * CI
    
    * CI
    
    * CI
    
    * Updte trigger
    
    ---------
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    fewensa and AurevoirXavier committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    60d19da View commit details
    Browse the repository at this point in the history
  4. To polkadot-v0.9.36 (#213)

    * Anchor polkadot-v0.9.36
    
    * Companion for paritytech/cumulus#1860
    
    * Companion for paritytech/cumulus#1876
    
    * Companion for paritytech/cumulus#1904
    
    * Companion for paritytech/substrate#12310
    
    * Companion for paritytech/substrate#12740
    
    * Bump array-bytes to 6.0.0
    
    * Companion for paritytech/substrate#12868
    
    * Companion for paritytech/cumulus#1930
    
    * Companion for paritytech/cumulus#1905
    
    * Companion for paritytech/cumulus#1880
    
    * Companion for paritytech/cumulus#1997
    
    * Companion for paritytech/cumulus#1559
    
    * Prepare messages-substrate
    
    * Companion for paritytech/substrate#12684
    
    * Companion for paritytech/substrate#12740
    
    * Fix compile  paritytech/substrate#12740
    
    * Compile done
    
    * Format
    
    * Add call index
    
    * Compile done
    
    * Fix CI
    
    * Bump moonbeam
    
    * Fix CI
    
    * Try fix tests
    
    * Use into instead of `Compact`
    
    * Patch substrate & Fix compile
    
    * Fix try-runtime
    
    * Remove parity-util-mem
    
    * Format
    
    * Format
    
    * Opt
    
    * Format
    
    * Use `codec::Compact<AssetId>`
    
    * Format
    
    ---------
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    Guantong and AurevoirXavier committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ead3449 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Migrate pallet-assets (#260)

    * Anchor polkadot-v0.9.36
    
    * Companion for paritytech/cumulus#1860
    
    * Companion for paritytech/cumulus#1876
    
    * Companion for paritytech/cumulus#1904
    
    * Companion for paritytech/substrate#12310
    
    * Companion for paritytech/substrate#12740
    
    * Bump array-bytes to 6.0.0
    
    * Companion for paritytech/substrate#12868
    
    * Companion for paritytech/cumulus#1930
    
    * Companion for paritytech/cumulus#1905
    
    * Companion for paritytech/cumulus#1880
    
    * Companion for paritytech/cumulus#1997
    
    * Companion for paritytech/cumulus#1559
    
    * Prepare messages-substrate
    
    * Companion for paritytech/substrate#12684
    
    * Companion for paritytech/substrate#12740
    
    * Fix compile  paritytech/substrate#12740
    
    * Compile done
    
    * Format
    
    * Add call index
    
    * Compile done
    
    * Fix CI
    
    * Bump moonbeam
    
    * Fix CI
    
    * Try fix tests
    
    * Use into instead of `Compact`
    
    * Patch substrate & Fix compile
    
    * Fix try-runtime
    
    * Remove parity-util-mem
    
    * Companion for paritytech/substrate#12310
    
    * Update state processor
    
    * Add type link
    
    * Fix review issues
    
    * Format
    
    ---------
    
    Co-authored-by: Guantong <i@guantong.io>
    boundless-forest and Guantong committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b69b7b5 View commit details
    Browse the repository at this point in the history
  2. Clean imports (#271)

    * Clean imports
    
    * Fix tests
    AurevoirXavier committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    93aff17 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Migrate multisig (#272)

    * Migrate multisig
    
    * Unit tests
    
    * Doc
    
    * Fix
    
    * More checks
    
    * Doc
    
    * Reject duplicative submission
    AurevoirXavier committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9057d49 View commit details
    Browse the repository at this point in the history
  2. Add special accounts migration test (#268)

    * Part 1
    
    * Part 2
    
    * Rename
    
    * Better function names
    boundless-forest committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0e336a2 View commit details
    Browse the repository at this point in the history
  3. Update state storage filter (#273)

    * Let ethereum go
    
    * Update pallet name
    
    * Fix
    
    ---------
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    boundless-forest and AurevoirXavier committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4c13c4c View commit details
    Browse the repository at this point in the history
  4. Manage runtime through features (#274)

    * Format
    
    * Manage runtime through features
    AurevoirXavier committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1a63edb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    6a75a6a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    a661f99 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Try workspace's new feature (#277)

    * Update crate info
    
    * Update deps 1
    
    * Update deps 2
    
    * Update deps 3
    
    * Update deps 4
    
    * Format
    
    * Fix review
    boundless-forest committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    efb9440 View commit details
    Browse the repository at this point in the history
  2. Rename Staking to DarwiniaStaking (#279)

    * Rename to `DarwiniaStaking`
    
    * Rename
    AurevoirXavier committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ef31b59 View commit details
    Browse the repository at this point in the history
  3. Format (#280)

    AurevoirXavier committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    af75e3a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Add Pangoro2 (#281)

    * Format
    
    * Deduplicate
    
    * Add Pangoro2
    
    * Rename
    
    * Fix
    
    * Fix
    
    * Rename
    
    * Doc
    
    * Set SS58 in runtime and remove from chain spec
    AurevoirXavier committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    49a48eb View commit details
    Browse the repository at this point in the history
  2. To polkadot-v0.9.37 (#266)

    * Anchor polkadot-v0.9.37
    
    * Companion for paritytech/substrate#12307
    
    * Companion for paritytech/cumulus#2057
    
    * Use prepare branch for test
    
    * Companion for polkadot-evm/frontier#981
    
    * Remove collator selection in bench
    
    * Fix BenchmarkHelper
    
    * Fix compile
    
    * Format
    
    * Fix compile
    
    * Fix compile feature benchmark
    
    * Fix test
    
    * Format toml
    
    * Format
    
    * Pangoro2 0.9.37
    
    * Fix try-runtime
    
    * Fix try-runtime cmd
    
    * Format
    
    * Fix review
    
    * Use `Vec`
    
    * Typo
    
    ---------
    
    Co-authored-by: Xavier Lau <xavier@inv.cafe>
    Guantong and AurevoirXavier committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e6c048c View commit details
    Browse the repository at this point in the history
  3. Pangolin2 6005 runtime upgrade (#283)

    * Update Pangolin CI
    
    * Bump runtime version
    AurevoirXavier committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    59e08ee View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Set payout fraction to 40% (#284)

    * Set payout fraction to 40%
    
    * Format
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    
    ---------
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a3403ce View commit details
    Browse the repository at this point in the history
  2. Add evm estimate gas tests (#282)

    * Add estimate gas tests
    
    * Fix CI
    boundless-forest committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    62c77fd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Fix ethereum block author (#286)

    * Fix ethereum block author
    
    * Move some structs to the common folder
    
    * Fix CI test
    
    * Clean
    boundless-forest committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    19f643c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Pangolin2 <> Pangoro2 bridge (#285)

    * Copy darwinia bm => pangoro bm
    Copy crab bm => pangolin bm
    
    * Add pangolin&pangoro bridge-messages
    
    * Add bridge related pallets for pangolin&pangoro
    
    * Add bridge palles to runtime for pangolin & pangoro
    
    * Fix compile
    
    * Missing changes
    
    * Correct bridge-dispatch
    
    * Format
    
    * Update genesis
    Guantong committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8f2c12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6117f68 View commit details
    Browse the repository at this point in the history
  3. Remove assertions in HRMP&DMP (#290)

    * Patch cumulus
    
    * Bump darwinia/cumulus
    Guantong committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    85157b7 View commit details
    Browse the repository at this point in the history
  4. Preparation of Pangoro2 (#291)

    * Correct command
    
    * Some fixes
    AurevoirXavier committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c46aa63 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update evm module runtime name (#293)

    * Fix evm runtime name
    
    * Format toml
    
    * Add migration
    
    * Fix state processor
    
    * Use latest polkadot-v0.9.37 commit
    
    * Fix tests
    boundless-forest committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f24def2 View commit details
    Browse the repository at this point in the history
  2. Bench upstream pallets (#292)

    * Fix balances benchmark
    
    * Add bridge related bench
    
    * Benchmark with steps 50 repeat 20
    
    * Update weights for bridge pallets
    
    * Pangolin bench pallets
    
    * Bench s2 r1 for all runtimes
    
    * Update weights for all runtime
    Guantong committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6132743 View commit details
    Browse the repository at this point in the history
  3. Add benchmarking items and bench darwinia-deposit (#294)

    * Add benchmarking items and bench darwinia-deposit
    
    * Format
    
    * Doc
    
    * Fix and update CI
    
    * Re-cache
    
    * Opt
    
    * Opt
    
    * Correct URI
    
    ---------
    
    Signed-off-by: Xavier Lau <xavier@inv.cafe>
    AurevoirXavier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f81ccd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Auto load large genesis (#295)

    * Auto load large genesis
    
    * Remove unused feature
    
    * Format
    
    * Opt
    AurevoirXavier committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    31b79c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Fix broken CI (#296)

    * Try fix
    
    * Fix it!
    boundless-forest committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3ae132a View commit details
    Browse the repository at this point in the history
  2. Remove multisig (#299)

    AurevoirXavier committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0f93b32 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    5356f0b View commit details
    Browse the repository at this point in the history
  2. Update cross compile docker image (#303)

    * Update cross compile docker image
    
    * Fix compile
    AurevoirXavier committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b2b0305 View commit details
    Browse the repository at this point in the history
  3. Easy make (#305)

    * Easy make
    
    * Format
    AurevoirXavier committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    8ddcaa4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update EthBlockGasLimit (#306)

    * Update pangolin's max gas limit
    
    * Update other runtimes
    
    * Move evm tests
    
    * Self review
    boundless-forest committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9253372 View commit details
    Browse the repository at this point in the history
  2. Anchor v0.9.38

    Guantong committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b490d8d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Companion for paritytech/cumulus#2067

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c92e180 View commit details
    Browse the repository at this point in the history
  2. Companion for paritytech/cumulus#697 XCM v3

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4140e16 View commit details
    Browse the repository at this point in the history
  3. Companion for paritytech/cumulus#2096

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8a59e12 View commit details
    Browse the repository at this point in the history
  4. Companion for paritytech/cumulus#1863

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    373ef3b View commit details
    Browse the repository at this point in the history
  5. Companion for paritytech/cumulus#2073

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3506b41 View commit details
    Browse the repository at this point in the history
  6. Companion for paritytech/cumulus#2126

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e1ca540 View commit details
    Browse the repository at this point in the history
  7. Use prepare branch

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    857a05a View commit details
    Browse the repository at this point in the history
  8. Companion for paritytech/substrate#13216

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5acfb7e View commit details
    Browse the repository at this point in the history
  9. Companion for darwinia-messages-substrate#254

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7c67b90 View commit details
    Browse the repository at this point in the history
  10. Companion for paritytech/polkadot#4097

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    412a7eb View commit details
    Browse the repository at this point in the history
  11. Part companion for paritytech/cumulus#2067

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8c6a3fd View commit details
    Browse the repository at this point in the history
  12. Correct companion for cumulus#2073

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    25a7b33 View commit details
    Browse the repository at this point in the history
  13. Fix xcm compilation

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    fe23fd2 View commit details
    Browse the repository at this point in the history
  14. Fix compilation done

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d36bd4d View commit details
    Browse the repository at this point in the history
  15. Fix compilation with benchmark

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    731a4e6 View commit details
    Browse the repository at this point in the history
  16. Replace prepare branch

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b3b86e2 View commit details
    Browse the repository at this point in the history
  17. Format

    Guantong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0d4adba View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge branch 'main' of https://github.com/darwinia-network/darwinia i…

    …nto guantong/prepare-polkadot-v0.9.38
    jiguantong committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    027ffd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    9d424b6 View commit details
    Browse the repository at this point in the history
  2. Fix compile

    Guantong committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a1ff86d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    3367203 View commit details
    Browse the repository at this point in the history
  2. Format

    Guantong committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9d4fd65 View commit details
    Browse the repository at this point in the history
  3. Fix CI check features

    Guantong committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    30b8964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d030e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Format

    AurevoirXavier committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9bf6c37 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Patch cumulus assertion branch v0.9.38

    Guantong committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c8e5609 View commit details
    Browse the repository at this point in the history
  2. Companion for paritytech/cumulus#2287

    Guantong committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e42cf68 View commit details
    Browse the repository at this point in the history
  3. Remove unused polkadot-service

    Guantong committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ebe2dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287bac7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9832e82 View commit details
    Browse the repository at this point in the history
  6. Revert changes

    AurevoirXavier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    64556ff View commit details
    Browse the repository at this point in the history
  7. Format

    AurevoirXavier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    379c577 View commit details
    Browse the repository at this point in the history