You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accounts/abi: reorganizing package with small fixes (ethereum#14610)
* accounts/abi: reorganizing package and some notes and a quick correction of name.
Signed-off-by: RJ Catalano <[email protected]>
get rid of some imports
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: move file names
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fix boolean decode function
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fix for the array set and for creating a bool
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: be very very very correct
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fix up error message and variable names
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: take out unnecessary argument in pack method
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: add bool unpack test and add a panic to readBool function
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fix panic message
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: change from panic to basic error
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fix nil to false
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fill out type regex tests and fill with the correct type for integers
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: move packNumbers into pack.go.
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: separation of the testing suite into appropriately named files.
Signed-off-by: RJ Catalano <[email protected]>
* account/abi: change to hex string tests.
Signed-off-by: RJ Catalano <[email protected]>
* account/abi: fix up rest of tests to hex
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: declare bool at the package level
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: use errors package in the error file.
Signed-off-by: RJ Catalano <[email protected]>
* accounts/abi: fix ugly hack and fix error type declaration.
Signed-off-by: RJ Catalano <[email protected]>
0 commit comments