Commit Graph

  • e74fbc258f update changelog #1075 Meet Mangukiya 2022-03-24 01:36:30 +0530
  • 2a3c1a4da0 add recover_from_mut Meet Mangukiya 2022-03-24 01:29:46 +0530
  • 5b8c88f9c5 fix recovery Meet Mangukiya 2022-03-24 01:15:28 +0530
  • 3e0c6e52a6 feat(core/Transaction): make from optional, add method to recover from Meet Mangukiya 2022-03-23 23:42:06 +0530
  • bf17a88041 doc(core/Signature): methods are all using normalized v, dont need to be 0 or 1 only Meet Mangukiya 2022-03-23 23:34:57 +0530
  • 4ce373b856
    chore: update svm (#1074) Rohit Narurkar 2022-03-21 19:12:02 +0100
  • 1ccb7e1327 chore: update svm #1074 Rohit Narurkar 2022-03-22 02:09:53 +0800
  • d4fca905f5
    feat(core/TypedTransaction): add helper for calculating max cost of tx (#1070) Meet Mangukiya 2022-03-21 20:34:02 +0530
  • 95a384b121
    fix(solc): bundle new svm-solc feature (#1071) Matthias Seitz 2022-03-21 09:58:56 +0100
  • 2c2e72a7a1 fix: enabled new feature in full #1071 Matthias Seitz 2022-03-21 09:48:21 +0100
  • 21ae32d901 chore: update CHANGELOG Matthias Seitz 2022-03-21 09:46:51 +0100
  • 31b8966e92 fix(solc): bundle new svm-solc feature Matthias Seitz 2022-03-21 09:43:48 +0100
  • a208149ffd feat(core/TypedTransaction): add helper for calculating max cost of tx #1070 Meet Mangukiya 2022-03-21 12:45:57 +0530
  • 679ba09b92
    chore(ethers-solc): update svm-rs and svm-rs-builds (#1069) Rohit Narurkar 2022-03-20 14:03:57 +0100
  • 39e5157f3a chore(ethers-solc): update svm-rs and svm-rs-builds #1069 Rohit Narurkar 2022-03-20 19:07:48 +0800
  • 35748d0189
    fix(core/Transaction): remove debug print (#1067) Jeffrey Quesnelle 2022-03-20 02:58:08 -0400
  • d62bdc530e
    fix(core/Transaction): remove debug print #1067 Jeffrey Quesnelle 2022-03-19 23:05:42 -0400
  • a0d7995f94
    chore(etherscan): Return error for unverified contracts (#1065) Curtis Spencer 2022-03-19 11:32:19 -0700
  • 771e7d1932
    Merge branch 'alexeuler:feature/yul_compilation' into feature/yul_compilation #1006 ControlCplusControlV 2022-03-19 08:01:11 -1000
  • 916e9a7334
    chore(clippy): add some deny lints (#1064) Matthias Seitz 2022-03-19 18:05:39 +0100
  • cde52c7c20
    fix(core/TypedTransaction): eip1559 gas price should be max_fee_per_gas (#1062) Meet Mangukiya 2022-03-19 22:11:03 +0530
  • f90c77cf0b chore(etherscan): Return error for unverified contracts #1065 Curtis Spencer 2022-03-19 09:08:11 -0700
  • 9ff8faa556 docs: fix intra doc links #1064 Matthias Seitz 2022-03-19 16:33:21 +0100
  • 1788f05ab0
    feat(solc): use svm-builds instead of fetching http releases list (#1063) Matthias Seitz 2022-03-19 15:52:09 +0100
  • 22b789dbe9 doc: fix inline doc links Matthias Seitz 2022-03-19 15:49:28 +0100
  • 80f1c56343 tests(nonce_manager): reduce flakiness #1062 Meet Mangukiya 2022-03-19 18:53:07 +0530
  • 8440e69c40 fix tests Meet Mangukiya 2022-03-19 18:39:40 +0530
  • e783164fbe doc: fix links Matthias Seitz 2022-03-19 14:00:59 +0100
  • 3bbc7f5a30 doc: fix links Matthias Seitz 2022-03-19 13:58:01 +0100
  • 0ab28770dc fix: wasm build Matthias Seitz 2022-03-19 13:54:29 +0100
  • 30a2d4d900 doc: fix links Matthias Seitz 2022-03-19 13:51:04 +0100
  • 40ed515f80 chore: add denies and fix unused deps Matthias Seitz 2022-03-19 13:39:55 +0100
  • d776a4c5f6 deny ethers providers Matthias Seitz 2022-03-19 12:51:22 +0100
  • a2684613ef deny ethers contract Matthias Seitz 2022-03-19 12:48:56 +0100
  • 01471735b8 deny ethers contract abigen Matthias Seitz 2022-03-19 12:45:29 +0100
  • 08ca3abd2e deny ethers contract derive Matthias Seitz 2022-03-19 12:44:06 +0100
  • e3e3834914 trim ethers eip712 Matthias Seitz 2022-03-19 12:42:11 +0100
  • c03dcc9568 trim ethers core Matthias Seitz 2022-03-19 12:38:03 +0100
  • 248b1c7568 feat: add deny lints Matthias Seitz 2022-03-19 12:37:53 +0100
  • ae64bbee77 use correct features #1063 Matthias Seitz 2022-03-19 11:37:14 +0100
  • 0be006b13d add source file to trait Matthias Seitz 2022-03-19 11:21:13 +0100
  • 61cae327c7 refactor: extend artifactsoutput interface Matthias Seitz 2022-03-19 11:16:00 +0100
  • a97cd7df66 feat(solc): use svm-builds instead of fetching http releases list Matthias Seitz 2022-03-19 10:43:59 +0100
  • 27da6d019b fix(core/TypedTransaction): eip1559 gas price should be max_fee_per_gas Meet Mangukiya 2022-03-19 11:39:54 +0530
  • b6b5b09f4a
    feat(abigen): add abi object deserializer and generate deploy function (#1030) Matthias Seitz 2022-03-19 05:23:33 +0100
  • 38ebbb9aaa chore(clippy): make clippy happy #1030 Matthias Seitz 2022-03-18 14:30:31 +0100
  • 765d98277f chore: update CHANGELOG Matthias Seitz 2022-03-18 14:24:54 +0100
  • 94433216ff feat: add deploy example Matthias Seitz 2022-03-18 14:22:57 +0100
  • 8edf096e64 feat: add deploy function Matthias Seitz 2022-03-18 14:13:17 +0100
  • c4bee2909e feat: make 0x prefix optional Matthias Seitz 2022-03-18 13:46:07 +0100
  • 04b09a66d1 feat: add contract deployer type Matthias Seitz 2022-03-18 13:12:03 +0100
  • 2db9602c88 Merge branch 'master' into matt/abigen-generate-deploy Matthias Seitz 2022-03-18 12:27:43 +0100
  • 262149945a
    chore(deps): bump quote from 1.0.15 to 1.0.16 (#1061) dependabot[bot] 2022-03-17 22:18:59 -0700
  • 381179fb85 chore: fmt Georgios Konstantopoulos 2022-03-18 07:09:21 +0200
  • dd4893a752
    feat(codec): add hex encode and decode functions (#1059) Matthias Seitz 2022-03-18 06:08:50 +0100
  • c9ef5769e2
    Examples/watch_block: show how to retrieve block metadata (#1058) Nicolas Gailly 2022-03-18 05:08:15 +0000
  • 5021fa4e5b
    chore(deps): bump quote from 1.0.15 to 1.0.16 #1061 dependabot[bot] 2022-03-18 03:14:09 +0000
  • e3489e97ee Merge branch 'master' into matt/abigen-generate-deploy Matthias Seitz 2022-03-17 23:49:48 +0100
  • 3d4feccabf
    fix(core): check against ethers internal crate names (#1060) Matthias Seitz 2022-03-17 23:14:53 +0100
  • 79e7ba6b95 fix: add import back #1060 Matthias Seitz 2022-03-17 22:55:02 +0100
  • b264b51d70 fix(core): check against ethers internal crate names Matthias Seitz 2022-03-17 22:48:44 +0100
  • 5edcbb3d40 feat(codec): add hex encode and decode functions #1059 Matthias Seitz 2022-03-17 22:34:43 +0100
  • e6b7dbef9c
    put back normal interval #1058 Nicolas Gailly 2022-03-17 21:27:05 +0100
  • 2af28be283
    fix(core): more sophisticated crate detection (#1056) Matthias Seitz 2022-03-17 20:49:38 +0100
  • d1f46f4c2c
    feat(solc): more artifact trait functions (#1057) Matthias Seitz 2022-03-17 20:48:55 +0100
  • 7b6a787749 feat: add missing impl #1057 Matthias Seitz 2022-03-17 20:32:32 +0100
  • 695d226bcc feat(solc): more artifact trait functions Matthias Seitz 2022-03-17 17:13:49 +0100
  • 045d08b06b Merge branch 'master' into matt/more-artifacts-functions Matthias Seitz 2022-03-17 15:58:11 +0100
  • 65b1751cf8
    style: split artifacts mod and create contract and bytecode mods (#1052) Matthias Seitz 2022-03-17 15:51:43 +0100
  • b64828d927 Merge branch 'master' into matt/restructure-artifacts-mod #1052 Matthias Seitz 2022-03-17 15:25:26 +0100
  • 7fe8d25abf
    Merge 7c3ee09b90 into b53aa500fe #1006 ControlCplusControlV 2022-03-17 06:59:57 -0700
  • 910b36072c fix: remove RA hack #1056 Matthias Seitz 2022-03-17 14:58:16 +0100
  • b53aa500fe
    chore: decrease tx count in nonce manager test (#1053) Matthias Seitz 2022-03-17 14:47:30 +0100
  • 211145f091 fix(core): more sophisticated crate detection Matthias Seitz 2022-03-17 14:44:39 +0100
  • 59e2a305f9
    Create decode_tx_input.rs (#1054) Yaser Martinez Palenzuela 2022-03-17 13:44:38 +0000
  • 653c84a45b chore: fmt #1054 Georgios Konstantopoulos 2022-03-17 15:44:18 +0200
  • 2933bb2609 ci: temporarily disable examples Georgios Konstantopoulos 2022-03-17 15:41:42 +0200
  • 85be9172d9 simplify calldata parsing Yaser Martinez Palenzuela 2022-03-17 14:38:43 +0100
  • ed26c0c953
    Create decode_tx_input.rs Yaser Martinez Palenzuela 2022-03-17 13:13:37 +0100
  • 3244364060 chore: do not pin eyre patch version Georgios Konstantopoulos 2022-03-17 14:10:15 +0200
  • fc3fc2b5b4 chore: decrease tx count in nonce manager test #1053 Matthias Seitz 2022-03-17 12:47:48 +0100
  • 01d4fceaee
    feat(solc): support for solc io json output (#1043) Matthias Seitz 2022-03-17 12:37:00 +0100
  • b579dc183a
    feat(solc): add viaIR option (#1049) Matthias Seitz 2022-03-17 12:24:50 +0100
  • 54dc5d8242 chore: rustfmt Matthias Seitz 2022-03-17 12:03:30 +0100
  • 95a64f4db9 style: split artifacts mod and create contract and bytecode mods Matthias Seitz 2022-03-17 11:59:05 +0100
  • 1e1aba19b1
    fix(solc): only modify files that are required to compile the project (#1050) Matthias Seitz 2022-03-17 11:48:01 +0100
  • 42ead6252d
    feat(ethers-core/block): add gas_target and next_block_base_fee fns a… (#1047) Meet Mangukiya 2022-03-17 16:14:28 +0530
  • a91d4eaea6 fix(solc): only modify files that are required to compile the project #1050 Matthias Seitz 2022-03-17 11:04:14 +0100
  • 9d54dbad55 feat(solc): add viaIR option #1049 Matthias Seitz 2022-03-17 10:24:39 +0100
  • cd6dee4e3f Merge branch 'master' into matt/abigen-generate-deploy Matthias Seitz 2022-03-17 10:12:54 +0100
  • 11f64a63ed fix: in decreasing base fee case max(delta, 1) is not used #1047 Meet Mangukiya 2022-03-17 14:15:52 +0530
  • 0de25d6ca3 fix: feature flag gas_target, and next_block_base_fee to !celo, address review comments Meet Mangukiya 2022-03-17 14:02:15 +0530
  • fb08962ef0 feat(ethers-core/block): add gas_target and next_block_base_fee fns according to EIP-1559 Meet Mangukiya 2022-03-17 13:29:10 +0530
  • 11d12cb4a5 chore: wording #1043 Matthias Seitz 2022-03-17 00:27:24 +0100
  • 8b786e5c0e feat(solc): support for solc io json output Matthias Seitz 2022-03-16 17:39:06 +0100
  • 745d14ea7b
    chore(deps): bump k256 from 0.10.3 to 0.10.4 (#1037) dependabot[bot] 2022-03-17 02:02:57 -0700
  • 1e04fa027a refactor: deploy function Matthias Seitz 2022-03-17 10:01:54 +0100
  • 62cede9806
    chore(deps): bump syn from 1.0.88 to 1.0.89 (#1046) dependabot[bot] 2022-03-17 02:01:47 -0700
  • 8b50237d3c feat: generate deployment function Matthias Seitz 2022-03-17 09:47:07 +0100
  • 5314c4e618
    fix(solc): use lowercase when comparing paths (#1041) Matthias Seitz 2022-03-17 09:27:03 +0100