Skip to content

Releases: Tenderly/tenderly-cli

v0.7.1

28 May 12:09
Compare
Choose a tag to compare

Changelog

2bd857c Initialize unmarshaled contract's Networks map if nil.

v0.7.0

19 May 09:45
Compare
Choose a tag to compare

Changelog

3c81a6b Check if the user is logged initializing the export command.
342c052 Update dashboard and landing urls.
ba6a85b Update tenderly api endpoint.
2106a30 Updated auth token dashboard url.
991a9c3 Updated windows dependencies.

v0.6.3

24 Apr 16:59
Compare
Choose a tag to compare

Changelog

0f7576b Introduce protocol parameter to specify rpc node connection.
401924c Updated windows deps

v0.6.2

09 Apr 13:16
965f8af
Compare
Choose a tag to compare

Changelog

965f8af Merge pull request #12 from Tenderly/export/bytecode-matching
20fb1be Support truffle test using bytecode matcher.

v0.6.1

01 Apr 18:03
Compare
Choose a tag to compare

Changelog

585aec9 Fix yaml encoding.

v0.6.0

28 Mar 10:00
Compare
Choose a tag to compare

Changelog

b428050 Add export readme.
17762ce Add support for forked networks.
5835733 Export command UX changes.
8dacd7e Export functionality sends transaction data and contracts to tenderly servers for rerunning and debugging purposes.
b35aad5 Export init command for initializing export network config.
62560bd Extracted export init subcommand.
d94f23e Fix error message on server error.
56faa7f Fix export readme.
397c012 Fix export readme.
5916540 Fixed api base.
6d7013a Go mod tidy.
296bbf8 Improve error messages in export command.
1d4e307 Merge pull request #11 from Tenderly/feature/export
9099d90 Minor fixes.
efcfe1e Readme fix.
45840bd Readme update.
619e875 Readme update.
aadc7e4 Replace the official go-ethereum version with the Tenderly fork.
b17a985 Updated readme and made the export init command work for shared projects.
b544bd9 Updated windows dependencies.
1011d4b go.mod changes.

v0.5.9

17 Mar 12:55
Compare
Choose a tag to compare

Changelog

ea7e5c7 Added a fix for contracts on windows not getting detected on the filesystem.
5cab67b Updated windows dependencies.

v0.5.8

10 Jan 10:11
Compare
Choose a tag to compare

Changelog

caa5be4 Fixed an issue where the log level wasn't correctly parsed.
95c0ccc Updated readme for the proxy debugging migration requirement

v0.5.7

21 Nov 09:39
Compare
Choose a tag to compare

Changelog

d1c2aae Fixed panic on mac when checking for version before another command.

v0.5.6

13 Nov 13:06
Compare
Choose a tag to compare

Changelog

278f65e Added option to create a project via flag during init.
695188d Fixed circular reference json serialization error.