Avatar for the FuelLabs user
FuelLabs
fuels-ts
BlogDocsChangelog

feat: ABI parser

#3089
Comparing
ns/feat/abi-parser
(
a2f0004
) with
np/feat/abi-refactor
(
1390116
)
CodSpeed Performance Gauge
-17%
Improvements
0
Regressions
1
Untouched
17
New
0
Dropped
0
Ignored
0

Benchmarks

Failed

should successfully conduct a custom transfer between wallets (x20 times)Regression
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully conduct a custom transfer between wallets (x20 times)
CodSpeed Performance Gauge
-17%
99.4 ms
120 ms

Passed

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
+4%
47.4 ms
45.4 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
+1%
63.5 ms
63 ms
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
+1%
67.5 ms
67.1 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%
57.9 ms
57.6 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%
31.8 ms
31.7 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%
18.3 ms
18.3 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%
24.6 ms
24.6 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
Instantiate a new Unlocked wallet
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Unlocked wallet
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
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%
406.5 µs
406.6 µs
Instantiate from an address
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from an address
CodSpeed Performance Gauge
0%
389.4 µs
390 µs
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
0%
24.9 ms
24.9 ms
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
0%
68.7 ms
69 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
-1%
101 ms
101.5 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
-1%
64.3 ms
64.8 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
-4%
58 ms
60.3 ms

Commits

Click on a commit to change the comparison range
Base
np/feat/abi-refactor
1390116
-47%
feat: ABI parser
a27c7bd
1 month ago
by nedsalk
+30%
remove unnecessary throw
1b59dda
1 month ago
by nedsalk
-4%
centralize abi cleanup logic
d5df0f1
1 month ago
by nedsalk
+21%
remove rawUntypedPtr from swayTypeMatchers
2fc0a2f
1 month ago
by nedsalk
-13%
Merge branch 'np/feat/abi-refactor' into ns/feat/abi-parser
ff16608
1 month ago
by nedsalk
+12%
rename method
48d2a8b
1 month ago
by nedsalk
+99%
Update cleanup-abi.ts
0c6b359
1 month ago
by nedsalk
-116%
Update cleanup-abi.ts
b4d6766
1 month ago
by nedsalk
0%
refactor abi type mappers
c4ed9d8
1 month ago
by nedsalk
+17%
refactor into using maps for types
3de5f80
1 month ago
by nedsalk
0%
refactor from array of tuples into `Map`
a307df1
1 month ago
by nedsalk
0%
rename variables
804feb1
1 month ago
by nedsalk
0%
refactorings, comments
b6c5936
1 month ago
by nedsalk
-17%
split test up into multiple tests
a2f0004
1 month ago
by nedsalk
Home Terms PrivacyDocs