Commit graph

14862 commits

Author SHA1 Message Date
Ferran Borreguero
3d1bbf184e
Merge pull request #25 from flashbots/feature/onfly-sessions
Add on-the-fly sessions for specific endpoints
2024-03-15 08:18:49 +00:00
Ferran Borreguero
287a1071ac
Merge pull request #24 from flashbots/feature/builder-api-balance
Add GetBalance endpoint
2024-03-15 08:18:33 +00:00
Ferran Borreguero
ad0884661d Fix merge issue 2024-03-14 14:58:12 +00:00
Ferran Borreguero
99201b81dd Merge branch 'main' into feature/onfly-sessions 2024-03-14 14:49:31 +00:00
Ferran Borreguero
cf687c0379 Merge conflicts 2024-03-14 14:49:02 +00:00
Ferran Borreguero
389d537304
Merge pull request #20 from flashbots/fix/port-upstream-29023
core/vm, params: ensure order of forks, prevent overflow
2024-03-14 14:46:17 +00:00
Ferran Borreguero
cc6ed53edd
Merge pull request #21 from allnil/fix/fix-devenv-docker-compose
FIX: fix docker compose so example tests successfully pass
2024-03-14 14:45:49 +00:00
Ferran Borreguero
cebeb5dad1
Merge pull request #23 from jinmel/add_bundle
adds AddTransactions, AddBundle, AddBundles to the builder API
2024-03-14 14:45:33 +00:00
Ferran Borreguero
96a877ef94 Add on-the-fly sessions for specific endpoints 2024-03-14 12:56:44 +00:00
Ferran Borreguero
786d4b9d5c Add GetBalance endpoint 2024-03-14 12:44:13 +00:00
Jinsuk Park
0b871ae9fd
Remove AddBundle from api 2024-03-13 10:49:38 -07:00
Jinsuk Park
80d21f6c44
verify state by balance 2024-03-12 18:54:35 -07:00
Jinsuk Park
32064fbf3d
check env after failed bundle inclusion 2024-03-12 16:59:35 -07:00
Jinsuk Park
8d856b98ac
populate egp field 2024-03-12 16:36:51 -07:00
Jinsuk Park
acb8edda00
fix lint error 2024-03-12 16:23:36 -07:00
Jinsuk Park
80ec7dcf02
adds AddTransactions, AddBundle, AddBundles to the builder API 2024-03-12 16:17:47 -07:00
n.medvedev
f52c111064 fix docker compose so example tests successfully pass 2024-03-07 18:35:19 +00:00
Anton Bronnikov
ee8f1346f4
core/vm, params: ensure order of forks, prevent overflow 2024-03-06 22:56:10 +02:00
Ferran Borreguero
d20d30c753
Merge pull request #13 from flashbots/feature/e2e-block-building-builderapi
Leverage miner to do block building for the builder API
2024-02-29 17:52:49 +00:00
Ferran Borreguero
2cd097dffb Expose Bid as function 2024-02-22 12:40:41 +00:00
Ferran Borreguero
1652002fad More fixes 2024-02-22 12:25:02 +00:00
Ferran Borreguero
84f5a665b7 Add more changes 2024-02-22 11:45:21 +00:00
Ferran Borreguero
2f8a64eab0 Use deterministic mnemoinic for dev chain 2024-02-21 11:13:17 +00:00
Ferran Borreguero
798d625a6d Improve things 2024-02-21 10:38:29 +00:00
Ferran Borreguero
1a5fe3fec1 Add Bid method 2024-02-15 11:50:05 +00:00
Ferran Borreguero
f338f50c30 Fix tests 2024-02-15 11:15:04 +00:00
Ferran Borreguero
977f127c33 Address feedback 2024-02-15 11:11:22 +00:00
Ferran Borreguero
124d217e16 Merge branch 'main' into feature/e2e-block-building-builderapi 2024-02-15 11:09:30 +00:00
Louis Thibault
d0a8120c8a
Merge pull request #17 from eden-network/dancun_beacon_root
Fix Dancun changes
2024-02-14 17:06:19 +01:00
halo3mic
33e34d7019 merge to main 2024-02-14 15:57:10 +00:00
Ferran Borreguero
75ecca1bea
Merge pull request #16 from flashbots/ci/update-go-1.22
Update CI to use go1.22. Remove go1.20 (EOL).
2024-02-14 15:52:29 +00:00
Louis Thibault
9823ebebd0 Update CI to use go1.22. Remove go1.20 (EOL). 2024-02-14 10:40:48 -05:00
Louis Thibault
8f45137bea
Merge pull request #15 from flashbots/fix/SUAVE-236-deuce
Set beaconRoot in block header field
2024-02-14 16:22:55 +01:00
Louis Thibault
4b6f39ee25 Pass beacon root from build args to block header. 2024-02-14 10:07:56 -05:00
Louis Thibault
46dd095ac1 Remove codegen header from suave_structs.go 2024-02-14 10:03:13 -05:00
Louis Thibault
eba795de5c Add beacon root to types.BuildBlockArgs. 2024-02-14 10:02:51 -05:00
halo3mic
c812ada6fd optional external extra field 2024-02-14 06:06:09 +00:00
halo3mic
25507e068a bb: add ParentBeaconBlockRoot param to BuildBlockArgs 2024-02-14 03:33:10 +00:00
Ferran Borreguero
dd1a5901d4 Add more stuff 2024-02-12 12:32:33 +00:00
Ferran Borreguero
733df027e9 Build block? 2024-02-07 09:32:46 +00:00
Ferran Borreguero
7d72612dbb Add args to newSession 2024-02-07 09:09:46 +00:00
Ferran Borreguero
93ef61bfad Add method to include Bundles 2024-02-07 09:06:24 +00:00
Anton
9b2bee565d
Merge pull request #12 from flashbots/feat/multiplatform-docker-images
Build multiplatform docker images (`amd64` + `arm64`)
2024-02-05 15:33:01 +02:00
Louis Thibault
4ba5e17332
Merge pull request #11 from flashbots/feat/suave-geth-image
Add integration tests.
2024-02-01 22:38:53 +01:00
Louis Thibault
2c7940f9d8 Add integration testing to CI pipeline. 2024-02-01 16:28:25 -05:00
Anton Bronnikov
cc7218a77e
[hack] allow kurtosis to use suave-execution-geth in geth's stead 2024-02-01 20:32:03 +02:00
Anton Bronnikov
cc9adebb5f
[feat] build multiplatform docker images (amd64 + arm64) 2024-02-01 16:03:20 +02:00
Louis Thibault
11c9f7df46 On second thought, remove build stage. 2024-01-31 16:37:35 -05:00
Louis Thibault
f0217995f2 Fix docker-compose.yml 2024-01-31 16:25:53 -05:00
Louis Thibault
eb332cd7ef Add devenv stage to CI pipeline. 2024-01-31 16:24:24 -05:00