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

feat: its tests actual #89

Merged
merged 92 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
7f6cee4
saving progress
Foivos Jun 5, 2024
6e5acdb
Merge remote-tracking branch 'origin/main' into feat/script-utils
Foivos Jun 6, 2024
296eece
added the transaction builder
Foivos Jun 6, 2024
edeeb38
lint and prettier
Foivos Jun 6, 2024
974192d
added object cache
Foivos Jun 7, 2024
5d3543c
fixed some bugs
Foivos Jun 7, 2024
e943312
empty commit
Foivos Jun 7, 2024
9b6be0f
added some structs, adding squid structs next
Foivos Jun 7, 2024
8d623d5
Merge branch 'main' into feat/script-utils
milapsheth Jun 7, 2024
5432896
added all the move types
Foivos Jun 11, 2024
6a8d79b
fix an error
Foivos Jun 11, 2024
36c43a7
prettier
Foivos Jun 11, 2024
8ba2aa9
adding publish options in TxBuilder
Foivos Jun 12, 2024
17600af
fixed some issues after testing
Foivos Jun 14, 2024
fc0acac
add ts of relevant utils
Foivos Jun 14, 2024
0cc49ca
use npx tsc instead
Foivos Jun 17, 2024
6c387bf
run compile properly
Foivos Jun 17, 2024
372514b
remove previous scripts
Foivos Jun 17, 2024
75397e4
add an index.ts
Foivos Jun 17, 2024
89205ae
fix imports
Foivos Jun 17, 2024
59237d4
update bcs pure types
Foivos Jun 17, 2024
cb32ea8
remove last change as it does not work
Foivos Jun 17, 2024
f192b36
add address to bcs
Foivos Jun 17, 2024
517aebb
Merge remote-tracking branch 'origin/main' into feat/script-utils
Foivos Jun 18, 2024
bc6ecc2
shorten typeName calculation as per euro's request
Foivos Jun 18, 2024
1edfffb
prettier
Foivos Jun 18, 2024
4f3aa9e
Merge branch 'feat/script-utils' into feat/bcs-structs
Foivos Jun 18, 2024
46fc8ea
Merge branch 'feat/bcs-structs' into feat/ts
Foivos Jun 18, 2024
8aeee89
add run.sh back
Foivos Jun 18, 2024
4b1dd9c
add coverage.sh back
Foivos Jun 18, 2024
ad10697
get eslint to work
Foivos Jun 18, 2024
4e62c8f
prettier
Foivos Jun 18, 2024
80c6a6c
allow execution of scripts
Foivos Jun 19, 2024
8ab9ed0
stash
Foivos Jun 19, 2024
1cd9f11
stash
Foivos Jun 19, 2024
fb549fa
added deployment test
Foivos Jun 19, 2024
4886636
fix package scripts
Foivos Jun 19, 2024
5774306
prettier and include mocha
Foivos Jun 19, 2024
d0a4879
remove .env dependancy
Foivos Jun 19, 2024
b143ef4
added a test to rotate signers
Foivos Jun 20, 2024
f71d272
Add a revert util and test
Foivos Jun 21, 2024
df94e7e
prettier
Foivos Jun 21, 2024
afc4c9c
run imp i to fix tests
Foivos Jun 21, 2024
8c5f516
added flow limits and scaling all incoming decimals down to 9
Foivos Jun 26, 2024
5b1e687
added proper token handling and helper function for minting/burning a…
Foivos Jun 26, 2024
4e4d73a
Merge remote-tracking branch 'origin/feat/testing' into feat/its-scal…
Foivos Jun 26, 2024
c31fda9
dinished adding all the features for flow limits and decimals convers…
Foivos Jul 1, 2024
b237b8f
add a test file
Foivos Jul 2, 2024
fb4bb73
update with a event detecting utils
Foivos Jul 3, 2024
c3d65b4
remove scaling to split into two PRs
Foivos Jul 4, 2024
7d0ae47
Merge branch 'feat/testing' into feat/flow-limits
Foivos Jul 4, 2024
4d335fb
resolve all conflicts from merge
Foivos Jul 4, 2024
c339779
made lint happy
Foivos Jul 4, 2024
2fbd038
seperate tests to move and js
Foivos Jul 4, 2024
9d810fe
try to run sui localnet again
Foivos Jul 4, 2024
56623c4
add sui-test-validator to path
Foivos Jul 4, 2024
9ce9418
ls
Foivos Jul 4, 2024
3952378
seperate tests properly
Foivos Jul 4, 2024
ac8e05c
ls
Foivos Jul 4, 2024
cc0037a
ls again
Foivos Jul 4, 2024
2c8225d
skip cache
Foivos Jul 4, 2024
ae2f1b6
use correct sui-test-validator
Foivos Jul 4, 2024
c0c7314
try to run in parralel
Foivos Jul 4, 2024
41e674f
try waiting for localnet
Foivos Jul 4, 2024
2c9d173
Merge remote-tracking branch 'origin/main' into feat/its-scale-coins
Foivos Jul 30, 2024
f7c04a0
fixed move tests
Foivos Jul 30, 2024
3256b02
fix lint
Foivos Jul 30, 2024
88b32a9
fix js tests
Foivos Jul 30, 2024
483a0cf
fix install
Foivos Jul 30, 2024
6097926
prettier
Foivos Jul 30, 2024
b5c9e33
Merge branch 'feat/its-scale-coins' into feat/flow-limits
Foivos Jul 30, 2024
3586feb
fix move tests
Foivos Jul 30, 2024
30ee624
clean move.toml
Foivos Jul 31, 2024
66cbc69
Merge remote-tracking branch 'origin/main' into feat/flow-limits
Foivos Jul 31, 2024
b4ab1d9
fix move tests
Foivos Jul 31, 2024
0693809
add support for HUB routing
Foivos Jul 31, 2024
2626a5b
Merge remote-tracking branch 'origin/main' into feat/its-hub
Foivos Jul 31, 2024
8d7be3f
address some comments
Foivos Aug 1, 2024
ae88251
fix some logic
Foivos Aug 1, 2024
72ca6f1
finished with its service coverage
Foivos Aug 3, 2024
fee6aeb
update logic to match evm
Foivos Aug 26, 2024
22e366a
Merge remote-tracking branch 'origin/main' into feat/its-hub
Foivos Sep 2, 2024
a624045
Merge branch 'feat/its-hub' into feat/its-tests-actual
Foivos Sep 2, 2024
0d8e05e
fix tests
Foivos Sep 2, 2024
4df83fb
Merge remote-tracking branch 'origin/main' into feat/its-tests-actual
Foivos Sep 3, 2024
0355648
fix tests
Foivos Sep 3, 2024
561b5ba
Add some comments
Foivos Sep 3, 2024
aab4502
Addressed comments
Foivos Sep 3, 2024
80fcb3b
remove unused constant
Foivos Sep 3, 2024
21bd212
Update move/its/tests/coin.move
Foivos Sep 4, 2024
3b88a6a
Update move/its/sources/utils.move
Foivos Sep 4, 2024
24a250b
Update move/its/sources/coin_management.move
Foivos Sep 4, 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
Prev Previous commit
Next Next commit
Update move/its/sources/utils.move
Co-authored-by: Milap Sheth <milap@interoplabs.io>
Foivos and milapsheth authored Sep 4, 2024
commit 3b88a6af64931b137b23583be1d109d21ad7b610
4 changes: 3 additions & 1 deletion move/its/sources/utils.move
Original file line number Diff line number Diff line change
@@ -83,7 +83,9 @@ module its::utils {
res
}

// === Tests ===
// -----
// Tests
// -----
#[test]
fun test_get_module_from_symbol() {
let symbol = ascii::string(b"1(TheCool1234Coin) _ []!rdt");