Releases: Tenderly/tenderly-cli
Releases · Tenderly/tenderly-cli
v0.7.1
Changelog
2bd857c Initialize unmarshaled contract's Networks map if nil.
v0.7.0
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
Changelog
0f7576b Introduce protocol parameter to specify rpc node connection.
401924c Updated windows deps
v0.6.2
Changelog
965f8af Merge pull request #12 from Tenderly/export/bytecode-matching
20fb1be Support truffle test using bytecode matcher.
v0.6.1
Changelog
585aec9 Fix yaml encoding.
v0.6.0
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
Changelog
ea7e5c7 Added a fix for contracts on windows not getting detected on the filesystem.
5cab67b Updated windows dependencies.
v0.5.8
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
Changelog
d1c2aae Fixed panic on mac when checking for version before another command.
v0.5.6
Changelog
278f65e Added option to create a project via flag during init.
695188d Fixed circular reference json serialization error.