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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,17 @@ make tests
87
87
```
88
88
89
89
### Changelogs
90
+
**0.7.2**
91
+
* Added a new gas limit calculation for the TransactionBroadcaster that estimates the value based on the messages in the transaction (without running the transaction simulation).
92
+
90
93
**0.7.1.2**
91
94
* Add NBLA
92
95
93
96
**0.7.1.1**
94
97
* Fixed Testnet network URLs
95
98
96
99
**0.7.1**
97
-
* Include implementation of the MessageBroadcaster, to simplify the transaction creation and broadcasting process.
100
+
* Include implementation of the TransactionBroadcaster, to simplify the transaction creation and broadcasting process.
0 commit comments