Commit fc88512
add support for SLH-DSA-SHA2-128s TXN authenticators (#18300)
* initial authenticator for SLH-DSA-SHA2-128s
* add API support for SLH-DSA-SHA2-128s
* auto-generate API and protobuf files for SLH-DSA-SHA2-128s
* add feature gating for SLH-DSA-SHA2-128s
* added e2e smoke test for SLH-DSA-SHA2-128s accounts
* add feature-gated higher gas costs for SLH-DSA-SHA128s transactions
* lints and revert python/scripts/install_deps.sh
* oops, should have appended to the enums
* added API tests
* incorporate gas feedback from victor
* Partially-revert "incorporate gas feedback from victor"
* oops, let's box things or risk OOM1 parent 1d081a5 commit fc88512
File tree
51 files changed
+1494
-321
lines changed- api
- doc
- goldens
- src/tests
- types/src
- aptos-move
- aptos-gas-meter/src
- aptos-gas-profiling
- src
- templates
- aptos-gas-schedule/src
- gas_schedule
- aptos-memory-usage-tracker/src
- aptos-release-builder/src/components
- aptos-vm/src
- framework/move-stdlib
- doc
- sources/configs
- crates
- aptos-crypto/src/slh_dsa_sha2_128s
- aptos-transaction-filters/src
- ecosystem/indexer-grpc/indexer-grpc-fullnode/src
- protos
- proto/aptos/transaction/v1
- python/aptos_protos/aptos/transaction/v1
- rust/src/pb
- typescript/src/aptos/transaction/v1
- testsuite
- generate-format
- src
- tests/staged
- smoke-test/src
- types/src
- on_chain_config
- transaction
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+1494
-321
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17697 | 17697 | | |
17698 | 17698 | | |
17699 | 17699 | | |
| 17700 | + | |
| 17701 | + | |
| 17702 | + | |
17700 | 17703 | | |
17701 | 17704 | | |
17702 | 17705 | | |
| |||
17706 | 17709 | | |
17707 | 17710 | | |
17708 | 17711 | | |
17709 | | - | |
| 17712 | + | |
| 17713 | + | |
17710 | 17714 | | |
17711 | 17715 | | |
17712 | 17716 | | |
| |||
17820 | 17824 | | |
17821 | 17825 | | |
17822 | 17826 | | |
| 17827 | + | |
| 17828 | + | |
| 17829 | + | |
| 17830 | + | |
| 17831 | + | |
| 17832 | + | |
| 17833 | + | |
| 17834 | + | |
| 17835 | + | |
| 17836 | + | |
| 17837 | + | |
| 17838 | + | |
| 17839 | + | |
| 17840 | + | |
| 17841 | + | |
| 17842 | + | |
| 17843 | + | |
| 17844 | + | |
| 17845 | + | |
| 17846 | + | |
| 17847 | + | |
| 17848 | + | |
17823 | 17849 | | |
17824 | 17850 | | |
17825 | 17851 | | |
| |||
17984 | 18010 | | |
17985 | 18011 | | |
17986 | 18012 | | |
| 18013 | + | |
| 18014 | + | |
| 18015 | + | |
17987 | 18016 | | |
17988 | 18017 | | |
17989 | 18018 | | |
| |||
17992 | 18021 | | |
17993 | 18022 | | |
17994 | 18023 | | |
17995 | | - | |
| 18024 | + | |
| 18025 | + | |
17996 | 18026 | | |
17997 | 18027 | | |
17998 | 18028 | | |
| |||
18062 | 18092 | | |
18063 | 18093 | | |
18064 | 18094 | | |
| 18095 | + | |
| 18096 | + | |
| 18097 | + | |
| 18098 | + | |
| 18099 | + | |
| 18100 | + | |
| 18101 | + | |
| 18102 | + | |
| 18103 | + | |
| 18104 | + | |
| 18105 | + | |
| 18106 | + | |
| 18107 | + | |
| 18108 | + | |
| 18109 | + | |
| 18110 | + | |
| 18111 | + | |
| 18112 | + | |
| 18113 | + | |
| 18114 | + | |
| 18115 | + | |
| 18116 | + | |
18065 | 18117 | | |
18066 | 18118 | | |
18067 | 18119 | | |
| |||
18100 | 18152 | | |
18101 | 18153 | | |
18102 | 18154 | | |
| 18155 | + | |
| 18156 | + | |
| 18157 | + | |
| 18158 | + | |
| 18159 | + | |
| 18160 | + | |
| 18161 | + | |
| 18162 | + | |
| 18163 | + | |
| 18164 | + | |
| 18165 | + | |
18103 | 18166 | | |
18104 | 18167 | | |
18105 | 18168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13279 | 13279 | | |
13280 | 13280 | | |
13281 | 13281 | | |
| 13282 | + | |
13282 | 13283 | | |
13283 | 13284 | | |
13284 | 13285 | | |
| |||
13287 | 13288 | | |
13288 | 13289 | | |
13289 | 13290 | | |
| 13291 | + | |
13290 | 13292 | | |
13291 | 13293 | | |
13292 | 13294 | | |
| |||
13347 | 13349 | | |
13348 | 13350 | | |
13349 | 13351 | | |
| 13352 | + | |
| 13353 | + | |
| 13354 | + | |
| 13355 | + | |
| 13356 | + | |
| 13357 | + | |
| 13358 | + | |
| 13359 | + | |
| 13360 | + | |
| 13361 | + | |
| 13362 | + | |
| 13363 | + | |
13350 | 13364 | | |
13351 | 13365 | | |
13352 | 13366 | | |
| |||
13454 | 13468 | | |
13455 | 13469 | | |
13456 | 13470 | | |
| 13471 | + | |
13457 | 13472 | | |
13458 | 13473 | | |
13459 | 13474 | | |
13460 | 13475 | | |
13461 | 13476 | | |
13462 | 13477 | | |
13463 | 13478 | | |
| 13479 | + | |
13464 | 13480 | | |
13465 | 13481 | | |
13466 | 13482 | | |
| |||
13497 | 13513 | | |
13498 | 13514 | | |
13499 | 13515 | | |
| 13516 | + | |
| 13517 | + | |
| 13518 | + | |
| 13519 | + | |
| 13520 | + | |
| 13521 | + | |
| 13522 | + | |
| 13523 | + | |
| 13524 | + | |
| 13525 | + | |
| 13526 | + | |
| 13527 | + | |
13500 | 13528 | | |
13501 | 13529 | | |
13502 | 13530 | | |
| |||
13520 | 13548 | | |
13521 | 13549 | | |
13522 | 13550 | | |
| 13551 | + | |
| 13552 | + | |
| 13553 | + | |
| 13554 | + | |
| 13555 | + | |
| 13556 | + | |
| 13557 | + | |
13523 | 13558 | | |
13524 | 13559 | | |
13525 | 13560 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
126 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments