-
Notifications
You must be signed in to change notification settings - Fork 54
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
Refactor events/logic for indexing support #321
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The most recent commit adds on top of #315 draft structures to address recent discussions about user- and market-level indexing. |
The most recent commit provides the following design, which compiles but which hasn't been tested (nor have docs been updated accordingly):
econia/src/move/econia/sources/market.move Lines 638 to 655 in c5aa317
econia/src/move/econia/sources/market.move Lines 565 to 576 in c5aa317
econia/src/move/econia/sources/market.move Lines 2989 to 3001 in c5aa317
econia/src/move/econia/sources/market.move Lines 3341 to 3395 in c5aa317
econia/src/move/econia/sources/market.move Lines 2528 to 2603 in c5aa317
|
Also what's the motivation for changing the name from |
Key implementations in the latest batch of revisions: New event structs in econia/src/move/econia/sources/user.move Lines 412 to 446 in 308c76f
Since econia/src/move/econia/sources/user.move Lines 1511 to 1611 in 308c76f
Hence, at the end of econia/src/move/econia/sources/market.move Lines 3310 to 3342 in 308c76f
Here, |
d241602 verified as an on-chain upgrade against v4.0.2-audited in a 1-of-1 v2 multisig at https://explorer.aptoslabs.com/account/0x85738691ac10116f9a516d3bd5c120941f733bbf302fc0a6f6fdd857e938b7c0?network=testnet |
No description provided.