* Fix problem with contract out of assets
* Add nully value json test
* Fix bug with passing null to a few functions
* Typesafe U256 parsing
* Update readme for the web3 to include runner info
* Cleanup commits
Strip out unused JSON
Update comment
Remove echo
Added DynamicBytes test
More correct naming
Remove one extra double check
* Add specific object tests
* Ensure we cover different status types
* Add header comments
* Cleanup
* Add more tests
* Cleanup
* Revert docs
* Nimpretty file
* Fix issue in base stew
* v0.2.4
* Fix test
---------
Co-authored-by: jangko <jangko128@gmail.com>
* Refactoring, contract dsl wasm compatibility, fixes in encoding/decoding.
* Tests
* Fixed Nim 1.* compatibility
* Some backward compatibility
* Minor tweaks, and a safety check
* Update web3/encoding.nim
Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
* Update web3.nim
Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
* Use stew.assign instead of reinventing the wheel
* Fixed string decoder. Removed extra allocations.
* Added test for string decoder
* v0.2.2
---------
Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
Co-authored-by: jangko <jangko128@gmail.com>