-
Notifications
You must be signed in to change notification settings - Fork 49
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
[WIP] - MLabs contribution PR #5
base: main
Are you sure you want to change the base?
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f1cc4b - Browse repository at this point
Copy the full SHA 2f1cc4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e459a8 - Browse repository at this point
Copy the full SHA 1e459a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace722f - Browse repository at this point
Copy the full SHA ace722fView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3326d89 - Browse repository at this point
Copy the full SHA 3326d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14f83e - Browse repository at this point
Copy the full SHA f14f83eView commit details
Commits on Oct 28, 2021
-
Co-authored-by: Yuriy Pachin <yuriy@mlabs.city>
Configuration menu - View commit details
-
Copy full SHA for a7f66c8 - Browse repository at this point
Copy the full SHA a7f66c8View commit details
Commits on Nov 2, 2021
-
Nft: proof based linked list implementation (closing #170 #174) (#176)
* update: separate API * WIP: refactor the existing for uniqueness list * WIP: REPL compiles * update: added some more information in comments * update: working initialisation * update: added Proof token to head init * update: wrapped CSymbol * update: further fixed functions * update: pre-merge * wip: splitting Contract module * redundant imports deleted * wip: linked list minting - minting off-chain logic - Enbpoints -> Contract module structure renaming * wip: linked list minting - minting off-chain logic - Enbpoints -> Contract module structure renaming * NFT: Rewrite set-price contract * NFT: Implement on-chain price-set * NFT: Add off-chain checks in set-price contract * update: add Init Trace * update: Head token is empty * NFT: Rewrite buy contract * NFT: Implement on-chain buy * NFT: Fix mint insert point lookup * update: minting Contract * update: Minting works * update: fixed Head bug * update: linting * NFT: Implement on-chain minting * update: merge proof and head nodes * WIP: minitng Policy with todos * WIP: updated Mint Contract to only use the one utxo that is updated * NFT: Finish minting policy * NFT: Fix on-chain checks * NFT: Make `buy` and `set-price` work again * update: solve cabal review * linked list implementation - adapt tests (#205) * Add a hacky minting test * Add more tests, move some values to TestValues module * Move minting tests to Minting module * Move script tests to Script folder * Fix mkTxPolicy name * Add valid buy test for dealing (wip) * wip * wip * Add todo for tasty options * wip * Use tasty options to set testTxId * wip, passes validator * wip * new tests, wip * Fix owner payment validator * Formatting * wip * NFT: Fix shares calculations * Update plutus-extra (for fixed tasty-plutus pretty-printing) * Fix tests after staging nft moved to lovelace values * Clarify todo * Remove `addDatum`s * Fix formatting * Linting * NFT: Implement legacy contract tests * NFT: Implement query tests * issue 171: - removing record-dot-preprocessor - minor refactoring * Remove redundant Maybe's * Use `Last QueryResponse` in a `QueryContract` * Add testQueryPrice trace * NFT: Add QuickCheck test for contract * Format code * NFT: Refactor quickcheck * More clear test names * Actually resolve merge conflict * Bangify on-chain code (#190) Co-authored-by: Yuriy Pachin <yuriy@mlabs.city> * NFT: Enable script tests (wip) * Fix minting Script tests * Fix dealing Script tests Co-authored-by: Kirill Boltaev <aske@fmap.me> Co-authored-by: Maksymilian Brodowicz <87449555+zygomeb@users.noreply.github.com> Co-authored-by: Mikhail Lazarev <mikhail@mlabs.city> Co-authored-by: Iurii Pachin <45940305+iupii@users.noreply.github.com> Co-authored-by: Yuriy Pachin <yuriy@mlabs.city> * fix: removed build errors * lint: hlint * formatting * bugfix: fix latent bugs * Fix tests * update: split legacy - re-organise * update: bangify validation code Co-authored-by: Mikhail Lazarev <mikhail@mlabs.city> Co-authored-by: t4ccer <t4ccer@gmail.com> Co-authored-by: Kirill Boltaev <aske@fmap.me> Co-authored-by: Maksymilian Brodowicz <87449555+zygomeb@users.noreply.github.com> Co-authored-by: Iurii Pachin <45940305+iupii@users.noreply.github.com> Co-authored-by: Yuriy Pachin <yuriy@mlabs.city>
Configuration menu - View commit details
-
Copy full SHA for 35f1fd6 - Browse repository at this point
Copy the full SHA 35f1fd6View commit details -
Also fix validator to allow minting multiple NFTs
Configuration menu - View commit details
-
Copy full SHA for 7c15382 - Browse repository at this point
Copy the full SHA 7c15382View commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 36ed90c - Browse repository at this point
Copy the full SHA 36ed90cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4810c3 - Browse repository at this point
Copy the full SHA d4810c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d948d5 - Browse repository at this point
Copy the full SHA 7d948d5View commit details -
Merge pull request #216 from mlabs-haskell/nft-fix-quickcheck
Reimplement NFT QuickCheck
Configuration menu - View commit details
-
Copy full SHA for 9c61cbc - Browse repository at this point
Copy the full SHA 9c61cbcView commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 980831d - Browse repository at this point
Copy the full SHA 980831dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7e92d - Browse repository at this point
Copy the full SHA 6e7e92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1314468 - Browse repository at this point
Copy the full SHA 1314468View commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 95ecfad - Browse repository at this point
Copy the full SHA 95ecfadView commit details -
Merge pull request #225 from mlabs-haskell/nft/check-node-order
NFT: check node order
Configuration menu - View commit details
-
Copy full SHA for 8300a9a - Browse repository at this point
Copy the full SHA 8300a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bae7e3f - Browse repository at this point
Copy the full SHA bae7e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5240ef2 - Browse repository at this point
Copy the full SHA 5240ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7c807 - Browse repository at this point
Copy the full SHA cd7c807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98181ee - Browse repository at this point
Copy the full SHA 98181eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9184a53 - Browse repository at this point
Copy the full SHA 9184a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for de77a94 - Browse repository at this point
Copy the full SHA de77a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a119c - Browse repository at this point
Copy the full SHA 50a119cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8d9ce - Browse repository at this point
Copy the full SHA 7c8d9ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 090bd42 - Browse repository at this point
Copy the full SHA 090bd42View commit details -
Merge pull request #218 from mlabs-haskell/nft/list-refactor-query
Nft: List refactor - query rewrite (Closes #189)
Configuration menu - View commit details
-
Copy full SHA for 7609930 - Browse repository at this point
Copy the full SHA 7609930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c9ac6 - Browse repository at this point
Copy the full SHA 77c9ac6View commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0685ec5 - Browse repository at this point
Copy the full SHA 0685ec5View commit details -
Merge pull request #227 from mlabs-haskell/nft/list-nfts-query
NFT: Implement query for listing NFTs
Configuration menu - View commit details
-
Copy full SHA for cc5447b - Browse repository at this point
Copy the full SHA cc5447bView commit details -
Merge pull request #232 from mlabs-haskell/nft-list/additional-necess…
…ary-tests NFT: Additional necessary todos
Configuration menu - View commit details
-
Copy full SHA for ec51c60 - Browse repository at this point
Copy the full SHA ec51c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f168c0c - Browse repository at this point
Copy the full SHA f168c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfbe46 - Browse repository at this point
Copy the full SHA dbfbe46View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00d3474 - Browse repository at this point
Copy the full SHA 00d3474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7857a8f - Browse repository at this point
Copy the full SHA 7857a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0f3aa - Browse repository at this point
Copy the full SHA 8e0f3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 192242a - Browse repository at this point
Copy the full SHA 192242aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf4c33 - Browse repository at this point
Copy the full SHA 9bf4c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26b733 - Browse repository at this point
Copy the full SHA d26b733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e194e7 - Browse repository at this point
Copy the full SHA 1e194e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d61054f - Browse repository at this point
Copy the full SHA d61054fView commit details -
NFT: Check that datum id correspond to NFT (#235)
* Implement check for datum and NFT id mismatch Validator Check - the Datum and the Token correspond to one another (#230) * Implement tests for datum and NFT id mismatch * Remove dead code
Configuration menu - View commit details
-
Copy full SHA for 02967f3 - Browse repository at this point
Copy the full SHA 02967f3View commit details -
Merge pull request #237 from mlabs-haskell/nft/symbol-from-head
NFT: Add `getApplicationCurrencySymbol` contract
Configuration menu - View commit details
-
Copy full SHA for 8b80d3d - Browse repository at this point
Copy the full SHA 8b80d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 522144d - Browse repository at this point
Copy the full SHA 522144dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a239b8a - Browse repository at this point
Copy the full SHA a239b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc960e - Browse repository at this point
Copy the full SHA 7fc960eView commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 207df87 - Browse repository at this point
Copy the full SHA 207df87View commit details -
Merge pull request #243 from mlabs-haskell/nft/more-validator-checks
Implement additional validation checks
Configuration menu - View commit details
-
Copy full SHA for b52785f - Browse repository at this point
Copy the full SHA b52785fView commit details -
Upgrade Plutus following mono-repo split Pin recent versions of `plutus` and `plutus-apps` Re-pin all Plutus-related dependencies Fix code broken by various Plutus API changes Remove redundant PAB modules (PAB client has been removed from recent `plutus-apps`) Upgrade plutus-extra
Configuration menu - View commit details
-
Copy full SHA for 5d2234c - Browse repository at this point
Copy the full SHA 5d2234cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ab559 - Browse repository at this point
Copy the full SHA d6ab559View commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32cc153 - Browse repository at this point
Copy the full SHA 32cc153View commit details -
* issue-206: NFT simulator endpoints - NFT contracts hooked to PAB - Simulator endpoints aded - marketplace executable added with PAB config sample and readme * formatting * update: removed repetition in endpoints * lint: removed redundant LANGUAGE extensions Co-authored-by: cstml <cstmlcodes@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80cdc8a - Browse repository at this point
Copy the full SHA 80cdc8aView commit details -
endpoint for querying content status (#247) (#242)
* queryContentStatus endpoint created and tested * remove extra files * cleaning files * merging with staging * tests for Query Content * removing irrelevant files * formatting fix * minor change after plutus upgrade. * update: generalise predicate for queries Co-authored-by: radni <amirhossein_kh@ymail.com>
Configuration menu - View commit details
-
Copy full SHA for 7804156 - Browse repository at this point
Copy the full SHA 7804156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8495523 - Browse repository at this point
Copy the full SHA 8495523View commit details
Commits on Nov 12, 2021
-
Merge pull request #248 from mlabs-haskell/nft/script-size
Add test for script size
Configuration menu - View commit details
-
Copy full SHA for 7bf5587 - Browse repository at this point
Copy the full SHA 7bf5587View commit details -
Configuration menu - View commit details
-
Copy full SHA for b111c10 - Browse repository at this point
Copy the full SHA b111c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6785938 - Browse repository at this point
Copy the full SHA 6785938View commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0713d65 - Browse repository at this point
Copy the full SHA 0713d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbaf9af - Browse repository at this point
Copy the full SHA bbaf9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d57431 - Browse repository at this point
Copy the full SHA 7d57431View commit details
Commits on Nov 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e5abc75 - Browse repository at this point
Copy the full SHA e5abc75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369cdfb - Browse repository at this point
Copy the full SHA 369cdfbView commit details -
Merge branch 'amirhossein/on-chain-init-admin' of https://github.com/…
…mlabs-haskell/plutus-use-cases into amirhossein/on-chain-init-admin
Configuration menu - View commit details
-
Copy full SHA for c5c3bf0 - Browse repository at this point
Copy the full SHA c5c3bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5eb32 - Browse repository at this point
Copy the full SHA 9e5eb32View commit details
Commits on Nov 15, 2021
-
Merge pull request #256 from mlabs-haskell/nft/auction-quickcheck
NFT: Auction tests
Configuration menu - View commit details
-
Copy full SHA for 5afb2c4 - Browse repository at this point
Copy the full SHA 5afb2c4View commit details -
Merge branch 'staging' of https://github.com/mlabs-haskell/plutus-use…
…-cases into amirhossein/on-chain-init-admin � Conflicts: � mlabs/test/Test/NFT/Contract.hs � mlabs/test/Test/NFT/QuickCheck.hs
Configuration menu - View commit details
-
Copy full SHA for c792504 - Browse repository at this point
Copy the full SHA c792504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b37a48 - Browse repository at this point
Copy the full SHA 9b37a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96887c8 - Browse repository at this point
Copy the full SHA 96887c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2057c2e - Browse repository at this point
Copy the full SHA 2057c2eView commit details -
Merge pull request #257 from mlabs-haskell/amirhossein/on-chain-init-…
…admin Amirhossein/on chain init admin
Configuration menu - View commit details
-
Copy full SHA for 6541c77 - Browse repository at this point
Copy the full SHA 6541c77View commit details -
Merge pull request #261 from mlabs-haskell/nft/remove-auction-owner-c…
…heck Remove auction owner check when closing auction
Configuration menu - View commit details
-
Copy full SHA for f5e39f5 - Browse repository at this point
Copy the full SHA f5e39f5View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c1defc - Browse repository at this point
Copy the full SHA 5c1defcView commit details
Commits on Nov 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3ef7ca - Browse repository at this point
Copy the full SHA c3ef7caView commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fa4037 - Browse repository at this point
Copy the full SHA 1fa4037View commit details -
NFT: Implement governance fees (#283)
* Implement fees for `buy` contract * Implement fees for `auction-close` contract * Disable failing NFT tests * Add missing `Inlineable` pragmas * Add missing Haddock comments * Rename pi'datum to pi'data * Refactor `close-auction` contract
Configuration menu - View commit details
-
Copy full SHA for dac85a4 - Browse repository at this point
Copy the full SHA dac85a4View commit details
Commits on Nov 24, 2021
-
* swapping one-shot minting policy: - use utxo from script to mint one-shot currency - tests adjustments * linting and formatting * use `waitInit` as SSOT for tests
Configuration menu - View commit details
-
Copy full SHA for 4e33b78 - Browse repository at this point
Copy the full SHA 4e33b78View commit details
Commits on Nov 25, 2021
-
Convert nix setup to flakes (#292)
* Convert Nix setup to flakes Start converting nix setup to flakes WIP: flake conversion WIP: Use sources.nix for sha256map for now WIP: Compatibility shell.nix Better compatibility shell.nix Stop using sources.nix for sha256map Use plutusPkgs for libsodium-vrf Remove redundant let bind Put shell config in right place Use plutus for fourmolu Newer version of fourmolu requires build Compatibility default.nix Remove redundant modules Remove outdated info from readme Add explanatory comment to haskell.nix module Add flake-compat to flake inputs Add all executables to checks output Go back to using niv for sha256map Fix/update nix readme Also use plutusPkgs for niv Add flakes transition notes to nix readme Update CI Add .envrc and .direnv/ to gitignore Fix hoogle Add experimental features flag to build CI Add yet another flag to build CI Fix path in CI Use stack from plutus pkgs Re-add update.nix Temporarily disable tests in checks Add experimental-features to extra_nix_config * Fix cross-platform support * Fix build CI * Update nix readme * Fix gitignore
Configuration menu - View commit details
-
Copy full SHA for 661bad6 - Browse repository at this point
Copy the full SHA 661bad6View commit details
Commits on Nov 26, 2021
-
Nft parametrise validator (#289)
* Implement fees for `buy` contract * Implement fees for `auction-close` contract * Disable failing NFT tests * Add missing `Inlineable` pragmas * Add missing Haddock comments * Rename pi'datum to pi'data * Refactor `close-auction` contract * parametrisation: type-checks * update:fix get token logic * bugfix: removed corrupt head issues * update: refactor validator logic for clarity Co-authored-by: t4ccer <t4ccer@gmail.com> Co-authored-by: Maksymilian Brodowicz <87449555+zygomeb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 091b993 - Browse repository at this point
Copy the full SHA 091b993View commit details -
NFT: Implement fees support in quickcheck model (#295)
* Fix Auction fees Gov tokens were paid to user that called `auction-close`, not to the one that won the auction * Fix NFT list insertion When inserting new NFT after a node with bid ADA, bid ADA wasn't specified to be sent back, and balancing caused bugs * Add fees support to QuickCheck model * Fix build
Configuration menu - View commit details
-
Copy full SHA for c025a8c - Browse repository at this point
Copy the full SHA c025a8cView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e532106 - Browse repository at this point
Copy the full SHA e532106View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for efee35b - Browse repository at this point
Copy the full SHA efee35bView commit details -
Merge pull request #300 from mlabs-haskell/rory/fix/ci-format-lint
Use nix for CI format/lint
Configuration menu - View commit details
-
Copy full SHA for ac1ffc7 - Browse repository at this point
Copy the full SHA ac1ffc7View commit details
Commits on Dec 1, 2021
-
WIP: fix Makefile and update-sha256map Fix run-tests.sh Add `check` to flake outputs Simplify `checks` Finish updating makefile Add description to flake
Configuration menu - View commit details
-
Copy full SHA for d98ea7a - Browse repository at this point
Copy the full SHA d98ea7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb1d79 - Browse repository at this point
Copy the full SHA aeb1d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b007b - Browse repository at this point
Copy the full SHA 63b007bView commit details -
Merge pull request #298 from mlabs-haskell/rory/fix/flakes
Flakes fixes/improvements
Configuration menu - View commit details
-
Copy full SHA for a6ee1f0 - Browse repository at this point
Copy the full SHA a6ee1f0View commit details
Commits on Dec 3, 2021
-
Implement no locked funds tests (#302)
* Add `burn-gov` contract Off-chain only * Implement tests with fees * Implement QuickCheck test for no locked funds * Remove burn endpoint
Configuration menu - View commit details
-
Copy full SHA for 1eb97d6 - Browse repository at this point
Copy the full SHA 1eb97d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030dcb1 - Browse repository at this point
Copy the full SHA 030dcb1View commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f5b693e - Browse repository at this point
Copy the full SHA f5b693eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1a828 - Browse repository at this point
Copy the full SHA aa1a828View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 407e6c8 - Browse repository at this point
Copy the full SHA 407e6c8View commit details -
Merge pull request #312 from mlabs-haskell/rory/flake-shell-ps
Add missing packages to shell
Configuration menu - View commit details
-
Copy full SHA for 75efa4f - Browse repository at this point
Copy the full SHA 75efa4fView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48310f2 - Browse repository at this point
Copy the full SHA 48310f2View commit details
Commits on Dec 15, 2021
-
Merge pull request #317 from mlabs-haskell/minimal-validator
Limit Validator and Tests to cover only MVP
Configuration menu - View commit details
-
Copy full SHA for b2dfde6 - Browse repository at this point
Copy the full SHA b2dfde6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45b604e - Browse repository at this point
Copy the full SHA 45b604eView commit details
Commits on Dec 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f5849b1 - Browse repository at this point
Copy the full SHA f5849b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1ece9 - Browse repository at this point
Copy the full SHA cb1ece9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653722b - Browse repository at this point
Copy the full SHA 653722bView commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bce4ffa - Browse repository at this point
Copy the full SHA bce4ffaView commit details
Commits on Jan 3, 2022
-
Merge pull request #318 from mlabs-haskell/spookify
Spookify NFT datums and most of the `ScriptContext`
Configuration menu - View commit details
-
Copy full SHA for b5ca282 - Browse repository at this point
Copy the full SHA b5ca282View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3fb3acf - Browse repository at this point
Copy the full SHA 3fb3acfView commit details -
Merge pull request #320 from mlabs-haskell/spookify-fixes
Fix Spooky conversions
Configuration menu - View commit details
-
Copy full SHA for 6fa3732 - Browse repository at this point
Copy the full SHA 6fa3732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0f269 - Browse repository at this point
Copy the full SHA 2a0f269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fb026 - Browse repository at this point
Copy the full SHA 48fb026View commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 718254a - Browse repository at this point
Copy the full SHA 718254aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9829990 - Browse repository at this point
Copy the full SHA 9829990View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ede36 - Browse repository at this point
Copy the full SHA e8ede36View commit details -
Configuration menu - View commit details
-
Copy full SHA for c926fd1 - Browse repository at this point
Copy the full SHA c926fd1View commit details -
Use constant fee rate of 0.5% instead of extracting this value from gov head
Configuration menu - View commit details
-
Copy full SHA for 274402a - Browse repository at this point
Copy the full SHA 274402aView commit details -
Scaffolding for the EfficientNFT
gege251 committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 05068c0 - Browse repository at this point
Copy the full SHA 05068c0View commit details -
Merge pull request #321 from mlabs-haskell/spookify-scriptcontext
Spookify `ScriptContext`
Configuration menu - View commit details
-
Copy full SHA for da2695d - Browse repository at this point
Copy the full SHA da2695dView commit details -
gege251 committed
Jan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 347bda5 - Browse repository at this point
Copy the full SHA 347bda5View commit details
Commits on Jan 9, 2022
-
gege251 committed
Jan 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 4b979c1 - Browse repository at this point
Copy the full SHA 4b979c1View commit details -
Parameterise the monetary policy with content hash
gege251 committedJan 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 2a4a17e - Browse repository at this point
Copy the full SHA 2a4a17eView commit details
Commits on Jan 10, 2022
-
Check datum hash of payment tx outs
gege251 committedJan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 9c62106 - Browse repository at this point
Copy the full SHA 9c62106View commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6f8ce8 - Browse repository at this point
Copy the full SHA d6f8ce8View commit details -
Merge pull request #322 from mlabs-haskell/misha/efficient-nft-market…
…place build fixes
Configuration menu - View commit details
-
Copy full SHA for 332ef47 - Browse repository at this point
Copy the full SHA 332ef47View commit details -
gege251 committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 40fe538 - Browse repository at this point
Copy the full SHA 40fe538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d1936 - Browse repository at this point
Copy the full SHA 19d1936View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9585e3 - Browse repository at this point
Copy the full SHA b9585e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f410c1 - Browse repository at this point
Copy the full SHA 8f410c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eedd9c - Browse repository at this point
Copy the full SHA 8eedd9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2441283 - Browse repository at this point
Copy the full SHA 2441283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fba65c - Browse repository at this point
Copy the full SHA 5fba65cView commit details -
Compare datums instead of datumhashes on-chain
gege251 committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 53f0644 - Browse repository at this point
Copy the full SHA 53f0644View commit details -
Implement marketplace validator
gege251 committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 838c3f0 - Browse repository at this point
Copy the full SHA 838c3f0View commit details -
Add inlinable pragma to mkValidator
gege251 committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 0360903 - Browse repository at this point
Copy the full SHA 0360903View commit details -
gege251 committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 9fdd1ee - Browse repository at this point
Copy the full SHA 9fdd1eeView commit details -
Buying a token should not require a signature
gege251 committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 9f9a08d - Browse repository at this point
Copy the full SHA 9f9a08dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c82b9 - Browse repository at this point
Copy the full SHA 31c82b9View commit details -
Merge pull request #327 from mlabs-haskell/gergely/changeowner-wo-sign
Buying a token should not require a signature
Configuration menu - View commit details
-
Copy full SHA for 1478617 - Browse repository at this point
Copy the full SHA 1478617View commit details -
Merge pull request #325 from mlabs-haskell/gergely/fix-onchain-datumhash
Fix onchain datumhash comparison
Configuration menu - View commit details
-
Copy full SHA for 0c6797e - Browse repository at this point
Copy the full SHA 0c6797eView commit details
Commits on Jan 12, 2022
-
Add datum with currency symbol to marketplace validator
gege251 committedJan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 9701519 - Browse repository at this point
Copy the full SHA 9701519View commit details -
gege251 committed
Jan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 17e739f - Browse repository at this point
Copy the full SHA 17e739fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5490a1e - Browse repository at this point
Copy the full SHA 5490a1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d9548 - Browse repository at this point
Copy the full SHA a1d9548View commit details -
Merge pull request #323 from mlabs-haskell/efficient-nft-marketplace/…
…offchain-token Add offchain token contracts
Configuration menu - View commit details
-
Copy full SHA for 687ddd5 - Browse repository at this point
Copy the full SHA 687ddd5View commit details
Commits on Jan 13, 2022
-
Merge branch 'gergely/efficient-nft-marketplace' into misha/efficient…
…-nft-marketplace-script-tests-
Configuration menu - View commit details
-
Copy full SHA for faa2082 - Browse repository at this point
Copy the full SHA faa2082View commit details -
Merge branch 'gergely/efficient-nft-marketplace' of github.com:mlabs-…
…haskell/plutus-use-cases into gergely/marketplace-validator
gege251 committedJan 13, 2022 Configuration menu - View commit details
-
Copy full SHA for a2e861a - Browse repository at this point
Copy the full SHA a2e861aView commit details -
Merge pull request #326 from mlabs-haskell/gergely/marketplace-validator
Marketplace validator
Configuration menu - View commit details
-
Copy full SHA for 417d992 - Browse repository at this point
Copy the full SHA 417d992View commit details -
- partial validation fix - missing boilerplate added
Configuration menu - View commit details
-
Copy full SHA for 75766e5 - Browse repository at this point
Copy the full SHA 75766e5View commit details -
gege251 committed
Jan 13, 2022 Configuration menu - View commit details
-
Copy full SHA for b76135a - Browse repository at this point
Copy the full SHA b76135aView commit details -
Merge branch 'gergely/efficient-nft-marketplace' into misha/efficient…
…-nft-marketplace-script-tests-
Configuration menu - View commit details
-
Copy full SHA for 902ebec - Browse repository at this point
Copy the full SHA 902ebecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c79a5dd - Browse repository at this point
Copy the full SHA c79a5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a86c8b9 - Browse repository at this point
Copy the full SHA a86c8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a58a34f - Browse repository at this point
Copy the full SHA a58a34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d124ea0 - Browse repository at this point
Copy the full SHA d124ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5301f7b - Browse repository at this point
Copy the full SHA 5301f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e665df4 - Browse repository at this point
Copy the full SHA e665df4View commit details -
Merge pull request #328 from mlabs-haskell/misha/efficient-nft-market…
…place-script-tests- Misha/efficient nft marketplace script tests
Configuration menu - View commit details
-
Copy full SHA for f6ca960 - Browse repository at this point
Copy the full SHA f6ca960View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13b946 - Browse repository at this point
Copy the full SHA c13b946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761aa03 - Browse repository at this point
Copy the full SHA 761aa03View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9d350 - Browse repository at this point
Copy the full SHA fc9d350View commit details -
Configuration menu - View commit details
-
Copy full SHA for a46931d - Browse repository at this point
Copy the full SHA a46931dView commit details -
Merge pull request #330 from mlabs-haskell/gergely/efficient-nft-mark…
…etplace Gergely/efficient nft marketplace
Configuration menu - View commit details
-
Copy full SHA for 4e64012 - Browse repository at this point
Copy the full SHA 4e64012View commit details
Commits on Jan 14, 2022
-
Merge pull request #329 from mlabs-haskell/rory/fix-nix
Use `extraSources` for git dependencies
Configuration menu - View commit details
-
Copy full SHA for 38cefd7 - Browse repository at this point
Copy the full SHA 38cefd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc5155 - Browse repository at this point
Copy the full SHA 7cc5155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b3f9c - Browse repository at this point
Copy the full SHA 39b3f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abf3ab - Browse repository at this point
Copy the full SHA 4abf3abView commit details -
- replace token policy string literal errors with variables
Configuration menu - View commit details
-
Copy full SHA for c6552c6 - Browse repository at this point
Copy the full SHA c6552c6View commit details -
Merge pull request #332 from mlabs-haskell/t4/plutus-upgrade
Update `plutus`, `plutus-apps`, and `plutus-extra`
Configuration menu - View commit details
-
Copy full SHA for 5a29f82 - Browse repository at this point
Copy the full SHA 5a29f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01c264 - Browse repository at this point
Copy the full SHA e01c264View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6db31 - Browse repository at this point
Copy the full SHA de6db31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fb058 - Browse repository at this point
Copy the full SHA f0fb058View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a334c - Browse repository at this point
Copy the full SHA d5a334cView commit details -
Merge pull request #335 from mlabs-haskell/t4/nft-add-datum
Add datums when changing owner
Configuration menu - View commit details
-
Copy full SHA for 79cd002 - Browse repository at this point
Copy the full SHA 79cd002View commit details -
Merge pull request #336 from mlabs-haskell/t4/offchain-marketplace
Add marketplace contracts
Configuration menu - View commit details
-
Copy full SHA for 049785c - Browse repository at this point
Copy the full SHA 049785cView commit details
Commits on Jan 17, 2022
-
- use exact string literals for errors instead of variables
Configuration menu - View commit details
-
Copy full SHA for ddb165a - Browse repository at this point
Copy the full SHA ddb165aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cdb11 - Browse repository at this point
Copy the full SHA f1cdb11View commit details -
Configuration menu - View commit details
-
Copy full SHA for af35059 - Browse repository at this point
Copy the full SHA af35059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a92bfe - Browse repository at this point
Copy the full SHA 8a92bfeView commit details -
Merge pull request #334 from mlabs-haskell/misha/efficient-nft-mint-t…
…ests Efficient NFT
Configuration menu - View commit details
-
Copy full SHA for 3b7a2bc - Browse repository at this point
Copy the full SHA 3b7a2bcView commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6c8102 - Browse repository at this point
Copy the full SHA a6c8102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb8df7 - Browse repository at this point
Copy the full SHA 2fb8df7View commit details -
gege251 committed
Jan 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 7d9b83b - Browse repository at this point
Copy the full SHA 7d9b83bView commit details -
Merge pull request #340 from mlabs-haskell/t4/efficient-nft-rewrite
Rewrite validator according to spec
Configuration menu - View commit details
-
Copy full SHA for 9ad14f9 - Browse repository at this point
Copy the full SHA 9ad14f9View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3fd77db - Browse repository at this point
Copy the full SHA 3fd77dbView commit details -
Add first test for the ChangeOwner
gege251 committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for f13539e - Browse repository at this point
Copy the full SHA f13539eView commit details -
gege251 committed
Jan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 582a06c - Browse repository at this point
Copy the full SHA 582a06cView commit details -
Merge branch 'staging' of github.com:mlabs-haskell/plutus-use-cases i…
…nto gergely/tests
gege251 committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 2acb55d - Browse repository at this point
Copy the full SHA 2acb55dView commit details -
gege251 committed
Jan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 91a786b - Browse repository at this point
Copy the full SHA 91a786bView commit details -
- merged with staging - adjusted mint and burn check - more tests for ChangePrice
Configuration menu - View commit details
-
Copy full SHA for 2e59231 - Browse repository at this point
Copy the full SHA 2e59231View commit details -
gege251 committed
Jan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for dc01aab - Browse repository at this point
Copy the full SHA dc01aabView commit details -
EfficientNFT
ChangePrice
tests:- more tests for token names - minor refactoring
Configuration menu - View commit details
-
Copy full SHA for 4c96ea8 - Browse repository at this point
Copy the full SHA 4c96ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4828f1 - Browse repository at this point
Copy the full SHA c4828f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784982b - Browse repository at this point
Copy the full SHA 784982bView commit details -
Add redeemer params to TokenMint contexts
gege251 committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 8b55496 - Browse repository at this point
Copy the full SHA 8b55496View commit details -
Add more tests for ChangeOwner
gege251 committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for ddca1cf - Browse repository at this point
Copy the full SHA ddca1cfView commit details -
Simplify checkMintAndBurn validator
gege251 committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 25f1ad7 - Browse repository at this point
Copy the full SHA 25f1ad7View commit details -
gege251 committed
Jan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 05cc747 - Browse repository at this point
Copy the full SHA 05cc747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602d896 - Browse repository at this point
Copy the full SHA 602d896View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 04d0f81 - Browse repository at this point
Copy the full SHA 04d0f81View commit details -
gege251 committed
Jan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 763509c - Browse repository at this point
Copy the full SHA 763509cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0486b - Browse repository at this point
Copy the full SHA fa0486bView commit details -
gege251 committed
Jan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for a880c1c - Browse repository at this point
Copy the full SHA a880c1cView commit details -
Add a property test for ChangeOwner action
gege251 committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for bcb5045 - Browse repository at this point
Copy the full SHA bcb5045View commit details -
Add QuasiQuotes language extension pragma for hlint
gege251 committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for f0eb01a - Browse repository at this point
Copy the full SHA f0eb01aView commit details -
Merge pull request #342 from mlabs-haskell/misha/efficient-nft/change…
…-price-tests Add `ChangePrice` action tests
Configuration menu - View commit details
-
Copy full SHA for 250309e - Browse repository at this point
Copy the full SHA 250309eView commit details
Commits on Jan 21, 2022
-
Merge branch 'staging' of github.com:mlabs-haskell/plutus-use-cases i…
…nto gergely/tests
gege251 committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for eb4e2b7 - Browse repository at this point
Copy the full SHA eb4e2b7View commit details -
Add QuasiQuotes language extension for hlint
gege251 committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for d0ed3d6 - Browse repository at this point
Copy the full SHA d0ed3d6View commit details -
Merge pull request #343 from mlabs-haskell/gergely/tests
Add NFT ChangeOwner action tests
Configuration menu - View commit details
-
Copy full SHA for 486ecea - Browse repository at this point
Copy the full SHA 486eceaView commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 648ef93 - Browse repository at this point
Copy the full SHA 648ef93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967100d - Browse repository at this point
Copy the full SHA 967100dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60157c8 - Browse repository at this point
Copy the full SHA 60157c8View commit details -
Merge pull request #345 from mlabs-haskell/t4/efficient-nft-quickcheck
Add QuickCheck model for efficient NFT
Configuration menu - View commit details
-
Copy full SHA for 6713b43 - Browse repository at this point
Copy the full SHA 6713b43View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac6b715 - Browse repository at this point
Copy the full SHA ac6b715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96dacdc - Browse repository at this point
Copy the full SHA 96dacdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda244b - Browse repository at this point
Copy the full SHA cda244bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba26a1 - Browse repository at this point
Copy the full SHA 4ba26a1View commit details -
Revert "Update
plutus-extra
to upstream branch"This reverts commit 4ba26a1.
Configuration menu - View commit details
-
Copy full SHA for fff95ba - Browse repository at this point
Copy the full SHA fff95baView commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8932d43 - Browse repository at this point
Copy the full SHA 8932d43View commit details -
Merge pull request #346 from mlabs-haskell/t4/v4-minting-policy
Rewrite minting policy according to v4 spec
Configuration menu - View commit details
-
Copy full SHA for 6932419 - Browse repository at this point
Copy the full SHA 6932419View commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ab49d83 - Browse repository at this point
Copy the full SHA ab49d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6905c - Browse repository at this point
Copy the full SHA 6d6905cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e30fa51 - Browse repository at this point
Copy the full SHA e30fa51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8074cd7 - Browse repository at this point
Copy the full SHA 8074cd7View commit details
Commits on Feb 1, 2022
-
Merge pull request #347 from mlabs-haskell/t4/v4-locking-script
Implement locking script
Configuration menu - View commit details
-
Copy full SHA for b33773e - Browse repository at this point
Copy the full SHA b33773eView commit details
Commits on Feb 3, 2022
-
Fix ability to mint arbitrary Seabug tokens when burning, and add check for unlocking underlying CNFT
Configuration menu - View commit details
-
Copy full SHA for 1e2a298 - Browse repository at this point
Copy the full SHA 1e2a298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19155fe - Browse repository at this point
Copy the full SHA 19155feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c023a91 - Browse repository at this point
Copy the full SHA c023a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3731dc1 - Browse repository at this point
Copy the full SHA 3731dc1View commit details
Commits on Feb 7, 2022
-
Merge pull request #348 from mlabs-haskell/t4/policy-fixes
Fix burning and datum check
Configuration menu - View commit details
-
Copy full SHA for 76afdd2 - Browse repository at this point
Copy the full SHA 76afdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed4830 - Browse repository at this point
Copy the full SHA 9ed4830View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4724c - Browse repository at this point
Copy the full SHA ad4724cView commit details
Commits on Feb 10, 2022
-
Merge pull request #349 from mlabs-haskell/t4/resource-test
Add resource usage tests using `plutus-simple-model`
Configuration menu - View commit details
-
Copy full SHA for 04f04c3 - Browse repository at this point
Copy the full SHA 04f04c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 143beeb - Browse repository at this point
Copy the full SHA 143beebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a2c0a - Browse repository at this point
Copy the full SHA 94a2c0aView commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e6c7ad - Browse repository at this point
Copy the full SHA 8e6c7adView commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd96073 - Browse repository at this point
Copy the full SHA dd96073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5295a - Browse repository at this point
Copy the full SHA 3d5295aView commit details
Commits on Feb 18, 2022
-
Merge pull request #351 from mlabs-haskell/t4/marketplace
Add marketplace escrow script
Configuration menu - View commit details
-
Copy full SHA for 5d63bec - Browse repository at this point
Copy the full SHA 5d63becView commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c608c8 - Browse repository at this point
Copy the full SHA 9c608c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9ce29 - Browse repository at this point
Copy the full SHA 2c9ce29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d80922 - Browse repository at this point
Copy the full SHA 3d80922View commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36fb06a - Browse repository at this point
Copy the full SHA 36fb06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b021c88 - Browse repository at this point
Copy the full SHA b021c88View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d340283 - Browse repository at this point
Copy the full SHA d340283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4f60e - Browse repository at this point
Copy the full SHA 1f4f60eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f56c3b2 - Browse repository at this point
Copy the full SHA f56c3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49d6ee - Browse repository at this point
Copy the full SHA a49d6eeView commit details
Commits on Mar 3, 2022
-
Merge pull request #355 from mlabs-haskell/t4/fee-vault
Add fee collecting script
Configuration menu - View commit details
-
Copy full SHA for c4df46a - Browse repository at this point
Copy the full SHA c4df46aView commit details
Commits on Mar 4, 2022
-
Merge pull request #356 from mlabs-haskell/t4/blake2
Switch from sha2 to blake2
Configuration menu - View commit details
-
Copy full SHA for c9ce424 - Browse repository at this point
Copy the full SHA c9ce424View commit details
Commits on Mar 19, 2022
-
Write
ToData
/FromData
/UnsafeFromData
instances manuallyWe need those instances to be written manually for now to integrate with transaction library since there is no `makeIsData` there for now
Configuration menu - View commit details
-
Copy full SHA for f451433 - Browse repository at this point
Copy the full SHA f451433View commit details
Commits on Mar 22, 2022
-
Merge pull request #359 from mlabs-haskell/t4/manual-insances
Write `ToData`/`FromData`/`UnsafeFromData` instances manually
Configuration menu - View commit details
-
Copy full SHA for 927eade - Browse repository at this point
Copy the full SHA 927eadeView commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51667b9 - Browse repository at this point
Copy the full SHA 51667b9View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4fc224e - Browse repository at this point
Copy the full SHA 4fc224eView commit details
Commits on Aug 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7abb51 - Browse repository at this point
Copy the full SHA e7abb51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abf2ea - Browse repository at this point
Copy the full SHA 5abf2eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6afb707 - Browse repository at this point
Copy the full SHA 6afb707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189dc6b - Browse repository at this point
Copy the full SHA 189dc6bView commit details