ordian on ao-github-actions
initial github actions (compare)
s3krit on mp-de-parityify
sed magic find . -type f -exec… (compare)
ordian on perf
ordian on master
Faster kill_garbage (#11514) *… (compare)
ordian on na-engine-signer-dont-use-msg-only-zeroes
ordian on master
[EngineSigner]: don't sign mess… (compare)
niklasad1 on na-engine-signer-dont-use-msg-only-zeroes
forgot formatting change (compare)
be sure to have read this wiki entry
https://github.com/paritytech/parity/wiki/FAQ%3A-CLI%2C-Mining%2C-and-Networks
that brought insights to me which i tested 3-4 months ago
especially when you read
"What are the different consensus engines available for Parity?
Ethash (Ethereum Proof-of-Work Engine), see Ethash.
Instant Seal (Development Engine), see Private development chain.
Aura (Proof-of-Authority Validator Engine), see Aura.
Tendermint (Experimental Validator Engine), see Validator Engines"
depending on personally defined seal.settings and declared chain-consensus engines
@Zotimer:matrix.org
(cole this is Bill Burdick, my riot acct)
@charry1729
can some one help with this error
truffle migrate
Using network 'development'.
Running migration: 1_initial_migration.js
Deploying Migrations...
... undefined
Error encountered, bailing. Network state unknown. Review successful transactions manually.
Error: Transaction cost exceeds current gas limit. Limit: 4709181, got: 6721975. Try decreasing supplied gas.
at Object.InvalidResponse (/home/demo/.nvm/versions/node/v8.4.0/lib/node_modules/truffle/build/cli.bundled.js:43303:16)
at /home/demo/.nvm/versions/node/v8.4.0/lib/node_modules/truffle/build/cli.bundled.js:331156:36
at /home/demo/.nvm/versions/node/v8.4.0/lib/node_modules/truffle/build/cli.bundled.js:175492:11
though i changes in the truffle.js .. to different values .. it dinthelp
truffle console
truffle(development)> web3.eth.getBlock("latest").gasLimit
4712388
please help