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

Testnet Runtime Upgrade v136 #106

Merged
merged 8 commits into from
Sep 17, 2024
Merged

Testnet Runtime Upgrade v136 #106

merged 8 commits into from
Sep 17, 2024

Commits on Aug 9, 2024

  1. Merge pull request #89 from OriginTrail/hotfix/disable-native-executor

    Disable native executor to the latest Polkadot dependency update
    NZT48 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0a998e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from OriginTrail/feature/polkadot-v1.9.0

    Polkadot Dependency Update 1.9.0
    NZT48 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fd1e952 View commit details
    Browse the repository at this point in the history
  3. Update chain id

    NZT48 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0ae80a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Alling mainnet and develop (#102)

    * Mainnet release v1.11.0 (#98)
    
    * Add sudo for Devnet
    
    * Dependency update to Polkadot v0.9.42
    
    * Dependency update to Polkadot v0.9.43
    
    * Dependency update to Polkadot v1.1.0
    
    * Integrating metadata hash verification into runtime
    
    * Dependency update to Polkadot v1.3.0
    
    * Lift dependencies to the workspace
    
    * Dependency update to Polkadot v1.5.0
    
    * Add genesis builder
    
    * Dependency update to Polkadot v1.9.0
    
    * Setup chain id for evm
    
    * Updated Devnet to Polkadot 1.9.0
    
    * Fix chain id in chainspec
    
    * Bump spec version
    
    * Adjust base fee
    
    * Adjust base fee
    
    * Update ChainId
    
    * Remove native executor
    
    * Remove commented out code
    
    * Update chain id
    
    * Async backing phase 1 - runtime updates
    
    * Plug new lookahead collator node
    
    * Revert milisec per block
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    * Feature/polkadot v1.11.0 (#92)
    
    * Update chain id
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Move polkadot-service to mooneam implementation (#94)
    
    * Updates
    
    * version bump
    
    * version bump
    
    * version for devnet
    
    * update lock
    
    * Update chainId for testnet
    
    * Remove sudo for testnet
    
    * Update chainId for mainnet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Mainnet v1.5.1 Async Backing (#100)
    
    * Add sudo for Devnet
    
    * Dependency update to Polkadot v0.9.42
    
    * Dependency update to Polkadot v0.9.43
    
    * Dependency update to Polkadot v1.1.0
    
    * Integrating metadata hash verification into runtime
    
    * Dependency update to Polkadot v1.3.0
    
    * Lift dependencies to the workspace
    
    * Dependency update to Polkadot v1.5.0
    
    * Add genesis builder
    
    * Dependency update to Polkadot v1.9.0
    
    * Setup chain id for evm
    
    * Updated Devnet to Polkadot 1.9.0
    
    * Fix chain id in chainspec
    
    * Bump spec version
    
    * Adjust base fee
    
    * Adjust base fee
    
    * Update ChainId
    
    * Remove native executor
    
    * Remove commented out code
    
    * Update chain id
    
    * Async backing phase 1 - runtime updates
    
    * Plug new lookahead collator node
    
    * Revert milisec per block
    
    * Phase 3 - Enable async backing in runtime
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    * Move polkadot-service to mooneam implementation (#94)
    
    * Updates
    
    * version bump
    
    * version bump
    
    * Enable AB
    
    * Update spec version
    
    * Testnet release v1.11.0 (#96)
    
    * Add sudo for Devnet
    
    * Setup chain id for evm
    
    * Updated Devnet to Polkadot 1.9.0
    
    * Adjust base fee
    
    * Update chain id
    
    * Async backing phase 1 - runtime updates
    
    * Plug new lookahead collator node
    
    * Revert milisec per block
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    * Feature/polkadot v1.11.0 (#92)
    
    * Update chain id
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Move polkadot-service to mooneam implementation (#94)
    
    * Updates
    
    * version bump
    
    * version bump
    
    * version for devnet
    
    * update lock
    
    * Update chainId for testnet
    
    * Remove sudo for testnet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Update chainId for testnet evm
    
    * remove new line
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Remove try-runtime-cli
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    Mihajlo-Pavlovic and NZT48 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d49b70c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Add metadata-hash feature to Cargo.toml (#104)

    * Add metadata-hash feature to Cargo.toml
    
    * Update spec_version
    Mihajlo-Pavlovic authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b63d88e View commit details
    Browse the repository at this point in the history
  2. Bugfix/gas limit estimation (#103)

    * Mainnet release v1.11.0 (#98)
    
    * Add sudo for Devnet
    
    * Dependency update to Polkadot v0.9.42
    
    * Dependency update to Polkadot v0.9.43
    
    * Dependency update to Polkadot v1.1.0
    
    * Integrating metadata hash verification into runtime
    
    * Dependency update to Polkadot v1.3.0
    
    * Lift dependencies to the workspace
    
    * Dependency update to Polkadot v1.5.0
    
    * Add genesis builder
    
    * Dependency update to Polkadot v1.9.0
    
    * Setup chain id for evm
    
    * Updated Devnet to Polkadot 1.9.0
    
    * Fix chain id in chainspec
    
    * Bump spec version
    
    * Adjust base fee
    
    * Adjust base fee
    
    * Update ChainId
    
    * Remove native executor
    
    * Remove commented out code
    
    * Update chain id
    
    * Async backing phase 1 - runtime updates
    
    * Plug new lookahead collator node
    
    * Revert milisec per block
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    * Feature/polkadot v1.11.0 (#92)
    
    * Update chain id
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Move polkadot-service to mooneam implementation (#94)
    
    * Updates
    
    * version bump
    
    * version bump
    
    * version for devnet
    
    * update lock
    
    * Update chainId for testnet
    
    * Remove sudo for testnet
    
    * Update chainId for mainnet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Mainnet v1.5.1 Async Backing (#100)
    
    * Add sudo for Devnet
    
    * Dependency update to Polkadot v0.9.42
    
    * Dependency update to Polkadot v0.9.43
    
    * Dependency update to Polkadot v1.1.0
    
    * Integrating metadata hash verification into runtime
    
    * Dependency update to Polkadot v1.3.0
    
    * Lift dependencies to the workspace
    
    * Dependency update to Polkadot v1.5.0
    
    * Add genesis builder
    
    * Dependency update to Polkadot v1.9.0
    
    * Setup chain id for evm
    
    * Updated Devnet to Polkadot 1.9.0
    
    * Fix chain id in chainspec
    
    * Bump spec version
    
    * Adjust base fee
    
    * Adjust base fee
    
    * Update ChainId
    
    * Remove native executor
    
    * Remove commented out code
    
    * Update chain id
    
    * Async backing phase 1 - runtime updates
    
    * Plug new lookahead collator node
    
    * Revert milisec per block
    
    * Phase 3 - Enable async backing in runtime
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    * Move polkadot-service to mooneam implementation (#94)
    
    * Updates
    
    * version bump
    
    * version bump
    
    * Enable AB
    
    * Update spec version
    
    * Testnet release v1.11.0 (#96)
    
    * Add sudo for Devnet
    
    * Setup chain id for evm
    
    * Updated Devnet to Polkadot 1.9.0
    
    * Adjust base fee
    
    * Update chain id
    
    * Async backing phase 1 - runtime updates
    
    * Plug new lookahead collator node
    
    * Revert milisec per block
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    * Feature/polkadot v1.11.0 (#92)
    
    * Update chain id
    
    * Compiling
    
    * rm .vscode
    
    * Remove unused
    
    * Remove comments and log file
    
    * Add sudo pallet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Move polkadot-service to mooneam implementation (#94)
    
    * Updates
    
    * version bump
    
    * version bump
    
    * version for devnet
    
    * update lock
    
    * Update chainId for testnet
    
    * Remove sudo for testnet
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Update chainId for testnet evm
    
    * remove new line
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    
    * Updated call/create functions in the runtime apis
    
    * Return is_transactional and validate vars
    
    ---------
    
    Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
    Co-authored-by: Mihajlo Pavlovic <mihajlopavlovic40@gmail.com>
    Co-authored-by: Mihajlo Pavlovic <mihajlo.pavlovic@origin-trail.com>
    4 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3e7d98b View commit details
    Browse the repository at this point in the history
  3. Version bump (#105)

    Mihajlo-Pavlovic authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e570045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c97460d View commit details
    Browse the repository at this point in the history