-
Notifications
You must be signed in to change notification settings - Fork 69
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
Seun utils subxt #263
Seun utils subxt #263
Conversation
runtime/picasso/src/lib.rs
Outdated
@@ -101,7 +101,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { | |||
// `spec_version`, and `authoring_version` are the same between Wasm and native. | |||
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update comment
@@ -403,7 +409,9 @@ impl oracle::Config for Runtime { | |||
// Parachain stuff. | |||
// See https://github.com/paritytech/cumulus/blob/polkadot-v0.9.8/polkadot-parachains/rococo/src/lib.rs for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
old reference
@@ -953,7 +959,7 @@ pub struct BaseCallFilter; | |||
impl Contains<Call> for BaseCallFilter { | |||
fn contains(call: &Call) -> bool { | |||
if call_filter::Pallet::<Runtime>::contains(call) { | |||
return false | |||
return false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
old fmt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just question, we have picasso, dali, chachacha. what is what?
Hopefully this answers your question composable/node/src/chain_spec.rs Lines 52 to 74 in 9ba029f
|
…nto seun-utils-subxt
* runtime-upgrade CD * finalize pipeline * test runtime upgrade * Seun utils subxt (#263) * initial impl of subxt * notify relay chain of upgrade * use subxt for parachain-utils * adds comments to runtime * some more stuff tbh * fmt Co-authored-by: Seun Lanlege <[email protected]> Co-authored-by: Seun Lanlege <[email protected]>
* Refactoring of pallet-lending (#178) * Create SECURITY.md (#111) (#174) * Create SECURITY.md Set up for security protocols. * More guidelines * rewards section Co-authored-by: Filip <[email protected]> Update setup-auto-release Updating github workflow Implement auto update feature using two approaches Implement auto update feature using two approaches Implement auto update feature using two approaches Co-authored-by: Douglas Kuhn <[email protected]> * Refactoring of pallet-lending (#182) * - Implement dynamic PID controller based interest rate model. See details at https://www.delphidigital.io/reports/dynamic-interest-rate-model-based-on-control-theory/ - Add InterestRate trait which provides get_borrow_rate() method. * start refactor and inline docs (#169) * start refactor and inline docs * added more inline docs * more docs * clean * quick clean * fmt * fmt * polkadot-v0.9.11 (#187) * fix wasm build (#192) * fix wasm build * pin orml to rev * Update off-chain worker of pallet-lending (#190) * remove request id (#194) * test fixes (#195) * Fix release benchmark feature build. * Add cumulus-ping in Runtime (#197) * enable CI on develop branch (#199) * Implement DoubleExponent interest rate model. (#185) * Copy and paste code of cumulus-ping pallet (#198) * Remove unused dependencies (#203) * Add udeps check in CI (#205) * Add udeps check in CI * Update CI config * Remove unused dependencies * Update CI config * Remove unused dependencies * Add hadolint check in CI (#214) * Add hadolint check in CI * Make hadolint happier * Add a config file for hadolint * Oracle fix tests (#222) * test fixes * add test for already submitted tx in ocw * Switch to 2021 edition (#224) * Switch to 2021 edition * Update CI config * Refactoring of pallet-oracle tests (#227) * Remove redundant files (#226) * Adds Parachain utils (#231) * chachacha parachain * chachacha parachain * adds account nonce rpc * adds parachain-utils * cargo fmt * clippy * cargo fmt * Release/test release (#225) * Update off-chain worker of pallet-lending (#190) * remove request id (#194) * test fixes (#195) * Add cumulus-ping in Runtime (#197) * enable CI on develop branch (#199) * Implement DoubleExponent interest rate model. (#185) * Copy and paste code of cumulus-ping pallet (#198) * Remove unused dependencies (#203) * Add udeps check in CI (#205) * Update CI config * Remove unused dependencies * Add a config file for hadolint Co-authored-by: andor0 <[email protected]> Co-authored-by: JesseAbram <[email protected]> Co-authored-by: Vivek Pandya <[email protected]> Co-authored-by: Karel L. Kubat <[email protected]> * use env for upgrade-runtime * cargo fmt * Removed release-on-push and hadolint * clippy * Update Makefile * Update Makefile * Update Makefile * Update Makefile * Update Makefile * Update Makefile * Update Makefile * Distribute build artifacts to s3 * Distribute build artifacts to s3 * Distribute build artifacts to s3 * Distribute build artifacts to s3 * Distribute build artifacts to s3 * Distribute build artifacts to s3 Co-authored-by: Adedayo Akinpelu <[email protected]> Co-authored-by: andor0 <[email protected]> Co-authored-by: JesseAbram <[email protected]> Co-authored-by: Vivek Pandya <[email protected]> Co-authored-by: Karel L. Kubat <[email protected]> * Implement skeleton for StableSwap AMM. * Add pallet-assets-registry (#236) * Add pallet-assets-registry * Add tests for pallet-assets-registry * Formatting * Bump ansi-regex from 5.0.0 to 5.0.1 in /scripts/polkadot-launch (#237) Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Implement get_y_d() function, * Add pallet-assets-registry in runtime (#240) * Add curve-amm pallet. * Fix benchmark build (#248) * Add back Hadolint and Udeps in CI (#239) * Add back hadolint and udeps in CI * Make udeps happier * Polkadot-launch configuration for Basilisk node (#251) * Add a new polkadot-launch configuration to run Polkadot cluster, Composable's collators, and Basilisk's collators * Make udeps happier * Add CruveAmm trait. * properly configures the xcm pallet (#235) * properly configures the xcm pallet * cargo fmt * bump to 0.9.12 * use stable rust * update cargo.lock * fix duplicate deps * fix clippy * fix clippy * fix clippy * Update CI config * Make udeps happier * bump Cargo.lock * fix chainspecs Co-authored-by: Andrey Orlov <[email protected]> * New Readme (#249) * Update Makefile (#257) * remove angular related pallets from picasso (#256) * Create HRMP channels between a Composable's parachain and a Basilisk's parachain (#260) * pallet registry docs (#242) * asset registry requirements Signed-off-by: dzmitry-lahoda <[email protected]> * asset registry diagram Signed-off-by: dzmitry-lahoda <[email protected]> * updates t oflow Signed-off-by: dzmitry-lahoda <[email protected]> * fixed linters Signed-off-by: dzmitry-lahoda <[email protected]> * Release/v0.1.2 (#250) * runtime-upgrade CD * finalize pipeline * test runtime upgrade * Seun utils subxt (#263) * initial impl of subxt * notify relay chain of upgrade * use subxt for parachain-utils * adds comments to runtime * some more stuff tbh * fmt Co-authored-by: Seun Lanlege <[email protected]> Co-authored-by: Seun Lanlege <[email protected]> * Add and implement add_liquidity() and remove_liquidity(). * Seun fix polkadot launch (#266) * Adds Dali Chachcha Boot nodes (#269) * adds bootnodes, missing node identity * adds node identities * Implement exchange() function and a test. * setup xcmp (#271) Signed-off-by: dzmitry-lahoda <[email protected]> * Update features of integration-tests (#272) * adds telemetry url (#275) * remove incomplete, unused strategy liquidation feature from the vault (#274) * Oracle twap (#261) * historical price and auto trigger price updates * fixed tests * price history test * add max history to runtime * remove request price * twap calc first attempt * twap tests * error testing * Refactoring of pallet-oracle * compile * fix benchmarks * fmt * compilation error * clippy fix Co-authored-by: Andrey Orlov <[email protected]> * Implement fees related code in curve-amm. * remote asset registry trait (#279) * remote asset registry trait Signed-off-by: dzmitry-lahoda <[email protected]> * fixed build Signed-off-by: dzmitry-lahoda <[email protected]> * added one more check for low provider edge case (#278) Co-authored-by: andor0 <[email protected]> Co-authored-by: Adedayo Akinpelu <[email protected]> Co-authored-by: Douglas Kuhn <[email protected]> Co-authored-by: Vivek Pandya <[email protected]> Co-authored-by: JesseAbram <[email protected]> Co-authored-by: Seun Lanlege <[email protected]> Co-authored-by: Karel L. Kubat <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: flipchan <[email protected]> Co-authored-by: Dzmitry Lahoda <[email protected]> Co-authored-by: Seun Lanlege <[email protected]>
No description provided.