Skip to content

Commit f955465

Browse files
author
nathanieliov
committed
Adjust gas limit configuration across multiple federations and update Union Bridge logic in tests and deployment files.
1 parent 88acc55 commit f955465

File tree

14 files changed

+127
-40
lines changed

14 files changed

+127
-40
lines changed

config/node-configs/fourth-federation/fed1.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ federator {
1212
gasPrice = 1000
1313
}
1414

15-
targetgaslimit = 10000000
15+
; targetgaslimit = 10000000
16+
; forcegaslimit = true
17+
transaction.accountTxRateLimit.enabled = false
1618
rpc {
1719
modules = [
1820
{

config/node-configs/fourth-federation/fed2.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ federator {
4141
}
4242
}
4343

44-
targetgaslimit = 10000000
44+
; targetgaslimit = 10000000
45+
; forcegaslimit = true
46+
transaction.accountTxRateLimit.enabled = false
4547
rpc {
4648
modules = [
4749
{

config/node-configs/fourth-federation/fed3.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ federator {
4141
}
4242
}
4343

44-
targetgaslimit = 10000000
44+
; targetgaslimit = 10000000
45+
; forcegaslimit = true
46+
transaction.accountTxRateLimit.enabled = false
4547
rpc {
4648
modules = [
4749
{

config/node-configs/genesis-federation/fed1.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ federator {
1212
gasPrice = 1000
1313
}
1414

15-
targetgaslimit = 10000000
15+
targetgaslimit = 7500000
16+
forcegaslimit = true
17+
transaction.accountTxRateLimit.enabled = false
1618
rpc {
1719
modules = [
1820
{

config/node-configs/genesis-federation/fed2.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ federator {
1212
gasPrice = 1000
1313
}
1414

15-
targetgaslimit = 10000000
15+
targetgaslimit = 7500000
16+
forcegaslimit = true
17+
transaction.accountTxRateLimit.enabled = false
1618
rpc {
1719
modules = [
1820
{

config/node-configs/genesis-federation/fed3.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ federator {
1212
gasPrice = 1000
1313
}
1414

15-
targetgaslimit = 10000000
15+
targetgaslimit = 7500000
16+
forcegaslimit = true
17+
transaction.accountTxRateLimit.enabled = false
1618
rpc {
1719
modules = [
1820
{

config/node-configs/second-federation/fed1.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ federator {
1212
gasPrice = 1000
1313
}
1414

15-
targetgaslimit = 10000000
15+
; targetgaslimit = 10000000
16+
; forcegaslimit = true
17+
transaction.accountTxRateLimit.enabled = false
1618
rpc {
1719
modules = [
1820
{

config/node-configs/second-federation/fed2.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ federator {
4141
}
4242
}
4343

44-
targetgaslimit = 10000000
44+
; targetgaslimit = 10000000
45+
; forcegaslimit = true
46+
transaction.accountTxRateLimit.enabled = false
4547
rpc {
4648
modules = [
4749
{

config/node-configs/second-federation/fed3.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ federator {
4141
}
4242
}
4343

44-
targetgaslimit = 10000000
44+
; targetgaslimit = 10000000
45+
; forcegaslimit = true
46+
transaction.accountTxRateLimit.enabled = false
4547
rpc {
4648
modules = [
4749
{

config/node-configs/third-federation/fed1.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ federator {
1212
gasPrice = 1000
1313
}
1414

15-
targetgaslimit = 10000000
15+
; targetgaslimit = 10000000
16+
; forcegaslimit = true
17+
transaction.accountTxRateLimit.enabled = false
1618
rpc {
1719
modules = [
1820
{

0 commit comments

Comments
 (0)