Wykres commitów

325 Commity (main)

Autor SHA1 Wiadomość Data
Neeraj Kashyap 9f9f772092
Merge pull request #123 from moonstream-to/fix-tuple-array-parser
Fixing the tuple array parsing. Now type=eval is included
2024-04-09 10:13:59 -07:00
Neeraj Kashyap 954b100b79 Bumped version to 0.9.0 2024-04-09 10:13:04 -07:00
Neeraj Kashyap 6e930cb7d8 Fixed black formatting 2024-04-09 10:12:30 -07:00
Uriel Chami aa2bd285bf Fixing the tuple array parsing. Now type=eval is included 2024-04-09 13:10:36 -03:00
Neeraj Kashyap 05274f355d
Merge pull request #121 from moonstream-to/foundry-projects
Generate Brownie interface for Foundry project
2023-11-08 12:12:17 -08:00
Neeraj Kashyap ec3e5bccb7 Generate Brownie interface for Foundry project
It is now possible to call `moonworm generate-brownie` with the
`--foundry` argument.

If it is called this way, the Brownie interface is generated with
reference to a Foundry project.

Rough around the edges, and may not play nice with `--prod`, which is
anyway not working well for deployments (even before the addition of
`--foundry`).

The same scheme we use to remap the build object for `--foundry` should
be generalized across both `--foundry` and `--prod`.
2023-11-07 11:14:26 -08:00
Neeraj Kashyap e8b12a5e6d
Merge pull request #118 from moonstream-to/docs-howto-crawl
Filter out unnamed items from ABI on `moonworm watch`
2023-09-06 22:11:47 -07:00
Neeraj Kashyap 93da922071 Filter out unnamed items from ABI on `moonworm watch`
Bumped version to 0.7.2.

Added documentation about how to use `moonworm watch`.
2023-09-04 20:30:34 -07:00
Sergei Sumarokov 520345eb9c
Merge pull request #116 from moonstream-to/fix-pypi-release
Release pypi work with token
2023-08-30 14:44:32 +03:00
kompotkot 1341ede6cc Release pypi work with token 2023-08-30 11:15:10 +00:00
Neeraj Kashyap 9db4f25603
Merge pull request #115 from moonstream-to/fix-pure-methods
Added state mutability pure bypass for get_transaction_config
2023-08-20 15:24:59 -07:00
Neeraj Kashyap a8768e9e29 Black formatting 2023-08-20 15:23:08 -07:00
Neeraj Kashyap 475cb84464 Added state mutability pure bypass for get_transaction_config
in `generate_cli_handler`.
2023-08-20 15:21:20 -07:00
Neeraj Kashyap ef33c79ec2
Merge pull request #107 from moonstream-to/fix-exception-when-no-constructor
Fix to bypass exception when no constructor
2023-08-09 13:24:31 -07:00
Neeraj Kashyap 693fc98a1d Black formatting 2023-08-09 13:23:18 -07:00
Neeraj Kashyap a39d2b8486
Merge branch 'main' into fix-exception-when-no-constructor 2023-08-09 13:20:20 -07:00
Neeraj Kashyap 01d0ed1992
Merge pull request #113 from moonstream-to/arbitrary-cli-argtypes
Add support to generated CLIs for function arguments of arbitrary type
2023-08-09 13:19:34 -07:00
Neeraj Kashyap 73f2591632 Fixed code 2023-08-08 16:35:02 -07:00
Neeraj Kashyap 0567ce0893 Added proper CLI logic for parameters of general type
We just run a Python eval.

Resolves https://github.com/moonstream-to/moonworm/issues/112
2023-08-08 15:39:51 -07:00
Neeraj Kashyap d8a998625f
Merge pull request #111 from moonstream-to/fix-bugout-dev-mentions
Fixed links in code generation templates and setup.py
2023-08-08 15:35:48 -07:00
Neeraj Kashyap 1fffc52ad3 Some housekeeping.
Tests and mypy checks are completely broken. We will fix them later.
2023-08-08 15:34:03 -07:00
kompotkot 9c0ee7cfa6 Fixed links in code generation templates and setup.py 2023-06-14 15:24:53 +00:00
kompotkot ea84959c74 Fix to bypass exception when no constructor 2023-04-10 20:32:00 +00:00
Andrey Dolgolev d47f4eb4c2
Merge pull request #105 from bugout-dev/fix-type-extetions
Fix versions.
2023-03-08 19:40:57 +02:00
Andrey 29bdd6faa9 Merge branch 'main' into fix-type-extetions 2023-03-08 19:40:27 +02:00
Andrey 908a3e9192 Remove space. 2023-03-08 19:36:10 +02:00
Andrey e5c761c3f3 Fix versions. 2023-03-08 19:34:20 +02:00
Andrey Dolgolev e5321e5eda
Merge pull request #104 from bugout-dev/add-caldera
Add Wyrm support.
2023-03-08 19:20:46 +02:00
Andrey 150b468e82 isort 2023-03-08 19:18:45 +02:00
Andrey 76a9e49b72 Remove import from moonsteramdb_event_state.
Remove unrequired imports.
2023-03-07 14:42:12 +02:00
Andrey 6ca373ce36 black formating. 2023-03-06 18:09:08 +02:00
Andrey cc6032fad0 isort fix 2023-03-06 18:02:42 +02:00
Andrey bcb6270273 Remove import from moonstreamdb. 2023-03-06 16:03:44 +02:00
Andrey 29a3a80a28 Move all dependency from moonstreamdb to networks. Will required upper version of moonstreamdb. 2023-03-06 15:59:23 +02:00
Andrey b2d87ce655 Fix sorting. 2023-03-06 14:08:29 +02:00
Andrey 31639e1eb4 Add Wyrm support. 2023-03-06 14:03:33 +02:00
Neeraj Kashyap 55aaf70ec8
Merge pull request #103 from bugout-dev/fix-duplicate-method-names
Improve behavior for overloaded methods, resolve issues with "pure" functions
2023-01-29 05:26:37 -08:00
Neeraj Kashyap d48434a2ee Black formatting 2023-01-29 05:15:12 -08:00
Neeraj Kashyap 82fd462c34 Got overloaded function behavior working correctly
Also included a fix for https://github.com/bugout-dev/moonworm/issues/91
and https://github.com/bugout-dev/moonworm/issues/50
2023-01-29 05:09:33 -08:00
Sergei Sumarokov 0c7f14d72d
Merge pull request #100 from bugout-dev/fix-mumbai-db-usage
Usage of Mumbai db models
2022-11-02 19:24:18 +03:00
kompotkot fceb943aa1 Typo and black fix 2022-11-02 14:58:39 +00:00
kompotkot f267e1122f Usage of Mumbai db models 2022-11-02 14:56:28 +00:00
Sergei Sumarokov 296c45eff2
Merge pull request #99 from bugout-dev/fix-mumbai-enum
Enum mumbai
2022-11-02 17:42:57 +03:00
kompotkot 90f78f424e Enum mumbai 2022-11-02 14:40:03 +00:00
Andrey Dolgolev d8c2c371b1
Merge pull request #98 from bugout-dev/crawl_events_as_individual_function
Move _crawl_events from watch_contract.
2022-09-20 20:36:29 +03:00
Andrey 190057714d fix isort. 2022-09-20 20:01:42 +03:00
Andrey 00ebab61b7 Change version. 2022-09-20 19:48:00 +03:00
Andrey 3293ee4121 Move _crawl_events from watch_contract. 2022-09-20 19:43:58 +03:00
Yhtyyar Sahatov 18cb7e55e9
Merge pull request #97 from zomglings/docstrings
Docstrings
2022-09-20 14:04:41 +03:00
Yhtyyar Sahatov 335848db55
Merge pull request #96 from venticello/patch-1
Whitelisted methods from ABI
2022-09-20 14:03:56 +03:00