Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Repo that contains Dockerfile for Fantom Sonic client

NotificationsYou must be signed in to change notification settings

chainstack/sonic-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repo that contains Dockerfile for Fantom Sonic client

For Docker image in Sonic Blaze

git clone https://github.com/0xsoniclabs/sonic.git&&cd sonicgit checkout v2.0.6tee blaze.patch> /dev/null<<EOTdiff --git a/gossip/blockproc/drivermodule/driver_txs.go b/gossip/blockproc/drivermodule/driver_txs.goindex f687af6b..3106d3fa 100644--- a/gossip/blockproc/drivermodule/driver_txs.go+++ b/gossip/blockproc/drivermodule/driver_txs.go@@ -66,7 +66,7 @@ func InternalTxBuilder(statedb state.StateDB) func(calldata []byte, addr common.                if nonce == math.MaxUint64 {                        nonce = statedb.GetNonce(common.Address{})                }-               tx := types.NewTransaction(nonce, addr, common.Big0, 500_000_000, common.Big0, calldata)+               tx := types.NewTransaction(nonce, addr, common.Big0, 75_000_000, common.Big0, calldata)                nonce++                return tx        }EOTgit apply blaze.patchdocker buildx build --platform linux/amd64 -t chainstack/sonic-labs:v2.0.6-testnet.

About

Repo that contains Dockerfile for Fantom Sonic client

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp