Avatar for the FuelLabs user
FuelLabs
fuels-ts
BlogDocsChangelog

docs: proxy contract cookbook

#3253Merged
Comparing
db/chore/manual-proxy-contracts
(
f46fc0c
) with
master
(
165c49c
)
CodSpeed Performance Gauge
-1%
Improvements
0
Regressions
0
Untouched
18
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

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
+1%
49.7 ms
49 ms
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
+1%
415.5 µs
409.8 µs
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
+1%
60.4 ms
59.6 ms
Instantiate from an address
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from an address
CodSpeed Performance Gauge
+1%
586.5 µs
579.9 µs
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
+1%
45.9 ms
45.6 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
0%
67.3 ms
67 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 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.3 ms
61.2 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%
65.4 ms
65.4 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.8 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
0%
101.5 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
0%
65.9 ms
66.1 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
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
-2%
71.1 ms
72.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
-5%
31.4 ms
33 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
-6%
24.4 ms
26.1 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
-8%
18.2 ms
19.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
-8%
25.3 ms
27.5 ms

Commits

Click on a commit to change the comparison range
Base
master
165c49c
-21%
docs: cookbook for manually deploying and upgrading a proxy
73b1bb1
3 months ago
by danielbate
+21%
chore: add missing test groups
0e795f7
2 months ago
by danielbate
+2%
chore: changeset
36c0e24
2 months ago
by danielbate
0%
chore: update changeset
238fd5b
2 months ago
by danielbate
0%
Merge branch 'db/chore/manual-proxy-contracts' of https://github.com/FuelLabs/fuels-ts into db/chore/manual-proxy-contracts
8a79ee2
2 months ago
by danielbate
-4%
chore: update doc Co-authored-by: Dhaiwat <dhaiwatpandya@gmail.com>
360b704
2 months ago
by danielbate
0%
chore: update doc Co-authored-by: Dhaiwat <dhaiwatpandya@gmail.com>
d7c0b0c
2 months ago
by danielbate
0%
chore: update doc Co-authored-by: Dhaiwat <dhaiwatpandya@gmail.com>
445c93c
2 months ago
by danielbate
+2%
Merge branch 'master' into db/chore/manual-proxy-contracts
914bc01
2 months ago
by danielbate
-1%
Merge branch 'master' into db/chore/manual-proxy-contracts
67d9433
2 months ago
by Torres-ssf
-1%
docs: use src 14 commit hash for doc
8f9c67c
2 months ago
by danielbate
-1%
chore: fix test region
93b0472
2 months ago
by danielbate
+2%
multilning doc comments
2290e74
2 months ago
by Torres-ssf
0%
moving snippet to another place
b966a26
2 months ago
by Torres-ssf
+1%
Merge branch 'master' into db/chore/manual-proxy-contracts
e1c676a
2 months ago
by Torres-ssf
+1%
Merge branch 'master' into db/chore/manual-proxy-contracts
4c5f549
2 months ago
by Torres-ssf
-32%
Merge branch 'master' into db/chore/manual-proxy-contracts
3eccadc
2 months ago
by Torres-ssf
+32%
chore: fix toml
6abfd3b
1 month ago
by danielbate
-1%
chore: further snippet migration
28df5eb
25 days ago
by danielbate
0%
chore: fix build script
f0066a5
25 days ago
by danielbate
+2%
chore: changeset
fd7885e
25 days ago
by danielbate
0%
chore: lint
b9af2a9
25 days ago
by danielbate
-55%
chore: lint
eaf5064
25 days ago
by danielbate
+53%
chore: update changeset
36037ac
25 days ago
by danielbate
+1%
chore: update changeset
bcee8b0
25 days ago
by danielbate
0%
chore: revert changeset
8c50f3d
24 days ago
by danielbate
-1%
chore: lint
e6327be
24 days ago
by danielbate
+1%
chore: ignore linters
f6545e6
24 days ago
by danielbate
-2%
Merge branch 'master' into db/chore/manual-proxy-contracts
67441b1
24 days ago
by danielbate
+2%
Merge branch 'db/chore/manual-proxy-contracts' of https://github.com/FuelLabs/fuels-ts into db/chore/manual-proxy-contracts
970d19f
24 days ago
by danielbate
0%
chore: readme updates Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
8653567
24 days ago
by danielbate
-1%
chore: update doc Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
b24ccef
24 days ago
by danielbate
0%
Merge branch 'db/chore/manual-proxy-contracts' of https://github.com/FuelLabs/fuels-ts into db/chore/manual-proxy-contracts
a0df28b
24 days ago
by danielbate
0%
chore: make private Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
29c1e72
23 days ago
by danielbate
+2%
chore: retrieve slots from factory Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
ea30938
23 days ago
by danielbate
-2%
chore: lint
b0029bd
23 days ago
by danielbate
0%
chore: simplify readme
50eee30
23 days ago
by danielbate
+28%
chore: revert private change
5a9ad21
23 days ago
by danielbate
-28%
chore: improve doc Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
dce8677
23 days ago
by danielbate
0%
chore: improve doc Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
f46fc0c
23 days ago
by danielbate
Home Terms PrivacyDocs