threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

we updating substrate to metadata version 14 which means we can use subxt client #69

Closed muhamadazmy closed 2 years ago

muhamadazmy commented 2 years ago

currently rmb is using an old substrate client because we were stuck with an older substrate version. The code need to be update to use the next subxt.

@AhmedYasen already did some work on using subxt but was blocked because of the issue described above. It's time now to do this properly with subxt now.

muhamadazmy commented 2 years ago

Note, devnet update is not fully done yet, so this is hopefully available starting tomorrow.