Commit 5236388
chore: aqua doc mvp (#8)
* chore: aqua doc mvp
* chore: cleanup aqua sdk
* wip swapvm docs
* Update package.json
* Update README.md
* chore: cleanup events
* Update swapped-event.ts
* fix(tests): SwapVmProgram import
* chore(release):
- project: sdk-core 1.0.2
* chore: add consistent-type-imports rule for native esm modules support
* chore: cleanup
* Remove eslint-config-standard dev dependency
* Modernize Aqua README examples
- Switch examples to viem wallet client with env-based keys and hex validation - Remove "monorepo" and "nx" keywords
from package.json - Add test:e2e script to package.json - Rename anvil container prefix in swap-vm tests
* fix: maker traits (#9)
* fix: maker traits
* chore: lint
* chore: remove forge std
* maker traits update
* update abi
* chore: add Order tests/docs
* Feat/taker traits (#10)
* feat(PT4-566): adjust taker traits
* feat(PT3-566): adjustments in taker traits
* chore: rename `to` to `customReceiver`
---------
Co-authored-by: Vladimir Borovik <[email protected]>
* chore: deadline ix
---------
Co-authored-by: Vladimir Borovik <[email protected]>
---------
Co-authored-by: Kirill Kuznetcov <[email protected]>
Co-authored-by: Dmitry Chepurovskiy <[email protected]>
Co-authored-by: Radik Harutyunyan <[email protected]>1 parent 99e79d5 commit 5236388
File tree
140 files changed
+2451
-3073
lines changed- scripts
- typescript
- aqua
- src
- abi
- aqua-protocol-contract
- events
- tests
- cross-chain
- src
- fusion
- src
- limit-order
- src
- sdk-core
- src
- domains
- test-utils
- types
- swap-vm
- src
- abi
- swap-vm-contract
- events
- swap-vm
- instructions
- balances
- base-fee-adjuster
- concentrate
- controls
- debug
- decay
- dutch-auction
- extruction
- fee
- invalidators
- limit-swap
- min-rate
- oracle-price-adjuster
- stable-swap
- twap-swap
- xyc-swap
- programs
- strategies
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+2451
-3073
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 26 | | |
57 | 27 | | |
58 | 28 | | |
59 | 29 | | |
60 | 30 | | |
61 | 31 | | |
62 | | - | |
63 | | - | |
64 | 32 | | |
65 | 33 | | |
66 | 34 | | |
67 | 35 | | |
68 | 36 | | |
69 | | - | |
70 | 37 | | |
71 | 38 | | |
72 | 39 | | |
73 | 40 | | |
74 | 41 | | |
75 | 42 | | |
76 | | - | |
| 43 | + | |
77 | 44 | | |
78 | | - | |
| 45 | + | |
79 | 46 | | |
80 | 47 | | |
81 | 48 | | |
82 | 49 | | |
83 | 50 | | |
84 | 51 | | |
85 | 52 | | |
86 | | - | |
| 53 | + | |
87 | 54 | | |
88 | | - | |
| 55 | + | |
89 | 56 | | |
90 | 57 | | |
91 | 58 | | |
| |||
99 | 66 | | |
100 | 67 | | |
101 | 68 | | |
102 | | - | |
103 | 69 | | |
104 | 70 | | |
105 | 71 | | |
106 | 72 | | |
107 | 73 | | |
108 | 74 | | |
109 | 75 | | |
110 | | - | |
111 | 76 | | |
112 | 77 | | |
113 | 78 | | |
| |||
0 commit comments