kompotkot
dc397a0384
moonstreamdb >= 0.2.5
2022-08-01 09:54:41 +00:00
Yhtyyar Sahatov
8df2772646
moonstreamdb >= 0.2.3
2022-07-07 18:26:55 +03:00
Yhtyyar Sahatov
e99ec34678
version bump
2022-07-07 17:53:02 +03:00
Yhtyyar Sahatov
4b41b74303
moved moonstreamdb to moonstream
2022-07-07 17:52:00 +03:00
Sergei Sumarokov
f42717c826
Merge pull request #80 from bugout-dev/xdai-support
...
xdai support
2022-05-25 17:17:09 +03:00
Sergei Sumarokov
6e1f81a532
Merge branch 'main' into xdai-support
2022-05-25 17:12:48 +03:00
Yhtyyar Sahatov
6971000afa
bump of version since PR #79 was merged
2022-05-24 13:17:31 +03:00
Yhtyyar Sahatov
09ea2280bd
Merge pull request #79 from bugout-dev/deploy-verbose-fix
...
print tx.info only if flag is given
2022-05-24 13:13:01 +03:00
kompotkot
832461985c
xdai support
2022-05-24 09:20:56 +00:00
Yhtyyar Sahatov
b8f9b3683c
bump of version
2022-05-23 17:59:39 +03:00
Yhtyyar Sahatov
a3029c43c1
print tx.info only if flag is given
2022-05-23 16:21:07 +03:00
Neeraj Kashyap
b1693ecded
Merge pull request #76 from bugout-dev/moonworm-tx-info
...
Added `--verbose` and ability to call at the given block number
2022-05-09 07:19:33 -07:00
Yhtyyar Sahatov
e2e5cbe905
bump of the version
2022-05-09 15:34:20 +03:00
Yhtyyar Sahatov
52dc52197d
added --block_number for view calls
2022-05-09 15:29:33 +03:00
Yhtyyar Sahatov
f820c0d6a1
--verbose to print tx.info()
2022-05-09 14:56:46 +03:00
Yhtyyar Sahatov
a1d5dd86fb
Merge pull request #69 from zomglings/web3-version-5.27
...
Reduced requirements on web3 version
2022-04-20 19:11:15 +03:00
Neeraj Kashyap
8cada529fb
Reduced requirements on web3 version
...
`brownie` was not playing nice with `moonworm` otherwise.
2022-04-20 09:03:28 -07:00
Neeraj Kashyap
b48a3092ed
Merge pull request #68 from bugout-dev/only-events
...
added `--only events` arg to crawl events faster
2022-04-19 12:13:09 -07:00
Yhtyyar Sahatov
86ad759439
Merge branch 'only-events' of github.com:bugout-dev/moonworm into only-events
2022-04-19 22:07:53 +03:00
Yhtyyar Sahatov
794d2107ee
removed comment
2022-04-19 22:07:29 +03:00
Yhtyyar Sahatov
eaa898763a
Update README.md
2022-04-19 22:06:44 +03:00
Yhtyyar Sahatov
85aaa94b26
update readme
2022-04-19 22:02:28 +03:00
Yhtyyar Sahatov
2d82c43ce9
added `--version`
2022-04-19 21:56:45 +03:00
Yhtyyar Sahatov
2f63ef1910
small fixes
2022-04-19 21:45:57 +03:00
Yhtyyar Sahatov
405755215f
added
2022-04-19 20:25:20 +03:00
Yhtyyar Sahatov
982d7dbbce
Merge pull request #67 from bugout-dev/readme-update
...
Update README.md
2022-04-19 16:51:23 +03:00
Yhtyyar Sahatov
5575a3b7af
Update version.py
2022-04-19 16:49:24 +03:00
Yhtyyar Sahatov
3f68ab5a78
Update README.md
2022-04-19 16:37:56 +03:00
Yhtyyar Sahatov
6073fd1631
Update README.md
2022-04-19 16:25:14 +03:00
Yhtyyar Sahatov
6a528762f8
Update README.md
2022-04-19 16:21:41 +03:00
Yhtyyar Sahatov
2f05ab0a48
Update README.md
2022-04-19 16:15:54 +03:00
Yhtyyar Sahatov
67ab68f413
Merge pull request #66 from zomglings/watch-more-keenly
...
Improved "moonworm watch", added "moonworm find-deployment"
2022-04-19 16:08:47 +03:00
Neeraj Kashyap
fa7ccac180
Fixed isort
2022-04-18 19:32:53 -07:00
Neeraj Kashyap
ae20cd2fde
Fixed mypy errors in moonworm/deployment.py
2022-04-18 19:25:28 -07:00
Neeraj Kashyap
dd3a814c85
Bumped moonworm version to 0.1.19
2022-04-18 19:17:50 -07:00
Neeraj Kashyap
492dbff1f2
Modified "moonworm watch" to accept end block
...
Also added a `moonworm find-deployment` command which finds the block in
which a given smart contract was deployed (using binary search).
2022-04-18 19:15:57 -07:00
Neeraj Kashyap
4653ea698c
Merge pull request #62 from zomglings/fix-bytes-argtype
...
"bytes_argument_type" just returns the string argument
2022-03-18 21:51:34 -07:00
Neeraj Kashyap
c9fd4a9caf
Fixed bytes_argument_type
...
Encoding to bytes was breaking for nonempty bytes args.
2022-03-14 14:45:23 -07:00
Neeraj Kashyap
c78dc5c3a1
Fixed bytes_argument_type in generated Brownie code
...
Previously, it was failing on nonempty bytes arguments.
2022-03-14 14:41:16 -07:00
Neeraj Kashyap
d13fcdac2f
Merge pull request #60 from zomglings/moonworm-watch-to-jsonl
...
Added "moonworm watch ... --outfile output.jsonl"
2022-03-14 14:24:16 -07:00
Neeraj Kashyap
b64b36b3c2
Fixed isort, added ofp.flush()
2022-02-28 16:07:07 -08:00
Neeraj Kashyap
042aca21fb
Fixes and improvements
...
There are two places where `watch_contract` is called from CLI, and I
only modified one of them before.
Also used `print(json.dumps(...), file=ofp)` pattern to write with
newline.
2022-02-28 15:18:53 -08:00
Neeraj Kashyap
09abceab4d
Added --outfile argument to "moonworm watch"
...
If specified, in addition to printing events and method calls to screen,
they are appended to the given file as JSON lines.
2022-02-28 15:00:54 -08:00
Sergei Sumarokov
930e601996
Merge pull request #58 from bugout-dev/black-fix-log
...
Suppress logs from blib2to3 str parser
2022-02-08 20:06:44 +03:00
kompotkot
464e50baca
Modified version
2022-02-08 16:46:12 +00:00
kompotkot
b80d75904c
Suppress logs from blib2to3 str parser
2022-02-08 16:44:58 +00:00
Yhtyyar Sahatov
4af949ab09
bump of the version
2022-01-28 19:03:44 +03:00
Yhtyyar Sahatov
0335dd4c2d
Merge pull request #55 from bugout-dev/tx-value
...
added `--value`
2022-01-28 18:57:28 +03:00
Yhtyyar Sahatov
e9737f03b4
added
2022-01-28 18:53:23 +03:00
Neeraj Kashyap
0477656342
Merge pull request #53 from zomglings/eip1559-support
...
Added EIP1559 parameters to generated CLI for brownie projects
2022-01-26 10:17:38 -08:00