Skip to content

Dynamic struct encoding (#135)#185

Merged
q9f merged 25 commits intomainfrom
Xfers-dynamic-struct-encoding
Dec 21, 2022
Merged

Dynamic struct encoding (#135)#185
q9f merged 25 commits intomainfrom
Xfers-dynamic-struct-encoding

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Dec 21, 2022

Taking over #135

adding abi encoder for the following data types

  • dynamic struct
  • static struct
  • dynamic array of dynamic struct
  • dynamic array of static struct
  • static array of dynamic struct
  • static array of static struct

peter-chung-xfers and others added 23 commits July 8, 2022 02:41
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
Co-authored-by: Matt Culpepper <mculp@users.noreply.github.com>
@q9f q9f added the enhancement New feature or request label Dec 21, 2022
@q9f q9f mentioned this pull request Dec 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2022

Codecov Report

Merging #185 (1177a3d) into main (9e3e2af) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##             main     #185    +/-   ##
========================================
  Coverage   99.75%   99.76%            
========================================
  Files          70       70            
  Lines        4091     4229   +138     
========================================
+ Hits         4081     4219   +138     
  Misses         10       10            
Impacted Files Coverage Δ
lib/eth/abi.rb 100.00% <100.00%> (ø)
lib/eth/abi/type.rb 100.00% <100.00%> (ø)
lib/eth/client.rb 100.00% <100.00%> (ø)
lib/eth/contract/function.rb 100.00% <100.00%> (ø)
lib/eth/contract/function_input.rb 100.00% <100.00%> (ø)
spec/eth/abi/type_spec.rb 100.00% <100.00%> (ø)
spec/eth/abi_spec.rb 100.00% <100.00%> (ø)
spec/eth/contract/function_spec.rb 100.00% <100.00%> (ø)
spec/eth/contract_spec.rb 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@q9f q9f merged commit 490f28d into main Dec 21, 2022
@q9f q9f deleted the Xfers-dynamic-struct-encoding branch December 21, 2022 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants