Liran Cohen

Results 25 comments of Liran Cohen

Thanks @coffnix! So yeah it seems like we would need to migrate away from legacy wallets before v26 (late 2023). Setting createwallet descriptor parameter to false should be fine for...

I've done some more testing and the binary comes compiled with BDB which would allow for descriptors to be set to false and work. However this change is not backward...

> if possible we could already make the new version compatible with Sqlite That would take modifying to support descriptor wallets. I've put together a placeholder Issue for researching what...

@thehenrytsai Thanks! I think it should be pretty straight forward like you mention, let me know if you need any help testing or are having any issues.

Newer versions of bitcoin core create a descriptor wallet by default, i've started working on this with this PR: https://github.com/decentralized-identity/sidetree/pull/1192 Works good, but core still needs to be compiled with...

@coffnix that's good to know too. I've opened an Issue to investigate using a descriptor wallet in sidetree/ion libraries: https://github.com/decentralized-identity/ion/issues/304 Will spend some time over the next couple of weeks...

@thehenrytsai I did not try v22 on either mainnet nor testnet with the current release of ION, but I'm pretty sure it should work. Maybe @coffnix' issue with v22 was...

@coffnix Yeah I normally do this and this was actually the first way I tested the change. I also tested against the pre-built binary for aarch614 to make sure that...

Thanks for the grammar corrections @TallTed!

I took a first pass at this: https://github.com/decentralized-identity/decentralized-web-node/pull/172 Could probably be a little bit better, not sure if the name "relay node" and "local node" are the best. Maybe we...