Jiri Vestfal
Jiri Vestfal
- "max_wasm_code_size" needs to be removed from genesis.json
Rewritten devgensis.sh to devgenesis.py - Added removal of max_wasm_code_size - Added custom voting period - Added local validator account funding - Added custom chain id ``` usage: devgenesis.py [-h] [--home_path...
## Proposed changes Describe the changes here. ## Issues Links to any issues resolved. ## Types of changes What types of changes does your code introduce? _Put an `x` in...
### Prerequisites - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and made sure this feature does not already exist. - [X] I checked the [existing issues](https://github.com/fetchai/cosmpy/issues) to make sure this feature has...
`_parse_tx_response` removes duplicate keys like `_contract_address`, `action`. This usually happens when we execute one contract from another. Example: ``` [events { type: "execute" attributes { key: "_contract_address" value: "fetch1k62phyzy5c6fzzkl47q2ervqxgja8rphcrmqt9" }...
## Proposed changes Describe the changes here. ## Issues Links to any issues resolved. ## Types of changes What types of changes does your code introduce? _Put an `x` in...
## Proposed Changes _[describe the changes here...]_ ## Linked Issues _[if applicable, add links to issues resolved by this PR]_ ## Types of changes _What type of change does this...