Commit Graph

  • 9e40265 (develop) Merge pull request #674 from hermeznetwork/feature/apiWithoutError by Oleksandr Brezhniev 2021-03-31 23:47:06 +0300
  • 4462fd9 (refactore/rollupUpdateBuckets) updated eth/README.md by Mikelle 2021-03-31 19:51:18 +0300
  • 7f971fb changed const declaration in api_test.go by Mikelle 2021-03-31 19:11:07 +0300
  • e9b80d0 Merge branch 'develop' into feature/apiWithoutError by Mikelle 2021-03-31 19:02:44 +0300
  • 3c17295 (feature/api-return-pending-L1) Add filter to include unforged history txs in api by arnaubennassar 2021-03-30 17:43:34 +0200
  • 2dba819 Merge pull request #676 from hermeznetwork/feature/warnLogPriceUpdate by Danilo Pantani 2021-03-31 12:40:01 -0300
  • 629c67a Merge pull request #675 from hermeznetwork/feature/configChainId by Danilo Pantani 2021-03-31 12:39:39 -0300
  • bb71a94 Merge pull request #688 from hermeznetwork/feature/txsel-l1frozenqueue-acccreation by Eduard S 2021-03-31 13:25:24 +0200
  • 6074f2d Merge pull request #683 from hermeznetwork/doc/api-and-sql-related by arnau 2021-03-31 13:05:43 +0200
  • 6f1a44d (feature/txsel-l1frozenqueue-acccreation) TxSel avoid L1CoordTx for L2Tx that have a L1UserTx in the frozen queue by arnaucube 2021-03-30 13:24:40 +0200
  • 0511acd (feature/getPoolTxs) fixed txshistory_test.go by Mikelle 2021-03-31 12:48:49 +0300
  • 8d087e2 added fromIdx and toIdx to transactionHistory by Mikelle 2021-03-31 12:33:57 +0300
  • 4c99640 (doc/api-and-sql-related) Add package level documentation for db, historydb, l2db and api/... by arnaubennassar 2021-03-26 16:08:02 +0100
  • 49280af fixed rollup_test.go by Mikelle 2021-03-30 21:11:50 +0300
  • 5aa2b0e (feature/fastsync-async-delete-old-checkpoints) Faster synchronization with asynchronous deletion of old checkpoints by Oleksandr Brezhniev 2021-03-29 13:56:25 +0300
  • e2bae9a (HEAD -> master) Merge pull request #669 from hermeznetwork/fix/mockserer by arnau 2021-03-30 11:41:26 +0200
  • 22ffd93 implemented fromIdx and toIdx in transaction-pool request by Mikelle 2021-03-30 12:10:13 +0300
  • 3fedcb7 Merge pull request #636 from hermeznetwork/feature/metric-package by Danilo Pantani 2021-03-29 20:03:13 -0300
  • b565c9d fixed lint errors by Mikelle 2021-03-29 14:01:01 +0300
  • 7901705 Merge branch 'develop' into feature/getPoolTxs by Mikelle 2021-03-29 13:42:01 +0300
  • 3a706e7 implemented get pool txs endpoint by Mikelle 2021-03-29 13:39:05 +0300
  • c84b3a4 implemented get pool txs endpoint by Mikelle 2021-03-29 13:39:05 +0300
  • 3f643f0 Merge pull request #677 from hermeznetwork/feature/fastsync-get-headerByNumber by Eduard S 2021-03-29 11:10:24 +0200
  • 714530e (hardcoded-recommendedfee) Fix mock server by arnaubennassar 2021-03-24 09:12:14 +0100
  • 628c582 (fix/packr-gorelease) fix gorelease migration pack by Pantani 2021-03-28 21:03:14 -0300
  • b8d339d Merge pull request #670 from hermeznetwork/fix/remove-release-os by Danilo Pantani 2021-03-26 16:16:29 -0300
  • e52ba3d (fix/mockserer) Fix mock server by arnaubennassar 2021-03-23 17:04:54 +0100
  • 01ec1ca added test and move logic to api.NewAPI by Mikelle 2021-03-25 22:41:46 +0300
  • 561f491 added token symbol to UpdateMethodTypeStatic log by Mikelle 2021-03-25 21:42:50 +0300
  • 5d06bfc fixed synchronizer_test.go by Mikelle 2021-03-25 19:44:41 +0300
  • bc9d7fd updated RollupVariables init with empty buckets by Mikelle 2021-03-25 19:31:26 +0300
  • 9245247 create a gin middleware to collect request metrics and export them to the Prometheus route by Pantani 2021-03-25 09:31:29 -0300
  • 6c1c157 (tag: v1.0.0) Merge pull request #672 from hermeznetwork/feature/configurable-recommendedfee-strategy by Eduard S 2021-03-25 12:22:57 +0100
  • f9ddf88 Add configuration option to choose recommended fee strategy, and add static strategy by arnaubennassar 2021-03-24 16:41:48 +0100
  • 4dc44e7 added checker for version in no route api by Mikelle 2021-03-24 23:13:45 +0300
  • 7b6dd08 added checker and log.warn to updateMethodTypeStatic by Mikelle 2021-03-24 22:36:07 +0300
  • 14ead3d added chainId to config API by Mikelle 2021-03-24 22:20:46 +0300
  • dde99d6 fixed TestNodeInfo test by Mikelle 2021-03-24 20:13:26 +0300
  • 2841b4e fixed struct in historydb_test.go by Mikelle 2021-03-24 19:20:10 +0300
  • ad4e6e8 fixed pr remarks by Mikelle 2021-03-24 19:13:54 +0300
  • a1eea43 fix the invalid goarch build and avoid calling the migration-pack each build by Pantani 2021-03-24 10:41:32 -0300
  • 378ba66 Merge branch 'master' of github.com:hermeznetwork/hermez-node by arnaubennassar 2021-03-24 09:08:02 +0100
  • 2125812 Faster synchronization with usage of HeaderByNumber instead of BlockByNumber by Oleksandr Brezhniev 2021-03-23 15:40:11 +0200
  • f07fd82 (tag: v0.1.0) Merge pull request #653 from hermeznetwork/feature/goreleaser-integration by Danilo Pantani 2021-03-23 13:52:41 -0300
  • 3865c0a Fix mock server by arnaubennassar 2021-03-23 17:04:54 +0100
  • e68c64d (feature/fastsync-skip-updateeth) Faster synchronization with less calls to update Ethereum stats by Oleksandr Brezhniev 2021-03-23 14:29:22 +0200
  • d465d51 Merge pull request #667 from hermeznetwork/feature/documentpackages by arnau 2021-03-23 13:33:40 +0100
  • e23d0a0 Document synchronizer, node and coordinator by Eduard S 2021-03-22 17:11:34 +0100
  • aa1f0a2 fixed rollup event parsing by Mikelle 2021-03-23 10:54:14 +0300
  • 6d84d14 Measure the server proof duration by Pantani 2021-03-23 01:40:45 -0300
  • 3b3d96e create the metrics package for a better app instrumenting by Pantani 2021-03-23 01:40:32 -0300
  • e9be904 Merge pull request #656 from hermeznetwork/feature/license by Danilo Pantani 2021-03-22 20:45:24 -0300
  • 88b17cb add release distribution with Goreleaser (https://goreleaser.com) by Pantani 2021-03-22 20:44:27 -0300
  • 1ffe437 Merge pull request #657 from hermeznetwork/feature/documentserveapi by Danilo Pantani 2021-03-22 16:02:42 -0300
  • e2f9a1d Merge pull request #650 from hermeznetwork/fix/serveapi-flags by arnau 2021-03-22 18:14:03 +0100
  • 999dde5 Merge pull request #662 from hermeznetwork/feature/improveSCinits by arnau 2021-03-22 18:12:53 +0100
  • aa82efc Bound the filter of init SC events by blocks by Eduard S 2021-03-22 17:22:24 +0100
  • 2184084 Merge pull request #659 from hermeznetwork/feature/move-api-subpackages by a_bennassar 2021-03-22 17:02:38 +0100
  • 206c8e6 Move apitypes & stateapiupdater into api dir by arnaucube 2021-03-22 16:51:10 +0100
  • c2c74e1 Merge pull request #655 from hermeznetwork/feature/api-versioning by Eduard S 2021-03-22 16:38:12 +0100
  • 80e20f3 Merge pull request #658 from hermeznetwork/feature/update-sql-func by a_bennassar 2021-03-22 16:37:46 +0100
  • d9741da Add API versioning by arnaucube 2021-03-22 11:53:24 +0100
  • 8c51cfb Add minimum documentation of serveapi command by Eduard S 2021-03-22 15:41:35 +0100
  • 7b297c7 Add account_state view by laisolizq 2021-03-11 17:47:50 +0100
  • 9a863ea add AGPLv3 License by Pantani 2021-03-22 09:26:58 -0300
  • d80e3a8 Merge pull request #648 from hermeznetwork/feature/txsel-forgablepriority by Eduard S 2021-03-22 13:14:53 +0100
  • 2873ce8 Update TxSel selection to prioritize the forgable by arnaucube 2021-03-17 15:26:02 +0100
  • 10cfc91 Merge pull request #651 from hermeznetwork/feature/total-txs-in-pool by Eduard S 2021-03-22 11:59:09 +0100
  • f6765f8 Merge pull request #654 from hermeznetwork/feature/api-pending-l1s by Eduard S 2021-03-22 11:58:48 +0100
  • 90126a0 API change names and add poolLoad, add maxFeeUSD by arnaubennassar 2021-03-19 11:59:33 +0100
  • 3fcec94 Add pending L1 txs to API by arnaubennassar 2021-03-22 11:50:37 +0100
  • dc198c3 fix import key command into the example script by Pantani 2021-03-19 22:44:51 -0300
  • 0f4be6a updated rollup according new contract api by Mikelle 2021-03-19 16:02:26 +0300
  • 602e1e7 Merge remote-tracking branch 'origin/feature/update-smart-contracts' into refactore/rollupUpdateBuckets by Mikelle 2021-03-19 14:44:16 +0300
  • 6aac050 (feature/update-smart-contracts) Update smart contract ABIs by Oleksandr Brezhniev 2021-03-19 13:37:15 +0200
  • cd7cdef fixed blockstamp naming in BucketParamsAPI by Mikelle 2021-03-19 12:56:57 +0300
  • 379ca78 updated rollup buckets to the current state by Mikelle 2021-03-19 12:36:34 +0300
  • ae0858d fix the serve api flags by Pantani 2021-03-18 12:02:18 -0300
  • 334eecc Merge pull request #645 from hermeznetwork/feature/newpolicy by arnau 2021-03-18 14:02:53 +0100
  • b01d5d5 Merge pull request #633 from hermeznetwork/feature/makefile by arnau 2021-03-18 13:36:51 +0100
  • 8018f34 Merge pull request #649 from hermeznetwork/feature/dbbigintsdecimal by a_bennassar 2021-03-18 13:25:43 +0100
  • 91ffdc2 Store *big.Int as DECIMAL in sql by Eduard S 2021-03-18 12:46:59 +0100
  • 4ebe285 Merge pull request #644 from hermeznetwork/feature/external-delete-not-count by Eduard S 2021-03-18 11:44:08 +0100
  • c280b21 Not count txs marked as external_delete to reach MaxTxsPool by arnaubennassar 2021-03-17 09:45:21 +0100
  • e78fd61 Merge pull request #641 from hermeznetwork/fix/avg-tx-price by Eduard S 2021-03-18 10:24:25 +0100
  • 9edbd13 Merge pull request #647 from hermeznetwork/fix/apistatecollectedfees by a_bennassar 2021-03-17 17:51:41 +0100
  • 009d0c5 Fix API /state collected fees unmarshal by Eduard S 2021-03-17 14:56:58 +0100
  • 777ca3d Merge pull request #646 from hermeznetwork/fix/forgerCommitment by Eduard S 2021-03-17 13:53:07 +0100
  • eb89ab8 Rename the variable to match the meaning by Oleksandr Brezhniev 2021-03-17 14:41:06 +0200
  • 2342680 create cli command to print the version and the build commit and date by Pantani 2021-03-17 09:07:03 -0300
  • d7bab0c create a makefile to build, compile and run the binary using ldflags by Pantani 2021-03-17 09:06:57 -0300
  • 36c1ba8 Fix Synchronizer not setting slot.ForgerCommitment to true until fully synced and after reorgs by Oleksandr Brezhniev 2021-03-17 13:21:27 +0200
  • 450fa08 Add config parameter ForgeOncePerSlotIfTxs by Eduard S 2021-03-17 11:44:01 +0100
  • 578edc8 Fix average transaction fee calculation by arnaubennassar 2021-03-16 11:50:43 +0100
  • 80f1620 Merge pull request #640 from hermeznetwork/feature/BatchCheck by Eduard S 2021-03-15 18:00:41 +0100
  • cd74f1f separated the policy to decide if we forge batch or not by Mikelle 2021-03-15 19:23:28 +0300
  • 6c6d1ea Merge pull request #631 from hermeznetwork/feature/serveapicli2 by arnau 2021-03-15 15:41:36 +0100
  • d625cc9 Allow serving API only via new cli command by Eduard S 2021-02-26 12:40:00 +0100
  • ec9b0aa Merge pull request #617 from hermeznetwork/fix/txsel-discard-processl2txerrs by Eduard S 2021-03-15 13:45:46 +0100
  • 5d8579a Fix TxSel discard tx when ProcessL2Tx gives err by arnaucube 2021-03-04 19:54:04 +0100