Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Update neo#875

Merged
shargon merged 1 commit intomasterfrom
core-update-neo
Feb 20, 2024
Merged

Update neo#875
shargon merged 1 commit intomasterfrom
core-update-neo

Conversation

@shargon
Copy link
Member

@shargon shargon commented Feb 20, 2024

Related to #874

@shargon shargon marked this pull request as ready for review February 20, 2024 08:24
@shargon shargon merged commit d69f1c9 into master Feb 20, 2024
@shargon shargon deleted the core-update-neo branch February 20, 2024 09:58
@vncoelho
Copy link
Member

I tested here @shargon
It did not solve #874
and also neo-project/neo#3144

@superboyiii
Copy link
Member

@shargon This is not for #874, right? It's not been fixed.

@shargon
Copy link
Member Author

shargon commented Feb 20, 2024

@shargon This is not for #874, right? It's not been fixed.

Please put your config

@superboyiii
Copy link
Member

superboyiii commented Feb 20, 2024

@shargon This is not for #874, right? It's not been fixed.

Please put your config

A normal config, nothing changed.

{
  "PluginConfiguration": {
    "RecoveryLogs": "ConsensusState",
    "IgnoreRecoveryLogs": false,
    "AutoStart": true,
    "Network": 894711888,
    "MaxBlockSize": 2097152,
    "MaxBlockSystemFee": 150000000000
  }
}

@vncoelho
Copy link
Member

vncoelho commented Feb 20, 2024

The plugin is the same as @superboyiii

{
  "ApplicationConfiguration": {
    "Logger": {
      "Path": "Logs",
      "ConsoleOutput": true,
      "Active": true
    },    
    "Storage": {
      "Engine": "LevelDBStore",
      "Path": "Data_LevelDB_{0}"
    },
    "P2P": {
      "Port": 20333,
      "MinDesiredConnections": 10,
      "MaxConnections": 40,
      "MaxConnectionsPerAddress": 10
    },
    "UnlockWallet": {
      "Path": "wallet1.json",
      "Password": "one",
      "IsActive": true
    }
  },
  "ProtocolConfiguration": {
        "Network": 56753,
	"AddressVersion": 53,        
        "MillisecondsPerBlock": 1000,
	"MaxTransactionsPerBlock": 5000,
	"MemoryPoolMaxTransactions": 50000,   
        "MaxTraceableBlocks": 2102400,
    	"Hardforks": {
        	"HF_Aspidochelone": 0,
        	"HF_Basilisk": 0
    	},
	"InitialGasDistribution": 5200000000000000,    	
        "ValidatorsCount": 4,         
        "StandbyCommittee": [
            "035cd1f46ae1428ac1a4d0bb5d53ed89155709f9e767abe839a402349494ad6550",
            "028dbb429339ff85cbf0ca05f6f50a9aa7201138ca6458a5e3c78367f904b89d2f",
            "03bbc4a365248c965200d7957e2575e14e932a04f7e43f834c689bbdcb726c44c3",
            "027fc3235d24b10e0701025b696833f29ea38c9aae80e13b3dd94d00aac9b0d48b"
        ],
        "SeedList": [
            "eco-neo-csharp-node1-running:20333",
            "eco-neo-csharp-node2-running:20334",
            "eco-neo-csharp-node3-running:20335",
            "eco-neo-csharp-node4-running:20336"
        ]
    }
}

@superboyiii
Copy link
Member

storageEngine: "Store"
path: "ConsensusState"
image

@shargon
Copy link
Member Author

shargon commented Feb 20, 2024

storageEngine: "Store" path: "ConsensusState" image

But storageEngine must be LevelDBStore .... 👀

@shargon
Copy link
Member Author

shargon commented Feb 20, 2024

I saw the error

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants