-
Hey !
MultiversX blockchain is written in Golang and ... I think it would be interesting to improve the sdk code and documentation to allow more things to be done with this language.
[Golang SDK…
-
### What feature should we add?
🌟 Hello everyone! 🌟
It would be easier to debug and understand what happened if contracts automatically parsed reverts into a human-readable format.
Current cont…
-
Proposed design to implement ABI parsing as part of Ethereum ETL. This allows us to extract more meaningful structured data from topics and events.
![ABI-parsing](https://user-images.githubusercont…
-
-
- [ ] Define ABI normalized type's tree
- [ ] Define public interface and points of interaction
- [ ] Document strategy to deal with future spec changes (via transpilation)
- [ ] Implement JSON pa…
-
Our `typegen` package currently doesn't generate types for logs. The information is present in the generated abi so it's just a matter of parsing it properly.
-
## Description
The way we handle contest events is not abstract enough to handle all events. Also it adds coupling with the eventMappers. A new proposal for the event handling is as follows:
1. Th…
-
see this thread on the mailing list
http://lists.open-bio.org/pipermail/biojava-l/2016-July/011489.html
A test file is here
https://github.com/biopython/biopython/blob/master/Tests/Abi/3730.ab1
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
There are three approaches to this problem:
1. Provide a fixed set of typst versions which are supported per typst-test version.
- lots of duplicated code to make rustc happy
- will likely ma…