Commit 449863f
feat: mee 3.0.0, stx validator support (#184)
* chore: add new data packing for permit mode
* chore: add unit tests for stxValidator
* chore: add tests for no-stx mode
* chore: refactor iterations
* chore: fix tests
* chore: fix test
* chore: fix failing tests - all should pass
* chore: simple mode tests pass
* chore: add unit tests for the permit mode
* chore: stx mode integration tests
* chore: lint
* chore: safe mode integration tests pass
* chore: clean sign safe quote test
* chore: clean sign safe quote test =
* feat: p256 signer poc
* chore: add correct prefixes for p256
* test: signQuote with p256
* chore: test Nexus.signMessage for all versions
* chore: tests for p256 validator pass
* chore: add test case for p256 simple mode
* chore: add helpers
* chore: add tests for helpers
* chore: refactor integrationt ests
* chore: refactor tests to not use mocks
* chore: ownershiop management tests
* chore: fix format warning
* chore: add unit tests for 1271 signing logic in toNexusAccount
* chore: unit tests for 1271 sigs
* chore: polish 1271 unit tests
* chore: add 6492 wrapping for signMessage1271
* chore: test verify 6492 signatures
* chore: fix size limit
* chore: fix a couple of tests
* chore: fix test case when fallback to onchain happens
* chore: fix test cases
* chore: use helpers
* chore: inline comments
* chore: concurrent async operations
* chore: improve code re-usage, fix typo
* chore: refactor test case
* chore: switch deoloyment addresses for mee 3.0.0
* chore: refactor signPermitQuote not to use _account (#187)
Co-authored-by: Filipp Makarov <fmc@Filipps-MacBook-Pro.local>
* chore: fix tests to use proper quote type (#188)
* chore: fix tests to use proper quote type
* chore: fix import
---------
Co-authored-by: Filipp Makarov <fmc@Filipps-MacBook-Pro.local>
---------
Co-authored-by: Filipp Makarov <fmc@Filipps-MacBook-Pro.local>1 parent d32c5ff commit 449863f
46 files changed
Lines changed: 4849 additions & 522 deletions
File tree
- src
- sdk
- account
- decorators
- instructions
- utils
- clients/decorators/mee
- constants
- integration-tests/mee-versions
- modules
- validators
- default
- meeK1
- stxValidator
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1427 | 1427 | | |
1428 | 1428 | | |
1429 | 1429 | | |
1430 | | - | |
| 1430 | + | |
1431 | 1431 | | |
1432 | 1432 | | |
1433 | 1433 | | |
| |||
1519 | 1519 | | |
1520 | 1520 | | |
1521 | 1521 | | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
1522 | 1529 | | |
1523 | 1530 | | |
1524 | 1531 | | |
| |||
1533 | 1540 | | |
1534 | 1541 | | |
1535 | 1542 | | |
1536 | | - | |
| 1543 | + | |
1537 | 1544 | | |
1538 | 1545 | | |
1539 | 1546 | | |
1540 | 1547 | | |
1541 | 1548 | | |
1542 | | - | |
| 1549 | + | |
1543 | 1550 | | |
1544 | 1551 | | |
1545 | 1552 | | |
1546 | 1553 | | |
1547 | 1554 | | |
1548 | 1555 | | |
1549 | | - | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
1550 | 1559 | | |
1551 | | - | |
| 1560 | + | |
1552 | 1561 | | |
1553 | 1562 | | |
1554 | 1563 | | |
| |||
0 commit comments