-
Notifications
You must be signed in to change notification settings - Fork 18
feat(svm): svm spoke binaries integration tests #1048
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
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
SVM events emit addresses with base58-encoding. At least two addresses emitted within an FundsDeposited or FilledRelay event will need to be converted to a base16 EVM address. Make it easy by permitting the caller of EvmAddress.from() to specify the encoding, defaulting to base16.
No functional change; only relocate so that all svm functionality is localised to src/arch/svm.
…slots (#973) Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
Signed-off-by: bennett <bennett@umaproject.org>
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
Signed-off-by: bennett <bennett@umaproject.org> Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com>
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu> Signed-off-by: Gerhard Steenkamp <gerhard@umaproject.org> Signed-off-by: bennett <bennett@umaproject.org> Signed-off-by: Bennett <bennett@umaproject.org> Co-authored-by: nicholaspai <9457025+nicholaspai@users.noreply.github.com> Co-authored-by: James Morris, MS <96435344+james-a-morris@users.noreply.github.com> Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com> Co-authored-by: Gerhard Steenkamp <51655063+gsteenkamp89@users.noreply.github.com> Co-authored-by: Ihor Farion <65650773+grasphoper@users.noreply.github.com> Co-authored-by: nicholaspai <npai.nyc@gmail.com> Co-authored-by: Dong-Ha Kim <dongha.kim210@gmail.com>
This reverts commit 68280e9.
Signed-off-by: bennett <bennett@umaproject.org>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
…gnature (#1033) Signed-off-by: Gerhard Steenkamp <gerhard@umaproject.org>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
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!
Only one suggestion
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.
any chance we can rebase so that we don't have the tonne of commits
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
@james-a-morris There are a bunch of conflicts and file renames when rebasing, though. All the commits will get squashed into one when we merge anyway. |
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
3be254f
to
0dae2a5
Compare
Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
2d6cd3f
to
0da8f92
Compare
Changes proposed in this PR: