Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
0.6.7
- use Config module instead of Mix.Config
2fcd303
0.6.6
20 December 2022
- EIP 155 chain id encoding
#89 - Update README.md to include latest version
#60 - Release 0.6.6
ca851a7 - update npm release pkgs
37dde1e - Add 'npm run test' for test suite
7dfd324
0.6.5
23 October 2021
- use Poison only in test env
#57 - Bump ex_keccak from 0.2.0 to 0.2.1
#53 - Release 0.6.5
f23403f - remove circleci
57fd925
0.6.4
27 September 2021
0.6.3
17 September 2021
0.6.2
17 September 2021
- Bump ex_doc from 0.23.0 to 0.25.1
#44 - Bump telemetry from 0.4.2 to 0.4.3
#39 - Bump ex_keccak from 0.1.2 to 0.1.3
#40 - Bump poison from 4.0.1 to 5.0.0
#43 - Upgrade to GitHub-native Dependabot
#41 - Bump ethereumex from 0.6.1 to 0.7.0
#33 - Release 0.6.2
2d59ad2 - update system runtime versions
2ae8994 - update keccak library
6abfbaf - deps added to .dockerignore
61816e3 - Dockerfile update to elixir v1.11.2
642f542
0.6.1
8 December 2020
0.6.0
8 December 2020
- Release 0.6.0
1f45575 - sort changelog by date desc
72217b4 - Dockerfile rust optimization
5d55f98 - use ex_secp256k1 instead of :libsecp256k1
1f47d03 - mnemonic & telemetry upgrade
ec57482 - rebar dep removed & changelog scripts
2709640 - keccak library is now rust NIF!
c7756ea - github action added
245b46f - Changelog added
d9d0f68
0.5.2
7 December 2020
- Release 0.5.2
7a09e08
0.5.1
7 December 2020
- Bump ex_doc from 0.21.3 to 0.23.0
#27 - Bump telemetry from 0.4.1 to 0.4.2
#21 - Bump ethereumex from 0.6.0 to 0.6.1
#15 - Bump dialyxir from 0.5.1 to 1.0.0
#14 - Bump mnemonic from 0.2.1 to 0.2.2
#13 - UPDATE: added a note for libsecp256k1
#4 - bugfix for a corner case when eth_get_transaction_receipt returns nil
#2 - Release 0.5.1
8e99dba - release-it release process
dd740ce - v0.5.0 release
b384814 - Dockerized CI fix
e3dfcbb - ethereumex 0.6.0 upgrade
a51eea0 - additional system deps added for succesful libsecp256k1 compile
24bce19 - small docker build adjustments
1a8a0ec - Almost all tests fixed with major test speed optimizations
ffb5f20 - elixir dependencies upgraded
6a483ff - first CI trial
d616f34 - elixir and node versions locked for CI finally!
10d8cf4 - ganache-cli is now locked for CI
914928d - bugfix for a corner case when get_transaction_receipt returns nil
9924bf0 - transaction builder tests complete with version bump
085ddf9 - transaction queries complete with tests
78f4a8e - transaction tests are complete
2a563f6 - first transactions tests complete
cd0222b - more tests added signing part is stable
c0dfe87 - major transaction sending bug fixes with tests
3620c6e - added rebar3 to ci
5adc076 - removed echo command
74c71f4 - add command mix local.hex to ci
eb0d21c - circleci added
c316d03 - test cases moved and amazing testrpc start from elixir
5a074b4 - 0.3.2 release ethereumex version upgrade
01cdb86 - signer methods refactor
ab40803 - setter modules renamed to builder for clarity
2893321 - 0.3.0 release tuple queries, more tests for transactions
4810dd0 - major ongoing progress on queries rewrite
40513f8 - v0.2.2 release
30a43bb - important upgrades
d9f063f - some additional queries
b0bc7ac - compiler warnings removed along with delegating all public API to ETH
bb5182e - new Setter module and mature public API
bc83398 - bugfix for the to_buffer
b999371 - finalizing the public api
d1e4d73 - major improvements, cleaning up the API
cac79a4 - Transaction.Parser and Transaction.Signer modules
6ac02ce - test.sh with small rename
a4c69ac - TRANSACTION SIGNING WORKS!
5f95dce - get_sender_address/1 works correctly with tests!
35a1845 - major progress on hashing
60cbaf9 - major bug fixes for parsing functions!
95bcf71 - ongoing changes
20cf997 - more improvements on reverse engineering buffering concepts from JS libraries of ethereum
2e55c1c - ongoing refactoring/implementation, bugfixes on transaction hashing
e0aacf5 - TODOs added along with fixtures
181008a - decodes are always mixed case now
1433eb6 - debugging transaction signing
926b38f - transaction module without tests
91ce56c - big progress with transaction module + testing
e492f00 - fixed public/private key stuff
1882521 - query, utils and wallet tests are added
0f7fe0e - description added
fa589b6 - initial library config
84da5d8 - COMPLETE WORKING VERSION v1
c34c67e - major progress on transaction signing but not finished
32624b2