openethereum/CHANGELOG.md

297 KiB

Parity v1.6.6 (2017-04-11)

This release brings warp sync support for kovan network.

  • Beta Backports #5434
    • Bump to v1.6.6
    • Strict validation transitions #4988
      • Ability to make validation stricter
      • Fix consensus
      • Remove logger
    • Fix eth_sign showing as wallet account #5309
      • DefaultProps for account
      • Pass signing account
      • Update tests for Connect(...)
    • Add new seed nodes #5345
    • Kovan warp sync fixed
  • Aura eip155 validation transition #5363
    • Add eip155 validation
    • Add transition block
  • Default eip155 validation #5350
  • Backport syntax libs update #5316

Parity v1.6.5 (2017-03-28)

This release contains the following changes:

  • Warp sync snapshot format improvements.
  • Fix for Firefox UI issues.
  • Fix for restoring from a file snapshot.
  • Fix for auto-updater error handling.
  • Updated configuration for Ropsten revival. Make sure to delete old Ropsten blockchain first with parity db kill --chain ropsten. After that you can sync normally with parity --chain ropsten.

Full changes:

  • Beta Backports #5299
    • Fix FireFox overflows #5000
      • Max width for container
      • Set min-width
    • Switching ValidatorSet #4961
      • Add multi validator set
      • Nicer comment
      • Validate in constructor
      • Reporting
    • Avoid clogging up tmp when updater dir has bad permissions. #5024
    • Force earliest era set in snapshot restore #5021
    • Bumb to v1.6.5
    • Fine grained snapshot chunking
    • Ropsten revival
  • Fix validator contract syncing #4789 #5011
    • Make validator set aware of various states
    • Fix updater build
    • Clean up contract call
    • Failing sync test
    • Adjust tests
    • Nicer indent
    • Revert bound divisor

Parity v1.5.12 (2017-03-27)

Stable release that adds support for a new warp sync snapshot format.

  • Stable Backports #5297
    • Bump to v1.5.12
    • Fine grained snapshot chunking

Parity v1.6.4 (2017-03-22)

A number of issues fixed in this release:

  • Ledger device connectivity issues for some users on Windows.
  • Improved vault usability.
  • Stratum mining no longer requires --force-sealing.
  • evm binary has been renamed to parity-evm to avoid conflict with cpp-ethereum package.

Full Changes:

  • Backporting to beta #4995
    • Bump to v1.6.4
    • Ensure sealing work enabled if notifier registed
    • Fix condition check
    • Always send full chunks #4960
    • Bump nanomsg #4965
    • Renaming evm binary to avoid conflicts. #4899
  • Beta UI backports #4993
    • Update js-precompiled 20170314-121823
    • Attach hardware wallets already in addressbook #4912
      • Attach hardware wallets already in addressbook
      • Only set values changed
    • Add Vaults logic to First Run #4894 #4914
    • Add ability to configure Secure API (for #4885) #4922
    • Add z-index to small modals as well #4923
    • Eth_sign where account === undefined #4964
      • Update for case where account === undefined
      • Update tests to not mask account === undefined
      • Default account = {} where undefined (thanks @tomusdrw)
    • Fix Password Dialog forms style issue #4968

Parity v1.6.3 (2017-03-14)

This release fixes issue compatibility with Safari on MacOS.

  • Safari fixes #4902
    • Add intitial max-width to sections
    • Move background z-index to -1

Parity v1.5.11 (2017-03-14)

Parity 1.5.11 Includes a patch for a more comprehensive block verification.

  • Bump to v1.5.11
  • Additional kovan params
  • Recalculate receipt roots in close_and_lock
  • Bump to v1.5.10

Parity v1.6.2 (2017-03-13)

A major release introducing a few new features:

  • Revamped UI.
  • Account Vaults.
  • Support for Ledger hardware wallet devices.
  • Stratum protocol for PoW mining.
  • A new MacOS installer. Parity for MacOS now includes a Menu Bar icon that allows controlling Parity service.
  • Disk backed transaction store. Pending transactions are now saved to disk and won't get lost when Parity is restarted.
  • Improved memory management.

See the blog post for more details.

Full Changes:

  • Fix auto-updater beta #4868
  • Beta UI backports #4855
    • Added React Hot Reload to dapps + TokenDeplpoy fix (#4846)
    • Fix method decoding (#4845)
      • Fix contract deployment method decoding in Signer
      • Linting
    • Fix TxViewer when no to (contract deployment) (#4847)
      • Added React Hot Reload to dapps + TokenDeplpoy fix
      • Fixes to the LocalTx dapp
      • Don't send the nonce for mined transactions
      • Don't encode empty to values for options
    • Pull steps from actual available steps (#4848)
    • Wait for the value to have changed in the input (#4844)
    • Backport Regsirty changes from #4589
    • Test fixes for #4589
  • Beta Simple score #4852
    • Simple score
    • Ignore part of a test
  • Backporting to beta #4840
    • Fixes to the Registry dapp (#4838)
      • Fix wrong ABI methods
      • Fix comparison
    • Bump to v1.6.1
  • Show token icons on list summary pages (#4826) #4827
    • Adjust balance overlay margins (no jumps)
    • Img only balances, small verifications
    • Invalid tests removed
    • Always wrap display (Thanks @ngotchac)
    • Update tests to reflect reality
  • Beta Engine backports #4806
    • Calibrate before rejection
    • Change flag name
    • Add eip155
    • Make network_id default
  • Beta UI backports #4823
    • Better logic for contract deployments (#4821)
  • Beta UI backports #4818
    • Update the key (#4817)
    • Adjust selection colours/display (#4811)
      • Adjust selection colours to match with mui
      • allow -> disable (simplify selections)
      • Only use top-border
      • Overlay selection line
      • Slightly more muted unselected
      • Restore address icon
    • Fix default values for contract queries
  • Beta UI backports #4809
    • Update Wallet to new Wallet Code (#4805)
      • Update Wallet Version
      • Update Wallet Library
      • Update Wallets Bytecodes
      • Typo
      • Separate Deploy in Contract API
      • Use the new Wallet ABI // Update wallet code
      • WIP .// Deploy from Wallet
      • Update Wallet contract
      • Contract Deployment for Wallet
      • Working deployments for Single Owned Wallet contracts
      • Linting
      • Create a Wallet from a Wallet
      • Linting
      • Fix Signer transactions // Add Gas Used for transactions
      • Deploy wallet contract fix
      • Fix too high gas estimate for Wallet Contract Deploys
      • Final piece ; deploying from Wallet owned by wallet
      • Update Wallet Code
      • Updated the Wallet Codes
      • Fixing Wallet Deployments
      • Add Support for older wallets
      • Linting
    • SMS Faucet (#4774)
      • Faucet
      • Remove flakey button-index testing
      • Only display faucet when sms verified (mainnet)
      • Simplify availability checks
      • WIP
      • Resuest from verified -> verified
      • Update endpoint, display response text
      • Error icon on errors
      • Parse hash text response
      • Use /api/:address endpoint
      • Hash -> data
      • Adjust sms-certified message
    • Fix SectionList hovering issue (#4749)
      • Fix SectionList Items hover when <3 items
      • Even easier...
    • Lint (new)
  • Update ETC bootnodes #4794
  • Update comments and reg ABI #4787
  • Optimize signature for fallback function. #4780
  • Rephrasing token generation screen. #4777
  • Etherscan links based on netVersion identifier #4772
  • Update README.md #4762
  • Fix invalid props to verification code #4766
  • Extend authority round consensus test #4756
  • Revert last hyper "fix" #4752
  • Vault Management UI (round 3) #4652
  • Update SelectionList indicators #4736
  • Update testnet detection #4746
  • Fix Portal in Portal ESC issue #4745
  • Update wiki #4743
  • Account selector close operations #4728
  • Fix Account Selection in Signer #4744
  • Support both V1 & V2 DataChanged events in registry #4734
  • Add info on forks. #4733
  • Add registry addr #4732
  • UI support for hardware wallets #4539
  • S/delete/forget/ for wallets #4729
  • New chains #4720
  • Enable --warp by default #4719
  • Update Uglify (fix to 2.8.2) to fix binary builds #4723
  • Extract i18n strings in modals/* #4706
  • Provide uncle size where available in RPC #4713
  • EC math functions #4696
  • Add registrar fields #4716
  • Extract i18n strings in views/* #4695
  • Removing network=disable from config files #4715
  • Fast in-place migration for adding and removing column families #4687
  • Display badges on summary view #4689
  • Consistent file uploads #4699
  • Rename https://mkr.market -> https://oasisdex.com #4701
  • Stop copy & clickthrough from list summaries #4700
  • Display ... for address summary overflows #4691
  • Less agressive grayscale/opacity in SelectionList #4688
  • Propagate trie errors upwards from State #4655
  • Generic state backend #4632
  • Enhance dialog layouts (round 1) #4637
  • Vault Management UI (round 2) #4631
  • Fix Portal broad event stopper #4674
  • Custom dev chain presets #4671
  • Max gas limit and min gas price #4661
  • Align list displays with SectionList (UI consistency) #4621
  • Add SelectionList component to DRY up #4639
  • I18n NL linting updates #4662
  • Misc. small UI fixes #4657
  • More CLI settings for IPFS API #4608
  • Fix Tendermint deadlock #4654
  • Nl translations #4649
  • Update transaction condition documentation #4659
  • Bump hyper versions #4645
  • Sane updater #4658
  • Remainder of RPC APIs implemented for the light client #4594
  • Preserve vault meta when changing pwd #4650
  • Fix Geth account import #4641
  • Tweak some checks. #4633
  • Attempt to fix subscribeToEvents test #4638
  • Fix selection value from RadioButtons #4636
  • Convert all remaining Modals to use Portal (UI consistency) #4625
  • Default account selection update #4609
  • Display ETH balance in overlay account selector #4588
  • Fixed minor grammar mistake in readme #4627
  • Extract newly available i18n strings #4623
  • Save pending local transactions in the database #4566
  • Bump CID version to allow compilation on all platforms #4614
  • Vault Management UI (first round) #4446
  • Let Engine decide if it seals internally #4613
  • Show only known accounts/wallets/addresses on Home #4612
  • Proper default accounts RPCs #4580
  • Hash-fetch errors in case upstream returns non-200 #4599
  • Added pending transaction info to eth_getTransactionByHash #4570
  • Secret store - initial version #4567
  • Handle invalid ABI retrieved from address_book gracefully #4606
  • Optimize key directory reloads #4583
  • Revert Double Click on Accounts to close in Signer Bar #4590
  • IPFS MVP #4545
  • Networking fixes #4563
  • Remove eth_compile* RPCs #4577
  • Ledger wallet signing fixed #4578
  • Remove vertx from Webpack config #4576
  • Better display of tags #4564
  • Added vaults support to ethstore-cli #4532
  • Fixed font URLs #4579
  • Explicitly set seconds to 0 from selector #4559
  • Fixes evmbin compilation and adding to standard build. #4561
  • Alias for personal_sendTransaction #4554
  • Key derivation in ethstore & rpc #4515
  • Skip OOG check for simple transfers #4558
  • Light Client transaction queue, initial LightDispatcher #4501
  • Fixes BadgeReg Middleware #4556
  • Fix pasting of value in Input fields #4555
  • Tooltips with react-intl #4549
  • Close on double-click for Signer Account selection #4540
  • Signer provenance #4477
  • Fix console dapp #4544
  • Extract i18n string into i18n/_defaults (base of translations) #4514
  • Fix contract queries bug #4534
  • Fixing namespace of couple methods in console. #4538
  • Home landing page #4178
  • Bump JSON RPC crates versions #4530
  • Update rust version in README #4531
  • Lower default pruning history and memory #4528
  • Serde 0.9 #4508
  • Fixes to Token Deploy dapp #4513
  • Fixed receipt decoding #4521
  • Several fixes to the Wallet in general #4504
  • Use the current contract name for Solidity compilation #4510
  • Preparation for Light client RPC #4485
  • Fix Dutch translation #4509
  • Fixed a warning and bumped libusb-sys #4507
  • Fix TnC overflows on small screens #4505
  • Fix no data sent in TxQueue dapp #4502
  • Ledger wallet support #4486
  • Add new Componennt for Token Images #4498
  • Fix address and accounts links #4491
  • Fix Token Reg Dapp issues in Firefox #4489
  • Parity.js interfaces for vaults #4497
  • Initial Dutch translations #4484
  • Fix key.meta.vault for root dir keys && read vault.meta without vault key #4482
  • Arbitrary labels for extended keys (u32, H256 built-in) #4438
  • Fix ethstore build #4492
  • Fixed compilation of ethstore-cli #4493
  • Build embedded Parity JS properly and separatly #4426
  • Static link for snappy #4487
  • Work with string numbers in contract (Fixes #4472) #4478
  • Metadata support for vaults #4475
  • Sort gas price corpus when hitting genesis #4470
  • Fixing CORS headers for parity.web3.site #4461
  • Make signing compatible with geth. #4468
  • Handle registry not found errors #4465
  • Fix Portal scrolling getting stuck #4455
  • Fix AccountCard stretch to 100% #4450
  • Include total difficulty in CHTs and hide implementation details from consumers #4428
  • Fix RLP encoding for types recursively calling RlpStream::append #4362
  • Open popup without attempting inline #4440
  • Fixing histogram again (#4464) port from beta #4467
  • Vaults RPCs #4366
  • Ethkey - extended keys #4377
  • Use secure websocket from HTTPS clients #4436
  • RPC middleware: Informant & Client.keep_alive #4384
  • Fix eth_sign/parity_postSign #4432
  • Web view with web3.site support #4313
  • Extend Portal component with title, buttons & steps (as per Modal) #4392
  • Extension installation overlay #4423
  • Add block & timestamp conditions to Signer #4411
  • Transaction timestamp condition #4419
  • Poll for defaultAccount to update dapp & overlay subscriptions #4417
  • Validate dapps accounts with address book #4407
  • Dapps use defaultAccount instead of own selectors #4386
  • Fix lock and rename tracing #4403
  • Restarting fetch client every now and then #4399
  • Perform a sync between Rust and JS when generating markdown instead of in spec tests #4408
  • Registry dapp: make lookup use lower case #4409
  • Available Dapp selection alignment with Permissions (Portal) #4374
  • More permissive verification process #4317
  • Fix ParityBar account selection overflows #4405
  • Mac binaries signing #4397
  • Revert "remove [ci skip]" #4398
  • Registry, s/a the owner/the owner/ #4391
  • Fixing invalid address in docs #4388
  • Remove [ci skip] #4381
  • Fixing estimate gas in case histogram is not available #4387
  • Default Account selector in Signer overlay #4375
  • Fixing web3 in console #4382
  • Add parity_defaultAccount RPC (with subscription) #4383
  • Full JSON-RPC docs + sync tests. #4335
  • Expose util as Api.util #4372
  • Dapp Account Selection & Defaults #4355
  • Publish @parity/jsonrpc #4365
  • Fix signing #4363
  • Fixing embedded bar not closing in chrome extension #4367
  • Update AccountCard for re-use #4350
  • Add proper event listener to Portal #4359
  • Optional from field in Transaction Requests #4332
  • Rust 1.14 in README [ci-skip] #4361
  • Fix JournalDB::earliest_era on empty database #4316
  • Fixed race condition deadlock on fetching enode URL #4354
  • Allow Portal to be used as top-level modal #4338
  • Fix postsign #4347
  • Renaming signAndSendTransaction to sendTransaction #4351
  • Add api.util.encodeMethodCall to parity.js #4330
  • Initial commit for vaults #4312
  • Returning default account as coinbase + allow altering sender in signer #4323
  • Persistent tracking of dapps #4302
  • Exposing all RPCs over dapps port as CLI option #4346
  • New macOS App #4345
  • Display QrCode for accounts, addresses & contracts #4329
  • Add QrCode & Copy to ShapeShift #4322
  • Parity.js api.parity.chainStatus should handle { blockGap: null } #4327
  • DeleteAccount & LoadContract modal updates #4320
  • Split Tab from TabBar #4318
  • Contracts interface expansion #4307
  • HistoryStore for tracking relevant routes #4305
  • Split Dapp icon into ui/DappIcon (re-use) #4308
  • Add a Playground for the UI Components #4301
  • Update CreateWallet with FormattedMessage #4298
  • Update dates for new PRs missed #4306
  • EIP-98: Optional transaction state root #4296
  • Fix whitespace #4299
  • Attempt to fix console. #4294
  • Ui/SectionList component #4292
  • Stratum up #4233
  • Logging transaction duration #4297
  • Generic engine utilities #4258
  • JSON-RPC interfaces with documentation #4276
  • Dont decode seal fields #4263
  • Skip misbehaving test until properly fixed #4283
  • Additional logs for own transactions #4278
  • Ensure write lock isn't held when calling handlers #4285
  • Feature selector #4074
  • AccountCreate updates #3988
  • Extended JS interface -> Markdown generator #4275
  • Added 3 warpnodes for ropsten #4289
  • Ledger Communication JS toolkit #4268
  • ValidatorSet reporting #4208
  • Add support for api.subscribe('parity_accountsInfo') #4273
  • Display AccountCard name via IdentityName #4235
  • Dapp visibility save/load tests #4150
  • Fix wrong output format of peers #4270
  • Chain scoring #4218
  • Rust 1.14 for windows builds #4269
  • Eslint formatting updates #4234
  • Embeddable ParityBar #4222
  • Update deb-build.sh to fix libssl dependency #4260
  • Integration with zgp whitelist contract #4215
  • Adjust the location of the signer snippet #4155
  • Fix wrong token handling #4254
  • Additional building-block UI components #4239
  • Bump package.json to 0.3.0 (1.6 track) #4244
  • Disable incoming ETH notifications #4243
  • Memory-based pruning history size #4114
  • Common EngineSigner #4189
  • Verification: don't request a code twice #4221
  • S/Delete Contract/Forget Contract/ #4237
  • Light protocol syncing improvements #4212
  • LES Peer Info #4195
  • Don't panic on uknown git commit hash #4231
  • Cache registry reverses in local storage #4182
  • Update version numbers in README #4223
  • CHT calculations for full nodes #4181
  • Use single source of info for dapp meta (build & display) #4217
  • Non-secure API for DappReg #4216
  • Console now has admin #4220
  • Verification: add mainnet BadgeReg ids #4190
  • Fixing minimal transaction queue price #4204
  • Remove unnecessary Engine method #4184
  • Fixed --base-path on windows #4193
  • Fixing etherscan price parsing #4202
  • LES: Better timeouts + Track failed requests #4093
  • ESLint additional rules #4186
  • JsonRPC bump for IPC fix #4200
  • Poll for upgrades as part of global status (long) #4197
  • Updater fixes #4196
  • Prevent duplicate incoming connections #4180
  • Minor typo to ensure it updates only when synced. #4188
  • Minor refactor for clarity #4174
  • Secret - from hash function, also validate data #4159
  • Gas_limit for blocks, mined by Parity will be divisible by 37 #4154
  • Support HTML5-routed dapps #4173
  • Fix subscribeToEvents test #4166
  • Fix dapps not loading #4170
  • Fix broken token images #4169
  • Bumping hyper #4167
  • Icarus -> update, increase web timeout. #4165
  • Add a password strength component #4153
  • Stop flickering + added loader in AddressSelector #4149
  • On demand LES request #4036
  • Ropsten fork detection #4163
  • Pull in console dapp as builtin #4145
  • Optimized hash lookups #4144
  • UnverifiedTransaction type #4134
  • Verification: check if server is running #4140
  • Remove onSubmit of current (no auto-change on password edit) #4151
  • Trim spaces from InputAddress #4126
  • Don't pop-up notifications after network switch #4076
  • Use estimateGas error (as per updated implementation) #4131
  • Improvements and optimisations to estimate_gas #4142
  • New jsonrpc-core with futures and metadata support #3859
  • Reenable mainnet update server. #4137
  • Temporarily skip failing test #4138
  • Refactor VoteCollector #4101
  • Another minor estimation fix #4133
  • Add proper label to method decoding inputs #4136
  • Remove bindActionCreators({}, dispatch) (empty, unneeded) #4135
  • Better contract error log reporting & handling #4128
  • Fix broken Transfer : total account balance #4127
  • Test harness for lightsync #4109
  • Fix call/estimate_gas #4121
  • Fixing decoding ABI with signatures in names #4125
  • Get rid of unsafe code in ethkey, propagate incorrect Secret errors. #4119
  • Basic tests for subscribeToEvents #4115
  • Auto-detect hex encoded bytes in sha3 #4108
  • Use binary chop to estimate gas accurately #4100
  • V1.6 in master #4113
  • Ignore get_price_info test by default. #4112
  • Fix wrong information logging #4106
  • Avoid comms with not-yet-active release update server. #4111
  • Update Transfer logic + Better logging #4098
  • Fix Signer : wrong account on reload #4104
  • Cache registry reverses, completion in address selector #4066
  • Validator/authority contract #3937
  • No reorg limit for ancient blocks #4099
  • Update registration after every write #4102
  • Default to no auto-update. #4092
  • Don't remove out of date local transactions #4094

Parity v1.5.9 (2017-03-11)

First stable release of 1.5.x series. This release enables EIP-161 transaction replay protection for PoA networks.

  • Bump to v1.5.9
  • Fix auto-updater stable #4869
  • Fixing windows build script
  • Bump js-precompiled 20170308-152339
  • Force js update
  • Stable Engine backports #4807
    • Calibrate before rejection
    • Change flag name
    • Add eip155
    • Fix build
    • Make network_id default
  • Switch js branch to stable
  • Bump to v1.5.8

Parity v1.5.7 (2017-03-07)

This release resolves a single issue with failing auto-updates.

  • Update ETC bootnodes #4794
  • Bump to v1.5.7
  • Sane updater #4658
    • Disable if files can't be moved.
    • Make updater avoid downloading earlier versions.

Parity v1.5.6 (2017-03-06)

This release among various stability fixes adds support for a new Kovan testnet.

See full list of changes.:

  • Beta Update comments and reg ABI #4788
    • Update comments.
    • Fix up new ABI.
  • Bump to v1.5.6 in beta #4786
  • Beta Optimize signature for fallback function. (#4780) #4784
  • Beta Add registrar fields (#4716) #4781
  • Beta Etherscan links (#4772) #4778
    • Etherscan links #4772
      • Use netVersion to determine external links
      • Update additional isTest references
    • Port tests
    • Update address links
    • Signer accountlink isTest
  • Beta Fix invalid props #4767
  • Backporting to beta #4741
    • New chains #4720
      • Add Kovan chain.
      • Fix up --testnet.
      • Fix tests.
    • Fix to UglifyJS 2.8.2 to fix app build issues #4723
    • Update classic bootnodes, ref #4717 #4735
    • Allow failure docker beta
    • Adjust pruning history default to 64 #4709
    • Backporting from master
      • Update docker-build.sh
      • Update gitlab.ci
      • Fix docker hub build
      • Update gitlab
      • Docker beta-release->latest
      • Add registry.
      • Add info on forks.
      • Fixed spec file
    • Support both V1 & V2 DataChanged events in registry #4734
      • Add info on forks.
      • Add new registry ABI
      • Import registry2 & fix exports
      • Select ABI based on code hash
      • Render new event types (owner not available)
      • New registry.
      • Rename old chain.
      • Fix test.
      • Another fix.
      • Finish rename.
    • Fixed fonts URLs #4579
    • Fix Token Reg Dapp issues in Firefox #4489
      • Fix overflow issues in Firefox #4348
      • Fix wrong Promise inferance
      • Revert "Add new Componennt for Token Images #4496"
      • Add new Componennt for Token Images #4496
    • Add StackEventListener #4745
    • Update testnet detection #4746
    • Fix Account Selection in Signer #4744
      • Can pass FormattedMessage to Input (eg. Status // RPC Enabled)
      • Simple fixed-width fix for Accoutn Selection in Parity Signer
  • Beta backports #4763
  • Update classic bootnodes #4735
  • Engine backports #4718
    • Custom dev presets
    • Add registrar field
    • Use constructor for dev registrar
    • Fix test
  • Beta Adjust pruning history default to 64 #4709
  • Bump to v1.5.5

Parity v1.5.4 (2017-02-23)

A couple of issue fixed in this release:

  • Parity now allows uncles headers to have timestamp set to arbitrary future value.
  • Importing keys from geth is now working again.

Changes:

  • Beta Fix Geth account import #4643
    • Fix Geth import - actually pass addresses through
    • Fix geth accounts not displayed
    • Port saving of returned addresses (master MobX, beta state)
    • Log result -> importGethAccounts
  • Beta Backporting (#4633) #4640
    • Tweak some checks.
    • Fixed build and added a difficulty test
    • Bump to v1.5.4

Parity v1.4.12 (2017-02-22)

This stable release fixes an issue with block uncle validation. Parity now allows uncle headers to have timestamp set to arbitrary future value.

  • Stable Backporting (#4633) #4642
    • Tweak some checks.
    • Fixed build and added a difficulty test
    • Bump to v1.4.12
  • Add missing maxCodeSize #4585

Parity v1.5.3 (2017-02-20)

This is a maintenance release that fixes a number of stability issues. Notably this resolves an issue where Parity would allow a pre EIP-155 transaction into the sealed block.

See full list of changes:

  • Bump to v1.5.3 #4611
  • Handle invalid ABI retrieved from address_book gracefully (#4606) #4610
    • Handle invalid ABI gracefully
    • Also include failed abi in log
  • Backporting to beta #4602
    • Static link for snappy
    • added 3 warpnodes for ropsten (#4289)
    • Fixed indentation
  • Validate transaction before adding to the queue #4600
  • Beta backports #4569
    • Fixing evmbin compilation and added standard build. (#4561)
    • Alias for personal_sendTransaction (#4554)
    • Fix console dapp (#4544)
    • Fixing linting issues. Better support for console as secure app
    • Fixing linting issues
    • Fix no data sent in TxQueue dapp (#4502)
    • Fix wrong PropType req for Embedded Signer
    • Fix wrong data for tx #4499
  • Explicitly set seconds to 0 from selector (#4559) #4571
    • Explicitly set seconds/milli to 0
    • Use condition time & block setters consistently
    • Fix failing test
    • test for 0 ms & sec
    • It cannot hurt, clone date before setting
    • Prettier date test constants (OCD)
  • Remove invalid expectation #4542
  • Skip OOG check for simple transfers #4558 #4560
  • Skip OOG check for simple transfers #4558
  • Fix failing test

Parity v1.4.11 (2017-02-17)

This release corrects the Ropsten chain specification file.

  • Bump to v1.4.11 #4587
  • Fixing etherscan price parsing (#4202) #4209
  • Fixing etherscan price parsing
  • Handling all errors
  • Removed pdbs
  • Add missing maxCodeSize #4585

Parity v1.5.2 (2017-02-08)

This release brings a few stability fixes along with a feature that allows queuing transactions that are activated and send out on selected date or block number.

  • Debian packages have been updated to require libssl1.0.0 for better compatibility.
  • eth_sign (and parity_postSign) used to return concatenated r ++ s ++ v with v being 0 or 1. it now agrees with geth as v ++ r ++ s with v being 27 or 28.

Parity Wallet

  • Accounts & ShapeShift integration now displays QR code for scanning from mobile wallets
  • Dapp integration now allows for the selection of available accounts and the setting of the default account
  • Transaction creation now allows for the selection of future blocks or timestamps after which the transaction is released

Parity Extension

  • First release of the Parity Extension, allowing for Parity integration from web-based dapps

See full list of changes:

  • Work with string numbers in contract (Fixes #4472) (#4478) #4480
  • Eth_sign improvements backport #4473
    • Fix postsign (#4347)
    • Fix whitespace.
    • Fix post sign.
    • Fix message.
    • Fix tests.
    • Rest of the problems.
    • All hail the linter and its omniscience.
    • ...and its divine omniscience.
    • Grumbles and wording.
    • Make signing compatible with geth. (#4468)
  • Sort gas price corpus when hitting genesis #4471
  • Wallet dev chain fix #4466
  • Fixing histogram again #4464
  • Beta backports #4462
    • Support HTML5-routed dapps (#4173)
    • Fix compilation on latest nightly
    • Updating precompiled
  • Fix Portal scrolling getting stuck #4456
    • Fix Portal scrolling getting stuck
    • DappCard container flex
    • Container height to 100%
  • Fix AccountCard stretch to 100% #4451
  • Fix wrong output format of peers (#4270) #4442
    • Fix wrong output format of peers
    • Add outPeer tests
  • Opening extension page without inline installation #4441
    • Open popup without attempting inline
    • Cater for all .web3.site addresses
  • Fix svg extension image webpack inlining #4437
  • Backporting to beta #4434
    • Bump to v1.5.2
    • Fix eth_sign/parity_postSign (#4432)
    • Fix dispatch for signing.
    • Remove console log
    • Fix signing & tests.
  • Returning default account as coinbase #4431
    • Returning first address as coinbase
    • Allowing sender alteration in signer
    • Adding default account RPC
  • UI updates for 1.5.1 #4429
    • S/Delete Contract/Forget Contract/ (#4237)
    • Adjust the location of the signer snippet (#4155)
    • Additional building-block UI components (#4239)
    • Currency WIP
    • Expand tests
    • Pass className
    • Add QrCode
    • Export new components in ~/ui
    • S/this.props.netSymbol/netSymbol/
    • Fix import case
    • Ui/SectionList component (#4292)
    • Array chunking utility
    • Add SectionList component
    • Add TODOs to indicate possible future work
    • Add missing overlay style (as used in dapps at present)
    • Add a Playground for the UI Components (#4301)
    • Playground // WIP
    • Linting
    • Add Examples with code
    • CSS Linting
    • Linting
    • Add Connected Currency Symbol
    • 2015-2017
    • Added renderSymbol tests
    • PR grumbles
    • Add Eth and Btc QRCode examples
    • 2015-2017
    • Add tests for playground
    • Fixing tests
    • Split Dapp icon into ui/DappIcon (#4308)
    • Add QrCode & Copy to ShapeShift (#4322)
    • Extract CopyIcon to ~/ui/Icons
    • Add copy & QrCode address
    • Default size 4
    • Add bitcoin: link
    • Use protocol links applicable to coin exchanged
    • Remove .only
    • Display QrCode for accounts, addresses & contracts (#4329)
    • Allow Portal to be used as top-level modal (#4338)
    • Portal
    • Allow Portal to be used in as both top-level and popover
    • Modal/popover variable naming
    • Export Portal in ~/ui
    • Properly handle optional onKeyDown
    • Add simple Playground Example
    • Add proper event listener to Portal (#4359)
    • Display AccountCard name via IdentityName (#4235)
    • Fix signing (#4363)
    • Dapp Account Selection & Defaults (#4355)
    • Add parity_defaultAccount RPC (with subscription) (#4383)
    • Default Account selector in Signer overlay (#4375)
    • Typo, fixes #4271 (#4391)
    • Fix ParityBar account selection overflows (#4405)
    • Available Dapp selection alignment with Permissions (Portal) (#4374)
    • Registry dapp: make lookup use lower case (#4409)
    • Dapps use defaultAccount instead of own selectors (#4386)
    • Poll for defaultAccount to update dapp & overlay subscriptions (#4417)
    • Poll for defaultAccount (Fixes #4413)
    • Fix nextTimeout on catch
    • Store timers
    • Re-enable default updates on change detection
    • Add block & timestamp conditions to Signer (#4411)
    • Extension installation overlay (#4423)
    • Extension installation overlay
    • Pr gumbles
    • Spelling
    • Update Chrome URL
    • Fix for non-included jsonrpc
    • Extend Portal component (as per Modal) #4392
  • Transaction timestamp condition #4427
  • Fixing embedded bar not closing in chrome extension #4421
  • Backporting to beta #4418
    • Bump to 1.5.1
    • Disable notifications (#4243)
    • Fix wrong token handling (#4254)
    • Fixing wrong token displayed
    • Linting
    • Revert filtering out
    • Revert the revert
    • Don't panic on uknown git commit hash (#4231)
    • Additional logs for own transactions (#4278)
    • Integration with zgp whitelist contract (#4215)
    • Zgp-transactions checker
    • Polishing
    • Rename + refactor
    • Refuse-service-transactions cl option
    • Fixed tests compilation
    • Renaming signAndSendTransaction to sendTransaction (#4351)
    • Fixed deadlock in external_url (#4354)
    • Fixing web3 in console (#4382)
    • Fixing estimate gas in case histogram is not available (#4387)
    • Restarting fetch client every now and then (#4399)
  • Embeddable ParityBar (#4222) #4287
    • Embeddable ParityBar
    • Replacing storage with store
    • Fixing references.
    • Addressing style issues
    • Supporting parity background

Parity v1.5.0: "Nativity" (2017-01-19)

Major feature release including Tendermint consensus engine, Multisig wallet support, badge/certification UI integration and automatic updates.

Directories:

  • New XDG-informed Parity data directory structure. Base dir (--base-path or -d) that defaulted to $HOME/.parity is changed to:
    • /Users/You/AppData/Roaming/Parity/Ethereum on Windows
    • /Users/you/Library/Application Support/io.parity.ethereum on MacOS
    • /home/you/.local/share/parity on Linux/Unix
  • Keys are now stored in chain-specific directories . On first run of 1.5, all keys will be moved into the key's directory of the chain you run. You'll need to move the wallet files between directories manually if you wish to split them between testnet/mainnet.
  • --db-path option now controls the path just for the databases, not for keys (--keys-path) or dapps (--dapps-path).

Basics:

  • Version tracking, consensus-protection, hypervised auto-updating:
    • Parity will ensure syncing is paused if its version cannot support an upcoming hard-fork (disable with --no-consensus).
    • Parity will automatically download the latest version and may be updated through Parity Wallet (disable with --no-download)
    • Parity can automatically update and seamlessly restart to later versions in the same release track (enable with --auto-update=all or --auto-update=critical).
    • Parity hypervisor will automatically run the latest version (disable with --force-direct).
  • Fat database; to enable, sync the chain with the option --fat-db.
    • Accounts and storage entries can be enumerated.
    • Chain state can be exported to JSON for analysis with parity export state.
  • CLI and config options renamed: all variants of --signer are renamed to --ui.
  • Log files are appended by default rather than truncated (useful for daemon deployments).

Parity Wallet:

  • Multisig wallet support: "New Wallet" button in the "Accounts" section allows you to create a new multisig wallet or import an existing one.
  • Solidity compiler: "Develop Contract" button in the "Contracts" section allows you to write, edit, compile and deploy contracts.
  • SMS & e-mail verification: Accounts can now be certified as verified using Parity's SMS and e-Mail verification/registration oracle.
  • Badge/certification integration: The BadgeReg contract can be used to deploy additional certifications.
  • Local transaction propagation tracking: "TxQueue Viewer" in the "Applications" section allows you to track and resubmit previously sent transactions.
  • Contract executions can now have gas and gas-price configured.
  • Signer can now alter the gas and gas-price of transactions at password-entry.
  • The deprecated Chrome "Signer" extension is now incompatible.

Proof of Authority:

  • Authority Round consensus engine: engine: authorityRound {...}; this is a high-performance Proof-of-Authority consensus engine. It is not BFT under normal circumstances (however the --force-sealing flag can be used to ensure consensus even with Byzantine nodes).
  • Tendermint Engine: engine: tendermint {...}; this is an experimental Proof-of-Authority consensus engine. BFT up to one third of the authorities and falling back to delayed finalization chain ordering (50% fault tolerant).
  • Generic seal JSON spec includes engine-specific types (seal: { generic: { rlp: "0x..." } } becomes seal: { authority_round { step: 0, signature: "0x..." } }.
  • To set a node as authority either --engine-signer ADDRESS should be used with --password or parity_setEngineSigner(address, password) RPC should be called. Unlocking the account permanently or using --author is now unnecessary.
  • Set of authorities can now be specified using a list or a contract.

Chains:

  • Dev chain: --chain=dev; instant seal engine (no mining needed). Great for development work.
  • Ropsten chain (--chain=ropsten or --chain=testnet) configures for Ropsten, the new test net.
  • Morden chain (--chain=morden) changed to "Classic" rules and stays as the Ethereum Classic test net.

RPCs/APIs:

  • All JSON-RPC interfaces have strict JSON deserialization - no extra fields are allowed.
  • eth_sign RPC now hashes given data instead of getting the hash.
  • signer_confirmRequestWithToken: additional RPC for signing transactions with a rotating token, alleviating the need for keeping an account password in memory.
  • eth_signTransaction now conforms to the specification, eth_submitTransaction is introduced.

Full changes:

  • Backporting to beta #4211
    • JsonRPC bump for IPC fix
    • Fixing etherscan price parsing (#4202)
    • Handling all errors
    • Fixed --base-path on windows (#4193)
    • Add support for optional args with default text
    • Fixing minimal transaction queue price (#4204)
    • Fixing tests
    • verification: add mainnet BadgeReg ids (#4190)
    • verification: fetch contracts by name
    • verification: better wording
    • typo
    • reregistered badges
    • Console now has admin (#4220)
    • Fixes #4210
    • Non-secure for DappReg (#4216)
  • Backporting to beta #4203
    • Minor typo to ensure it updates only when synced. (#4188)
    • Updater fixes (#4196)
    • Minor typo to ensure it updates only when synced.
    • Fix deadlock.
    • Skip unneeded arg in making list.
    • Allow auto-restart even when not running an update.
    • Fix trace.
    • Update update info on each loop.
    • Fix build.
    • Shutdown all sockets
    • Remove superfluous use.
    • Poll for upgrades as part of global status (long) (#4197)
    • Fix path
    • Prevent duplicate incoming connections (#4180)
  • Gas_limit for blocks, mined by Parity will be divisible by 37 (#4154) #4176
    • gas_limit for new blocks will divide evenly by 13
    • increased PARITY_GAS_LIMIT_DETERMINANT to 37
    • separate method for marking mined block
    • debug_asserts(gas_limit within protocol range)
    • round_block_gas_limit method is now static
    • made round_block_gas_limit free-function
    • multiplier->multiple
  • Backporting to beta #4175
    • verification: check if server is running (#4140)
    • verification: check if server is running
    • See also ethcore/email-verification#67c6466 and ethcore/sms-verification#a585e42.
    • verification: show in the UI if server is running
    • verification: code style , more i18n
    • fix i18n key
    • Optimized hash lookups (#4144)
    • Optimize hash comparison
    • Use libc
    • Ropsten fork detection (#4163)
    • Stop flickering + added loader in AddressSelector (#4149)
    • Stop UI flickering + added loader to AddressSelector #4103
    • PR Grumbles
    • Add a password strength component (#4153)
    • Added new PasswordStrength Component
    • Added tests
    • PR Grumbles
    • icarus -> update, increase web timeout. (#4165)
    • Fix estimate gas
    • Fix token images // Error in Contract Queries (#4169)
    • Fix dapps not loading (#4170)
    • Add secure to dappsreg
    • Remove trailing slash // fix dapps
  • Bumping hyper #4168
    • Bumping hyper
    • Bumping again
  • Backporting to beta #4158
    • Remove onSubmit of current (no auto-change on password edit) (#4151)
    • Remove onSubmit from current password
    • Remove onSubmit from hint
    • Pull in console dapp as builtin (#4145)
    • Copy static dapps from static (no build)
    • Console sources
    • Add console to builtins
    • Remove console assets
    • Disable eslint on console.js
    • Enable eslint after disable
    • Webpack copy
  • Backporting to beta #4152
    • Fix broken transfer total balance (#4127)
    • Add proper label to method decoding inputs (#4136)
    • Another minor estimation fix (#4133)
    • Return 0 instead of error with out of gas on estimate_gas
    • Fix stuff up.
    • Another estimate gas fix.
    • Alter balance to maximum possible rather than GP=0.
    • Only increase to amount strictly necessary.
    • Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119)
    • Implementing secret
    • Fixing tests
    • Refactor VoteCollector (#4101)
    • dir
    • simple validator list
    • stub validator contract
    • make the engine hold Weak instead of IoChannel
    • validator set factory
    • register weak client with ValidatorContract
    • check chain security
    • add address array to generator
    • register provider contract
    • update validator set on notify
    • add validator contract spec
    • simple list test
    • split update and contract test
    • contract change
    • use client in tendermint
    • fix deadlock
    • step duration in params
    • adapt tendermint tests
    • add storage fields to test spec
    • constructor spec
    • execute under wrong address
    • create under correct address
    • revert
    • validator contract constructor
    • move genesis block lookup
    • add removal ability to contract
    • validator contract adding validators
    • fix basic authority
    • validator changing test
    • more docs
    • update sync tests
    • remove env_logger
    • another env_logger
    • cameltoe
    • hold EngineClient instead of Client
    • return error on misbehaviour
    • nicer return
    • sprinkle docs
    • Reenable mainnet update server. (#4137)
    • basic tests for subscribeToEvents (#4115)
    • subscribeToEvent fixtures
    • subscribeToEvent tests
    • temporarily skip failing test (#4138)
    • Improvements and optimisations to estimate_gas (#4142)
    • Return 0 instead of error with out of gas on estimate_gas
    • Fix stuff up.
    • Another estimate gas fix.
    • Alter balance to maximum possible rather than GP=0.
    • Only increase to amount strictly necessary.
    • Improvements and optimisations to estimate_gas.
    • Introduce proper error type
    • Avoid building costly traces
    • Fix tests.
    • Actually fix testsActually fix tests
    • Use estimateGas error (as per updated implementation) (#4131)
    • EXCEPTION_ERROR as per #4142
    • Better error log reporting & handling (#4128)
    • Don't pop-up notifications after network switch (#4076)
    • Better notifications
    • Don't pollute with notifs if switched networks
    • Better connection close/open events / No more notifs on change network
    • PR Grumbles
    • Add close and open events to HTTP // Add tests
    • Fix tests
    • WIP Signer Fix
    • Fix Signer // Better reconnection handling
    • PR Grumbles
    • PR Grumbles
    • Fixes wrong fetching of balances + Notifications
    • Secure API WIP
    • Updated Secure API Connection + Status
    • Linting
    • Updated Secure API Logic
    • Proper handling of token updates // Fixing poping notifications
    • PR Grumbles
    • Fixing tests
    • Trim spaces from InputAddress (#4126)
    • Trim spaces for addresses
    • onSubmit has only value, not event
    • onSubmit (again)
    • Length check on trimmed value
    • Remove bindActionCreators({}, dispatch) (empty) (#4135)
  • Backporting to beta #4118
    • Ignore get_price_info test by default. (#4112)
    • Auto-detect hex encoded bytes in sha3 (#4108)
    • Using types/isHex
    • Removing unused imports
    • Use binary chop to estimate gas accurately (#4100)
    • Initial sketch.
    • Building.
    • Fix a few things.
    • Fix issue, add tracing.
    • Address grumbles
    • Raise upper limit if needed
    • Fix test.
    • Fixing decoding API with signatures in names (#4125)
    • Fix call/estimate_gas (#4121)
    • Return 0 instead of error with out of gas on estimate_gas
    • Fix stuff up.
  • Current release: 1.3 -> 1.4 #4183
  • Fix rebroadcast panic #4084
  • Use shallow-only rendering in all tests #4087
  • Sending transactions in chunks #4089
  • Move to new auto-update server. #4091
  • Fixing compilation without dapps. #4088
  • Fix balances update #4077
  • Key derivation in Worker #4071
  • Display contract block creation #4069
  • Improving logs for transactions sync and disable re-broadcasting while syncing #4065
  • Passwords are valid by default #4075
  • Show Origin label to events table #4073
  • Fix tags not working #4070
  • Zero-alloc trie lookups #3998
  • Opening local dapp #4041
  • Bringing back js-sha3 to fix in-browser signing #4063
  • Fix wrong transaction input for contract deployments #4052
  • Re-broadcast transactions to few random peers on each new block. #4054
  • Removing old transactions from the queue #4046
  • Add block rewards to more Engines #4055
  • Return old trie values on insert and remove #4053
  • Let users open urls from dapps view #4042
  • Util/validation update #4051
  • Convert ShapeShift modal to store #4035
  • Using local path on Windows #4017
  • Fixing minGasLimit > ceil limit mining issue #4018
  • Naive light client synchronization #3892
  • Starting on homestead shows reload snackbar #4043
  • Show contract parameters in MethodDecoding #4024
  • UI component updates #4010
  • Account view updates #4008
  • Better error messages for PoA chains #4034
  • Make some spec fields optional #4019
  • Basic account type #4021
  • Fix wallet in main net #4038
  • Removing orphaned Cargo.toml #4032
  • Address selector: support reverse lookup #4033
  • Only fetch App when necessary #4023
  • Connection UI cleanups & tests for prior PR #4020
  • Unsubscribe error on ShapeShift modal close #4005
  • Add ownership checks the Registry dApp #4001
  • Refresh balances of contacts & contracts when syncing #4022
  • Show message on new chain #4016
  • Use TypedInputs in Contracts view #4015
  • Fix focus on Modal #4014
  • Fix newError noops when not bound to dispacher #4013
  • Parse testnet chain as ropsten #4004
  • Work on Portal Style #4003
  • Make Wallet first-class citizens #3990
  • Don't slice non-existent tags #4000
  • Update dev dependencies and make Webpack less verbose #3997
  • Correct log index in transaction receipt #3995
  • Add Email and Registry lookups to Address Selector #3992
  • Remove node journal: dead code #3994
  • Cleanup AddContract with store #3981
  • Store for EditPassword Modal #3979
  • Additional fetch tests #3983
  • Owning views of blockchain data #3982
  • Make test network generic over peer type #3974
  • Fetch tests (first batch) #3977
  • Fetch certifiers only when needed #3978
  • Visible accounts for dapps (default whitelist) #3898
  • Remove some old (unused/duplicate) files #3975
  • Port try macro to new ? operator. #3962
  • Small UI fixes #3966
  • Fix wrong use of Icons #3973
  • Updating dependencies #3968
  • Web Based Dapps #3956
  • Contract query: render false as false #3971
  • Email verification: add Terms of Service #3970
  • Fix method decoding #3967
  • Store for EditMeta modal #3959
  • Registry dapp: cleanup, support reverse entries #3933
  • New Address Selector Component #3829
  • Limiting accounts returned by parity_accountInfo #3931
  • Unknown block error for RPC #3965
  • Remove unused fields in informant #3963
  • Allow contract constructors in chain spec #3932
  • Sync reorg up to history size #3874
  • Rising the limit for fetch #3964
  • Bring integer arithmetic up to crates.io #3943
  • Eslint rule for block curlies #3955
  • Gas exception warnings on deployment #3938
  • Move verification store into modal #3951
  • Allow setting of minBlock on sending #3921
  • Allow empty address #3961
  • Fix default import #3960
  • Display 0x00..00 as null #3950
  • Global Fetch Service #3915
  • Update babel-loader for WebPack 2.2-rc #3953
  • Fix Webpack build #3946
  • Fix manual input token #3945
  • Update Webpack #3952
  • Add missing Ethcore -> Parity headers #3948
  • Code example: do start before register_protocol #3947
  • Set CHAIN_ID for Classic #3934
  • Fixed compile error. #3940
  • Fix dapps not loading #3935
  • Fix Secure API hangs #3927
  • Parity_chainStatus RPC for block gap info #3899
  • Custom attribute for binary serialization #3922
  • Split intermediate stage into two. #3926
  • Move release-registering to intermediate stage. #3920
  • Blocktime format rounding #3894
  • Ignore dapps_policy.json #3919
  • Fixing Contract Development #3912
  • Use rhash for non-native CI platforms and submit build. #3911
  • Remove -Zorbit=off from rustflags on windows #3907
  • Fixed upgrading keys on the first run #3904
  • Fix deadlock in queue drop #3903
  • Require only simpler methods on Provider #3897
  • Fix grammar ("you try" -> "you tried" + article) #3902
  • Remove light server capability temporarily #3872
  • Allow retry for future blocks #3896
  • Consistent engine and seal names #3895
  • Update email certification ABI #3893
  • Remove existence & length checks on passwords & phrases #3854
  • Refresh certifications automatically #3878
  • Fix Wallet Settings Modal #3856
  • Fix difficulty adjustment. #3884
  • Final fixups for updater #3883
  • Attempt to fix windows CI. #3882
  • Fixing racy test #3881
  • Fix updater permissions #3880
  • Delayed transactions #3865
  • Don't log auth token #3853
  • Loading default config from default path #3875
  • New paths #3877
  • Update tests, gitlabci #3876
  • Base directory option #3868
  • Auto-updating #3505
  • Fix naming collision #3873
  • Get rid of unecessary redirection while fetching content #3858
  • Fix verification stores #3864
  • Store subscriptionId, align with main subscription model #3863
  • Additional RPCs for dapps accounts management #3792
  • Add Ws Json rpc client and command line utils (take 2) #3830
  • Fix typo in method call (broken contract interface) #3862
  • Fix flaky test #3860
  • Converting traces API to AutoArgs #3844
  • Get certifications from BadgeReg, show them in accounts overview #3768
  • New directory structure #3828
  • First run: skip account creation if they already have accounts #3827
  • Tendermint seal #3857
  • Tendermint Engine #3759
  • Expand lint to catch css issues #3852
  • Inject exports both partiy & web3 #3851
  • Let Webpack talk again #3848
  • AuthorityRound seal and simplify Generic seal Spec #3843
  • Signing transactions with rotating token #3691
  • Bump dev chain #3835
  • Spelling #3839
  • Email verification #3766
  • Network configuration for Ethereum Classic #3812
  • Using jsonrpc-macros #3831
  • Fixed bool dropdown in contract execution #3823
  • Avoid broadcasting transactions to peers that send them #3796
  • Eth_sign RPC now hashes given data instead of getting the hash #3800
  • Add store for MethodDecoding #3821
  • Add store for AddAddress #3819
  • Fix React-Router in i18n locale change #3815
  • Cache fetched Dapps #3804
  • Authors & homepage => Parity #3818
  • Rename Ethcore -> Parity Technologies #3817
  • Allow editing of gasPrice & gas in Signer #3777
  • I18n string dictionaries #3532
  • Fix padding in App #3813
  • Light server improvements and protocol adjustments #3801
  • Tolerate errors in user_defaults #3810
  • Block: enforce gas limit falls within engine bounds #3809
  • Target Babel to latest Chrome Versions in dev #3806
  • Lowercase npm packages #3807
  • Extended publishing of libraries to npm #3786
  • Several Fixes to the UI #3799
  • Remove "s #3805
  • Extract CSS to file in production builds #3783
  • Notify user on transaction received #3782
  • Removing all old entries from transaction queue #3772
  • Status page updates #3774
  • Allow modifications of gas when confirming in signer #3798
  • Network connectivity fixes #3794
  • Make *ID names consistent with std Rust (Id) #3781
  • Update CI builds #3780
  • Update AuthorityRound tests to new spec #3790
  • Fixes to the Wallet UI #3787
  • Add support for wallets without getOwner() interface #3779
  • Update Material-UI #3785
  • Fixes error in Transfer modal #3788
  • LES Part 3: Event handlers and handling responses #3755
  • Basic UI rendering tests #3743
  • Network: process packets only after connection handler finishes #3776
  • AuthorityRound network simulation test #3778
  • GasPrice selection for contract execution #3770
  • Reject existing transactions #3762
  • Allow autoRemove from api.subscribe based on callback return values #3752
  • Replace misplaced & with && in gitlab-ci.yml #3753
  • Lower gas usage for creating a Multisig Wallet #3773
  • Added IO service explicit stop #3761
  • Be lenient around invalid owners map #3764
  • GasEditor component #3750
  • Cleanups #3742
  • Update babel, fix CI build due to breaking changes #3754
  • Small fixes to contract #3751
  • Make engine hold AccountProvider #3725
  • Properly delete addresses/contracts in addressbook #3739
  • Display Wallet Owners Icons in Accounts list #3741
  • Edit Multisig Wallet settings #3740
  • Replace build directory completely #3748
  • Add existing release files before merge #3747
  • Release script back to using fetch/merge #3746
  • Update with -X only for merge #3745
  • Give accounts precedence over address_book entries #3732
  • Enable Panic=abort #3423
  • Cleanups on js-precompiled #3738
  • Add parity_removeAddress RPC #3735
  • Fix up the transaction JSON serialisation for RPC. #3633
  • Queue: CLI for auto-scaling and num verifiers #3709
  • Add functionalities to multi-sig wallet #3729
  • PropTypes as function call #3731
  • Unify proptypes in util/proptypes.js #3728
  • Bump jsonrpc-ipc-server to fix windows build #3730
  • LES Part 2 #3527
  • First draft of the MultiSig Wallet #3700
  • Engine block ordering #3719
  • Use fdlimit utility crate from crates.io #3716
  • Move decoding for contract deployment logic earlier #3714
  • Possible fix for queue drop deadlock #3702
  • Encode networkid as a u64. #3713
  • Use valid RLP in generic genesis seal spec #3717
  • Update JS dependencies #3710
  • Use Webpack Aliases #3711
  • Dapps-specific accounts #3627
  • Signer method parameter decoding & destination info #3671
  • Remove invalid slice test #3712
  • React library update #3704
  • New Loading Component for the UI #3707
  • Refactoring Transfer Modal #3705
  • Fix extra scrollbars in dapps #3706
  • Indent state tests #3431
  • Filter null transactions for display (not available on node) #3698
  • Move recovery phrase print button #3697
  • Fix padding bottom needed after fixed status #3701
  • Don't share the snapshot while downloading old blocks #3695
  • Button to print recovery phrase #3694
  • Fix status bar to bottom of the screen #3692
  • Splitting serialization of signTransaction and sendTransaction confirmation requests #3642
  • Implement basic badges/certifications/flair #3665
  • Simplify Container title rendering #3680
  • Update loading splash to fit in with l&f #3685
  • Safari UI fixes #3678
  • Remove strict mode for DappReg (work-around for package upgrade) #3681
  • Bumping clippy #3654
  • Return of the Fat DB #3636
  • Invalidate blocks from future #3652
  • Make Modal always scrollable #3667
  • Display local/completed transactions #3630
  • Added build-essential dep to dockerfiles #3666
  • Strict config parsing (uknown keys are rejected) #3663
  • Strict deserialization #3662
  • Disable peer if no common block found #3655
  • Show snackbar on password change #3661
  • Bring back PV62 support #3660
  • Unlock expecting quantity #3659
  • Update Webpack => v2 #3643
  • Update SMS verification #3579
  • Simplify tx confirmations display #3559
  • Fixes overflow in Signer tx data #3657
  • Fixed tab bar not updating #3653
  • Set default min tx price to $0.0025 #3617
  • Use accountsInfo instead of eth_accounts for first check #3618
  • Fix Copy to Clipboard Snackbar #3619
  • Manually add \r to Windows phrases pre 1.4.5 #3615
  • Signer layouts to flexbox #3600
  • Fixing wrong tokens type in Redux store #3621
  • Add dappreg link to apps list #3568
  • Smarter balance fetching #3605
  • Dapp iframe allow forms, allow target=_blank #3597
  • Align copy button to input field #3604
  • Appending logs by default #3609
  • Update test, fix number. #3612
  • Fixing phrases generated on windows #3614
  • Check for network ID for live/test matching #3602
  • Always insert traces for genesis. #3603
  • Real deleting accounts #3540
  • Trim whitespace from input recovery phrase #3599
  • Fix local tx requests #3589
  • Fix CPU usage when idle #3592
  • Don't fetch balances on every new block if syncing #3591
  • Work around WS in UI #3587
  • CLI option to disable ancient block downloading #3573
  • Move Signer balance queries to store for component-wide re-use #3531
  • Fix wrong method name in contract.js #3580
  • Smarter Tokens fetching #3546
  • Fix panic on importing own invalid transaction #3550
  • Use an adaptive number of threads in the verification queue #2445
  • Faster UI - React Tweaks #3555
  • Send value & contract execute gas limit warnings #3512
  • Add TxQueue visibility specifier (not added between merges) #3566
  • DappRegistry #3405
  • Import account message #3552
  • --testnet set to ropsten #3551
  • Fix flaky test #3547
  • Sms verification code style #3564
  • [Registry] Clear input and working buttons #3563
  • Fix peers not displaying #3561
  • New registry contract address for ropsten #3549
  • Use contract Registry fee, not a hard-coded value #3554
  • Don't query chain in Signer, use Redux isTest #3524
  • Moving fetching of hash-addressed dapps/content to separate crate. #3543
  • Ropsten network #3539
  • Add simple one-line installer to README.md #3534
  • Propagations & local transactions tracking #3491
  • Correct format of eth_signTransaction #3503
  • ABI can be empty and auto-fill contract name #3518
  • Fix versions for NPM #3516
  • Better GHH event display & tracking #3498
  • Dapp section & visibility changes #3438
  • Fix parity.js badly built #3526
  • Updated the european warp bootnode addresses #3528
  • Limit sync reorg to 20 blocks #3519
  • Revert "Limit sync reorganization to 20 blocks" #3517
  • Check transaction signature when adding to the queue #3508
  • Limit sync reorganization to 20 blocks #3509
  • Keep track of block gasLimit #3506
  • Smarter Status Polling #3504
  • Handle solc combined output #3496
  • Wallet names shouldn't use UUID #3481
  • Make parity.js usable by Node and Browser #3475
  • Sms verification modal #3336
  • Sudo -c is not supported on Mac #3488
  • Add trace_{call, rawTransaction, replayTransaction} #3492
  • Check for possible panics in scrypt key derivation #3490
  • Sync traffic optimization #3477
  • Wallet files shouldn't give away the address #3378
  • Fixing tests, fixing refreshing precompiled #3483
  • Better Errors Snackbar in UI #3478
  • Handle Signer Rejection #3476
  • Enhanced MethodDecoding in Transactions list #3454
  • Signer new-token generates a link and opens browser #3379
  • Make tokenreg dapp fast again #3474
  • Build fix #3470
  • Display deployed Basic token addresses #3447
  • Export accounts as JSON or CSV #2866
  • Set HF2 block number #3466
  • Better word list for secret phrase generation #3461
  • Drop spec when no longer useful #3460
  • Add fallback check in ABI validation #3459
  • Save sort order in LocalStorage #3457
  • Adds onPaste event to Inputs #3456
  • Update signer to take care of text overflows #3450
  • Authority round consensus engine #3426
  • Fix transfer token decimal calculation #3445
  • Restrict max code size for EIP-150 and after. #3363
  • Contract queries should display IdentityIcons #3453
  • Use Babel in vendor when needed #3451
  • Use signature of functions instead of names #3448
  • Handle contract constructor inputs #3430
  • Use Contract owner for unregistering Token #3446
  • Create directories only if feature is enabled #3442
  • Import AddresBook from exported JSON #3433
  • Scrollable accounts in autocomplete #3427
  • Bump ws-rs #3428
  • Swap TokenReg dapp from base to decimals #3425
  • Change beta builds to stable on Travis #3421
  • Refactor copy to clipboard functionality #3420
  • Dev chain #3385
  • Fetch known code from the database during restoration #3377
  • Fixing benches #3422
  • Fix chainspec storage field. #3406
  • Abort snapshot restoration faster #3356
  • Remove addresses, display non-refundable warning on registries #3403
  • Don't auto-unsubscribe when subscriber callback throws #3401
  • Fix dapp account selection #3399
  • Fix travis build: remove unused import #3381
  • Optimize memory footprint #3376
  • Fixing parsing passwords from file #3367
  • Remove some unwraps from parity/helpers #3364
  • Load external, builtin & local apps in parallel #3340
  • Solidity Compiler in UI #3279
  • Determine real-time HTTP connected status #3335
  • Clarify error message about disabled Signer #3359
  • Cater for home.parity hostname in dappsUrl #3341
  • Make sure Token is ECR20 #3347
  • [TokenReg dApp] Fixed Unregister for Contract Owner only #3346
  • LES Part 1 #3322
  • Make transactions load #3348
  • Manual bump package.json #3345
  • Windows app and installer fixes #3338
  • Fix JS API test #3342
  • Git pre-push checks for UI #3072
  • Disarm the HF and add more bootnodes #3323
  • Default contract type on UI #3310
  • In-browser signing support #3231
  • Handle redirects from /api/content on manifest.json gracefully #3315
  • Dapps interface RPC #3311
  • Additional snapshot sync checks #3318
  • Fix spurious signer tests failures #3312
  • Fix signer token updates #3302
  • Update account recovery phrase hint #3316
  • New transaction tests #3313
  • Remove 127.0.0.1 references #3303
  • Fix for opening UI after installation on mac #3300
  • Fixed uncle query #3299
  • Updated blance display with max decimals #3266
  • Refactoring Signer to auto_args + eth_signTransaction #3261
  • Fix typo #3298
  • Change to more common focused spelling #3264
  • Manual bump of package.json (recovery) #3295
  • Fix initial token generation #3289
  • Fixed IO service shutdown #3286
  • Autostart setting for windows tray app #3269
  • Fixes for 1.4 #3260
  • Build tray app for x64 #3255
  • Add secure flag back #3244
  • Verify chunk hashes in cli restore #3241
  • Load network apps manifests as contentHash (no coding) #3235
  • Fixed some typos #3236
  • Rename cli and config options signer->ui #3232
  • Add store for dapps state #3211
  • Fix first-time tagging of contracts #3222
  • Fix /parity-utils/{web3,parity}.js webpack errors #3221
  • Improve 'invalid raw key' error msg #3219
  • Cleaning up polluted namespaces #3143
  • Set passive mode for first run only #3214
  • Parity configuration settings, i.e. mode #3212
  • Ethash unsafety cleanup #3210
  • Mode improvements for UI #3109
  • Delay bomb for Classic (ECIP-1010) #3179
  • Use ethcore_dappsPort when constructing URLs #3139
  • Add copy address button to Contract deploy #3199
  • Expose Parity api as window.secureApi #3207
  • Add error for sendRawTransaction and estimateGas #3194
  • Exposing engine extra info in block RPC #3169
  • V1.5 #3195
  • Remove dapp logos (GHH points to dapp-assets) #3192
  • Fixing possible race in ethcore_hashContent #3191
  • Bump package.json version (1.5 is master) #3193

Parity v1.4.10 (2017-01-18)

Parity 1.4.10 is a first stable release of 1.4.x series. It includes a few minor networking fixes.

  • Gas_limit for blocks, mined by Parity will be divisible by 37 (#4154) #4179
    • gas_limit for new blocks will divide evenly by 13
    • increased PARITY_GAS_LIMIT_DETERMINANT to 37
    • separate method for marking mined block
    • debug_asserts(gas_limit within protocol range)
    • round_block_gas_limit method is now static
    • made round_block_gas_limit free-function
    • multiplier->multiple
  • Backporing to 1.4.10-stable #4110
    • Bump to v1.4.10
    • No reorg limit for ancient blocks
    • Update registration after every write

Parity v1.4.9 (2017-01-09)

This fixes an issue introduced in 1.4.8 that causes Parity to panic on propagating transactions in some cases.

  • v1.4.9 in beta #4097
    • Bump to v1.4.9
    • Disable armv6 build
  • beta Fix queue deadlock #4095
  • Fix rebroadcast panic beta #4085
    • fix compile
    • fix backport
    • clean up old method
    • remove unnecessary reference
    • simplify
    • Fixing 'simplify'

Parity v1.4.8 (2017-01-06)

Ethereum Classic Hard Fork ready release containing various bugfixes:

  • Fix for excessive transactions propagation
  • Fix for inconsistent logIndex in transaction receipts

See full list of changes:

  • Beta backports #4067
  • Re-broadcast transactions to few random peers on each new block. (#4054) #4061
  • Tolerate errors in user_defaults #4060
  • ETC Config change backport #4056
  • [beta] Avoid re-broadcasting transactions on each block #4047
  • Beta Backports #4012

Parity v1.4.7 (2016-12-27)

This maintenance release fixes an issue with sync falling behind occasionally.

  • Backporting to beta #3980
  • [beta] enforce gas limit falls within engine bounds #3816

Parity v1.3.15 (2016-12-10)

This patch release fixes an issue with syncing on the Ropsten test network.

  • Backporting to stable #3793

Parity v1.4.6 (2016-12-05)

This patch release fixes an issue with syncing on the Ropsten test network.

  • Backporting to beta #3718
  • [beta] scrollable contract deploy & execute modals #3656

Parity v1.4.5 (2016-11-26)

1.4.5 release fixes a number of issues, notably:

  • High CPU usage when idle.
  • Key recovery phrases generated on windows now can be imported.

Configuration changes

  • --usd-per-tx is now set to 0.0025 by default.

New features

  • Support for Ropsten test network is introduced with --chain=ropsten or --testnet. Morden network is still available via --chain=morden

Full changes

  • [beta] Pin package versions for React #3628
  • Backporting to beta #3623
  • [beta] Ropsten chain for UI #3622

Parity v1.3.14 (2016-11-25)

Parity 1.3.14 fixes a few stability issues and adds support for the Ropsten testnet.

  • Backporting to stable #3616

Parity v1.4.4 (2016-11-18)

This is a maintenance release that fixes an issue with EIP-155 transactions being added to the transaction pool. It also improves syncing stability and resolved a number of UI issues. Full changelog is available here.

  • [beta] apps typo fix #3533
  • Backporting to beta #3525

Parity v1.3.13 (2016-11-18)

This release fixes an issue with EIP-155 transactions being allowed into the transaction pool.

  • [stable] Check tx signatures before adding to the queue. #3521
  • Fix Stable Docker Build #3479

Parity v1.4.3 (2016-11-16)

This release includes memory footprint optimization as well as a few fixes in the UI. EIP-155/160/161/170 hardfork is enabled at block 2675000 (1885000 for test network). Full changelog is available here.

  • [beta] EIP-170 #3464
  • Backports to beta #3465
  • Backport: additional fields on transaction and receipt #3463
  • v1.4.3 in beta #3424

Parity v1.3.12 (2016-11-16)

This stable release enables EIP-155/160/161/170 hardfork at block 2675000 (1885000 for test network).

  • [stable] EIP-170 #3462
  • #3035 Backport to stable #3441

Parity v1.3.11 (2016-11-11)

This is a maintenance release for the stable series to delay the EIP-155/160/161 hard fork transition. Update from 1.3.10 is mandatory. It also deprecates and disables the old Parity UI.

  • [stable] Disable HF and UI #3372
  • [stable] EIP-155 update with Vitalik's new test vectors (#3166) #3190
  • Backport EIP-150 to stable #2672
  • Create gitlab-ci.yml for stable #2517

Parity v1.4.2 (2016-11-10)

This release fixes a few additional issues:

  • Parity now correctly handles external --dapps-interface and --ui-interface in the UI.
  • Crash in eth_getUncle* has been fixed.
  • macOS installer now includes an uninstall script.
  • Security token input UI has been fixed.
  • Correct display for tokens with minimum decimals.

And some additional minor changes. Full changelog is available

  • Backporting to beta #3344
  • Backporting to beta #3324

Parity v1.4.1 (2016-11-09)

This is a hotfix release to address a couple of issues with 1.4.0:

  • UI token is requested instead of being supplied automatically.

  • Running with --geth results in an error.

  • Backporting to beta #3293

Parity v1.4.0 (2016-11-07)

First beta release of the 1.4 series.

This includes the new Parity Wallet and Warp-Sync synchronisation as well as several optimisations and fixes.

  • Add secure flag back #3246
  • [BETA] verify chunk hashes in cli restore #3242
  • Backporting to beta #3239
  • UI fixes backporting #3234
  • Backporting to beta #3229
  • Beta branch cleanup #3226
  • [beta] Set passive mode for first run only (#3214) #3216
  • Mode configuration backported to beta #3213
  • Backporting #3198
  • [beta] EIP-155 update with Vitalik's new test vectors (#3166) #3189
  • Backporting to beta #3176
  • parity-ui-precompiled pinned to beta #3168
  • EIP-155 update with Vitalik's new test vectors #3166
  • Push precompiled for beta/stable, npm only master #3163
  • Back to real root after npm publish #3178
  • Remove extra cd js #3177
  • Fixes Gas price selection bug #3175
  • Exposing state root and logsBloom in RPC receipts #3174
  • Exposing v,r,s from transaction signature in RPC #3172
  • Enabling personal RPC over IPC by default #3165
  • Gitlab CI badge #3164
  • Dependencies in README #3162
  • Make the footer a bit less ugly. #3160
  • Linux build case sensitivity fix #3161
  • abbreviated enode, CopyToClipboard component #3131
  • EIPs 155, 160, 161 #2976
  • beta reset to 1.4.0 #3157
  • Fix histogram #3150
  • Remove network label from TabBar #3142
  • Speed up unresponsive Contract events & Account transactions #3145
  • Better windows shortcut #3147
  • Redirect content to the same address as requested #3133
  • Fixed peer ping timeout #3137
  • Fix for windows build #3125
  • Fix AddessInput icon position #3132
  • Fixed not scrollable accounts in tokenreg dapp #3128
  • Returning cache headers for network content #3123
  • Optimise contract events display #3120
  • Add basic validation for contract execute values #3118
  • Dapps errors embeddable on signer #3115
  • Use enode RPC in UI #3108
  • Windows tray app #3103
  • Displaying CLI errors on stderr #3116
  • new InputAddressSelect component #3071
  • Bump mio #3117
  • Minor typo fixed. #3110
  • Sort by ETH balance and contract by date #3107
  • Add RPC enode lookup #3096
  • Initializing logger for each command #3090
  • Allow registration of content bundles in GitHubHint #3094
  • Add read-only inputs to UI plus Copy to Clipboard buttons #3095
  • Allow boolean dropdowns for contract deploy #3077
  • Add mac installer files #2995
  • Fixing dapps sorting #3086
  • Add a Gitter chat badge to README.md #3092
  • Fixes webpack HTML loader #3089
  • Redirecting /home to new UI #3084
  • Allow GitHubHint content owner to update url #3083
  • Remove token assets (moved to ethcore/dapps-assets) #3082
  • Goodbye Gavcoin, Hello Gavcoin #3080
  • Load network dapps #3078
  • Swap account phrase input to normal (non-multiline) #3060
  • Fix minor typo in informant #3056
  • Warp sync status display #3045
  • Enhance address input #3065
  • Go to Accounts Page if Tooltips are displayed #3063
  • Change contract Execute bool values & query bool value display #3024
  • Update Parity logo #3036
  • settings: replace background patterns (inline) #3047
  • Multiple line description for dapps #3058
  • Fix status log order #3062
  • Graphical gas price selection #2898
  • [Registry dApp] Actions not available before selecting accounts #3032
  • apply post-consolidation migrations after consolidating #3020
  • fix chain badge padding #3046
  • Don't delete Tags input on blur (eg. tab) #3044
  • Fixing last hashes for ethcall #3043
  • Remove signer icons #3039
  • execute periodic snapshot in new thread #3029
  • fix background of embedded signer #3026
  • registry dapp: fix reducer #3028
  • Replace Execute by Query in contract button #3031
  • Fixing GavCoin dApp overflow issues #3030
  • execute contract function: validate address #3013
  • Align tag inputs with other input boxes #2965
  • Sweep panickers from IO and network #3018
  • Terms & Conditions #3019
  • open column families after reparing db corruption #3017
  • Snapshot sync and block gap info in eth_syncing #2948
  • personal_ RPCs to AutoArgs #3000
  • RPCs for mode change #3002
  • Fix a test sensitive to slow execution. #3014
  • Fixes search filtering issues #3011
  • Restart sync if no more peers with snapshots #3007
  • Allow empty/non-existant input arrays for ABIs in contract view #3001
  • Allow operation when no registry is available #2980
  • Make JS lint & test run on Travis #2894
  • Update account dropdowns #2959
  • Modify gas price statistics #2947
  • Fixes pending/mined transactions in registry dApp #3004
  • Prevent connecting to self #2997
  • Disable verbose in gitlab CI #2999
  • Allow warnings in gitlab #2998
  • Fix the brainwallet functionality. #2994
  • Provided gas description update #2993
  • Print messages to stderr #2991
  • Networking and syncing tweaks #2990
  • Allow build warnings #2985
  • Display network status for finished Signer requests #2983
  • Fixed rejecting transactions #2984
  • mio version bump #2982
  • Publish parity.js to npmjs registry #2978
  • Import raw private key #2945
  • refactor etherscan.io links #2896
  • Use separate lock for code cache #2977
  • Add favicon #2974
  • Align password change dialog with create dialog ordering #2970
  • WS bump #2973
  • Discovery performance optimization #2972
  • Pass gas & gasPrice to token transfers #2964
  • Updating ws-rs #2962
  • Run cargo with verbose flag when testing #2943
  • Fixing clippy warnings take two #2961
  • Snapshot sync improvements #2960
  • Gavcoin event display updates #2956
  • Eslint fixes #2957
  • Add import of raw private key RPCs #2942
  • Bring in styling queues from original Gavcoin #2936
  • Validating minimal required gas for a transaction #2937
  • Even more snapshot validity checks #2935
  • Shared code cache #2921
  • Updating bootnodes for ETC #2938
  • More bootnodes #2926
  • Revert hash updates until testable #2925
  • Release.sh verbose output #2924
  • additional release.sh debugging info #2922
  • Pass the js-precompiled commit hash to cargo update #2920
  • Next nonce RPC #2917
  • Get rid of duplicated code in EVM #2915
  • Transaction Queue banning #2524
  • Revert to gas price ordering #2919
  • Personal split #2879
  • Fixing config values for pruning_history #2918
  • Apply pending block details on commit #2254
  • Fixed GetNodeData output #2892
  • New sync protocol ID #2912
  • Clippy bump #2877
  • iconomi token images #2906
  • Fixes too long description and Token balance value in Dapps/Accounts #2902
  • Add missing images for local dapps #2890
  • Fix Webpack, again #2895
  • Enable suicide json test #2893
  • More snapshot fixes and optimizations #2883
  • Fixes CI JS precompiled build #2886
  • Fix empty tags modification #2884
  • Fix up informant. #2865
  • Get rid of MemoryDB denote #2881
  • Add inject to "bundle everything" list #2871
  • Fixes signer and MUI errors throwing #2876
  • Fix failing tests after log parsing updates #2878
  • Sweep some more panics #2848
  • Make GitLab js-precompiled really update Cargo.toml in main repo #2869
  • IPC version bump #2870
  • Snapshot sync fixes and optimizations #2863
  • Add Check and Change Password for an Account #2861
  • Output git fetch/push to log files #2862
  • Align contract event log l&f with transactions #2812
  • Nicer port in use errors #2859
  • Remove personal_* calls from dapps #2860
  • Token sorting, zero-ETH transfer & token decimals #2805
  • Don't fail badly when no transactions in last 100 blocks. #2856
  • Fixing home.parity address for new signer #2851
  • Enabling UI build back #2853
  • Remove eventName in unsubscribe API arguments #2844
  • Don't return empty names as clickable titles #2809
  • Auto-bump js-precompiled on release #2828
  • Remove ethcore::common re-export module #2792
  • Prevent database corruption on OOM #2832
  • Download/Export Addressbook #2847
  • Snapshot and blockchain stability improvements #2843
  • Extended network options #2845
  • fix failing master test build #2846
  • Local dapps embeddable on signer port #2815
  • Trigger accounts/contracts search on search input change #2838
  • Move snapshot sync to a subprotocol #2820
  • fix node log being reversed #2839
  • Fixes currency symbol font size in Shapeshift modal #2840
  • Disable personal APIs by default for security reasons #2834
  • Clear cached content #2833
  • Add ethcore_[dapps|signer]Port APIs #2821
  • CLI option to skip seal check when importing #2842
  • Fix case error in Dapps import #2837
  • Double click on address in account detail view should select it #2841
  • Bump js-precompiled to 20161022-223915 UTC #2826
  • Adjust paths to handle CORS changes #2816
  • RPC for dapps port and signer port #2819
  • Update build to working version on pre-compiled repo #2825
  • Adjust network name badge colours (darker) #2823
  • Removing submodule in favour of rust crate #2756
  • Return old-ish content even when syncing #2757
  • fix Signer UI #2750
  • USG, GBP, Euro & Yuan updates #2818
  • Make locally installed apps available again (Fixes #2771) #2808
  • Additional RPCs for password management #2779
  • flush DB changes on drop #2795
  • rename State::snapshot to checkpoint to avoid confusion #2796
  • Missing changes required to make new UI work #2793
  • Cleanup method decoding (Fixes #2811) #2810
  • Use trace API for decentralized transaction list #2784
  • Automatic compaction selection on Linux #2785
  • Update token images #2804
  • Hackergold token images #2801
  • Additional token images #2800
  • Additional token images #2798
  • Resolve morden fork #2773
  • Using SipHashes from crates.io #2778
  • Fixed issues on Searchable Addresses #2790
  • Currency icons #2788
  • Update token images #2783
  • Fix warning in master #2775
  • Add empty account existence test from beta. #2769
  • Update name of basiccoin manager #2768
  • sweep most unwraps from ethcore crate, dapps crate #2762
  • Check queue to determine major importing #2763
  • Trace filtering fix #2760
  • Update js precompiled to 20161020-141636 #2761
  • Incrementally calculate verification queue heap size #2749
  • Don't add empty accounts to bloom #2753
  • fix contract deployments not showing up #2759
  • Fixes a positioning issue in Address Selection component #2754
  • fix linting issues #2758
  • Making Trie.iter non-recursive #2733
  • Block import optimization #2748
  • Update js-precompiled to 20161020-110858 #2752
  • Fixing small files fetching #2742
  • Fixing stalled sync #2747
  • refactor signer components #2691
  • Png images with backgrounds (original svg) #2740
  • Make address selection searchable #2739
  • very basic dapp add/remove interface #2721
  • Frontport commits from beta to master #2743
  • Implements Trace API Formatter #2732
  • bump parking_lot to 0.3.x series #2702
  • Unify major syncing detection #2699
  • Fixes gas/gasPrice change not reflected in transaction modal #2735
  • Fixing build UI stuff along with Rust #2726
  • Fixed Snackbar not showing and/or behind transactions (#2730) #2731
  • Updating json tests to latest develop commit #2728
  • dapps: show errors #2727
  • node logs: break lines #2722
  • Bumping JSON-RPC http server #2714
  • Add ability to copy address to the clipboard #2716
  • Sort tags when displaying ; use AND for search results #2720
  • allow-same-origin for iframe #2711
  • Update Registry address (mainnet) #2713
  • Allow tags for Accounts, Addresses and Contracts #2712
  • Correct parameters for eth_sign #2703
  • Bump js-precompiled to 20161018-161705 #2698
  • Add inject.js (for web3 exposed) #2692
  • Remove obsolete dapps and update security headers #2694
  • Snapshot sync part 2 #2098
  • Fix issues with no ethereum test dir present (2382) #2659
  • Apply UI PRs after master merge #2690
  • Fix importing traces for non-canon blocks #2683
  • Fixing random test failures #2577
  • Disable IPC in default build for 1.4 #2657
  • use pruning history in CLI snapshots #2658
  • Fixing --no-default-features again and evmbin #2670
  • Settings > Proxy for proxy.pac setup instructions #2678
  • Re-instate transaitions to allow updating busy indicator #2682
  • signer: remove reject counter #2685
  • Initial new UI source code import #2607
  • Additional dapp logo images #2677
  • Redirect from :8080 to :8180 #2676
  • script to update js-precompiled #2673
  • Styling in FF is not 100% #2669
  • Don't allow gavcoin transfer with no balances #2667
  • fix signer rejections #2666
  • better text on unique background pattern #2664
  • Adjust z-index for error overlay #2662
  • Fix address selection for contract deployment #2660
  • Add additional contract images #2655
  • Update /api/* to point to :8080/api/* (first generation interface) #2612
  • Initial import of new UI (compiled JS code) #2220
  • Fixing evmbin compilation #2652
  • Fix up ETC EIP-150 transition to 2,500,000. #2636
  • Fixing compilation without default features #2638
  • [frontport] CLI to specify queue ordering strategy (#2494) #2623
  • Support for decryption in Signer #2421
  • EIP150.1c #2591
  • Release merge with origin with ours strategy #2631
  • Adjust build output directories #2630
  • cater for txhash returning null/empty object #2629
  • snapshot: single byte for empty accounts #2625
  • Configurable history size in master #2606
  • Database performance tweaks #2619
  • Enable suicide json test #2626
  • Split journaldb commit into two functions: journal_under and mark_canonical #2329
  • Fixed tx queue limit for local transactions #2616
  • Additional logs when transactions is removed from queue #2617
  • mitigate refcell conflict in state diffing #2601
  • Fix tests #2611
  • small styling updates #2610
  • Remove web3 from Signer, bring in parity.js API #2604
  • Mostly configurable canonical cache size #2516
  • Added peers details to ethcore_netPeers RPC #2580
  • Display account password hint when available #2596
  • Fix gas estimation on transfer when data supplied #2593
  • remove unused npm packages #2590
  • Bundle fonts as part of the build process #2588
  • Contract constructor params #2586
  • Update json test suite #2574
  • Filter apps that has been replaced for the local list #2583
  • Display local apps listed by Parity #2581
  • Network-specific nodes file #2569
  • Dont close when block is known to be invalid #2572
  • deny compiler warnings in CI #2570
  • adjust alignment of queries #2573
  • update ethcore-bigint crate to 0.1.1 #2562
  • Registry dapp uses setAddress to actually set addresses now #2568
  • Add the new EIP150 test. #2563
  • fix failing tests #2567
  • ΞTH -> ETH #2566
  • Ensure polling is only done when connected #2565
  • Fixed race condition in trace import #2555
  • Disable misbehaving peers while seeking for best block #2537
  • TX queue gas limit config and allow local transactions over the gas limit #2553
  • standard component for address -> name mappings (consistent use everywhere) #2557
  • Remove unwrap from client module #2554
  • Removing panickers from sync module #2551
  • Address images (tokens, dapps) as registered via contentHash (when available) #2526
  • TokenReg set & get images working #2540
  • adjust app_id where /api/content/ is called, fixes #2541 #2543
  • connection dialog now shows up in dapps as well, closes #2538 #2550
  • display account uuid (where available), closes #2546 #2549
  • create accounts via recovery phrase #2545
  • Build ethcore/js-precompiled on GitLab #2522
  • Return errors from eth_call RPC #2498
  • registry dapp: manage records #2323
  • Print backtrace on panic #2535
  • GitHubHint dapp #2531
  • Backports to master #2530
  • Handle reorganizations in the state cache #2490
  • Hypervisor: terminate hanging modules #2513
  • signer & node connection prompts/indicators #2504
  • Using pending block only if is not old #2514
  • More caching optimizations #2505
  • Fixed possible panic in the networking #2495
  • Trim password from file #2503
  • Fixing RPC Filter conversion to EthFilter #2500
  • Fixing error message for transactions #2496
  • Adjustable stack size for EVM #2483
  • [master] Fixing penalization in future #2499
  • Preserve cache on reverting the snapshot #2488
  • RocksDB version bump #2492
  • Increase default size of transaction queue #2489
  • basiccoin v1 available #2491
  • Small EVM optimization #2487
  • Track dirty accounts in the state #2461
  • fix signature lookup address #2480
  • update registrar test with generic non-empty test #2476
  • Derive IPC interface only when ipc feature is on #2463
  • Fix ethstore opening all key files in the directory at once #2471
  • contract api event log fixes #2469
  • basiccoin base functionality in-place #2468
  • Merge IPC codegen attributes into one #2460
  • Close after importing keys from geth #2464
  • Port a couple more RPC APIs to the new auto args #2325
  • update rustc for appveyor to 1.12.0 #2423
  • dapp basiccoin send operations #2456
  • Better EVM informant & Slow transactions warning #2436
  • Fixing Signer token RPC API #2437
  • Fixed FatDB check #2443
  • dapp basiccoin structure #2444
  • Accounts bloom in master #2426
  • Polishing Actually enable fat db pr (#1974) #2048
  • Jumptable cache #2427
  • signaturereg registered, remove hardcoding #2431
  • tokenreg dapp fixes for non-null returns #2430
  • update ABI json to latest deployed versions #2428
  • update Morden registry address #2417
  • Make migration api more friendly #2420
  • Journaling bloom filter crate in util #2395
  • move abis from js/json to contracts/abi #2418
  • Fixing logs-receipt matching #2403
  • fix broken beta compilation #2405
  • registry dapp: transfer names #2335
  • manage firstRun better #2398
  • render contract deployment address #2397
  • Transaction Queue fix #2392
  • contracts abi types & execute value #2394
  • update styling with ParityBar overlay #2390
  • application Signer popup window #2388
  • Fixing Delegate Call in JIT #2378
  • Prioritizing re-imported transactions #2372
  • Revert #2172, pretty much. #2387
  • correct sync memory usage calculation #2385
  • fix migration system for post-consolidation migrations, better errors #2334
  • Fix the traceAddress field in transaction traces. #2373
  • Gavcoin utilises the popup box #2381
  • registry dapp: support dropping names #2328
  • settings view, set background & store views #2380
  • Removing extras data from retracted blocks. #2375
  • fixed #2263, geth keys with ciphertext shorter than 32 bytes #2318
  • Expanse compatibility #2369
  • Allow queries of constant functions on contracts #2360
  • Auto Open/Close the Signer window on new transaction request #2362
  • Specify column cache sizes explicitly; default fallback of 2MB #2358
  • Canonical state cache (master) #2311
  • method signature lookups, parameter decoding & management #2313
  • make block queue into a more generic verification queue and fix block heap size calculation #2095
  • Hash Content RPC method #2355
  • registry dapp: show reserved events by default #2359
  • Display timestamp in Signer requests details #2324
  • Reorder transaction_by_hash to favour canon search #2332
  • Optimize DIV for some common divisors #2327
  • Return error when deserializing invalid hex #2339
  • Changed http:// to https:// on some links #2349
  • user defaults #2014
  • Fixing jit feature compilation #2310
  • Tx Queue improvements #2292
  • Removing PropTypes on build #2322
  • Lenient bytes deserialization #2036
  • reverse call data decoding given transaction data & method #2312
  • add missing gpl headers to gavcoin dapp #2317
  • contract Events, Functions & Queries sub-components as well as Event log visual updates #2306
  • webpack config updates (really include babel-polyfill, rename npm steps) #2305
  • remove unneeded Form from Account header #2302
  • edit of metadata across accounts, addresses & contracts #2300
  • Adjust all modals for consistency & css DRY-ness #2301
  • update container spacing #2296
  • local cache of generated background (no allocation on each re-render) #2298
  • fix failing tests #2290
  • Respecting standards for tokenreg dapp #2287
  • Separate RPC serialization from implementation #2072
  • Webpack optimisations - Using DLL #2264
  • header background, theme adjustments (not that harsh) #2273
  • contract view (developer-centric) #2259
  • Add hash as CLI function #1995
  • registry: fix mined events showing as pending #2267
  • Dapp - Tokereg ; Query Tokens from TLA or Address #2266
  • Fixes to the Token Registration dApp #2250
  • remove abi *.json duplication, provide a single version of the truth #2253
  • Separate path for ext code size #2251
  • Snapshot format changes #2234
  • Serving content at /api/content/ #2248
  • Fails when deserializing non-hex uints #2247
  • registry dapp: add GPL headers #2252
  • registry dapp: user-friendly lookup #2229
  • registry dapp: show DataChanged events #2242
  • fixups for deploys #2249
  • Fixing output of eth_call and Bytes deserialization #2230
  • Encryption, decryption and public key RPCs. #1946
  • limit number of event logs returned #2231
  • babel-polyfill #2239
  • procedurally generate background based on signer key #2233
  • UI fixes #2238
  • expose isConnected() from transport #2225
  • registry dapp: rename event log #2227
  • registry dapp: show pending events #2223
  • Handle RLP to string UTF-8 decoding errors #2217
  • Use WebSocket transport for all built-in calls #2216
  • Remove panickers from trie iterators #2209
  • Limit for logs filter. #2180
  • Various state copy optimizations #2172
  • New signer token RPC & Initial signer connection without token. #2096
  • signer ui fixes #2219
  • contract deploy ui #2212
  • registry dapp: fix propTypes #2218
  • registry: fix IdentityIcon in events log #2206
  • Fixing evm-debug #2161
  • Fix syncing with pv63 peers #2204
  • registry: show shortened hashes #2205
  • registry dapp: remove owner #2203
  • webpack proxy updates for /api* #2175
  • simplify personal event publishing, fix delete refresh issues #2183
  • fix global & initial states #2160
  • Allow selection & saving of available views #2131
  • global/contract events with promisy subscribe/unsubscribe #2136
  • Token Registry dApp #2178
  • re-usable bytesToHex exposed in api.util #2174
  • Webpack optimisations #2179
  • cleanup on contract event subscriptions #2104
  • move utility functions to api.util #2105
  • registry dapp #2077
  • mui/FlatButton to ui/Button #2129
  • address delete functionality #2128
  • contract deployment updates #2106
  • contract events, indexed string fix #2108
  • Bumping jsonrpc-core & jsonrpc-http-server #2162
  • gitlab testing & build processes #2090
  • Misc small UI fixes (recently broken) #2101
  • Bump clippy & Fix warnings #2109
  • Import command summary #2102
  • check for existence of deprecated ethash file before attempting delete #2103
  • shapeshift Promise API library #2088
  • fund account via ShapeShift #2099
  • Get bigint on crates.io #2078
  • Enable sealing if Engine provides internal sealing given author #2084
  • Config files #2070
  • re-add lodash plugin to babel config #2092
  • Remove old cache data #2081
  • Logs limit & log_index bug #2073
  • flatten store, muiTheme & api providers #2087
  • add babel es2016 & es2017 presets #2083
  • remove all '/index' imports in API #2089
  • add missing GPL headers to all files #2086
  • readme cleanups #2085
  • gavcoin global import of parity api #2082
  • Fixing removal from gas price when moving future->current #2076
  • Split internal sealing from work preparation #2071
  • ensure the target folder doesn't exist before renaming #2074
  • Get rid of 'Dapp is being downloaded' page #2055
  • fix failing master build: update tests to new init_restore signature. #2069
  • Local snapshot restore #2058
  • import: keep informant going until finished #2065
  • Add a few tests for the snapshot service #2059
  • IPC tweaks #2046
  • Update arm* Docker #2064
  • Fetching any content-addressed content #2050
  • Use proper database configuration in snapshots. #2052
  • periodic snapshot tweaks #2054
  • ethkey-cli #2057
  • Forward ethstore-cli feature #2056
  • handling invalid spec jsons properly, additional tests, closes #1840 #2049
  • Periodic snapshots #2044
  • Snapshot sync #2047
  • Nice error pages for Dapps & Signer #2033
  • Add a few small snapshot tests #2038
  • facelift for traces, added errors #2042
  • Fetching content from HTTPS using rustls #2024
  • Skipping log when there are no transactions were sent #2045
  • rlp as separate crate #2034
  • Fixing uint serialization #2037
  • Fixing new transactions propagation #2039
  • Propagating transactions to peers on timer. #2035
  • Remove Populatable and BytesConvertable traits #2019
  • fixed #1933 #1979
  • Synchronization tweaks for IPC services #2028
  • Asynchronous RPC support #2017
  • Disable ArchiveDB counter check #2016
  • always process trie death row on commit, add more tracing #2025
  • fixed transaction addresses mapping, fixes #1971 #2026
  • Adding tests for dapps server. #2021
  • builtin trait refactoring #2018
  • Start parity with systemd #1967
  • Control service for IPC #2013
  • LRU cache for dapps #2006
  • CLI for valid hosts for dapps server #2005
  • Make the block header struct's internals private #2000
  • Take control of recovered snapshots, start restoration asynchronously #2010
  • remove internal locking from DBTransaction #2003
  • Snapshot optimizations #1991
  • Revert removing ecies #2009
  • small blooms optimization #1998
  • protection from adding empty traces && assertion in traces db #1994
  • Stratum IPC service #1959
  • Signature cleanup #1921
  • Fixed discovery skipping some nodes #1996
  • Trie query recording and AccountDB factory for no mangling #1944
  • Validating sha3 of a dapp bundle #1993
  • Improve eth_getWork timeout test rpc_get_work_should_timeout #1992
  • Resolving URLs from contract #1964
  • Add timeout for eth_getWork call #1975
  • CLI for Signer interface #1980
  • IPC timeout multiplied #1990
  • Use relative path for IPC sockets #1983
  • Market-orientated transaction pricing #1963
  • Bump clippy #1982
  • Fixing mutual recursive types serialization #1977
  • Fix open on FreeBSD #1984
  • Upgrade hyper dependency to 0.9 #1973
  • Create network-specific nodes files #1970
  • Getting rid of syntex #1965
  • Remove binary specification from hypervisor #1960
  • Stratum protocol general #1954
  • keep track of first block in blockchain #1937
  • introduce ethcore/state module #1953
  • Apply settings to column families #1956
  • move column family constants into db module #1955
  • ECIES without MAC #1948
  • Fix canny warnings #1951
  • Fetchable dapps #1949
  • remove impossible panickers related to infallible db transaction #1947
  • Minor optimizations #1943
  • remove randomness from bigint benches, fix warnings #1945
  • Fix several RPCs #1926
  • Bump clippy, fix warnings #1939
  • DB WAL size limit #1935
  • Use explicit global namespaces in codegen #1928
  • Fix build on master #1934
  • IPC on by default #1927
  • fix util benches compilation #1931
  • Update gitlab-ci #1929
  • ethkey and ethstore use hash structures from bigint #1851

Parity v1.3.10 (2016-11-04)

The latest 1.3 series release, now considered stable.

This includes several additional optimisations and fixes together with provisional support for the upcoming hard fork for EIP155/160/161.

  • Stable branch reset to 1.3.10 #3156
  • Backporting to beta #3149
  • apply post-consolidation migrations after consolidating (BETA) #3048
  • [beta] Fix the brainwallet functionality. (#2994) #3005
  • Bumping json-ipc-server #2989
  • Backports for 1.3.10 #2987

Parity v1.3.9 (2016-10-21)

This release enables EIP-150 hard fork for Ethereum Classic chain and resolves a few stability and performance issues, such as:

  • Interrupted syncing on the test network.
  • Block import delays caused by a large number of incoming transactions. A full re-sync is recommended for performance improvement to take effect.

Full changes:

  • [beta] Resolve morden fork #2776
  • Fixing botched merge #2767
  • Backports for beta #2764
  • Introduce EIP150 hardfork block for ETC #2736
  • [beta] fix issues with no test dir present (#2659) #2724
  • [beta] Bumping jsonrpc-http-server #2715
  • [beta] Fix migration system, better errors #2661

Parity v1.3.8 (2016-10-15)

Parity 1.3.8 is our EIP150 hard-fork compliant release.

Running this will enact a mild change of the protocol at block number 2,463,000 which should occur on Tuesday 18th October 2016 at approximately 12:20 London time (BST). This change alters the gas prices for a number of operations, mainly centring around i/o intensive Merkle trie lookups (BALANCE, EXTCODESIZE &c.) and state-trie polluters (SUICIDE, CREATE and CALL). These operations were heavily underpriced, an oversight which lead to the recent degradation of network service. The full details of the alteration are specified in EIP-150.

Additionally several issues have been fixed including:

  • a transaction queue limitation leading to dropped transactions;
  • a synchronisation issue leading to stalls when syncing;

And some small features including database performance improvements and additional logging.

Upgrading private chain specification files.

All the chain specification files now have EIP-150 rules enabled by default. To continue using the chain add the eip150Transition key under Engine/ethash/params and set it to a future transition block as shown in this example.

The key related to homestead transition has been renamed from frontierCompatibilityModeLimit to homesteadTransition.

Full changes

  • [beta] EIP150.1c #2599
  • Remove count limit for local transactions #2634
  • Tweak DB and mining defaults #2598
  • Revert "Bloom upgrade in beta" #2635
  • Bloom upgrade in beta #2609
  • Backports to beta #2628

Parity v1.3.7 (2016-10-12)

This release contains fixes to reduce memory usage under the DoS attack and improve transaction relay.

  • Configurable history size in beta #2587
  • Backports to beta #2592

Parity v1.3.6 (2016-10-11)

Parity 1.3.6 is another hotfix release to address transaction spam and deal with stability issues. With this release transaction pool gas limit no longer applies to local transactions. Full list of changes is available here:

  • Backports to beta v1.3.6 #2571
  • Use global state cache when mining #2529
  • Transaction queue limited by gas #2528

Parity v1.3.5 (2016-10-08)

1.3.5 is a hotfix release for the transaction propagation issue. Transaction pool limit is now calculated based on the block gas limit.

  • Update appveyor rustc [beta] #2521
  • Increase size of transaction queue by default #2519

Parity v1.3.4 (2016-10-07)

Parity 1.3.4 release contains more optimizations to internal caching as well as stability improvements.

It also introduces an ability for miners to choose a transaction ordering strategy:

--tx-queue-strategy S    Prioritization strategy used to order transactions
                         in the queue. S may be:
                         gas - Prioritize txs with low gas limit;
                         gas_price - Prioritize txs with high gas price;
                         gas_factor - Prioritize txs using gas price
                         and gas limit ratio [default: gas_factor].
  • Backport to beta #2518
  • [beta] Fixing RPC Filter conversion to EthFilter #2501
  • [beta] Using pending block only if is not old #2515
  • Backports into beta #2512
  • CLI to specify queue ordering strategy #2494
  • Fix ethstore opening all key files in the directory at once (BETA) #2472
  • Beta backports #2465
  • IPC-library dependency fork & bump for beta #2455

Parity v1.3.3 (2016-10-04)

1.3.3 is another hotfix release for the DoS attack

  • Jumptable cache #2435
  • fix broken beta compilation (backport to beta) #2414
  • Run inplace upgrades after version update #2411

Parity v1.3.2 (2016-09-29)

This is a hotfix release to address stability and performance issues uncovered during the network DoS attack. Full list of changes is available here

  • Beta Backports #2396
  • Fixing penalization in future #2493
  • A quick fix for missing tree route blocks #2400
  • Cache the fork block header after snapshot restoration #2391
  • correct sync memory usage calculation (BETA) #2386
  • Accounts bloom #2357
  • Disable colors when generating signer token. #2379
  • Fixing jit feature compilation #2376
  • Clear state cache on sealed block import #2377
  • DIV optimization (beta) #2353
  • Canonical state cache #2308
  • Reorder transaction_by_hash to favour canon search #2331
  • Lenient bytes deserialization #2340
  • Penalize transactions with gas above gas limit #2271
  • Peek transaction queue via RPC #2270
  • Handle RLP to string UTF-8 decoding errors (#2217) #2226
  • Fixing compilation without default features [beta] #2207
  • Avoid cloning clean stuff [beta backport] #2173
  • v1.3.2 in beta #2200

Parity v1.3.1 (2016-09-11)

1.3.1 includes many bugfixes. Critical ones:

Parity v1.3.0: "Acuity" (2016-08-12)

As well as many bug fixes, 1.3.0 includes a number of important improvements including:

  • Optimisations Heavily optimised block/transaction processing core - up to 2x faster than 1.2 series.
  • Database compression Databases take as much as 30% less storage than before.
  • State snapshotting An installation synchronised from scratch in 1-2 minutes can be made after downloading the 140MB state snapshot. See the wiki for more information.
  • Process isolation The networking/chain-synchronisation is now a fully independent process.

Incremental improvements include:

  • Additional RPCs for transaction tracing, state diffing, VM tracing, asynchronous transaction posting, accounts metadata and message signing.
  • Improved logging, including for chain reorganisations.
  • Added a --fast-and-loose option for additional speed-ups which can compromise integrity on a dirty shutdown.
  • Column families to ensure maximal inter-database integrity.
  • Key naming includes date/time of creation.
  • Various improvements to networking robustness and performance.
  • Solidity compilation supported through RPC if solc is available.
  • Various improvements to the miner including HTTP push work notification.

Full changes:

  • Bumping Parity UI #1920
  • Adding entrypoints to docker images #1909
  • Save nodes removed from backing_overlay until commit #1917
  • RPC for importing geth keys #1916
  • Peers RPC + UI displaying active/connected/max peers #1915
  • RPC for deriving address from phrase. #1912
  • adjust polling & connection timeouts for ipc #1910
  • Don't return deleted nodes that are not yet flushed #1908
  • Wallet rpcs #1898
  • Fix binary serialization bug #1907
  • fixed #1889, .DS_Store is no longer treated as key file #1892
  • Purging .derefs, fixing clippy warnings. #1890
  • RocksDB version bump #1904
  • Fix ipc compilation and add ipc feature to test targets #1902
  • Autocreating geth dir if none and geth mode on #1896
  • v1.4.0 in master #1886
  • Adding more details to miner log #1891
  • moved hash.rs to bigint library #1827
  • fixed cache_manager lock order #1877
  • Fixing miner deadlock #1885
  • Updating WS + Increasing token validity #1882
  • take snapshot at specified block and slightly better informants #1873
  • RPC errors & logs #1845
  • Reduce max open files #1876
  • Send new block hashes to all peers #1875
  • Use UntrustedRlp for block verification #1872
  • Update cache usage on commiting block info #1871
  • Validating conversion U256->usize when doing gas calculation (for 32bits) #1870
  • Sync to peers with confirmed fork block only #1863
  • miner and client take spec reference #1853
  • Unlock account with timeout for geth compatibility #1854
  • Fixed reported max height and transaction propagation #1852
  • Snapshot creation and restoration #1679
  • fix deprecated typo #1850
  • Split IO and network crates #1828
  • updated classic JSON spec with classic bootnodes, fixes #1842 #1847
  • protect unsafety in plainhasher; get more unique hashes #1841
  • use mutex in dbtransaction #1843
  • Fix state not using "account_starting_nonce" #1830
  • Supporting blockid in eth_call and trace_call/trace_raw #1837
  • eth_checkTransaction renamed to eth_checkRequest #1817
  • Bump json-ipc-server again #1839
  • Fixing another deadlock in trace db #1833
  • Fix up the VM trace. #1829
  • fixed parsing export params, fixes #1826 #1834
  • More performance optimizations #1814
  • Bumping clippy & fixing warnings #1823
  • removed unused code from util and unnecessary dependency of FixedHash #1824
  • Remove (almost all) panickers from trie module #1776
  • Fixing account naming #1810
  • JournalDB inject #1806
  • No block number in get work while in geth-compat mode. #1821
  • Import wallet fix #1820
  • Supporting eth_sign in Signer #1787
  • Fixing cache update after chain reorg #1816
  • Development mode for Signer UI #1788
  • Miner tweaks #1797
  • Util & ipc clenup #1807
  • Fixing unlock parsing #1802
  • fixed importing presale wallet with encseed longer than 96 bytes #1801
  • DRYing build scripts #1795
  • Allow code from spec json #1790
  • nano-tests (ipc transport) to the CI #1793
  • Commit best block after closing transaction #1791
  • Place thread name in the log output #1792
  • Fix ipc tests and bring to CI #1789
  • dynamic keys pickup #1779
  • ipc version bump #1783
  • Prevent deadlock on trace GC #1780
  • fixed trace_transaction crash when block contained suicide #1781
  • Fix block body migration #1777
  • cache manager and clearing tracing cache #1769
  • Return storage as H256 from RPC. #1774
  • Instant sealing engine #1767
  • fix state unsafety with a mostly-guaranteed handle #1755
  • Gas for mem optimization #1768
  • Min and Max peers setting #1771
  • Disable WAL #1765
  • Add new line when printing start strings #1766
  • Log tweak #1764
  • Remove update_sealing call on importing own block #1762
  • Single DB #1741
  • Tweak format of log so it's not so verbose. #1758
  • Combine mining queue and enabled into single locked datum #1749
  • Collect consensus/null engines into a single module #1754
  • Fix failing deserialization test #1756
  • Stackoverflow fix #1742
  • compaction profile used during migration, fixes #1750 #1751
  • Splitting documentation into separate build job #1752
  • handle keys deserialization errors, fixes #1592 #1701
  • add gitlab-ci yaml #1753
  • Better handling of multiple migrations #1747
  • Disconnect peers on a fork #1738
  • Add RPC & client call to replay a transaction. #1734
  • another version bump for jsonrpc-ipc #1744
  • Trace other types of calls #1727
  • Fixing compilation on latest nightly #1736
  • Blocks and snapshot compression #1687
  • bump json-ipc-server version #1739
  • Use std::sync::Condvar #1732
  • Bump json-ipc-server version #1733
  • bump json-ipc-server version #1731
  • Fixing some clippy warnings #1728
  • Bumping Parity UI #1682
  • Various improvements to tracing & diagnostics. #1707
  • Fixed reading chunked EIP8 handshake #1712
  • Fix for importing blocks from a pipe file #1724
  • Proper errors for binary serializer #1714
  • Use a transaction for writing blocks #1718
  • Exclude generated code from coverage #1720
  • Use single binary for ipc modules #1710
  • Log a chain-reorg. #1715
  • Restore new block informant message #1716
  • Parallel block body download #1659
  • Rotate blockchain cache #1709
  • Fix broken internal names. #1711
  • cli overhaul #1600
  • Key files include timestamp in name. #1700
  • Fixing warnings #1705
  • Ethereum classic #1706
  • Docker Arguments #1703
  • Informant tidyup. #1699
  • Name and meta in accounts #1695
  • Stackoverflow #1686 #1698
  • filtering transactions toAddress includes contract creation #1697
  • Prevent syncing to ancient blocks #1693
  • Enable WAL and disable DB repair #1696
  • Returning error when transaction is rejected (for consistency) #1667
  • Disabling signer when in geth-compatibility mode #1676
  • Suicides tracing #1688
  • small cleanup of substate.rs #1685
  • resolve #411: remove install scripts #1684
  • IPC (feature-gated) #1654
  • Bumping JSONRPC-http-server #1678
  • Fixing hash deserialisation #1674
  • Ping discovery nodes gradually #1671
  • Fixing the deadlock on incoming connection #1672
  • Fixing errors returned by sendTransaction* method family #1665
  • Moved syncing log out of the client #1670
  • Host validation (again) #1666
  • Update install-deps.sh [ci skip] #1664
  • fix typos #1644
  • Size for blocks #1668
  • Revert "Validating Host headers in RPC requests" #1663
  • Validating Host headers in RPC requests #1658
  • fixed failing master #1662
  • Fixing clippy warnings #1660
  • Don't ping all nodes on start #1656
  • More performance optimizations #1649
  • Removing unused client code #1645
  • Asynchronous transactions (polling based for now). #1652
  • Sync stand-alone binary and feature-gated dependencies refactoring #1637
  • Re-enabling Parity UI #1627
  • Blockchain repair on missing state root #1646
  • Multi-mode logging. #1643
  • Pro paths #1650
  • Performance optimizations #1642
  • Removed DAO soft fork traces #1639
  • Compiler version update for windows #1638
  • Delete values immediately from DB overlay #1631
  • DAO hard-fork #1483
  • fix network_start regression #1629
  • Die if the DB is newer than the one supported. #1630
  • Cleanup of colour code. Use is_a_tty. #1621
  • don't batch best block for branches #1623
  • In-memory trie operations #1408
  • Fix "pending" parameter on RPC block requests #1602
  • Allow RPC to use solc to compile solidity #1607
  • IPC RPC deriving for traits #1599
  • Utilize cached kcov if exists #1619
  • Fixing no-ui feature #1618
  • Couple of rocksdb optimizations #1614
  • Miner tests #1597
  • Sync IPC interface #1584
  • Make sure reserved peers are in the node table #1616
  • Fix bloomchain on blockchain repair #1610
  • fixed broken tracing #1615
  • fix benchmark compilation #1612
  • Updating jsonrpc-http-server #1611
  • replace synchronization primitives with those from parking_lot #1593
  • ui compilation feature #1604
  • is_zero() and pow() optimisations for uint #1608
  • Optimizing & Cleaning the build #1591
  • Fix logging #1590
  • remove unnecessary mutex in logging #1601
  • Using streamlined parity-ui repository #1566
  • Optimizing InstructionInfo access. #1595
  • V7 Migration progress indicator #1594
  • bring snapshotting work into master #1577
  • Bump clippy #1587
  • refactoring of handshake messages serialization in ipc #1586
  • expunge &Vec pattern #1579
  • EVM gas for memory tiny optimization #1578
  • cleaned up parity/signer #1551
  • Major sync <-> client interactions refactoring #1572
  • failing test with overlayrecent pruning #1567
  • Enable state queries for OverlayRecent DB #1575
  • have AccountDB use address hash for uniqueness #1533
  • Very basic EVM binary. #1574
  • Some obvious evm & uint optimizations #1576
  • Fixing clippy warnings #1568
  • Miner's gas price gets updated dynamically #1570
  • bringing hypervisor as a crate in ipc dir #1565
  • Init public interface with IO message #1573
  • Uncommenting simple Miner tests #1571
  • Kill lock unwraps #1558
  • Fixing deadlock in miner #1569
  • Idealpeers in log #1563
  • Simple style fix. #1561
  • Enum variants serialisation test&fix #1559
  • Supporting /api/ping for dapps server #1543
  • Client IPC Interface #1493
  • Kill timers when removing IO handler #1554
  • Fix and add info messages #1552
  • Fix indent of #1541 #1555
  • Update sealing just once when externally importing many blocks #1541
  • Remove soft-fork stuff. #1548
  • fix codegen warning #1550
  • Extend migration framework #1546
  • Refactoring dapps to support API endpoints. #1542
  • serde is no longer util dependency #1534
  • mention wiki in README #1549
  • Skipping transactions with invalid nonces when pushing to block. #1545
  • Silent running operating modes #1477
  • util cleanup #1474
  • Calculating gas using usize (if supplied gaslimit fits in usize) #1518
  • add owning NibbleVec #1536
  • Attempt to fix blochchain/extras DBs sync #1538
  • Client API refactoring - limiting errors to crate-level error types #1525
  • IPC codegen enhancement - allow void methods #1540
  • Fixing serving nested files for dapps. #1539
  • Fixed public address config #1537
  • Fixing compilation&clippy warnings #1531
  • creating ethereum dir while in geth mode #1530
  • Bumping clippy #1532
  • Make signer default as long as --unlock isn't used. #1524
  • add client timeout when requesting usd price for gas #1526
  • Fix gitter-url link in README.md #1528
  • Fix error message. #1527
  • BTreeMap binary serialization #1489
  • Save block reference in the queue on notification #1501
  • bigint tests to run on CI #1522
  • Client api cleaning - uncles are returned as rlp #1516
  • Fatdb integration with CLI #1464
  • Optimizing/simplifying shr #1517
  • change IPC codegen to allow attributes #1500
  • Fix warnings #1514
  • FatDB #1452
  • Fix the reseal mechanism. #1513
  • Update Dockerfile ubuntu-aarch64 #1509
  • Update Ubuntu-arm Dockerfile #1510
  • Update Ubuntu-jit Dockerfile #1511
  • Update Ubuntu Dockerfile #1512
  • Update CentOS Dockerfile #1508
  • bump status page v0.5.1 #1502
  • Update CentOS Dockerfile #1507
  • Update Dockerfile ubuntu-aarch64 #1506
  • Update Ubuntu-arm Dockerfile #1505
  • Update Ubuntu-jit Dockerfile #1504
  • Update Ubuntu Dockerfile #1503
  • Optionally clone block behind work-package #1497
  • Fix no colour on windows. #1498
  • Workaround for hyper panic #1495
  • Colourful notification on mine #1488
  • Quick fix for max open files error #1494
  • Work notification over HTTP #1491
  • Sealed block importing and propagation optimization #1478
  • vm factory to mining client #1487
  • topbar dialog fix #1479
  • Minor additions to allow resetting of code. #1482
  • Introduce options for fine-grained management of work queue. #1484
  • Snapshot state restoration #1308
  • Merge master into pv64 branch #1486
  • Ensure we don't reject our own transactions for gasprice. #1485
  • Signing parity executable & windows installer in appveyor #1481
  • Rearrange fork CLI options. #1476
  • give appveyor some breath #1475
  • Ensure we always get the latest work when mining on submitted. #1469
  • Tests for views #1471
  • json ipc version bump #1470
  • verifier is no longer a template type of client #1467
  • Allow configuration of when to reseal blocks. #1460
  • removed unsafe code #1466
  • WS bump + Adding default for value #1465
  • Attempt DB repair if corrupted #1461
  • Database configuration extended #1454
  • Updating WS-RS server #1459
  • Reduced IO messages; removed panics on IO notifications #1457
  • Handle errors when starting parity --signer #1451
  • Fixed losing queued blocks on error #1453
  • Updated to latest hyper with patched mio #1450
  • Retweak BASE and MULTIPLIER in rocksdb config. #1445
  • Removing Miner::default. #1410
  • Don't mine without --author #1436
  • Revert the rescuedao extradata. #1437
  • More conservative settings for rocksdb. #1440
  • v1.3.0 in master #1421
  • Update Ubuntu-arm Dockerfile #1429
  • Create Dockerfile ubuntu-aarch64 #1430
  • Update CentOS Dockerfile #1424
  • Update Ubuntu Dockerfile #1426
  • Update Ubuntu-jit Dockerfile #1427
  • Update SF blocknumber to 1800000. #1418

Parity v1.2.4 (2016-08-09)

Parity 1.2.4 Is a maintenance release that fixes a few issues related to mining and peer synchronization. This release is marked as stable.

  • Backports for beta #1888
  • BETA: fixed trace_transaction crash when block contained suicide #1782

Parity v1.2.3 (2016-07-31)

Parity 1.2.3 is a patch release that addresses network stability issues for both Ethereum HF and Ethereum classic chains and brings a few changes to the transaction tracing API.

Tracing API changes

  • Added tracing for CALLCODE, DELEGATECALL and SUICIDE
  • trace_call returns traces in flat format
  • Added 2 new methods: trace_rawTransaction and trace_replayTransaction

Note that to continue using tracing features in this version you need to re-sync the blockchain. This can be done by using parity export $HOME/ethereum-chain-backup.rlp , deleting the database usually located at ~/.parity/906a34e69aec8c0d followed by parity import $HOME/ethereum-chain-backup.rlp.

  • [beta] Updating UI #1778
  • tracing backport #1770
  • Backport commits to beta #1763
  • Deadlock on incoming connection (#1672) #1675
  • [BETA] Removed DAO soft fork traces #1640

Parity v1.2.2 (2016-07-16)

New

  • DAO hard-fork.

DAO hard-fork implementation conforms to the specification and is enabled by default.

Changed

  • --reseal-on-txs defaults to own.
  • DAO soft-fork support has been removed along with related command line options.

Resolved issues

  • --db-cache-size consuming too much memory. eth_getWork RPC response additionally includes the block number.
  • Skipping transactions with invalid nonces when pushing to block.
  • Update sealing just once when externally importing many blocks (#1541).
  • Transaction tracing skipping simple transactions (#1606).
  • Other small fixes and improvements.

Full changelog

  • DAO hard-fork (#1483) #1636
  • Backports for beta #1628
  • don't batch best block for branches (#1623) #1626
  • Merge bugfixes from master to beta #1605
  • (BETA) using block options cache instead of general cache for rocksdb #1613
  • Backport sealing fixes to beta #1583
  • v1.2.2 in beta #1581
  • Skipping transactions with invalid nonces when pushing to block. (#1545) #1547

Parity v1.2.1 (2016-07-01)

New

  • Options for more precise mining tuning (see below).
  • Informative notification when block mined.
  • HTTP signal on new work-package.
  • Optimised database insertion for self-mined blocks.
  • Short-circuit for local transaction gas-price approval.
  • A number of issues related to mining have been fixed.
Mining options
  • --author is now required for mining.
  • --reseal-on-txs Specify which transactions should force the node to reseal a block. By default parity updates the seal on incoming transactions to reduce transaction latency. Set this option to none to force updates on new blocks only.
  • --reseal-min-period Can be used to control how often a new pending block is generated if none is not selected on prior option.
  • --work-queue-size Controls how many pending blocks to keep in memory.
  • --relay-set Can be used to enable more strict transaction verification.
  • --remove-solved Move solved blocks from the work package queue instead of cloning them. This gives a slightly faster import speed, but means that extra solutions submitted for the same work package will go unused.
  • --notify-work Accepts a list of URLs that will receive a POST request when new work package is available. The body of the POST message is JSON encoded and has the same format as eth_getWork RPC response.
RPC

eth_getWork RPC response additionally includes the block number.

DAO soft-fork

DAO soft-fork control options have been replaced by the single --fork option which disables the soft-fork by default.

Changes

Parity v1.2.0: "Security" (2016-06-24)

Blog post

New

  • Transaction signing UI.
  • IPC/RPC module.
  • Optimised mining support.
  • Windows build.
  • DAO soft-fork support.
Transaction signing UI

This is a new framework for signing transactions. It fulfills three requirements:

  • You should never have to type your passwords into a Dapp.
  • No Javascript code should ever hold a secret.
  • No transaction should ever be signed without the consent of the user.

The feature is enabled through the --signer flag. When enabled, the user must ensure at least one "Signer UI" is set-up for managing transaction confirmation. There are two such UIs available; one through a Google Chrome Extension, separately installable and the second through a special web page hosted locally. Set-up must be done once for each such UI, through copying and pasting a token from the output console of Parity into the UI. Specific instructions are given in the UI.

From this point on, no transaction may ever be signed by Parity except through one of these allowed Signer UIs, and no password should ever be entered anywhere else.

IPC/RPC module and Mist/Geth compatibility

Should be started with --geth to ensure Mist compatibility.

Optimised mining support

Numerous improvements and optimisations have been added to our mining implementation. A large "active queue" ensures that late-included transactions are included in the mined block without sacrificing older results from latent-reported ethminer results.

Windows build

We're happy to announce full Windows support with 1.2!

Soft-fork

This release includes support for the proposed DAO soft-fork. Upon upgrade, all mining nodes can vote for or against the soft fork (this is done through altering the block gas limit; a gas limit of at most 4M results in the soft-fork being triggered).

By default, nodes vote "for" the DAO soft-fork (and try to reduce the gas limit to 3.1M). To vote against the soft-fork (keeping it at 4.7M), run with --dont-help-rescue-dao. Not upgrading is not recommended; if the majority votes with a soft-fork, an upgrade will be necessary to mine on the correct chain.

Changed

  • Fast pruning method is now default for a fresh sync.
  • Web UI renamed to Dapps UI.
  • JSONRPC and Dapps UI enabled by default.
  • CLI options ending -off renamed to GNU-consistent prefix --no-.
  • Dynamic gas-pricing (data feed and statistical techniques used to determine optimum gas prices).

Full changes:

  • Signer enabled by default for UI #1417
  • Remove experimental pruning options. #1415
  • Fixing interface and port for parity ui #1414
  • Configurable gas limit cap. #1405
  • Bumping TopBar, Minimal SignerUI and wallet #1413
  • Sync: Update highest block for progress reporting #1411
  • Tweaked CLI options for the release #1407
  • Further rocksdb tuning #1409
  • Fixing jit compilation #1406
  • Bump clippy #1403
  • Shortcut SF condition when canon known #1401
  • Additional assertions for internal state of queue #1402
  • Replace deprecated hashdb trait names #1394
  • rpc api by default for ipc #1400
  • Ensure judging the SF trigger by relative branch #1399
  • Signer with unlocked account working as expected. #1398
  • Make --signer default. #1392
  • Presale wallet #1376
  • Removing signer connection limit #1396
  • Optional gas price in transactions come from statistics #1388
  • Update README.md with cargo install [ci-skip] #1389
  • Fixing possible overflow during multiplication #1381
  • Update SF to latest spec #1386
  • Sync optimization #1385
  • Fixing order of if statements to avoid overflows. #1384
  • New topbar & signer UI #1383
  • Install trigger for DAO-rescue soft-fork. #1329
  • Rocksdb flush/compact limit #1375
  • CentOS Dockerfile #1377
  • RPC method to return number of unconfirmed transactions... #1371
  • bump jsonrpc-http-server #1369
  • Fix lock order when updating sealing #1364
  • Update sealing on new transactions #1365
  • Fixed panic on aborted connection #1370
  • importing presale wallet #1368
  • Set default database file size large enough #1363
  • Reserved peers rpc API #1360
  • Fixing replacing transaction with lower gas_price result. #1343
  • fixed migration of empty pruning dir #1362
  • Transaction processing queue #1335
  • Fixing last nonce values in case transaction is replaced #1359
  • docopt is an optional dependency of ethkey and ethstore #1358
  • Fixing clippy warnings #1354
  • Reduce locking when syncing #1357
  • removed unnecessary logs #1356
  • Updating parity-dapps #1353
  • moved keystore tests files from util to ethstore #1352
  • removed redundant bigint deps #1351
  • Reopen "reserved peers and reserved-only flag" #1350
  • Configurable rocksdb cache size #1348
  • Fixing future order and errors when reaching limit. #1346
  • Removing priority on local transactions #1342
  • Revert "Reserved peers, reserved-only flag" #1349
  • Sync attack defense: Deactivate peers on invalid block bodies #1345
  • Reserved peers, reserved-only flag #1347
  • CI for ethkey and ethstore #1341
  • Fixed empty block body composition #1340
  • Provide a signer UI token by default. #1334
  • docker uses rustup, fixes #1337 #1344
  • Fixed network service dispose #1339
  • Sync: Cache last sync round block parents #1331
  • secret store separated from util #1304
  • --geth prevent getTransactionReceipt from using pending. #1325
  • Fixing locks order in miner. #1328
  • Update default gas limit, rename field #1324
  • Use constants for DatabaseConfig #1318
  • Fixing clippy warnings #1321
  • Bumping topbar. Fixing ws server closing when suspending #1312
  • Syncing fix #1320
  • Filling-in optional fields of TransactionRequest... #1305
  • Removing MakerOTC and DAO dapps #1319
  • Disabling ethcore_set* APIs by default (+ Status page update) #1315
  • fixed #1180 #1282
  • Network start/stop #1313
  • Additional logging for own transactions in queue #1311
  • DAO Rescue soft fork #1309
  • Appveyor config for windows build+installer #1302
  • Key load avoid warning #1303
  • More meaningful errors when sending transaction #1290
  • Gas price statistics. #1291
  • Fix read-ahead bug. #1298
  • firewall rules for windows installer #1297
  • x64 program files path for installer #1296
  • Fixed loosing peers on incoming connections. #1293
  • fixed #1261, overflow when calculating work #1283
  • snappy and minor block compression #1286
  • clarify build instructions #1287
  • fixed #1255 #1280
  • bump rust-crypto #1289
  • Security audit issues fixed #1279
  • Fixing origin/host validation #1273
  • windows installer + parity start ui cli option #1284
  • ipc lib version bump #1285
  • Syncing improvements #1274
  • removed redundant if condition #1270
  • Naive chunk creation, snapshotting #1263
  • Fixing generating new token while another parity instance is running. #1272
  • README: rustup and windows instructions #1266
  • Windows build #1253
  • removed try_seal from MiningBlockChainClient #1262
  • simplified block opening #1232
  • Clippy bump #1259
  • Fixing uint ASM macros compilation #1258
  • Signer port returned from RPC + Topbar showing count of unconfirmed transactions. #1252
  • codegen - avoid unwraps leading to compilation crash #1250
  • Dapps bump #1257
  • Windows named pipes #1254
  • remove unsafety from util/hash.rs and util/bigint/uint.rs #1236
  • Fixing CORS settings for special values: * & null. #1247
  • JSONRPC test strings avoid using \ char #1246
  • Tests for JSON serialisation of statediff/vmtrace #1241
  • Bumping Dapps & TopBar to newest version. #1245
  • keys import #1240
  • Splitting RPC Apis into more fine-grained sets #1234
  • Refactor triedb constructors to error on invalid state root #1230
  • Signer RPC method to check if signer is enabled #1238
  • Fixing signer behaviour when confirming transaction with wrong password. #1237
  • SystemUIs authorization #1233
  • IPC path for tesetnet with --geth compatibility #1231
  • Transaction tracing for eth_call #1210
  • Removing compilation warnings #1227
  • Allowing connections only from chrome-extension and self-hosted client #1226
  • Clippy bump & fixing warnings #1219
  • Bumping serde & syntex #1216
  • Minimal Signer UI (System UI) exposed over websockets. #1211
  • Switch RPC namespace form ethcore_ to trace_ #1208
  • Verify the state root exists before creating a State #1217
  • Integrate state diffing into the ethcore JSONRPC #1206
  • Updating topbar to latest version #1220
  • Loading local Dapps from FS. #1214
  • Ipc serialization & protocol fixes #1188
  • Have Ext::ret take self by value #1187
  • Simple WebSockets notification about new request #1202
  • Removing leftovers of ethminer #1207
  • fixed #1204 #1205
  • VM tracing and JSON RPC endpoint for it. #1169
  • devtools helpers extended #1186
  • Networking refactoring #1172
  • Client & Miner refactoring #1195
  • update readme #1201
  • Simple signing queue, confirmation APIs exposed in signer WebSockets. #1182
  • Using ordered hashmap to keep the order of dapps on home screen #1199
  • Disabling ethcore by default, adding x-frame-options header to dapps. #1197
  • transaction count verifier tests #1196
  • expunge x! and xx! from the codebase #1192
  • Database service upgrade (from the ipc branch) #1185
  • stop eth_syncing from returning true forever #1181
  • Sync fixes and tweaks #1164
  • Exposing RPC over Signer WebSockets #1167
  • implement missing rpc methods and tests #1171
  • json ipc server version bump #1170
  • Updated dependencies for windows build #1173
  • Framework for improved RPC unit tests #1141
  • remove all possible unsafe code in crypto #1168
  • Base for Signer Websockets server #1158
  • Write queue to speed-up db ipc #1160
  • Fixing few clippy warnings #1163
  • Change eth_signAndSendTransaction to personal_SignAndSendTransaction #1154
  • Support "earliest" and specific block parameters in RPC where possible #1149
  • migration fixes #1155
  • Empty trusted signer crate with it's general purpose described. #1150
  • More bootnodes for morden. #1153
  • move existing rpc tests into mocked module #1151
  • Bloomchain #1014
  • Renaming dapps repos. Updating dapps #1142
  • fixed pending transactions #1147
  • Basic benches to provide metrics for ipc optimizations #1145
  • Fixing clippy warnings #1148
  • correct signature of SecTrieDB::raw_mut #1143
  • Merge to master and start hypervisor for import/export #1138
  • Bumping clippy. Fixing warnings #1139
  • Display progress when importing #1136
  • foundation of simple db migration #1128
  • Fixpending #1074
  • Sync: Propagate uncles and fix status reporting #1134
  • Coloured, padding logging. #1133
  • Importing #1132
  • Have die_with_error use fmt::Display rather than Debug #1116
  • Exporting #1129
  • Sign and send transaction #1124
  • Fixing unused imports warnings #1125
  • Adding info messages on mined blocks #1127
  • Fix styling - don't mix spaces with tabs!!! #1123
  • Fix is_syncing so it's false as long as the update is trivial. #1122
  • Relock unlocked accounts after first use #1120
  • Avoid importing keys into wrong place. #1119
  • Implement receipt's gasUsed field #1118
  • New dapps & query parameter handling #1113
  • pretty print trace error #1098
  • New syncing strategy #1095
  • ethcore-db crate #1097
  • Fix the default for pruning. #1107
  • Make Id/ID and db/Db/DB usage consistent #1105
  • Miner holds it's own copy of spec/engine #1091
  • Apps listing API & Home webapp. #1101
  • CLI option for using JITEVM #1103
  • Fix up the seal fields in RPC output #1096
  • Fixing some warnings #1102
  • fixed incorrect decoding of header seal_fields. added tests. #1090 #1094
  • Bumping Clippy #1093
  • Injectable topbar support. #1092
  • New syncing part 1: Block collection #1088
  • Moving all Client public API types to separate mod & binary serialization codegen for that mod #1051
  • Subdomains support in content server (webapps server). #1082
  • Fix uncle getter #1087
  • Provide fallback for usd-per-eth option when offline. #1085
  • path centralized #1083
  • Limiting result of the execution to execution-specific errors #1071
  • Configurable keys security #1080
  • comma delimeting multiple cors headers #1078
  • Update error message #1081
  • Updating dapp-wallet #1076
  • Fixed connecting to local nodes on startup #1070
  • Validate signature in Tx queue #1068
  • moving deps to ethcore/hyper and bumping jsonrpc-http-server version #1067
  • Updating status page. Bringing back wallet #1064
  • Fix --geth IPC for MacOS. #1062
  • Fixing formatter for defaultExtraData #1060
  • --geth IPC compatibility #1059
  • Moving dependencies to ethcore & uniforming syntax libs through all crates #1050
  • update hyper branch mio #1054
  • IPC lib update #1047
  • Updating hyper-mio revision #1048
  • Bump ipc-lib version #1046
  • Tidy up CLI options and make JSONRPC & webapps on by default. #1045
  • Fixing clippy warnings #1044
  • Fixing RPC modules compatibility #1041
  • Fixing hyper-mio revision #1043
  • Updating locations of webapp stuff #1040
  • JSON-RPC over IPC #1039
  • Update nix/mio for ARM #1036
  • Basic Authority #991
  • Prioritizing of local transaction #1023
  • Version 1.2 #1030
  • Bumping status page #1033

Parity v1.1.0 (2016-05-02)

Parity 1.1.0 introduces:

  • Transaction tracing. Parity now optionally indexes & stores message-call/"internal transaction" information and provides additional RPC for querying.
  • Web interface for logs, status & JSON RPC.
  • Improved JSON RPC compatibility.
  • Reduced memory footprint.
  • Optimized EVM interpreter performance.

Full Changes:

  • Exposing default extra data via ethcore RPC #1032
  • Net etiquette #1028
  • Bumping clippy & fixing warnings #1024
  • Tracedb interface && cli #997
  • Switching to geth-attach supporting version of rpc core and server #1022
  • Fixing status page displaying homestead #1020
  • Core tracedb functionality. #996
  • RPC method for supported modules #1019
  • Updating status page #1015
  • Disabling wallet #1017
  • More detailed fatal error reporting #1016
  • Support 'pending' block in RPC #1007
  • Enable pending block when there is local transaction pending. #1005
  • updating key files permissions on save #1010
  • IPC JSON RPC (for external interface) #1009
  • Fixing Firefox authorization issues #1013
  • cargo update #1012
  • Switching to rust-url@1.0.0 #1011
  • Exception handling in RPC & WebApps #988
  • Fixed uint deserialization from hex #1008
  • Tweak timeout and packet size to handle slow networks better #1004
  • db key is generic and can be made smaller #1006
  • IPC with new serialization #998
  • make jsonrpc api engine agnostic #1001
  • updated cargo.lock #1002
  • updated parity dependencies #993
  • Auto (with codegen) binary serializer #980
  • Fixing transaction queue last_nonces update #995
  • import route contains ommited blocks #994
  • fixed encoding 0u8 #992
  • Use latest netstats #989
  • RPC shared external miner #984
  • Additional RPC methods for settings #983
  • Fixing transaction_queue deadlock #985
  • Refactoring of parity/main.rs #981
  • Fixing clippy warnings. #982
  • Bumping status page #977
  • querying extras separated to its own module #972
  • Exposing application logs via RPC. #976
  • Addressing binary serialization for db types #966
  • removed redundant unwraps #935
  • fixed transaction queue merge conflict #975
  • Configurable limit for transaction queue (CLI & Ethcore-RPC) #974
  • Enforce limit caused last_nonce to return incorrect values. #973
  • Even more detailed errors for transaction queue #969
  • temporary fix of panic in blockchain garbage collection #970
  • IPC codegen - some minor fixes & enhancements #967
  • Additional logging for transactions #968
  • refactored blockchain extras keys building #963
  • Using hyper-mio branch in webapps. #957
  • Remove nanomsg from build-dependencies #965
  • Fix build for --target=armv7-unknown-linux-gnueabihf #964
  • IPC RPC codegen extra feature #962
  • IPC RPC codegen for generic implementation #961
  • using db_path directory when upgrading #960
  • IPC hypervisor #958
  • Removing a transaction from queue now removes all from this sender with lower nonces. #950
  • bump status page version 0.1.7 #955
  • Changing cors header to be optional #956
  • Update ARM Dockerfile #959
  • Sensible gas limits for eth_sendTransaction #953
  • Fix upgrade script and make parity run when no .parity dir. #954
  • Tracing and docs for --pruning=auto. #952
  • IPC serialization for custom parameters #946
  • default filter from block should be Latest, not Earliest #948
  • README.md: removes sudo from multirust installation #943
  • Disable long lines formatting + ethash example. #939
  • Ethcore-specific RPC methods for altering miner parameters. #934
  • Use ethcore nanomsg bindings #941
  • Update IPC codegen to latest syntax libs #938
  • IPC documentation #937
  • Bumping clippy and fixing warnings. #936
  • Pruning auto #927
  • IPC persistent client link #933
  • IPC persistent client link #930
  • IPC handshake (negotiating protocol/api version) #928
  • Upgrade logic between versions #914
  • executive tracing cleanup #903
  • Ethcore-specific RPC methods #923
  • Parameter to allow user to force the sealing mechanism #918
  • updated dependencies #921
  • Fixed send transaction deadlock #920
  • --unlock is comma-delimited. #916
  • fixed eth_getLogs #915
  • create provided custom dir for keys if none #912
  • spec loading cleanup #858
  • WebApps HTTP Basic Auth Support #906
  • Removing match on constant #888
  • Update auth.rs #907
  • Enabling webapps compilation by default #904
  • fixed #895 #898
  • Support for compile-time included WebApplications. #899
  • Propagate transaction queue #894
  • Use new json RPC server #901
  • Gracefully dying when trying to enable RPC and app is compiled without it. #900
  • Additional logging and friendlier error messages #893
  • Avoid signalling readiness when app is about to be closed. #897
  • fixed #875 and added tests for eth_sendTransaction #890
  • passing key path to all invocations #891
  • Fixed eth_call nonce and gas handling #892
  • ipc rpc with nano transport (simple duplex) #886
  • Bumping clippy and fixing warnings #889
  • More descriptive expectations to transaction queue consistency. #878
  • uint bug - replace add with or #879
  • Fixing typo in bigint #877
  • update misleading cli help msg for author #874
  • Find geth data store cross-platform. #871
  • Import geth 1.4.0 keys #872
  • Syntax helpers for IPC RPC (part 2) #854
  • Fixed bootnode URL and error message #870
  • replace popcnt with mov (861) #867
  • weekly dependencies update #865
  • Remove unused mut #866
  • fixed #855 #864
  • simplified trace from functions, removed clippy warnings #862
  • Update deprecated HashDB methods in docs. #857
  • refactored loading transaction json tests #853
  • reorganised price info lookup #852
  • Publish locally-made transactions to peers. #850
  • Add generalbeck's token #847
  • Fix response for mining. #846
  • USD-based pricing of gas. #843
  • Parity can accept older work packages #811
  • Caching for computing seed hashes (#541) #841
  • checking transaction queue for pending transaction #838
  • refactored loading of state tests #817
  • tests for deserialization of transaction from issue #835 #837
  • unlocks with no expiration [on top of 833] #834
  • Unlock accounts on CLI. #833
  • Make BlockNumber optional, fix eth_call #829
  • Test socket to common test code (ethcore-devtools) #831
  • Use network id for the web3_net_version return. #822
  • json-rpc web3_sha3 #824
  • remove some unused files #819
  • debug symbols for master/beta #818
  • Syntax helpers for IPC RPC #809
  • refactored loading of execution tests #803
  • Rustfmt.toml #805
  • install-partiy runs brew reinstall parity on osx #810
  • Fix mining from spinning #807

Parity v1.0.2 (2016-04-11)

Parity 1.0.2 release improves Json RPC compatibility and fixes a number of stability issues.

  • Flush password prompt #1031
  • [beta] dependencies update #949
  • Master to beta v1.0.2 #922
  • Master to beta 1.0.2 #908

Parity v1.0.1 (2016-03-28)

Parity 1.0.1 update fixes a number of issues with Json RPC, transaction propagation and syncing.

  • Imporved sync error handling #905
  • Publish locally-made transactions to peers. #851
  • Merge fixes from master to beta #845
  • Full sync restart on bad block #844
  • Make BlockNumber optional, fix eth_call #828
  • Web3sha3 beta #826
  • Use network id for the web3_net_version return. #821
  • Fix mining from spinning #806
  • Merge master to beta #796

Parity v1.0.0 (2016-03-24)

Parity 1.0.0 release adds the following features:

  • Standard JsonRPC interface.
  • Full Homestead compatibility.
  • Transaction management.
  • Mining with external miner.
  • Account management.
  • Geth key chain compatibility.
  • Additional command line options.
  • State trie pruning.
  • Cache and queue footprint.
  • Network discovery & NAT traversal.
  • Custom chain specification files.

Note that in this release the state database is in archive (full) mode by default. Run with one of the --pruning options to enable pruning.

  • First part of multi-mining support #804
  • Fixing future-current transactions clash #802
  • Increase threads to num_cpus & fix author reporting #800
  • another batch of rpc improvements #798
  • Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it. #794
  • complete getting started steps for OS X #793
  • Auto detect available port (with fixed test) #788
  • eth_getTransactionReceipt #792
  • Comprehensive tests for tracing transactions #791
  • Disable preparing work package if miners don't ask for it. #771
  • Listen on all interfaces for JSONRPC by default. #786
  • eth_call #783
  • Revert "Auto detect available port" #789
  • added output to execution result #777
  • Auto detect available port #782
  • Allow 0x prefix for --author. #785
  • updated dependencies, moved rpctest to its own submodule #784
  • use ethjson module to load chain json tests #778
  • Tracing implemented. #772
  • test ethjson module on travis #780
  • batch of rpc fixes #775
  • rpctest executable #757
  • Refactoring error transaction_queue error handling and update_sealing method. #753
  • Avoid importing transactions with gas above 1.1*block_gas_limit to transaction queue #760
  • Removing transactions that failed to be pushed to block. #752
  • Updating clippy #766
  • Attempting to add all transactions to mined block #754
  • Prettier version w/o git dir; Use rustc compile time version #761
  • Stop adding transactions to queue while not fully synced #751
  • Verify sender's balance before importing transaction to queue #746
  • Returning number of transactions pending in block not queue #750
  • Speeding up build #733
  • adding check for a sync when giving work to miner #742
  • json deserialization module #745
  • Update install-parity.sh #749
  • Restart sync on getting old unknown header #747
  • Missing return for #737 #744
  • Enact block with uncles test #741
  • Fix outdated libc version on dependency #740
  • Fixing possible race in transaction queue #735
  • Sync fixed again #737
  • Don't change best block until extras is committed. #734
  • stable only until travis speedup #736
  • Optimizing uint operations (architecture independent) #629
  • Add RLP, not a data item. #725
  • PV63 receipts response #687
  • another batch of rpc tests #723
  • dockerfiles update #726
  • Lock reports to avoid out of order badness. #721
  • Fixed handshake leak #722
  • Allow configuration of target gas limit. #719
  • Version 1.1 in master #714
  • Silence UDP warnings #720
  • Rpc personal tests #715
  • Fixing warnings #704
  • docopts cleanups #713
  • Removed rocksdb build dependency #717
  • Fixed splitting Neighbours packet #710
  • management of account expiration & memory #701
  • Remove EarlyMerge from user docs. #708
  • Fixes and traces for refcountdb. #705
  • Check for NULL_RLP in AccountDB #706
  • ethminer as crate #700
  • Old ref-counted DB code #692
  • next batch of rpc tests and fixes #699
  • implemented eth_geStorageAt rpc method, added more tests for rpc #695
  • Fix JournalDB era marker #690
  • More sync fixes #685
  • mark some key tests as heavy #694
  • Limit incoming connections #693
  • Updating clippy #688
  • eth_accounts, eth_getBalance rpc functions && tests #691
  • state query for archive jdb #683
  • Fix for option 1 of JournalDB #658
  • Rename into something that is a little more descriptive. #689
  • JournalDB with in-memory overlay (option2) #634
  • additional (failing) SecretStore test #682
  • Updating clippy & fixing warnings. #670
  • rpc web3 tests #681
  • Making personal json-rpc configurable via cli #677
  • RPC Pending Transactions Filter #661
  • Rearrange journaldb infrastructure to make more extensible #678
  • JournalDB -> Box, and it's a trait. #673
  • fix warning for transaction_queue.add usage #676
  • Adding std::mem back (only for asm) #680
  • update readme to exclude beta step (stable is ok) #679
  • fixed U256 and transaction request deserialization #675
  • More geth compatibility. #666
  • Removing running clippy by default on nightly. #671
  • rpc net submodule tests #667
  • Client module overhaul #665
  • Rpc transaction signing #587
  • Transaction queue exposed via JSON rpc. #652
  • Remove unneeded locking #499
  • extend sync status interface to sync provider #664
  • --archive is default. --pruning is option. #663
  • jsonrpc uses client and sync interfaces #641
  • Expose transaction insertion in sync lib #609
  • Removing get prefix from poll_info #660
  • Tx queue update height bug #657
  • Tx_queue_docs -> To master #651
  • blockchain import_route #645
  • Stop workers before stopping event loop #655
  • Validate sender before importing to queue #650
  • Gas price threshold for transactions #640
  • dev feature enabled when compiling without --release #627
  • Don't call mark_as_bad needlessly #648
  • Fixed sync handling large forks #647
  • Additional documentation for transaction queue #631
  • Transaction Queue Integration #607
  • Keys cli #639
  • fix build warning #643
  • updated jsonrpc-core and http-server libs #642
  • jsonrpc panics gracefully shutdown client #638
  • Fixing CLI parameters #633
  • Normal CLI options with geth. #628
  • Do not remove the peer immediatelly on send error #626
  • Jsonrpc block behind #622
  • Remove println!s. #624
  • JournalDB option 1 fix #613
  • Network tracing cleanup #611
  • Revert "Transaction Queue integration" #602
  • fix benches compilation #601
  • Transaction Queue integration #595
  • verifier trait improvements #597
  • build on rust stable #600
  • Geth import silent if no geth #599
  • Additional journaldb logging and assert #593
  • Uncle inclusion in block authoring. #578
  • Fixed potential deadlock on startup #592
  • Fixing an overflow panic #591
  • Fixed one more case of sync stalling #590
  • JournalDB can now operate in "archive" mode #589
  • Secret store integration with client #586
  • fix build on nightly rust #588
  • deserialization for uint generic #585
  • TransactionsQueue implementation #559
  • JSON-RPC personal service (follows #582) #583
  • making key directory thread-safe #582
  • verifier trait #581
  • shrink_to_fit after removing hashes. #580
  • support for rpc polling #504
  • limit serde codegen only to rpc types submodule #569
  • fork test for Issue test/568 #573
  • Fixing clippy warnings = small refactoring of request_blocks #560
  • Improved journaldb logging #571
  • Additional check to ancient enactments. #570
  • chainfilter shouldnt exclude to_block from results #564
  • Fix coverage test run #567
  • Mining #547
  • fix uint warnings #565
  • Finished blockchain generator. #562
  • fixed broken master #563
  • uint to separate crate #544
  • improved test chain generator #554
  • Fixing spelling in propagade->propagate #558
  • Changing RefCell to Cell in transaction. #557
  • Fix for morden consensus. #556
  • blockchain generator #550
  • Sparse Table Implementation (Row, Col) -> Val #545
  • fixup install script #548
  • Fixing clippy warnings #546
  • ignore out directory #543
  • u256 full multiplication #539
  • Fix panic when downloading stales, update homestead transition #537
  • changing x64 asm config #534
  • uncomment state transition tests #533
  • jsonrpc uses weak pointers to client #532
  • Morden switch to Homestead rules at #494,000. #531
  • Blockchain module cleanup #524
  • Multiplication issue + very exhaustive tests for it #528
  • EIP-8 #498
  • Make "random" trie tests fully deterministic. #527
  • udpated serde to version 0.7.0 #526
  • Better memory management #516
  • Typo #523
  • U512 add/sub optimize #521
  • Account management + geth keystore import (no utility crate added) #509
  • Delayed UPnP initialization #505
  • Fixing marking blocks as bad & SyncMessage bugs + small client refactoring. #503
  • optimization of U256 #515
  • Removed rocksdb from build scripts and instructions #520
  • RocksDB abstraction layer + Hash index for state DB #464
  • bloomfilter #418
  • Fixed a race condition when connecting peer disconnects immediately #519
  • ignore intellij idea project files as well #518
  • updated version of unicase #517
  • jsonrpc security, cors headers, fixed #359 #493
  • Rust implementations to replace data tables (#161) #482
  • fix issue with starting requested block number was not included itself #512
  • fixed travis --org GH_TOKEN #510
  • Improved log format #506
  • Log address on failed connection attempt #502
  • Bumping clippy and fixing warnings. #501
  • Bumping versions. Fixes #496 #500
  • Manage final user-input errors. #494
  • Remove unneeded code, fix minor potential issue with length. #495
  • Remove "unknown" from version string. #488
  • Include git commit date & hash. #486
  • Use proper version string. #485
  • Networking fixes #480
  • Fix potential deadlock on node table update #484
  • Squash more warnings #481
  • dev/test/build tools to separate crate #477
  • Back to original slab crate #479
  • Better user errors. #476
  • UDP Discovery #440
  • update readme with rust override #475
  • fixed warnings on rust beta #474
  • Secret store (part2 - encrypted key/value svc) #449
  • Kill bad test. #473
  • Make clippy an optional dependency #422
  • parity compiling fine #469
  • compiling ethcore on beta #468
  • Utils compiling in beta #467
  • Get rid of lru_cache dependency #466
  • Add daemonization. #459
  • Master upgrade #448
  • Remove contributing stuff now that we have CLA bot. #447
  • Add Morden bootnode. #446
  • beta fixes to master #441
  • Secret store (part1 - key management) #423
  • Use 1100000 as the homestead transition, fix build instructions. #438
  • More sync and propagation fixes #420
  • back to cargo crates #436
  • Fixing clippy warnings #435
  • preserving root cargo lock #434
  • Nightly fix #432
  • nightly fixes #431
  • Delay Homestead transition from 1,000,000. #429
  • Nightly fix effort (still should fail) #428
  • clippy version update, docopt-macro moving to fork #425
  • Network/Sync fixes and optimizations #416
  • Use latest era instead of end era as journal marker #414
  • api changes #402
  • Option for no init nodes. #408
  • Fixed block_bodies not returning a list #406
  • Fix test. #405
  • Allow path to be configured. #404
  • Upnp #400
  • eth_syncing, fixed #397 #398
  • Using modified version of ctrlc that catches SIGTERM #399
  • Catching panics. #396
  • jsonrpc #391
  • Externalities tests (still clumsy) #394
  • excluding test code itself from coverage #395
  • Additional tweaks to options. #390
  • --chain option for setting which network to go on. #388
  • Ethash unit tests final #387
  • jsonrpc #374
  • Editorconfig file. #384
  • Coverage effort [in progress] #382
  • making root kcov runner simular to the one running on CI #380
  • add gcc as a dependency to dockerfiles #381
  • Check for handshake expiration before attempting connection replace #375
  • Blocks propagation #364
  • Network params. #376
  • Add parity-node-zero to bootnodes. #373
  • kcov uses travis_job_id instead of coveralls token #370
  • Add parity-node-zero.ethcore.io to boot nodes. #371

Parity v1.0.0-rc1 (2016-03-15)

First Parity 1.0.0 release candidate.

  • Version 1.0 in beta #712
  • Fix test for beta #617
  • JournalDB fix option 1 for beta #614
  • Failing test. #606
  • Fix transition points #604
  • (BETA) Update README.md #549
  • (BETA) instructions for beta release channel #456
  • (BETA) fix nightly - remerge #454
  • (BETA) fixing nightly version for beta #452

Parity beta-0.9.1 (2016-02-16)

Homestead transition block changed to 1100000.

  • Beta patch to 0.9.1 #445
  • Delay homestead transition #430
  • (BETA) https link in the installer (?) #392
  • beta: Check for handshake expiration before attempting replace #377

Parity beta-0.9 (2016-02-08)

First Parity Beta 0.9 released.

  • Panic on missing counters; Client cleanup #368
  • Update README for new PPAs. #369
  • block_queue::clear should be more thorough #365
  • Fixed an issue with forked counters #363
  • Install parity #362
  • DB directory versioning #358
  • Raise FD limit for MacOS #357
  • Travis slack integration. #356
  • SignedTransaction structure #350
  • License #354
  • Performance optimizations #353
  • Gitter in README. #355
  • test efforts, receipt requests #352
  • sync tests setup & local module coverage #348
  • install parity script #347
  • evmjit homestead merge #342
  • Fixed sync stalling on fork #343
  • Remerge 264 #334
  • Ethsync tests bfix #339
  • Fix default options. #335
  • sync queue limit hotfix #338
  • Network tests, separate local coverage for utils #333
  • fix parity version so netstats can parse it #332
  • reveal surprise #331
  • Revert removal of new_code. #330
  • Network mod tests first part #329
  • Look ma no dead_code #323
  • Fixing JIT, Updating hook to run ethcore tests. #326
  • Final docs #327
  • update install-deps.sh #316
  • Finish all my docs. Fix previous test compilation. #320
  • Additional evm tests (extops, call, jumps) and some docs #317
  • More documentation. #318
  • Additional documentation. #315
  • unused functions cleanup #310
  • update ethcore.github.io documentation automatically #311
  • Another try with travis ci credentials #314
  • Document some stuff. #309
  • Check block parent on import; Peer timeouts #303
  • Increasing coverage for evm. #306
  • ethcore docs #301
  • Replacing secure token for deployment #305
  • doc.sh #299
  • Building beta-* and stable-* tags #302
  • Deploying artifacts for tags (release/beta) #300
  • cov.sh to show coverage locally #298
  • benchmark fixes #297
  • Include JSONRPC CLI options. #296
  • travis.yml fixes #293
  • Improve version string. #295
  • Fixed block queue test #294
  • Util docs #292
  • fixed building docs #289
  • update travis to build PRs only against master #290
  • Coverage effort #272
  • updated docker containers #288
  • rpc module fixes #287
  • Test for Receipt RLP. #282
  • Building from source guide #284
  • Fixed neted empty list RLP encoding #283
  • Fix CALLDATACOPY (and bonus CODECOPY, too!). #279
  • added travis && coveralls badge to README.md #280
  • coveralls coverage #277
  • Travis [in progress] #257
  • Travis on reorganized repo #276
  • umbrella project #275
  • Ethash disk cache #273
  • Parity executable name and version #274
  • Dockerfile #195
  • Garbage collection test fix #267
  • Fix stCallCreateCallCodeTest, add more tests #271
  • Moved sync out of ethcore crate; Added block validation #265
  • RLP encoder refactoring #252
  • Chain sync tests and minor refactoring #264
  • Common log init function #263
  • changed max vm depth from 128 to 64, change homestead block to 1_000_000 #262
  • fixed blockchain tests crash on log init #261
  • Blockchain tests and some helpers for guarding temp directory #256
  • Fix logging and random tests. #260
  • Fix difficulty calculation algo. #259
  • fix submodule version #258
  • temp dir spawn refactoring #246
  • fixed tests submodule branch #254
  • rpc net methods returns real peer count && protocol version #253
  • Add homestead & random tests. #245
  • Fixing suicide with self-refund to be consistent with CPP. #247
  • stubs for rpc methods #251
  • clippy, missing docs, renaming etc. #244
  • impl missing methods in tests #243
  • General tests and some helpers #239
  • Note additional tests are fixed, fix doc test. #242
  • jsonrpc http server #193
  • Ethash nonce is H64 not a u64 #240
  • Fix import for bcMultiChainTest #236
  • Client basic tests #232
  • Fix ensure_db_good() and flush_queue(), block refactoring, check block format, be strict. #231
  • Rlp #207
  • Schedule documentation #219
  • U256<->H256 Conversion #206
  • Spawning new thread when we are reaching stack limit #217
  • Blockchain tests #211
  • fixed failing sync test #218
  • Removing println #216
  • Cleaning readme #212
  • Fixing delegatecall #196
  • Autogenerate the Args from the docopt macro. #205
  • Networking fixes #202
  • Argument parsing from CLI #204
  • Removed wildcard from clippy version #203
  • Fixed tests and tweaked sync progress report #201
  • Heavy tests #199
  • Mutithreaded IO #198
  • Populating last_hashes #197
  • Fixing clippy stuff #170
  • basic .travis.yml #194
  • Generating coverage reports. #190
  • Adding doc requests comments #192
  • moved src/bin/client.rs -> src/bin/client/main.rs #185
  • removed overflowing_shr #188
  • fixed wrapping ops on latest nightly #187
  • Pruned state DB #176
  • Memory management for cache #180
  • Implement signs having low-s. #183
  • Introduce sha3 crate and use it in ethash #178
  • Multithreaded block queue #173
  • Iterator for NibbleSlice and TrieDB. #171
  • Handling all possible overflows #145
  • Global secp256k1 context #164
  • Ethash #152
  • Move util into here #153
  • EVM Interpreter #103
  • Homestead transition support, maybe. #141
  • externalities refactor #131
  • More open files. #140
  • Single array for logs output. #133
  • Client app event handler #132
  • Various consensus fixes. #130
  • callcode builtins tests pass #127
  • Client state syncing #119
  • Split externalities from executive. #126
  • executive error on not enoguh base gas #124
  • Gav #125
  • builtin sets excepted to true #123
  • More state tests. #122
  • updated to rocksdb wrapper version 0.3 #121
  • out_of_gas -> excepted #120
  • Parametrizing evm::Factory #111
  • stLogs tests passing #118
  • Fix executive. #117
  • Fixes for marek's shooting from the hip. #116
  • Executive revert fix #115
  • Fix storage/account and add butress test. #114
  • Refactored Pod & Diff types into separate files, JSON infrastructure revamp. #113
  • Fix storage stuff and introduce per-item dirty-tracking. #112
  • Check logs in state tests. #109
  • executive gas calculation fixes #108
  • proper gas calculation in executive #107
  • Fixing MaxDepth param for executive #105
  • Fix determination of state roots. #106
  • transact substracts tx_gas #104
  • Pretty-print and fix for state. #102
  • Tier step price. #101
  • Refactor Diff datastructures. #100
  • externalities use u256 instead of u64 for gas calculation #99
  • Executive tests #97
  • State conensus tests now print mismatching diff on fail. #98
  • State testing framework. First test is failing. #96
  • executive tests #95
  • Use U512s for ether cost calculation, complete transaction API #94
  • Utils for consensus test decoding and better layout. #93
  • executive fixes + tests #89
  • All transaction tests pass. Nicer testing framework. #92
  • Block verification tests; BlockProvider blockchain trait for testing #88
  • State::exists, docs and tests. #87
  • Add tests module, add two more transaction tests. #86
  • bring back removed tests, removed build warnings #82
  • Nicer transaction validation API. Nicer OutOfBounds API in general. #85
  • Transaction fixes and consensus tests (all passing) #84
  • fixed getting block info in evmjit + tests #81
  • evm tests cleanup #80
  • renamed VmFactory -> Factory #77
  • fixed rust-evmjit description of improper_ctypes usage #76
  • jit feature enabled by default #75
  • evm #52
  • state clone #74
  • Block Verification (no tests yet) #72
  • Improvements to LogEntry and Transaction #73
  • Use getter in header in preparation for a Header trait; additional testing in enact_block(). #64
  • BlockChain sync and Client app #55
  • Block enactment (including test) #63
  • Block complete. Needs tests. #62
  • More on OpenBlock::close; State::kill_account added #61
  • Remove genesis module, add more chain specs and separate out ethereum-specific stuff #60
  • State::new_contract, camelCase engine params, missing param #59
  • Use reorganisation #58
  • Initial Ethash/Block skeleton implementations. #57
  • Spec with tested Morden genesis decoder and builtins. #54
  • Move all chain parameters into engine_params #50
  • jit ffi improvements [please review] #51
  • blockchain [please review] #34
  • Move information from networkparams.rs into spec.rs #48
  • Move bulking out in Engine/Params. #47
  • Removed need for mutation in State. #46
  • State::code and State::storage_at + tests. #45
  • State functions for balance and nonce operations #44
  • Account::storage_at, Account::ensure_cached and tests. #43
  • Additional tests. #42
  • seal todo done #41
  • missing rustc_serialize crate && rlp as_list function #40
  • More methods in Account, documentation and tests. #39
  • Minor reworking of Account. #38
  • Add Account and State classes. #37
  • Revert regressions #36