You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: erdpy/CHANGELOG.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes will be documented in this file.
4
4
5
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
6
7
+
## [1.0.18] - 14.09.2021
8
+
- Load a local `erdpy.json` file when running `erdpy` commands, containing default values for CLI options per project
9
+
- Bugfix by [MWFIAE](https://github.com/MWFIAE): correctly verify the value of the `--bytecode` argument
10
+
- Bugfix by [MWFIAE](https://github.com/MWFIAE): `QueryResult` objects are now properly JSON-serializable
11
+
- Add more output information after building and deploying contracts
12
+
- Improve error reporting to standard output
13
+
- Enable `mypy` checking as a GitHub action
14
+
- Add and fix more type hints for `mypy`
15
+
7
16
## [1.0.16] - 27.08.2021
8
17
- Merge branch `legolas-addons`
9
18
- Fix `erdpy testnet` to work with recent changes in `elrond-go`
@@ -22,7 +31,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
22
31
- Add --wait-result flag for erdpy tx new cli command.
23
32
24
33
## [1.0.10] - 25.02.2021
25
-
-[Fixed a bug in the testnet setup process when creting the config for the proxy app #213](https://github.com/ElrondNetwork/elrond-sdk/pull/213)
34
+
-[Fixed a bug in the testnet setup process when creating the config for the proxy app #213](https://github.com/ElrondNetwork/elrond-sdk/pull/213)
26
35
27
36
## [1.0.9] - 29.01.2021
28
37
-[Multiple config templates #152](https://github.com/ElrondNetwork/elrond-sdk/pull/152). One can now `switch` between different **configuration** profiles.
@@ -149,7 +158,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
149
158
- Refactoring and design improvements
150
159
151
160
152
-
**Note that below, the change log is in chronological order. Will be soon updated to be in inverse chronological order (how it should have been in the first place).**
161
+
**Note that below, the changelog is in chronological order. It will be soon updated to be in inverse chronological order (how it should have been in the first place).**
153
162
154
163
## [0.0.4]
155
164
@@ -498,7 +507,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
498
507
- Removed .py SC interaction samples, moved to `sc-examples``sc-examples-rs` repositories, so that they become available in Elrond IDE.
499
508
- Removed some deprecated code.
500
509
-`mypy`-related refactoring.
501
-
- Fix accounts CLI. Trucate data for "account get-transactions"
510
+
- Fix accounts CLI. Truncate data for "account get-transactions".
sub.add_argument("--validators-file", required=True, help="a JSON file describing the Nodes")
38
38
sub.add_argument("--delegation-contract", required=True, help="address of the delegation contract")
39
39
sub.add_argument("--using-delegation-manager", action="store_true", required=False, help="whether delegation contract was created using the Delegation Manager")
0 commit comments