Skip to content
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

feat(input-reader):create input-reader #451

Closed

Conversation

fmoura
Copy link
Contributor

@fmoura fmoura commented Jun 18, 2024

No description provided.

@fmoura fmoura self-assigned this Jun 18, 2024
Copy link
Collaborator

@marcelstanley marcelstanley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some suggestions after a very quick look:

cmd/cartesi-rollups-cli/root/send/send.go Outdated Show resolved Hide resolved
internal/inputreader/inputreader.go Outdated Show resolved Hide resolved
internal/inputreader/inputreader.go Outdated Show resolved Hide resolved
pkg/ethutil/ethutil.go Outdated Show resolved Hide resolved
@fmoura fmoura force-pushed the feature/go-input-reader branch 2 times, most recently from 94a4f06 to 4605516 Compare June 18, 2024 20:12
Copy link
Contributor

@GMKrieger GMKrieger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the code seems fine, although I couldn't run the tests on my machine

There are only 2 major comments:

  • All of the json files are either missing the EOF linebreak or have 4+ lines at the end
  • There should be multiple commits, as Marcel mentioned. IMHO, there should be a commit for the cli changes, one for the ethutil changes, one for the input reader and one for the tests

@fmoura fmoura force-pushed the feature/go-input-reader branch 2 times, most recently from 820719d to 877a484 Compare June 21, 2024 12:38
@fmoura
Copy link
Contributor Author

fmoura commented Jun 21, 2024

Created PR #455 with cli commits

@fmoura fmoura force-pushed the feature/go-input-reader branch 2 times, most recently from 755dbf5 to a2bef82 Compare June 21, 2024 19:26
@marcelstanley marcelstanley added the #feat:evm-reader Feature: evm reader label Jun 24, 2024
@fmoura fmoura force-pushed the feature/go-input-reader branch 3 times, most recently from 8abe038 to 7055d7a Compare June 26, 2024 01:41
@fmoura fmoura changed the base branch from next/2.0 to feature/input-reader-repository June 26, 2024 01:54
@GMKrieger GMKrieger force-pushed the feature/input-reader-repository branch 3 times, most recently from b50aabb to 666ca30 Compare June 26, 2024 12:55
@fmoura fmoura force-pushed the feature/go-input-reader branch 2 times, most recently from 8ff7cdc to f79d59f Compare June 27, 2024 13:24
@fmoura fmoura marked this pull request as ready for review June 28, 2024 12:42
@fmoura fmoura force-pushed the feature/go-input-reader branch 2 times, most recently from 0521ffb to d8dbe82 Compare June 28, 2024 13:24
@GMKrieger GMKrieger force-pushed the feature/input-reader-repository branch 2 times, most recently from b1abbba to 3c8e869 Compare July 1, 2024 13:10
@fmoura fmoura force-pushed the feature/go-input-reader branch 3 times, most recently from ec7e240 to 6122d59 Compare July 2, 2024 19:53
@fmoura fmoura requested a review from torives July 4, 2024 20:21
@fmoura fmoura added this to the 2.0.0 milestone Jul 4, 2024
@fmoura
Copy link
Contributor Author

fmoura commented Jul 9, 2024

This is being deprecated in favor of #512

@fmoura fmoura closed this Jul 9, 2024
@fmoura fmoura deleted the feature/go-input-reader branch July 12, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#feat:evm-reader Feature: evm reader
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Read inputs by subscribing to Input Added events Create Evm Reader
3 participants