Skip to content

Releases: Tenderly/tenderly-cli

v0.3.0

05 Jun 14:42
Compare
Choose a tag to compare

Changelog

c483571 Adds missing fields in getTransactionReceipt rpc response.
568003c Don't count contracts without a network when checking upload success.
f9e3b96 New user error message if no contracts haven't been migrated.
3c62ca3 Old truffle config support for pushing multiple contracts.

v0.2.10

10 May 16:04
Compare
Choose a tag to compare

Changelog

7c99c74 Adds missing fields in getTransactionReceipt rpc response.
cdcfd9c Merge pull request #8 from Tenderly/transaction-receipt-fields
2258ec9 Ported .goreleaser.yml to the new config format.
111f5b1 Project re-init fix when initializing a project from a different account.
77b2fc0 Removed invalid ignore key in goreleaser config.
021a68a Temporarily ignore goreleaser errors.
962560b Update README.md

v0.2.9

22 Mar 19:08
Compare
Choose a tag to compare

Changelog

7f93072 Merge pull request #6 from Tenderly/minor-fix
1ada465 Updated app domain to dev domain
54009f8 minor-fix

v0.2.8

17 Mar 11:46
Compare
Choose a tag to compare

Changelog

b2a1e41 Move api domain to .dev

v0.2.7

14 Mar 14:52
Compare
Choose a tag to compare

Changelog

07c1516 Filter contracts that haven't been migrated to a network.
95d7446 Fixed installation scripts to output the correct versions.

v0.2.6

02 Mar 14:31
Compare
Choose a tag to compare

Changelog

a3bbe5b Made the target host parsing more robust.

v0.2.5

01 Mar 14:04
Compare
Choose a tag to compare

Changelog

8c33e92 Corrected go.mod config.
7bd0bcd When enumerating contracts, lowercase the address.

v0.2.4

10 Feb 15:55
Compare
Choose a tag to compare

Changelog

9f887d6 Added more details when a contract push fails.

v0.2.3

10 Feb 13:36
Compare
Choose a tag to compare

Changelog

6ffc1c8 Added support for token login.
c46536b Change the login payload to use the email instead of the username.
af2ceba Changed link for authentication code.
6026190 Changed whoami command output.

v0.2.2

04 Feb 12:59
Compare
Choose a tag to compare

Changelog

4d059f0 Ensure that contracts keys are lower cased.
af72a40 Fix case where truffle contract build directory is absolute path.