Wykres commitów

196 Commity (js-init)

Autor SHA1 Wiadomość Data
Neeraj Kashyap 93ff7efd9e Implemented CLI handler generation 2021-12-03 12:42:16 -08:00
Neeraj Kashyap 0bb6e07132 Added "function_spec" method 2021-12-03 09:44:22 -08:00
Neeraj Kashyap 8c93ead1c3 Removed Contract import from brownie 2021-12-03 07:16:17 -08:00
Neeraj Kashyap 79f1f9b37a Fixed generated get_transaction_config to return 2021-12-03 07:10:32 -08:00
Neeraj Kashyap 1c678cf58a [WIP] Generating CLI handlers for each method of a brownie contract 2021-12-02 16:14:03 -08:00
Neeraj Kashyap ce52393be1 Bumped version to 0.1.0 2021-12-02 15:00:43 -08:00
Neeraj Kashyap e1ba86e8d8 Code generators now use black to format code by default 2021-12-02 14:59:59 -08:00
Neeraj Kashyap a010d50020 Reorganized code a bit. Generators now have submodules
generators.basic -> web3-based interface and CLI
generators.brownie -> brownie (https://github.com/eth-brownie/brownie)
interface and CLI
2021-12-02 14:36:04 -08:00
yhtiyar 76ac5cac51 WIP brownie interface 2021-12-03 01:22:31 +03:00
Yhtyyar Sahatov 234d44985e
Merge pull request #23 from bugout-dev/0.0.5
0.0.5
2021-12-02 16:11:50 +03:00
yhtiyar ccc0abf70b fix lint issues 2021-12-02 16:09:26 +03:00
yhtiyar 49794cf092 isor fix 2021-12-02 16:03:37 +03:00
yhtiyar 1f04be8e67 bump of version 2021-12-02 16:02:11 +03:00
yhtiyar 86751240b2 adding of ethereum moonstream provider 2021-12-02 15:46:05 +03:00
Yhtyyar Sahatov 5af030c4db
Merge pull request #20 from bugout-dev/repo-cleanup
Cu cut inspector
2021-11-23 21:27:21 +03:00
yhtiyar 0e6c2a6530 updated abi 2021-11-23 21:24:59 +03:00
yhtiyar c8317849a0 isort fix 2021-11-23 15:01:42 +03:00
yhtiyar 444a1e4e48 added cut inspecotr 2021-11-23 14:59:10 +03:00
yhtiyar a0fd92b1b6 updated abi 2021-11-23 14:58:07 +03:00
yhtiyar 8f3e94967a fixed requirment issue 2021-11-18 17:21:00 +03:00
yhtiyar d0eb24169a Removed opensea contracts 2021-11-16 20:19:58 +03:00
yhtiyar b16a0d4715 calling select each time 2021-11-16 01:16:09 +03:00
yhtiyar 0c42c889b7 fixed sessions managing 2021-11-16 00:30:17 +03:00
yhtiyar 6c2915eeff using yield_session_ctx 2021-11-15 23:42:52 +03:00
yhtiyar abdd0082eb fixed session error 2021-11-15 22:43:52 +03:00
yhtiyar 9851d288a5 fixed db issue 2021-11-15 22:35:19 +03:00
yhtiyar 0c2b6b279a Merge branch 'CU-watch' into main 2021-11-15 22:15:14 +03:00
yhtiyar 9ba980cb80 added logger 2021-11-15 22:13:19 +03:00
Yhtyyar Sahatov c610d4b5d7
Merge pull request #17 from bugout-dev/CU-watch
Cu watch
2021-11-15 20:20:03 +03:00
yhtiyar 15f60a33ca isort fix 2021-11-15 20:18:12 +03:00
yhtiyar b959e42288 fixed db issue 2021-11-15 20:15:36 +03:00
yhtiyar 5a681244a1 Working version of crawler: added checkpointing 2021-11-15 14:41:28 +03:00
yhtiyar cb0a0f6652 added CryptoUnicorns watch 2021-11-14 20:13:40 +03:00
yhtiyar 8780534595 added missing imports to setup.py 2021-11-13 17:12:51 +03:00
Yhtyyar Sahatov 329118cafd
Merge pull request #16 from bugout-dev/moonworm-event-state
Moonworm watch + event satate
2021-11-13 17:04:23 +03:00
yhtiyar 86612cf0f1 isort fix 2021-11-13 17:02:24 +03:00
yhtiyar 6e8ebd3d8e fixed mypy 2021-11-13 16:58:30 +03:00
yhtiyar 9cd7b1a36d added watch 2021-11-13 16:53:53 +03:00
yhtiyar 226a293252 Merge branch 'issue-11-moonstreamdb-crawler' into moonworm-event-state 2021-11-13 01:09:02 +03:00
yhtiyar d7b7811505 wip event crawler state 2021-11-13 01:00:53 +03:00
Yhtyyar Sahatov 5141f9e470
Merge pull request #15 from zomglings/support-evm-tuples
Added support for EVM "tuple[]" type in ABIs.
2021-11-12 20:39:59 +03:00
Neeraj Kashyap aab23dd1e3 Bumped version 2021-11-11 05:47:51 -08:00
Neeraj Kashyap 5315eea08a Added support for conversion of solidity tuple[] to python type 2021-11-11 05:46:23 -08:00
Yhtyyar Sahatov aa733ce809
Merge pull request #14 from bugout-dev/fix-empy-constructor
fix no constructor
2021-11-09 12:48:57 +03:00
yhtiyar 2b751e3fe1 bump of version 2021-11-09 12:46:57 +03:00
yhtiyar 808acda954 fix no constructor 2021-11-09 12:44:24 +03:00
yhtiyar d8322c2a39 fix no constructor 2021-11-09 12:37:50 +03:00
Neeraj Kashyap b9b84c30bd Merge branch 'issue-11-moonstreamdb-crawler' of github.com:zomglings/moonworm into issue-11-moonstreamdb-crawler 2021-11-07 10:47:55 -08:00
Neeraj Kashyap e621fd9fd1 Reverted "FunctionCallCrawler" implementation
Updated tests to correct inconsistencies between
"EthereumTesterProvider" and other web3 providers.
2021-11-07 10:46:58 -08:00
yhtiyar 278d294cde added test for mainnet 2021-11-07 21:34:16 +03:00