Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "abi2oas", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Ingests a smart contract's ABI and autogenerates an OpenAPI JSON, ready for Swagger codegen.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -93,14 +93,5 @@ # abi2oas | ||
``` | ||
## Development | ||
You can find [our roadmap](./ROADMAP.md) on GitHub. | ||
## Roadmap | ||
### Short-Term | ||
-[x] Fix autogen to use GET or POST based on whether the function is `constant`, not whether it has inputs or outputs. | ||
-[x] User-friendly CLI interaction via commander | ||
-[x] Check that the static `convert` method is working when imported to another npm package. | ||
-[] Add default definitions for Ethereum primitive types other than address & receipt | ||
-[] Write tests for a variety of contracts | ||
### Long-Term | ||
-[] Event Support | ||
## Licensing | ||
@@ -107,0 +98,0 @@ abi2oas is developed & maintained by [Eximchain](https://eximchain.com/), released for public use under the Apache-2.0 License. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45004
17
99