Skip to content

Commit

Permalink
Fix docs build and add .ruby-version
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Feb 27, 2024
1 parent 824b681 commit 5d186c1
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.2
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.14
2.3.14
6 changes: 3 additions & 3 deletions docs/releasenotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ has_children: true

What's New:

- Implementation of [FIR-17](link when it finalised), allowing for off-chain data and on-chain logic to be tied together into a single blockchain transaction
- Enhancements to FireFly Messaging capabilities, allowing off-chain data to be linked to on-chain transactions from custom smart contracts
- Sample contract implementation for custom pin contracts
- Contract interfaces, contract APIs, and token pools can now be seperately defined and published
- Contract interfaces, contract APIs, and token pools can now be separately defined and published
- Support for batching events when delivering over websockets
- Lots of bug fixes and miscellaneous enhancements

Expand All @@ -27,7 +27,7 @@ What's New:

What's New:

- Enhanced support for token contracts generated by the OpenZepplin Wizard
- Enhanced support for token contracts generated by the OpenZeppelin Wizard
- Custom smart contract error types are now returned on the API
- Data objects and associated blobs can now be deleted
- Optional dynamic reload of core configuration file
Expand Down
Loading

0 comments on commit 5d186c1

Please sign in to comment.