-
Notifications
You must be signed in to change notification settings - Fork 15
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
added new package for events provider #26
Conversation
Great! Will check this afternoon |
…xternal pub'd versions
Hello. I merged your first commit c6ea08a And published in @soroban-react/events v4.3.0 Why to do 5599b9a ? |
Also, why to change the dependancy: "soroban-client": "^0.5.0" to "soroban-client": "https://github.com/stellar/js-soroban-client#main" |
thank you @esteblock , to respond on questions:
there was a bug fix committed to main for enabling rpc calls with no Where do you think that version bump will cause issue, I'll look into, I have soroban-example-dapp locally using this updated version of soroban-react(via local file path dependency), it's rendering, however, am seeing a problem with generating xdr from a signed tx for the mint EXT, it's err'ing on DecoratedSignature, which is related to stellar-base and js-xdr which come from soroban-client. maybe we can chat more on discord 'soroban-dev' channel, lmk, thanks! |
I'll create |
Thanks for your answers. What we can do for now is to track an specific commit of soroban-client :) |
@esteblock , we cut new js-soroban-client 0.5.1, I pushed change here on pr to pin soroban-client. If what's left on this pr looks good, can you merge and cut new release versions of these packages? I'll make use of them in the soroban-example-dapp pr that is using events , thanks! |
Hello, checked. Merged and published version 4.3.1 :) |
Adding new package for soroban events subscriptions. this is to support adding events handling into dapp:
soroban-tools#458: