Patrick Kuo

Results 54 comments of Patrick Kuo

> @patrickkuo could you please help me with the new api? hey @Wangmmx sorry for late reply, you should still be able to query by time range using the event...

IIUC `perpetual_tables.executed_effects` will not contain any events after this change? This might break Rosetta as it is relying on the CoinBalanceChange events from `sui_getTransaction` to record all balance changes. can...

> > IIUC `perpetual_tables.executed_effects` will not contain any events after this change? This might break Rosetta as it is relying on the CoinBalanceChange events from `sui_getTransaction` to record all balance...

I have added v37 and reverted the changes to v36, cc @lxfind @longbowlu

> @patrickkuo any updates on this one? I believe it can be related to the #7668 implementation. I will update the TS SDK (this PR has been opened for too...

Moved some serde changes to fastcrypto, and fixed TS failing tests, this PR is ready for more reviews, @tnowacki @666lcz

closing this in favour of https://github.com/MystenLabs/sui/pull/8369

rust code is ready for review, I am investigating the End-to-end Tests / Localnet failing test

> Saw this warning in the logs > > ``` > HTTP serve connection failed hyper::Error(User(Service), Error("invalid type: map, expected a string \"2.0\"", line: 1, column: 1)) > ``` >...