This repository was archived by the owner on Oct 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/precompile erc 721 transfer from #129
Merged
Merged
Changes from all commits
Commits
Show all changes
133 commits
Select commit
Hold shift + click to select a range
8a0bc02
create mock and testing
asiniscalchi 0fe9a63
first test
asiniscalchi 7ebabef
testing ethereum reserved addresses
asiniscalchi e964668
refactoring
asiniscalchi aba874e
refactoring
asiniscalchi 80dd172
refactoring tests
asiniscalchi 9604f6c
fmt
asiniscalchi 390359b
erc721 starting point
asiniscalchi 64c449a
Merge branch 'dev' into feature/precompile_erc_721
asiniscalchi 5dafd9f
fmt
asiniscalchi e92faae
Merge branch 'dev' into feature/precompile_erc_721
asiniscalchi 21d6842
Merge branch 'feature/solidity_create_collection_return_an_address' i…
asiniscalchi e06adce
compiling
asiniscalchi 3869690
check selectors
asiniscalchi d514f88
create trait Erc721
asiniscalchi 2efff92
Erc721Precompile
asiniscalchi 0357938
set mocks
asiniscalchi cec3cbf
first implermentation
asiniscalchi b0c10ce
first integration of erc721 in the runtime
asiniscalchi 1420c21
fmt
asiniscalchi d0c4ce7
check on the collection id
asiniscalchi aa84dde
test on extract owner form asset_id
asiniscalchi 7e49dae
Merge branch 'dev' into feature/precompile_erc_721
asiniscalchi 0ec72a7
fix tests
asiniscalchi 9be1a5b
test for erc721 trait
asiniscalchi 2427e0d
Merge branch 'feature/precompile_erc_721' into feature/testing_precom…
asiniscalchi 4625aad
fix compilation
asiniscalchi d858bf0
refactoring
asiniscalchi 6c65ddd
returning address
asiniscalchi 1c9e12a
return value is correctly encoded as a n Address
asiniscalchi c7ec2ee
Merge branch 'bug/create_collection_logs' into feature/precompile_erc…
asiniscalchi c39efbd
Merge branch 'feature/testing_precompiles' into feature/precompile_er…
asiniscalchi 9dc0c14
is_erc721_contract is not member of PrecompoileSet
asiniscalchi b9bba2d
test on precompiled contracts
asiniscalchi a39432c
erc721 returns hardcoded address
asiniscalchi c4cd42f
refactoring
asiniscalchi 89af0a0
testing return of asset ownership
asiniscalchi c6c7810
fix errors
asiniscalchi 5cfb2b5
remove unused use
asiniscalchi 874d2f6
create collection got an uri
asiniscalchi fa612ab
Merge branch 'dev' into feature/precompile_erc_721
asiniscalchi d3add5c
Merge branch 'dev' into feature/precompile_erc_721_token_uri
asiniscalchi 0568c47
refactoring
asiniscalchi b31f1db
rewriting testing mod
asiniscalchi 9a4f100
refactoring
asiniscalchi 09738af
moving check for cllection address in pallet
asiniscalchi daf2910
collection address prefix changed
asiniscalchi bd47de2
test passing
asiniscalchi 907ca7e
test passing
asiniscalchi 10557aa
refactoring tests
asiniscalchi 6d38abe
do not panic the runtime
asiniscalchi daef051
fmt
asiniscalchi f71eef7
solidity tokenId -> _tokenId
asiniscalchi 15123db
erc721 functions are views
asiniscalchi 4b0ec80
update docs
asiniscalchi df59324
sp-core in std , removed duplicate function
asiniscalchi 2fbd144
documentaetion
asiniscalchi 96d7374
using compilator type ifer
asiniscalchi 5bf67b0
compiler infer the size of the array
asiniscalchi 2bf2171
added to std feature
asiniscalchi 9e1bf8d
rename variable
asiniscalchi bee4806
trait documentation
asiniscalchi 7a25ce8
Merge branch 'dev' into refactoring/missing_from_precompile_erc_721
asiniscalchi 874bfae
using pallet errors
asiniscalchi 1322a4f
Erc721Error created
asiniscalchi 1679acb
Erc721Error fix compilation
asiniscalchi e8e789f
tests green
asiniscalchi a2763f7
revise docuemntation
asiniscalchi 1f3bf0c
Merge branch 'feature/using_proper_errors' into feature/precompile_er…
asiniscalchi 3308324
fmt
asiniscalchi 790361e
better name of constant
asiniscalchi dc4f211
create collection has param uri
asiniscalchi cc5bfdb
Merge branch 'dev' into feature/precompile_erc_721_token_uri
asiniscalchi 2ddf57d
remove unused error
asiniscalchi 4ef9e9c
using sp-std
asiniscalchi 746fed6
using sp-std
asiniscalchi b0738dd
created CollectionBaseURI
asiniscalchi 053a1ea
created CollectionBaseURI
asiniscalchi 3007682
BaseURILimit is defined
asiniscalchi d817778
insering the base uri
asiniscalchi 95dac77
insering the base uri
asiniscalchi d05b7b2
base_uri is set in storage
asiniscalchi f0dec74
create_collection trait has base_uri as param
asiniscalchi 2a074d0
living_assets_ownership pallet tests are green
asiniscalchi ffa3835
tests passing
asiniscalchi c155971
test on base_uri too long
asiniscalchi cb2c18d
removing use
asiniscalchi 4998cce
use Vec
asiniscalchi 51342a0
testing minimum arguments
asiniscalchi c39d92f
create_collection has a BondedVec tokenURI
asiniscalchi a9f7053
removed unued error
asiniscalchi 724d571
fix compilation
asiniscalchi 1d3b5bc
refactoring
asiniscalchi 95a3d07
refactoring
asiniscalchi e69a2b0
removed legacy doc
asiniscalchi e8fa0af
BaseURILimit type is not public
asiniscalchi 4b87845
add transfer_from dummy tests and func definitions
magecnion 373e1ba
traits have Error assiciated tyope
asiniscalchi 990d44c
more generiuc signature
asiniscalchi e9d5b1e
fix compilation
asiniscalchi e76a680
test moved where concreate impl is tested
asiniscalchi 5ac6078
Merge branch 'dev' into feature/precompile_erc_721_token_uri
asiniscalchi 77120b4
removed harcoded buffer from tests
asiniscalchi 01d7687
refactoring
asiniscalchi 2396f85
checking for BaseURI bounds
asiniscalchi 48a0b35
add transfer_from sender and receiver checks
magecnion c98517e
add dummy erc721 impl to pallet for compiling
magecnion de8cacb
Merge branch 'feature/precompile_erc_721_token_uri' of github.com:fre…
magecnion a5c8e78
erc721 transfer_from tests
magecnion f121c5c
erc721 precompile final tests
magecnion 38f3aa8
Merge branch 'dev' of github.com:freeverseio/laos-ownership-node into…
magecnion 5b0ee33
add transfer_from func signature to sol contract
magecnion e857fb0
WIP add getting initial owner for assets storage
magecnion a1ec297
add check to transfer_from precompile caller must be the owner
magecnion 15d48b1
add transfer_from trait impl to pallet
magecnion 6fcdfb4
fmt
magecnion 200291f
owner_of trait return current owner
magecnion 0e38420
add remix test
magecnion 68aee06
use H160 instead of T::AcountId
magecnion ca229fc
Merge branch 'dev' of github.com:freeverseio/laos-ownership-node into…
magecnion 89ffbf9
change requests
magecnion 5fdd84b
add eth event
magecnion cf720b1
from u64 to H160
magecnion 61b9d84
wip
magecnion 6e76010
Merge branch 'dev' into feature/precompile_erc_721_transfer_from
asiniscalchi c1e7dc6
remove pallet_evm could from living asset pallet
magecnion 5f52255
Merge branch 'feature/precompile_erc_721_transfer_from' of github.com…
magecnion 6b3940d
change requests
magecnion 3874112
Merge branch 'magecnion_change_requests' into feature/precompile_erc_…
magecnion 191bd15
change requests
magecnion 736aa55
change requests
magecnion dbb52e7
change requests
magecnion b7d8992
change requests
magecnion File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.