Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AMM RPC endpoints for UI integration (#220)
* add bifrost-farming and bifrost-farming-rpc-runtime-api dependency * introduce T::CurrencyId to bifrost farming pallet * add farming runtime rpc to foucoco * Update runtime/foucoco/src/lib.rs Co-authored-by: Marcel Ebert <[email protected]> * fix build in foucoco runtime with FoucocoTreasuryAccount * add patch for git and crates io * update pr according to request changes in PR #208 * Add farming rpc api intou pendulum node for foucoco runtime (#216) add farming rpc api for foucoco * move PoolId type declaration to runtime common * renaming create_full_spacewalk_foucoco -> create_full_foucoco create_full_spacewalk -> create_full_amplitude create_full -> create_full_pendulum * replace "introduce-abstraction-for-currency-id" to "polkadot-v0.9.37" * Update runtime/common/src/lib.rs Co-authored-by: Marcel Ebert <[email protected]> * renaming start_node_impl() -> start_node_impl_pendulum() start_node_impl_spacewalk_foucoco() -> start_node_impl_foucoco() start_node_impl_spacewalk_amplitude() -> start_node_impl_amplitude() * expose zenlink runtime rpc endpoints in pendulum-node * Merge main into zenlink rpc branch (#223) 207 implement lp rewards on amm (#208) * add bifrost-farming and bifrost-farming-rpc-runtime-api dependency * introduce T::CurrencyId to bifrost farming pallet * add farming runtime rpc to foucoco * Update runtime/foucoco/src/lib.rs * fix build in foucoco runtime with FoucocoTreasuryAccount * add patch for git and crates io * update pr according to request changes in PR #208 * Add farming rpc api intou pendulum node for foucoco runtime (#216) add farming rpc api for foucoco * move PoolId type declaration to runtime common * renaming create_full_spacewalk_foucoco -> create_full_foucoco create_full_spacewalk -> create_full_amplitude create_full -> create_full_pendulum * replace "introduce-abstraction-for-currency-id" to "polkadot-v0.9.37" * Update runtime/common/src/lib.rs * renaming start_node_impl() -> start_node_impl_pendulum() start_node_impl_spacewalk_foucoco() -> start_node_impl_foucoco() start_node_impl_spacewalk_amplitude() -> start_node_impl_amplitude() --------- Co-authored-by: Marcel Ebert <[email protected]> * remove duplicates in foucoco cargo toml * remove duplication C::Api: ZenlinkProtocolRuntimeApi<Block, AccountId, AssetId>, * remove unnecessary clone for TransactionPayment instance --------- Co-authored-by: Marcel Ebert <[email protected]>
- Loading branch information