Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eth_SimulateV1 tests #33

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
9abac33
eth_simulateV1
KillariDev Feb 1, 2024
1738dd2
blocknumber fixing
KillariDev Feb 1, 2024
36af01b
fix couple tests
KillariDev Feb 1, 2024
ba86685
test fixes
KillariDev Feb 1, 2024
c33dc3d
blobstuff
KillariDev Mar 8, 2024
64e509c
add blob test, fix basefee
KillariDev Mar 8, 2024
f334f07
make basefee a block override
KillariDev Mar 8, 2024
5be9cb0
max fee testing
KillariDev Mar 8, 2024
c3ba273
set basefee
KillariDev Mar 8, 2024
f4fefba
clean a bit
KillariDev Mar 8, 2024
b9ea809
wrong check
KillariDev Mar 8, 2024
7789f9a
fix one test, make a blob query
KillariDev Mar 29, 2024
9892e11
Merge branch 'lightclient:main' into eth_simulatev1
KillariDev Apr 8, 2024
70b63d3
replace basefee with basefeepergas
KillariDev Apr 10, 2024
e2adae9
Merge branch 'eth_simulatev1' of https://github.com/DarkFlorist/rpcte…
KillariDev Apr 10, 2024
378bcca
disable this for now
KillariDev Apr 10, 2024
8d0c388
eth sends
KillariDev Apr 16, 2024
c35580c
cleanup
KillariDev Apr 16, 2024
d3b181f
add some funds
KillariDev Apr 16, 2024
9ff161e
forgot to remove chain ids
KillariDev Apr 16, 2024
60aeb3c
test fixing
KillariDev May 14, 2024
a51ced1
block number fixes
KillariDev May 14, 2024
1536a89
we expect more outputs nowadays
KillariDev May 14, 2024
4050fd4
add a heavy test to test many things at once
KillariDev May 23, 2024
d042b3c
blocknumber fix
KillariDev May 23, 2024
f51e6c3
don't set gas limit
KillariDev May 23, 2024
a0d8f09
don't move precompile again
KillariDev May 23, 2024
56ff3d2
no need this var
KillariDev May 23, 2024
e9ce712
base fee adjusting
KillariDev Jun 10, 2024
7c23f74
add more balance
KillariDev Jun 10, 2024
03893e3
add a test
KillariDev Jun 13, 2024
bb471f6
give more balance
KillariDev Jun 13, 2024
a8b3c6f
add returnFullTransactions
KillariDev Aug 16, 2024
8ff2be3
basefee fixes
KillariDev Aug 16, 2024
9f9efb6
moer gas money
KillariDev Aug 16, 2024
e3c5afc
couple tests
KillariDev Aug 19, 2024
5e0c2dc
remove empty tests
KillariDev Aug 19, 2024
4852085
remove other test as well
KillariDev Aug 19, 2024
5ced4cb
add tests back
KillariDev Aug 20, 2024
819c6b0
empty blocks with numbers set
KillariDev Aug 20, 2024
3725e42
allow errors to be generated
KillariDev Aug 20, 2024
c8f8426
use slices
KillariDev Dec 3, 2024
ee18583
Merge branch 'lightclient:main' into eth_simulatev1
KillariDev Feb 17, 2025
00be458
fix tests
KillariDev Feb 17, 2025
e1de81a
test fixes
KillariDev Feb 17, 2025
f344d1d
don't use fixed block numbers
KillariDev Feb 20, 2025
1b30281
fix tests
KillariDev Feb 20, 2025
084bc66
fix block numbers
KillariDev Feb 21, 2025
d1de08e
fix typo
KillariDev Feb 21, 2025
2a2ef48
add blocknumber increment test
KillariDev Feb 21, 2025
f391b6f
fix timestamps
KillariDev Feb 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forgot to remove chain ids
KillariDev committed Apr 16, 2024
commit 9ff161ed5f7bc0655d60f3a78b0f8391f1997f69
7 changes: 0 additions & 7 deletions testgen/generators.go
Original file line number Diff line number Diff line change
@@ -4019,7 +4019,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(101),
Nonce: getUint64Ptr(6),
ChainID: *newRPCBalance(1),
},
{
From: &common.Address{0xc0},
@@ -4031,7 +4030,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(102),
Nonce: getUint64Ptr(7),
ChainID: *newRPCBalance(1),
},
{
From: &common.Address{0xc0},
@@ -4043,7 +4041,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(103),
Nonce: getUint64Ptr(8),
ChainID: *newRPCBalance(1),
},
{
From: &common.Address{0xc0},
@@ -4055,7 +4052,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(104),
Nonce: getUint64Ptr(9),
ChainID: *newRPCBalance(1),
},
{
From: &common.Address{0xc0},
@@ -4067,7 +4063,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(105),
Nonce: getUint64Ptr(10),
ChainID: *newRPCBalance(1),
},
{
From: &common.Address{0xc0},
@@ -4079,7 +4074,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(106),
Nonce: getUint64Ptr(11),
ChainID: *newRPCBalance(1),
},
{
From: &common.Address{0xc1},
@@ -4091,7 +4085,6 @@ var EthSimulateV1 = MethodTests{
MaxFeePerBlobGas: *newRPCBalance(0),
Value: *newRPCBalance(106),
Nonce: getUint64Ptr(1),
ChainID: *newRPCBalance(1),
},
},
}},