Skip to content

Commit

Permalink
fix: en_7 recommendations... (#1749)
Browse files Browse the repository at this point in the history
* fix: fr9 recommendations

* fix: en_1 recommendations

* fix: en_1 recommendations

* fix: en_2 recommendations...

* fix: en_2 recommendations...

* fix: en_7 recommendations...

* fix: en_7 recommendations...

* fix: n_7 recommandations

* fix: n_7 recommandations

* Merge branch 'main' into 1656-fr9

* Merge branch '1661-en_2' into 1662-en_7

* fix: EN_7

* fix: EN_7

* fix: EN_7

---------

Co-authored-by: Fabio Rigamonti <73019897+fabiorigam@users.noreply.github.com>

(cherry picked from commit f52a556)
  • Loading branch information
lucanicoladebiasi committed Feb 5, 2025
1 parent c970688 commit c3b0ac3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages/network/src/thor-client/blocks/blocks-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ class BlocksModule {
addresses.add(clause.to);
}
});
addresses.add(transaction.delegator);
addresses.add(transaction.gasPayer);
addresses.add(transaction.origin);
transaction.outputs.forEach((output) => {
Expand Down
5 changes: 0 additions & 5 deletions packages/network/src/thor-client/blocks/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ interface TransactionsExpandedBlockDetail {
*/
origin: string;

/**
* Delegator associated with the transaction.
*/
delegator: string;

/**
* Nonce value for preventing replay attacks.
*/
Expand Down
4 changes: 0 additions & 4 deletions packages/network/tests/thor-client/blocks/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ const expandedBlockDetailFixture: ExpandedBlockDetail = {
gasPriceCoef: 255,
gas: 253631,
origin: '0xa416bdda32b00e218f08ace220bab512c863ff2f',
delegator: '',
nonce: '0x2603c69707b46b55',
dependsOn: '',
size: 365,
Expand Down Expand Up @@ -380,7 +379,6 @@ const expandedBlockDetailFixture: ExpandedBlockDetail = {
gasPriceCoef: 128,
gas: 29000,
origin: '0xbeae4bef0121f11d269aedf6adb227259d4314ad',
delegator: '0xbeae4bef0121f11d269aedf6adb227259d4314ad',
nonce: '0x33f2b93',
dependsOn: '',
size: 200,
Expand Down Expand Up @@ -419,7 +417,6 @@ const expandedBlockDetailFixture: ExpandedBlockDetail = {
gasPriceCoef: 10,
gas: 31990,
origin: '0x95fe74d1ae072ee45bdb09879a157364e5341565',
delegator: '',
nonce: '0x4b129bf90751676e',
dependsOn: '',
size: 193,
Expand All @@ -445,7 +442,6 @@ const expandedBlockDetailFixture: ExpandedBlockDetail = {
gasPriceCoef: 0,
gas: 21000,
origin: '0x9a107a75cff525b033a3e53cadafe3d193b570ec',
delegator: '',
nonce: '0x7bced3146d8fb8fc',
dependsOn: '',
size: 131,
Expand Down

0 comments on commit c3b0ac3

Please sign in to comment.