Commit 4387c6c
authored
test: wip refactor unit tests for staking fns (#1021)
* test: wip refactor unit tests for staking fns
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor unstake tests passing
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor withdraw tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor add to provision
Signed-off-by: Tomás Migone <[email protected]>
* test: wip thaw refactor
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor thaw tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor deprovision test
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor reprovision tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor provision parameters functions
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor provision tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor operator tests
Signed-off-by: Tomás Migone <[email protected]>
* chore: update some configs
Signed-off-by: Tomás Migone <[email protected]>
* test: wip refactor of delegation tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor service provider tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor delegation tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor governance tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor ttools tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor slash test
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor legacy allocation tests wip
Signed-off-by: Tomás Migone <[email protected]>
* test: refacto allocation close tests
Signed-off-by: Tomás Migone <[email protected]>
* test: refactor collect allocation tests
Signed-off-by: Tomás Migone <[email protected]>
* fix: remove comments
Signed-off-by: Tomás Migone <[email protected]>
* chore: use solidity 0.8.27, remove compilation via ir
Signed-off-by: Tomás Migone <[email protected]>
* chore: use solidity 0.8.27
Signed-off-by: Tomás Migone <[email protected]>
---------
Signed-off-by: Tomás Migone <[email protected]>1 parent 63d2ba4 commit 4387c6c
File tree
182 files changed
+2877
-1437
lines changed- packages
- contracts/contracts
- arbitrum
- curation
- epochs
- gateway
- governance
- l2/staking
- rewards
- token
- upgrades
- utils
- horizon
- contracts
- data-service
- extensions
- interfaces
- libraries
- utilities
- interfaces
- internal
- libraries
- mocks
- payments
- collectors
- staking
- libraries
- utilities
- utilities
- test
- data-service
- extensions
- implementations
- libraries
- escrow
- libraries
- payments
- staking
- allocation
- delegation
- governance
- operator
- provision
- serviceProvider
- slash
- stake
- transfer-tools
- utilities
- utils
- subgraph-service
- contracts
- interfaces
- libraries
- utilities
- test
- disputeManager
- constructor
- disputes
- indexing
- queryConflict
- query
- governance
- mocks
- subgraphService
- allocation
- collect
- indexing
- query
- provider
- provision
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
182 files changed
+2877
-1437
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments