-
Notifications
You must be signed in to change notification settings - Fork 4
Remove rlp hardcoded #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
db/update_db_test.go
Outdated
| if err != nil { | ||
| t.Fatalf("get update-set returned error; %v", err) | ||
| } | ||
| t.Run("RLP", func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this looks like a good candidate for table driven test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
wsodsong
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
…deprecate old function
8cfb331 to
dab2614
Compare
Description
Provide configuration for encode/decode to
update setanddestoryed account dbType of change