mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add CollatorNode and make validators request blocks from it
This commit is contained in:
parent
996c23e506
commit
53270a00e6
25 changed files with 577 additions and 33 deletions
|
@ -739,6 +739,10 @@ _ OracleBridgeParams = ConfigParam 71; // Ethereum bridge
|
|||
_ OracleBridgeParams = ConfigParam 72; // Binance Smart Chain bridge
|
||||
_ OracleBridgeParams = ConfigParam 73; // Polygon bridge
|
||||
|
||||
// Set of collators: each collator is (workchain:int32 shard:int64 adnl_id:int256)
|
||||
colator_set#a0 collators:(HashmapE 352 Unit) = CollatorSet;
|
||||
_ CollatorSet = ConfigParam 81;
|
||||
|
||||
//
|
||||
// PROOFS
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue