ComposableFi / near-rs

Utilities that faciliatate a trust-less bridge between Near and Polkadot
The Unlicense
5 stars 2 forks source link

Ibc integration #9

Closed blasrodri closed 2 years ago

blasrodri commented 2 years ago

@seunlanlege can you please check and help me fixing:

error[E0046]: not all trait items implemented, missing: `Pair`
   --> /Users/b/.cargo/git/checkouts/substrate-7e08433d4c370a21/616d33e/primitives/application-crypto/src/lib.rs:484:3
    |
484 |         impl $crate::CryptoType for Signature {}
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Pair` in implementation
    |
   ::: /Users/b/.cargo/git/checkouts/substrate-7e08433d4c370a21/616d33e/primitives/application-crypto/src/sr25519.rs:29:5
    |
29  |     crate::app_crypto!(super, SR25519);
    |     ---------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `$crate::app_crypto_signature_not_full_crypto` (in Nightly builds, run with -Z macro-backtrace for more info)

@Wizdave97 was trying to help out

blasrodri commented 2 years ago

moved to ibc-rs