Skip to content

EIP1056Registry - standardized contract interface#60

Merged
mirceanis merged 8 commits intoveramolabs:mainfrom
xmtp:jac/doc
Nov 2, 2023
Merged

EIP1056Registry - standardized contract interface#60
mirceanis merged 8 commits intoveramolabs:mainfrom
xmtp:jac/doc

Conversation

@jac18281828
Copy link
Copy Markdown
Collaborator

closes #57

  • renames registry to remove the word 'Ethereum'
  • upgrades solidity version to 0.8.15, a more recent and stable version
  • implements the EIP1056Registry interface
  • provides documentation for all contract functions

FROM debian:stable-slim as python-builder
FROM ghcr.io/xmtp/foundry:latest

# python3.10 is required for node-gyp
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Python 3.10 is no longer required on the latest hardhat and node versions (solc 0.8.21)

Copy link
Copy Markdown
Contributor

@mirceanis mirceanis left a comment

Choose a reason for hiding this comment

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

Looks great!
I added some suggestions for a couple of inline docs that were wrong about the return type. Please fix those before we merge.

jac18281828 and others added 4 commits October 30, 2023 12:28
Co-authored-by: Mircea Nistor <mirceanis@gmail.com>
Co-authored-by: Mircea Nistor <mirceanis@gmail.com>
Co-authored-by: Mircea Nistor <mirceanis@gmail.com>
@jac18281828 jac18281828 requested a review from mirceanis October 30, 2023 18:03
Copy link
Copy Markdown
Contributor

@mirceanis mirceanis left a comment

Choose a reason for hiding this comment

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

Looks great!

@mirceanis mirceanis merged commit f416855 into veramolabs:main Nov 2, 2023
@jac18281828 jac18281828 deleted the jac/doc branch November 2, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardized Contract Interface for Registry

2 participants