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

Fix ut #163

Open
wants to merge 43 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8e6f20c
test ut
fyannch Jul 9, 2024
b254191
test ut
fyannch Jul 9, 2024
e91137e
fix ut
fyannch Jul 9, 2024
97c98d7
fix ut
fyannch Jul 9, 2024
6d424cf
fix ut
fyannch Jul 9, 2024
b7636be
fix ut
fyannch Jul 9, 2024
a8a17a0
fix ut
fyannch Jul 9, 2024
2a107a7
fix ut
fyannch Jul 9, 2024
37d55fa
fix ut
fyannch Jul 9, 2024
917b58b
fix ut
fyannch Jul 9, 2024
0a2a22e
fix ut
fyannch Jul 9, 2024
c992475
Merge pull request #167 from eforest-finance/release/2.6.0
fyannch Jul 9, 2024
dab3500
fix ut
fyannch Jul 10, 2024
bd515b2
Merge branch 'master' into feature/ciut
fyannch Jul 10, 2024
5801f48
fix ut create seed expire
fyannch Jul 10, 2024
a225e58
fix ut
fyannch Jul 10, 2024
9afe1b2
fix ut
fyannch Jul 10, 2024
4c8f463
fix ut
fyannch Jul 10, 2024
afc7ba8
fix ut
fyannch Jul 10, 2024
1011223
fix ut
fyannch Jul 10, 2024
5131a60
fix ut
fyannch Jul 10, 2024
f0d3d43
fix ut
fyannch Jul 10, 2024
d70f9d0
fix ut
fyannch Jul 10, 2024
045fa44
fix ut
fyannch Jul 10, 2024
bf97f92
fix ut
fyannch Jul 10, 2024
d92d8e5
fix ut
fyannch Jul 10, 2024
7153f5f
fix ut
fyannch Jul 10, 2024
345750e
fix ut
fyannch Jul 10, 2024
be144f6
fix ut
fyannch Jul 10, 2024
ca25737
fix ut
fyannch Jul 10, 2024
4c11671
fix ut
fyannch Jul 10, 2024
a88ef31
fix ut
fyannch Jul 10, 2024
93a9ba8
fix ut
fyannch Jul 10, 2024
7b7a379
fix ut
fyannch Jul 10, 2024
99d2b15
fix ut
fyannch Jul 10, 2024
3f00f6d
fix ut
fyannch Jul 10, 2024
eb9341f
fix ut
fyannch Jul 10, 2024
8f4df9a
fix ut
fyannch Jul 11, 2024
7d47092
fix ut
fyannch Jul 11, 2024
f54138f
fix ut
fyannch Jul 11, 2024
acabcb5
fix ut
fyannch Jul 11, 2024
09a62c4
add ut
fyannch Jul 11, 2024
d6a3f65
fix ut
fyannch Jul 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ await TokenContractStub.Create.SendAsync(new CreateInput
});

var seedOwnedSymbol = "ELFS" + "-0";
var seedExpTime = "1720590467";
var seedExpTime = "1846825944";
await TokenContractStub.Create.SendAsync(new CreateInput
{
Symbol = "SEED-1",
Expand Down
Loading
Loading