Skip to content
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

[Spec] Completed the spec of from_bcs, any, copyable_any and type_info #5712

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

junkil-park
Copy link
Contributor

@junkil-park junkil-park commented Nov 28, 2022

@@ -138,13 +138,15 @@ Checkout our developer doc on our token standard https://aptos.dev/concepts/coin
<code>amount: u64</code>
</dt>
<dd>

the amount of tokens. Only property_version = 0 can have a value bigger than 1.
Copy link
Collaborator

@meng-xu-cs meng-xu-cs Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we have an update on this auto-generated file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call! This change has been removed from this commit when I rebased it onto the head.

…ype_info`

Added the spec of the following modules:
- `from_bcs`
- `any`
- `copyable_any`
- `type_info`

There are TODOs which should be filed as separate Github issues.
@junkil-park junkil-park enabled auto-merge (squash) December 1, 2022 05:56
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2022

✅ Forge suite land_blocking success on 9efc26de4cdbcb92761af8993ec101f2d48dc387

performance benchmark with full nodes : 6816 TPS, 5816 ms latency, 11400 ms p99 latency,(!) expired 240 out of 2910920 txns
Test Ok

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2022

✅ Forge suite compat success on testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b ==> 9efc26de4cdbcb92761af8993ec101f2d48dc387

Compatibility test results for testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b ==> 9efc26de4cdbcb92761af8993ec101f2d48dc387 (PR)
1. Check liveness of validators at old version: testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b
compatibility::simple-validator-upgrade::liveness-check : 7821 TPS, 5017 ms latency, 6700 ms p99 latency,no expired txns
2. Upgrading first Validator to new version: 9efc26de4cdbcb92761af8993ec101f2d48dc387
compatibility::simple-validator-upgrade::single-validator-upgrade : 4691 TPS, 8539 ms latency, 10500 ms p99 latency,no expired txns
3. Upgrading rest of first batch to new version: 9efc26de4cdbcb92761af8993ec101f2d48dc387
compatibility::simple-validator-upgrade::half-validator-upgrade : 4352 TPS, 9250 ms latency, 13100 ms p99 latency,no expired txns
4. upgrading second batch to new version: 9efc26de4cdbcb92761af8993ec101f2d48dc387
compatibility::simple-validator-upgrade::rest-validator-upgrade : 6862 TPS, 5538 ms latency, 9500 ms p99 latency,no expired txns
5. check swarm health
Compatibility test for testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b ==> 9efc26de4cdbcb92761af8993ec101f2d48dc387 passed
Test Ok

@junkil-park junkil-park merged commit 0c21d91 into main Dec 1, 2022
@junkil-park junkil-park deleted the jpark/spec_from_bcs branch December 1, 2022 06:38
@Markuze Markuze mentioned this pull request Dec 5, 2022
areshand pushed a commit to areshand/aptos-core-1 that referenced this pull request Dec 18, 2022
…ype_info` (aptos-labs#5712)

Added the spec of the following modules:
- `from_bcs`
- `any`
- `copyable_any`
- `type_info`

There are TODOs which should be filed as separate Github issues.
@Markuze Markuze mentioned this pull request Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants