Skip to content

NO-TICK: fix accounts_path in chainspec for local#117

Merged
arcolife merged 1 commit intomasterfrom
fix-local-ac-path
Jul 27, 2020
Merged

NO-TICK: fix accounts_path in chainspec for local#117
arcolife merged 1 commit intomasterfrom
fix-local-ac-path

Conversation

@arcolife
Copy link

resource/local/chainspec.toml should point to the accounts.csv under same path

@arcolife arcolife force-pushed the fix-local-ac-path branch 2 times, most recently from 3b42e9b to 4c60692 Compare July 27, 2020 14:06
@arcolife
Copy link
Author

will sign the commit shortly. a glitch

@arcolife arcolife force-pushed the fix-local-ac-path branch from 4c60692 to 097b503 Compare July 27, 2020 14:32
@arcolife arcolife force-pushed the fix-local-ac-path branch from 097b503 to d21b05b Compare July 27, 2020 14:44
@arcolife arcolife merged commit ef1bffc into master Jul 27, 2020
@arcolife arcolife deleted the fix-local-ac-path branch July 27, 2020 15:01
rafal-ch pushed a commit that referenced this pull request Sep 11, 2024
The input coin defined in the specifications is an aggregated type
between two logical variants: signed and predicate.

When the input is expected to behave as coin, the signature validation
should seek its witness counterpart and check the signature with its
fields as arguments = except for predicate and its data.

When the input is expected to behave as predicate, the validation will
check if the owner is the hash of the predicate. The witness id is
entirely ignored.

It is canonical to Rust to split these two different logical structures
into different enum variants - even if we are to maintain the fuel specs
canonical serialization.

Closes #110
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.

3 participants