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: implement function for set #6

Merged
merged 14 commits into from
May 15, 2024
Merged

Conversation

kieranroneill
Copy link
Collaborator

Description

  • Add a dockerized localnet for testing
  • Implement get_version function
  • Implement get function
  • Implement set function
  • Add tests for new functions that use ephemeral accounts

Type of change

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🏗️ Build configuration (CI configuration, scaffolding etc.)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📝 Documentation update(s)
  • 📦 Dependency update(s)
  • 👩🏽‍💻 Improve developer experience
  • ⚡ Improve performance
  • ✨ New feature (non-breaking change which adds functionality)
  • ♻ Refactor
  • ⏪ Revert changes
  • 🧪 New tests or updates to existing tests

@kieranroneill kieranroneill added 📝 documentation Improvements or additions to documentation 🏗️ build Updates to the build and CI systems ✨ feature New feature or request 📦 dependencies New dependencies ♻️ refactor The refactoring fairy has waved their magic wand labels May 11, 2024
@kieranroneill kieranroneill self-assigned this May 11, 2024
@kieranroneill kieranroneill linked an issue May 11, 2024 that may be closed by this pull request
@kieranroneill kieranroneill marked this pull request as ready for review May 15, 2024 10:34
@kieranroneill kieranroneill merged commit 8b7406f into beta May 15, 2024
5 checks passed
@kieranroneill kieranroneill deleted the 5-implement-function-for-set branch May 15, 2024 10:36
github-actions bot pushed a commit that referenced this pull request May 15, 2024
# 1.0.0-beta.1 (2024-05-15)

### Features

* implement function for set ([#6](#6)) ([8b7406f](8b7406f))
@kieranroneill
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@kieranroneill kieranroneill added the 🚀 released To the moon! label May 15, 2024
github-actions bot pushed a commit that referenced this pull request Jul 5, 2024
# 1.0.0 (2024-07-05)

### Features

* adding more change methods from the social contract ([#9](#9)) ([1605f62](1605f62))
* change blockhash and nonce parameters to be optional ([#20](#20)) ([7f1cf2e](7f1cf2e))
* check for write permissions for each key in the set function ([#23](#23)) ([f95db02](f95db02))
* implement function for grant write permission ([#16](#16)) ([f3047c7](f3047c7))
* implement function for set ([#6](#6)) ([8b7406f](8b7406f))
@kieranroneill
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏗️ build Updates to the build and CI systems 📦 dependencies New dependencies 📝 documentation Improvements or additions to documentation ✨ feature New feature or request ♻️ refactor The refactoring fairy has waved their magic wand 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement function for set
1 participant