Patrick Kuo
Patrick Kuo
Ok, to properly address the missing Pay transaction event issue, I ended up refactored the log event logic and moved log event into `temporary_store` (except for `MoveEvent`) This PR added...
This PR is ready for more review/ re-review, thanks!!
Can I get a thumbs up from @Jordan-Mysten / @Andrew47 / @666lcz for the typescript / explorer changes?
> The deletion of pubsub will result in a broken link in the nav. Could you also remove that. I can get it in a follow up PR if not....
anyone working on this for the backend? @mystenmark? If not I will take a look
Cool I will start working on it tomorrow
this issue is cause by this https://github.com/MystenLabs/sui/blob/da34fcc6e36ea5702258c55ba5f444cb545c9c85/crates/sui-core/src/authority/authority_store.rs#L84-L88 This is only affecting “embedded gateway” client, it is expecting the 0x5 object to be available if the store is not new, however...
> where is port 9000 specified? ` sui client switch --rpc http://127.0.0.1:9000/` fails with ` HTTP error: error trying to connect: tcp connect error: Connection refused (os error 61)` >...
this is fixed by https://github.com/MystenLabs/sui/pull/5751, will be available after next devnet update