Wykres commitów

196 Commity (js-init)

Autor SHA1 Wiadomość Data
Tim Pechersky 9871baf44e initial code for generateHardHatInterface 2022-01-25 13:53:09 +00:00
Yhtyyar Sahatov a294d5bbf9 code generation base 2022-01-20 16:46:01 +03:00
kompotkot 68aeebd8c6 Initial struct of cli for js 2022-01-19 15:17:53 +00:00
Yhtyyar Sahatov 744919a338
Merge pull request #40 from bugout-dev/watcher-fix
fixed watcher transaction crawling
2022-01-11 17:01:56 +03:00
yhtiyar 76edd88aea fixed watcher 2022-01-10 18:49:06 +03:00
Yhtyyar Sahatov 9bd62ee7e4
Merge pull request #39 from bugout-dev/fix-mock-state
fixed required env variables
2021-12-21 18:25:24 +03:00
yhtiyar a733850607 bump of version 2021-12-21 18:24:18 +03:00
yhtiyar 2d72edfce2 fixed required env variables 2021-12-21 18:21:59 +03:00
Yhtyyar Sahatov 119114dda6
Merge pull request #38 from bugout-dev/fix-moonstream-ethereum-provider
Fix moonstream ethereum provider
2021-12-20 18:36:06 +03:00
yhtiyar 64d91aff58 isort watch 2021-12-20 18:33:43 +03:00
yhtiyar bca2532b1f bump of version 2021-12-20 18:20:48 +03:00
yhtiyar ee9256a848 Merge branch 'main' into fix-moonstream-ethereum-provider 2021-12-20 18:19:03 +03:00
yhtiyar 2570424a8f fixed web_metrics in moonstream ethereum provider 2021-12-20 18:18:07 +03:00
Neeraj Kashyap 1730c4a077
Merge pull request #36 from zomglings/transaction-config-nonce
Added --nonce argument to generate-brownie CLI
2021-12-19 04:29:06 -08:00
Neeraj Kashyap 6731e2e9b8 Added --nonce argument to generate-brownie CLI 2021-12-17 11:06:41 -08:00
Yhtyyar Sahatov 1779395be3
Merge pull request #34 from bugout-dev/fix-conflicting-cli-args
Added notion of protected argument names for CLI args
2021-12-17 20:45:17 +03:00
Neeraj Kashyap 9fd65cc5da isort fix 2021-12-17 09:13:26 -08:00
Neeraj Kashyap f88fd67135 Added notion of protected argument names for CLI args
This is meant to fix collisions between smart contract method arguments
and default transaction arguments - e.g. `--sender` for ERC20 approvals.
2021-12-17 08:47:52 -08:00
yhtiyar cc9bfe664d added ability to watch cu-land 2021-12-16 21:14:27 +03:00
Yhtyyar Sahatov ca9e1f80eb
Merge pull request #33 from bugout-dev/function-call-crawler-improvements
Function call crawler improvements
2021-12-14 16:51:17 +03:00
yhtiyar 57910a9c8d isort fix 2021-12-14 16:49:07 +03:00
yhtiyar 80debd4f34 bump of version 2021-12-14 16:47:22 +03:00
yhtiyar f94c7c8962 bump of version 2021-12-14 16:46:35 +03:00
yhtiyar 3b234f257d Improvements to function call crawler 2021-12-14 16:42:28 +03:00
Neeraj Kashyap f56e85735d
Merge pull request #32 from zomglings/fix-bytes-argtype
CLIs generated by "moonworm generate-brownie" now handle byte args
2021-12-11 17:14:27 -08:00
Neeraj Kashyap 4f5e9650d1 CLIs generated by "moonworm generate-brownie" now handle byte args 2021-12-11 16:50:06 -08:00
Neeraj Kashyap 7d475e8a84
Merge pull request #31 from bugout-dev/fix-brownie-list-argparse
Ability to parse `bool` and `list` types from cli
2021-12-11 13:01:07 -08:00
yhtiyar ad836c2103 fixed boolean parsing 2021-12-11 23:57:14 +03:00
yhtiyar 544a4d5765 added choices in boolena type from cli 2021-12-11 23:45:48 +03:00
yhtiyar 323fd34ee4 bump of version 2021-12-11 01:41:35 +03:00
yhtiyar 07e6aa5332 added ability to parse bool and list from argparse 2021-12-11 01:41:21 +03:00
Neeraj Kashyap 77288ea543
Merge pull request #29 from zomglings/brownie-project-loading
Fixed brownie project loading issue
2021-12-09 11:28:47 -08:00
Neeraj Kashyap 0eff6e1b1a Fixed brownie project loading issue 2021-12-08 14:59:16 -08:00
Yhtyyar Sahatov ff820999b9
Merge pull request #28 from bugout-dev/fixing-cu-watch
Fixing cu watch
2021-12-08 16:40:47 +03:00
yhtiyar f5183de963 bump of version 2021-12-08 16:39:02 +03:00
yhtiyar 57d2dca210 Merge branch 'main' into fixing-cu-watch 2021-12-08 16:38:29 +03:00
yhtiyar 68aac2ba63 fixed cu watch to crawl multiple events in 1 tx 2021-12-08 16:37:28 +03:00
Neeraj Kashyap e57a673a18
Merge pull request #26 from zomglings/brownie-deploy
Generated brownie interface now supports deployment from command line
2021-12-07 04:26:27 -08:00
Neeraj Kashyap 96828ff9e9 Added deploy CLI parser and handler 2021-12-07 04:21:40 -08:00
Neeraj Kashyap 24fcc61ad5 Added a utility to get a constructor from ABI
Bumped version in preparation of this change.
2021-12-07 03:56:55 -08:00
Yhtyyar Sahatov 44c530e9be
Merge pull request #25 from bugout-dev/fix-list-type
Fix list type
2021-12-07 02:18:30 +03:00
yhtiyar b03d47d141 fixed isot issues 2021-12-07 02:18:06 +03:00
yhtiyar 903046230d bumped version 2021-12-07 02:15:16 +03:00
yhtiyar 2901cc7af0 Merge branch 'main' into fix-list-type 2021-12-07 02:11:19 +03:00
yhtiyar 3c954954bd fix of list type 2021-12-07 02:10:39 +03:00
Neeraj Kashyap f3a926be06
Merge pull request #24 from bugout-dev/brownie-support
Added brownie support in moonworm via "moonworm generate-brownie"
2021-12-03 14:23:12 -08:00
Neeraj Kashyap 5bb3d544e2 0.2.0 -> 0.1.0 2021-12-03 14:21:54 -08:00
Neeraj Kashyap 7e5511bb27 Fixed test to reflect new logic around argument names 2021-12-03 14:20:52 -08:00
Neeraj Kashyap 15bea8336d Fully working version of "generate-brownie" 2021-12-03 14:12:56 -08:00
Neeraj Kashyap c6828c38b0 Working brownie generator 2021-12-03 13:47:46 -08:00