Avatar for the FuelLabs user
FuelLabs
fuels-ts
BlogDocsChangelog

chore: add full abi coder tests

#3349Merged
Comparing
ps/chore/add-full-abi-coder-tests
(
28804cf
) with
master
(
670a50d
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
18
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

should successfully execute a contract multi call (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract multi call (x20 times)
CodSpeed Performance Gauge
+3%
72.4 ms
70.6 ms
should successfully withdraw to the base layer (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully withdraw to the base layer (x20 times)
CodSpeed Performance Gauge
+2%
46 ms
44.9 ms
should successfully execute a contract deploy (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract deploy (x20 times)
CodSpeed Performance Gauge
+2%
101 ms
99.1 ms
Instantiate a new Unlocked wallet
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Unlocked wallet
CodSpeed Performance Gauge
0%
4.8 ms
4.7 ms
should successfully get transaction cost estimate for multi contract calls (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for multi contract calls (x20 times)
CodSpeed Performance Gauge
0%
33 ms
33 ms
Instantiate from an address
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from an address
CodSpeed Performance Gauge
0%
577 µs
576.3 µs
should successfully execute a contract deploy as blobs
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract deploy as blobs
CodSpeed Performance Gauge
0%
3.7 s
3.7 s
Instantiate a new Locked wallet from a constructor
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Locked wallet from a constructor
CodSpeed Performance Gauge
0%
410.1 µs
410 µs
should successfully execute a contract read function (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract read function (x20 times)
CodSpeed Performance Gauge
0%
67.5 ms
67.5 ms
should successfully get transaction cost estimate for a batch transfer (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a batch transfer (x20 times)
CodSpeed Performance Gauge
0%
26.2 ms
26.2 ms
should successfully get transaction cost estimate for a single transfer (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single transfer (x20 times)
CodSpeed Performance Gauge
0%
19.8 ms
19.8 ms
should successfully get transaction cost estimate for a mint (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a mint (x20 times)
CodSpeed Performance Gauge
0%
21.9 ms
21.9 ms
should successfully execute a contract mint (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract mint (x20 times)
CodSpeed Performance Gauge
0%
65.8 ms
65.9 ms
should successfully conduct a custom transfer between wallets (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully conduct a custom transfer between wallets (x20 times)
CodSpeed Performance Gauge
0%
49.3 ms
49.3 ms
should successfully write to a contract (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully write to a contract (x20 times)
CodSpeed Performance Gauge
0%
64.8 ms
65 ms
should successfully transfer a single asset between wallets (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully transfer a single asset between wallets (x20 times)
CodSpeed Performance Gauge
0%
61.9 ms
62.2 ms
should successfully perform a batch transfer (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully perform a batch transfer (x20 times)
CodSpeed Performance Gauge
0%
59.5 ms
59.8 ms
should successfully get transaction cost estimate for a single contract call (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single contract call (x20 times)
CodSpeed Performance Gauge
-1%
27.4 ms
27.6 ms

Commits

Click on a commit to change the comparison range
Base
master
670a50d
-21%
using let for heap types
54af3cc
3 months ago
by Torres-ssf
0%
rename vec_32_from
fa6e12a
3 months ago
by Torres-ssf
-4%
rename some functions
e2cb4cc
3 months ago
by Torres-ssf
+4%
rename types_option_geo
33dd29d
3 months ago
by Torres-ssf
0%
type_struct_external
15453dc
3 months ago
by Torres-ssf
-4%
rename contract abi
dd7108d
3 months ago
by Torres-ssf
+4%
add test for types_struct_with_implicit_generics
7687b3a
3 months ago
by Torres-ssf
0%
unskip test
6de8b99
3 months ago
by Torres-ssf
-8%
fixing some tests
2dd95c5
3 months ago
by Torres-ssf
-1%
fix multi_arg_b256_bool fn and its test
cbd8b13
3 months ago
by Torres-ssf
+6%
unskip multi_arg_vector_vector
f8e8d7a
3 months ago
by Torres-ssf
+4%
unskip multi_arg_struct_vector
d9b30d2
3 months ago
by Torres-ssf
-39%
add test for multi_arg_u64_struct
f54a2a2
3 months ago
by Torres-ssf
+35%
add test for multi_arg_str_str
978ad9b
3 months ago
by Torres-ssf
0%
add test for multi_arg_u32_vector_vector
eef5009
3 months ago
by Torres-ssf
+4%
add test case
db4a6c0
3 months ago
by Torres-ssf
+163%
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into ps/chore/add-full-abi-coder-tests
4b4f912
2 months ago
by petertonysmith94
-142%
chore: fix typegen tests
d639b0a
2 months ago
by petertonysmith94
0%
chore: fixed typegen tests
5528237
2 months ago
by petertonysmith94
0%
Merge remote-tracking branch 'origin' into ps/chore/add-full-abi-coder-tests
79ebaf4
2 months ago
by petertonysmith94
-2%
Merge branch 'master' into ps/chore/add-full-abi-coder-tests
37d7389
1 month ago
by Torres-ssf
+2%
chore: remove changes to `abi-typegen`
5a11927
1 month ago
by petertonysmith94
-13%
Merge branch 'master' into ps/chore/add-full-abi-coder-tests
7061d2f
1 month ago
by Torres-ssf
+15%
chore: forc format
f01f9ca
1 month ago
by petertonysmith94
-2%
feat: added tests for logs + function properties
8b1d83a
1 month ago
by petertonysmith94
0%
Merge branch 'master' into ps/chore/add-full-abi-coder-tests
7903a83
1 month ago
by Torres-ssf
0%
Merge branch 'master' into ps/chore/add-full-abi-coder-tests
1c4744c
1 month ago
by maschad
0%
Merge branch 'master' into ps/chore/add-full-abi-coder-tests
176867e
1 month ago
by Torres-ssf
-14%
chore: enable browser tests for abi-coder test
f139734
1 month ago
by petertonysmith94
+15%
Merge branch 'master' into ps/chore/add-full-abi-coder-tests
28804cf
1 month ago
by petertonysmith94
Home Terms PrivacyDocs