Skip to content

Commit

Permalink
casper-test 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Feb 15, 2022
1 parent e0b1530 commit e64d829
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 385 deletions.
2 changes: 1 addition & 1 deletion casper-node_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.4-6962edb3d-casper-mainnet
1.0.0-31d7de47
218 changes: 0 additions & 218 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,224 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[comment]: <> (Security: in case of vulnerabilities)


## 1.4.4 - 3264
### casper-node 1.4.4-6962edb3d-casper-mainnet

## Changed
* chainspec.toml
* protocol
* version
* activation_point


## 1.4.3 - 2940
### casper-node 1.4.3-a44bed1fd-casper-mainnet

## Changed
* chainspec.toml
* protocol
* version
* activation_point
* wasm
* max_stack_height


## 1.4.2 - 2736
### casper-node 1.4.2-930a43774-casper-mainnet

## Added
* chainspec.toml
* core
* max_runtime_call_stack_height

## Changed
* chainspec.toml
* protocol
* version
* activation_point
* wasm
* host_function_costs
* transfer_from_purse_to_account
* transfer_to_account
* config-example.toml
* contract_runtime
* max_global_state_size



## 1.4.1 - 2400
### casper-node 1.4.1-dd260c86a-casper-mainnet

## Added
* global_state.toml
* chainspec.toml
* core
* max_associated_keys
* config-example.toml
* consensus
* highway
* log_synchronizer_interval
* max_request_batch_size
* network
* estimator_weights
* contract_runtime
* enable_manual_sync

## Changed
* chainspec.toml
* protocol
* version
* activation_point
* core
* round_seigniorage_rate
* highway
* minimum_round_exponent
* maximum_round_exponent
* deploys
* block_max_deploy_count
* block_max_transfer_count
* wasm
* host_function_costs
* create_purse
* system_costs
* wasmless_transfer_cost
* mint_costs
* mint
* create
* config-example.toml
* consensus
* highway
* pending_vertex_timeout from 15min to 30min
* standstill_timeout from 15min to 30min

## Removed
* config-example.toml
* consensus
* highway
* shutdown_on_standstill

## 1.3.4 - 2005
### casper-node 1.3.4-0d28d49

### Changed
* chainspec.toml
* protocol
* version
* activation_point
* config-example.toml
* consensus
* highway
* pending_vertex_timeout from 30min to 15min
* standstill_timeout from 30min to 15min


## 1.3.2 - 1418
### casper-node 1.3.2-e2027dbe9

### Changed
* chainspec.toml
* protocol
* version
* activation_point


## 1.3.1 - 1346
### casper-node 1.3.1-10ed44340

## Added
* config-example.toml
* consensus
* highway
* shutdown_on_standstill = true
* network
* max_outgoing_byte_rate_non_validators
* max_incoming_message_rate_non_validators
* storage
* enable_mem_deduplication
* mem_pool_prune_interval
* linear_chain_sync
* sync_timeout

## Changed
* chainspec.toml
* protocol
* version
* activation_point
* config-example.toml
* consensus
* highway
* standstill_timeout from 5min to 30min
* event_stream_server
* qps_limit changed to max_concurrent_subscribers


## 1.2.1 - 1143
### casper-node 1.2.1-b7802f4

### Changed
* chainspec.toml
* protocol
* version
* activation_point


## 1.2.0 - 490
### casper-node 1.2.0-58912c93

## Added
* config-example.toml
* consensus
* highway
* standstill_timeout
* log_participation_interval
* log_unit_sizes
* max_requests_for_vertex
* round_success_meter
* num_rounds_to_consider
* num_rounds_slowdown
* num_rounds_speedup
* acceleration_parameter
* acceleration_ftt

## Changed
* chainspec.toml
* protocol
* version
* activation_point


## 1.1.2 - 388
### casper-node 1.1.2-a2679a4f

### Changed
* chainspec.toml
* protocol
* version
* activation_point


## 1.1.0 - 166
### casper-node 1.1.1-874c2db4

### Added
* chainspec.toml
* network
* maximum_net_message_size
* deploys
* max_deploy_size

### Changed
* chainspec.toml
* protocol
* version
* hard_reset set to true
* activation_point
* system_costs
* auction_costs
* add_bid set to 2_500_000_000
* delegate set to 2_500_000_000


## 1.0.0 - 2021-04-08T17:00:00Z
### casper-node 1.0.0-31d7de47

Expand Down
27 changes: 27 additions & 0 deletions config/accounts.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[[accounts]]
public_key = "018afa98ca4be12d613617f7339a2d576950a2f9a92102ca4d6508ee31b54d2c02"
balance = "9999995600000000000"

[[accounts]]
public_key = "0106ca7c39cd272dbf21a86eeb3b36b7c26e2e9b94af64292419f7862936bca2ca"
balance = "100000000000"

[accounts.validator]
bonded_amount = "1000000000000"
delegation_rate = 10

[[accounts]]
public_key = "017d96b9a63abcb61c870a4f55187a0a7ac24096bdb5fc585c12a686a4d892009e"
balance = "100000000000"

[accounts.validator]
bonded_amount = "1000000000000"
delegation_rate = 10

[[accounts]]
public_key = "016f6ed70e4a5acec750dc087674e5de2ad7b6d9595945c4059c5ca1a47d4dd3ab"
balance = "1100000000000"

[[accounts]]
public_key = "01fddc7e47ac36a240007eba368e417dd52d824026fb9baaa1454817993ce985ea"
balance = "1100000000000"
Loading

0 comments on commit e64d829

Please sign in to comment.