BitShares Forum
		Main => General Discussion => Topic started by: tonyk on November 10, 2015, 05:04:55 am
		
			
			- 
				Where are the vote-able BTS blockchain parameters explained ? 
Link?
"parameters": 
1,2,4,19,27 in particular?
cleyop, bitcrab? [I will not ask BM, cause he is as responsive as BTS v0.x.0 client] any committee candidate?
			 
			
			- 
				https://github.com/cryptonomex/graphene/blob/master/libraries/chain/include/graphene/chain/protocol/chain_parameters.hpp
			
 
			
			- 
				
https://github.com/cryptonomex/graphene/blob/master/libraries/chain/include/graphene/chain/protocol/chain_parameters.hpp
Thanks man. The fees themselves seem to not be defined there though.
			 
			
			- 
				
https://github.com/cryptonomex/graphene/blob/master/libraries/chain/include/graphene/chain/protocol/chain_parameters.hpp
Thanks man. The fees themselves seem to not be defined there though.
Presumably, they're in the blockchain somewhere?
			 
			
			- 
				
https://github.com/cryptonomex/graphene/blob/master/libraries/chain/include/graphene/chain/protocol/chain_parameters.hpp
Thanks man. The fees themselves seem to not be defined there though.
The first element (fee_schedule) contains the fees for every operation.
https://github.com/cryptonomex/graphene/blob/master/libraries/chain/include/graphene/chain/protocol/fee_schedule.hpp
			 
			
			- 
				This is a proposal. I want to know how a committee member finds out what parameters 0 to 42  actually mean.
"new_parameters": {
    "current_fees": {
      "parameters": [
        [
          0,
          {
            "fee": 2000000,
            "price_per_kbyte": 1000000
          }
        ],
        [
          1,
          {
            "fee": 500000
          }
        ],
        [
          2,
          {
            "fee": 0
          }
        ],
        [
          3,
          {
            "fee": 2000000
          }
        ],
        [
          4,
          {
          }
        ],
        [
          5,
          {
            "basic_fee": 9500000,
            "premium_fee": 200000000,
            "price_per_kbyte": 100000
          }
        ],
        [
          6,
          {
            "fee": 1000000,
            "price_per_kbyte": 100000
          }
        ],
        [
          7,
          {
            "fee": 300000
          }
        ],
        [
          8,
          {
            "membership_annual_fee": 200000000,
            "membership_lifetime_fee": 1000000000
          }
        ],
        [
          9,
          {
            "fee": 50000000
          }
        ],
        [
          10,
          {
            "symbol3": "50000000000",
            "symbol4": "13000000000",
            "long_symbol": 250000000,
            "price_per_kbyte": 10
          }
        ],
        [
          11,
          {
            "fee": 1000000,
            "price_per_kbyte": 100000
          }
        ],
        [
          12,
          {
            "fee": 50000000
          }
        ],
        [
          13,
          {
            "fee": 50000000
          }
        ],
        [
          14,
          {
            "fee": 2000000,
            "price_per_kbyte": 100000
          }
        ],
        [
          15,
          {
            "fee": 2000000
          }
        ],
        [
          16,
          {
            "fee": 100000
          }
        ],
        [
          17,
          {
            "fee": 10000000
          }
        ],
        [
          18,
          {
            "fee": 50000000
          }
        ],
        [
          19,
          {
            "fee": 5000
          }
        ],
        [
          20,
          {
            "fee": 500000000
          }
        ],
        [
          21,
          {
            "fee": 2000000
          }
        ],
        [
          22,
          {
            "fee": 2000000,
            "price_per_kbyte": 10
          }
        ],
        [
          23,
          {
            "fee": 100000,
            "price_per_kbyte": 10
          }
        ],
        [
          24,
          {
            "fee": 100000
          }
        ],
        [
          25,
          {
            "fee": 100000
          }
        ],
        [
          26,
          {
            "fee": 2000000
          }
        ],
        [
          27,
          {
            "fee": 0,
            "price_per_kbyte": 10
          }
        ],
        [
          28,
          {
            "fee": 500000000
          }
        ],
        [
          29,
          {
            "fee": 100000
          }
        ],
        [
          30,
          {
            "fee": 100000
          }
        ],
        [
          31,
          {
            "fee": 2000000
          }
        ],
        [
          32,
          {
            "fee": 500000000
          }
        ],
        [
          33,
          {
            "fee": 100000
          }
        ],
        [
          34,
          {
            "fee": 100000
          }
        ],
        [
          35,
          {
            "fee": 100000,
            "price_per_kbyte": 10
          }
        ],
        [
          36,
          {
            "fee": 2000000
          }
        ],
        [
          37,
          {
          }
        ],
        [
          38,
          {
            "fee": 500000,
            "price_per_kbyte": 10
          }
        ],
        [
          39,
          {
            "fee": 1000000,
            "price_per_output": 1000000
          }
        ],
        [
          41,
          {
            "fee": 1000000
          }
        ]
      ],
      "scale": 20000
    },
			 
			
			- 
				Tonyk, those numbers are operation numbers.
0   = transfer_operation
41 = transfer_from_blind_operation
https://github.com/cryptonomex/graphene/blob/f85dec1c23f6bf9259ad9f15311b2e4aac4f9d44/libraries/chain/include/graphene/chain/protocol/operations.hpp
			 
			
			- 
				Great job ElMato!
			
 
			
			- 
				4,8,15,16,23,42.
:D
			 
			
			- 
				Hacked the proposal page to show labels in the parameter dump:
http://cryptofresh.com/p/1.10.11