v2.1.0 (2019-07-24)
Released packages
- lisk-sdk@2.1.0
- lisk-framework@0.2.0
- lisk-elements@2.2.0
- @liskhq/lisk-client@2.2.0
- @liskhq/lisk-transactions@2.2.0
Improvements
- Provide a default implementation of the prepare step in BaseTransaction #3730
- Create README for custom transactions #3164
- API doesn't allow transactions with type higher than 7 #3515
- Update BaseTransaction validation in framework #3877
- Maximum limit for transaction type disallows custom transactions #3536
All the issues
Closed Issues
- Chai-as-promised assertions are giving false positives #3956
- Bus sockets setup timeout error #3942
- Custom transaction fails to validate if
FEEmember is not defined #3941 - application_config_schema.js not being used and Application/Schema invalid syntax #3939
- Use transaction not transactions in lisk-client readme #3925
- Improve usability of StateStore to get and set new values for accounts #3913
- Update BaseTransaction validation in framework #3877
- Assign and verify transaction fees in Transactions domain #3860
- Add Accounts asset data to the API #3847
- Remove registerTransaction check for extending BaseTransaction #3821
- Add introduction to Alpha SDK functionalities to the README #3743
- Implement create and sign any transaction functionality in Lisk Transactions #3739
- Enable forging on Genesis Delegates while starting Devnet #3734
- Provide a default implementation of the prepare step in BaseTransaction #3730
- Don't assign a transaction type as a private variable #3726
- Modify asset behavior for accounts in Postgres #3717
- Support asset field in BaseTransaction #3697
- Provide default application parameters #3660
- Maximum limit for transaction type disallows custom transactions #3536
- Don’t use transaction type at the time of transaction registration #3523
- Move fee as static property of the transaction implementation #3521
- API doesn't allow transactions with type higher than 7 #3515
init_transactionmodule not extensible to custom transactions #3429- Create README for custom transactions #3164
- Benchmark the framework parameters to suggest its values #3151
Merged pull requests
- Update package lock file #4000 (shuse2)
- Chai-as-promised assertions are giving false positives - Closes #3956 #3963 (yatki)
- Bus sockets timeout - Closes #3942 #3957 (michielmulders)
- Custom transaction fails to validate if
FEEmember is not defined - Closes #3941 #3945 (lsilvs) - Add registerTransaction to README - Closes #3743 #3943 (mitsujutsu)
- application_config_schema.js not being used and Application/Schema invalid syntax - Closes #3939 #3940 (pablitovicente)
- Use transaction not transactions in lisk-client readme - Closes #3925 #3936 (lsilvs)
- Improve usability of StateStore to get and set new values for accounts - Closes #3913 #3921 (lsilvs)
- Functional WS tests failing on release/2.1 branch #3888 (lsilvs)
- Add validation of custom transaction - Closes #3877 #3880 (shuse2)
- Add Accounts asset data to the API - Closes #3847 #3879 (pablitovicente)
- Remove BaseTransaction extension requirement #3822 (mitsujutsu)
- Introduce peer populator - Closes #3648 #3764 (diego-G)
- Remove type requirement from register transaction - Closes #3523 #3756 (mitsujutsu)
- Provide a default implementation of the prepare step in BaseTransaction - Closes #3730 #3744 (MaciejBaj)
- Enable forging on Genesis Delegates while starting devnet - Closes #3734 #3740 (MaciejBaj)
- Create README for custom transactions - Closes #3164 #3735 (MaciejBaj)
- Move the type check from validateAsset to validate as a static field - Closes #3726 #3727 (MaciejBaj)
- Support {} behavior for asset field accounts - Closes #3717 #3719 (michielmulders)
- Support asset field in BaseTransaction - Closes #3697 #3698 (MaciejBaj)
- Provide default application parameters - Closes #3660 #3663 (MaciejBaj)
- Refactor init_transaction DB read into elements - Closes #3429 #3501 (mitsujutsu)